pkgsrc/www
adam 850fba954b py-aiohttp: update to 2.3.0
2.3.0:
Features
--------
Add SSL related params to ClientSession.request
Make enable_compression work on HTTP/1.0
Deprecate registering synchronous web handlers
Switch to multidict 3.0. All HTTP headers preserve casing now but compared in case-insensitive way.
Improvement for normalize_path_middleware. Added possibility to handle URLs with query string.
Use towncrier for CHANGES.txt build
Implement trust_env=True param in ClientSession.
Added variable to customize proxy headers
Implement router.add_routes and router decorators.
Deprecated BaseRequest.has_body in favor of BaseRequest.can_read_body Added BaseRequest.body_exists attribute that stays static for the lifetime of the request
Provide BaseRequest.loop attribute
Make _CoroGuard awaitable and fix ClientSession.close warning message
Responses to redirects without Location header are returned instead of raising a RuntimeError
Added get_client, get_server, setUpAsync and tearDownAsync methods to AioHTTPTestCase
Add automatically a SafeChildWatcher to the test loop
add ability to disable automatic response decompression
Add support for throttling DNS request, avoiding the requests saturation when there is a miss in the DNS cache and many requests getting into the connector at the same time.
Use request for getting access log information instead of message/transport pair. Add RequestBase.remote property for accessing to IP of client initiated HTTP request.
json() raises a ContentTypeError exception if the content-type does not meet the requirements instead of raising a generic ClientResponseError.
Make the HTTP client able to return HTTP chunks when chunked transfer encoding is used.
add append_version arg into StaticResource.url and StaticResource.url_for methods for getting an url with hash (version) of the file.
Fix parsing the Forwarded header. * commas and semicolons are allowed inside quoted-strings; * empty forwarded-pairs (as in for=_1;;by=_2) are allowed; * non-standard parameters are allowed (although this alone could be easily done in the previous parser).
Don’t require ssl module to run. aiohttp does not require SSL to function. The code paths involved with SSL will only be hit upon SSL usage. Raise RuntimeError if HTTPS protocol is required but ssl module is not present.
Accept coroutine fixtures in pytest plugin
Call shutdown_asyncgens before event loop closing on Python 3.6.
Speed up Signals when there are no receivers
Raise InvalidURL instead of ValueError on fetches with invalid URL.
Move DummyCookieJar into cookiejar.py
run_app: Make print=None disable printing
Support brotli encoding (generic-purpose lossless compression algorithm)
Add server support for WebSockets Per-Message Deflate. Add client option to add deflate compress header in WebSockets request header. If calling ClientSession.ws_connect() with compress=15 the client will support deflate compress negotiation.
Support verify_ssl, fingerprint, ssl_context and proxy_headers by client.ws_connect.
Added aiohttp.ClientConnectorSSLError when connection fails due ssl.SSLError
aiohttp.web.Application.make_handler support access_log_class
Build HTTP parser extension in non-strict mode by default.

Bugfixes
--------
Clear auth information on redirecting to other domain
Fix missing app.loop on startup hooks during tests
Fix issue with synchronous session closing when using ClientSession as an asynchronous context manager.
Fix issue with CookieJar incorrectly expiring cookies in some edge cases.
Force use of IPv4 during test, this will make tests run in a Docker container
Warnings about unawaited coroutines now correctly point to the user’s code.
Fix issue with IndexError being raised by the StreamReader.iter_chunks() generator.
Support HTTP 308 Permanent redirect in client class.
Fix FileResponse sending empty chunked body on 304.
Do not add Content-Length: 0 to GET/HEAD/TRACE/OPTIONS requests by default.
Fix parsing the Forwarded header according to RFC 7239.
Securely determining remote/scheme/host
Fix header name parsing, if name is split into multiple lines
Handle session close during connection, KeyError: <aiohttp.connector._TransportPlaceholder>
Fixes uncaught TypeError in helpers.guess_filename if name is not a string
Raise OSError on async DNS lookup if resolved domain is an alias for another one, which does not have an A or CNAME record.
Fix incorrect warning in StreamReader.
Properly clone state of web request
Fix C HTTP parser for cases when status line is split into different TCP packets.
Fix web.FileResponse overriding user supplied Content-Type
2017-10-19 06:54:18 +00:00
..
adzap Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
aipo Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
album Update www/album to 4.15 2016-12-16 15:24:20 +00:00
album_themes Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
amaya Revbump for boost update 2017-08-24 20:03:08 +00:00
analog Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ap-auth-kerb Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
ap-auth-mellon Revbump for boost update 2017-08-24 20:03:08 +00:00
ap-auth-mysql
ap-authnz-crowd revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
ap-fastcgi Comment out dead sites. 2017-08-16 20:45:30 +00:00
ap-geoip2
ap-mono revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
ap-php Deal with FORTIFY fall-out. 2017-08-17 15:05:42 +00:00
ap-rpaf Update mod_rpaf to 0.8.4. Upstream is now on github. 2016-10-19 18:43:58 +00:00
ap-scgi Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
ap2-auth-external Update HOMEPAGE. 2017-08-01 16:49:18 +00:00
ap2-auth-mellon Revbump for boost update 2017-08-24 20:03:08 +00:00
ap2-auth-mysql
ap2-auth-ntlm
ap2-auth-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
ap2-auth-radius Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ap2-auth-xradius
ap2-authn-otp Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
ap2-bw
ap2-cband Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
ap2-encoding Import www/ap2-encoding 2016-08-30 12:34:39 +00:00
ap2-fcgid
ap2-jk
ap2-limitipconn Remove distribution patch (downloaded by package anyway, no idea 2016-06-16 13:04:43 +00:00
ap2-mkdir Add www/ap2-mkdir, a home directory auto-creation module. 2016-08-30 12:47:48 +00:00
ap2-perl ap2-perl: missing PKGREVISION bump from perl 5.26 update 2017-09-22 09:59:30 +00:00
ap2-python
ap2-subversion revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
ap2-suphp
ap2-transform
ap2-xsendfile Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
ap22-authn-sasl
ap22-authnz-external Update HOMEPAGE. 2017-08-01 16:49:18 +00:00
ap22-authz-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ap22-dnssd Fix C99 flags on SunOS. 2017-05-10 13:02:59 +00:00
ap22-limitipconn Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ap22-vhost-ldap Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
ap24-authnz-external Update HOMEPAGE. 2017-08-01 16:49:18 +00:00
apache-roller use jdbc-mysql51 if available 2017-01-01 18:19:58 +00:00
apache-tomcat6 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
apache-tomcat7 Update to 7.0.81 2017-09-04 13:54:39 +00:00
apache-tomcat8 Update to 8.0.46 2017-09-04 13:53:49 +00:00
apache-tomcat55
apache-tomcat85 Update to 8.5.20 2017-08-15 01:50:45 +00:00
apache22 apache: update to 2.2.34nb1. 2017-09-28 04:58:29 +00:00
apache24 apache24: Extend SunOS workaround to GCC 6.x. 2017-10-16 18:55:59 +00:00
apachetop Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
asp2php
august Comment out dead sites. 2017-08-16 20:45:30 +00:00
aws devel/gprbuild-aux: change buildlink default full=>build 2016-11-26 18:34:47 +00:00
aws-demos devel/gprbuild-aux: change buildlink default full=>build 2016-11-26 18:34:47 +00:00
awstats Changes 7.6: 2017-02-12 10:27:41 +00:00
bannerfilter Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bins Comment out dead sites. 2017-08-16 20:45:30 +00:00
bkedit
bluefish Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
blur6ex pkgrevision bump for changed apache default. 2017-03-12 07:20:51 +00:00
bozohttpd Adjust SERVER_SOFTWARE to intended version 2017-02-05 13:32:16 +00:00
browser-bookmarks-menu Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
c-icap Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
c-icap-modules c-icap-modules-0.4.4 changes 2017-02-06 14:15:18 +00:00
cadaver Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
caddy Update Caddy to 0.10.7. 2017-09-04 17:56:18 +00:00
calamaris Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
camping Make depends on www/ruby-rack16 instead of www/ruby-rack. 2017-06-05 03:26:39 +00:00
cgic
cgicc 3.2.19: 2017-08-18 21:56:41 +00:00
cgilib
cgit Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
checkbot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cherokee Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
clearsilver Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
clearsilver-base
clisp-fastcgi
contao Update "used by" line. 2017-06-25 02:25:33 +00:00
contao35 www/contao35: Update to 3.5.30. 2017-10-07 13:01:17 +00:00
contao44 www/contao44: update to 4.4.7 2017-10-13 16:08:28 +00:00
cppcms revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
crawl Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cronolog Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
curl curl: update to 7.56.0. 2017-10-04 06:32:58 +00:00
cvsweb Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
dansguardian Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
davical Follow some redirects. 2017-09-03 08:53:04 +00:00
deforaos-surfer revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
dillo Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
drivel Revbump for boost update 2017-08-24 20:03:08 +00:00
drraw Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
drupal7 Update drupal7 to 7.56. 2017-06-22 13:09:39 +00:00
e2guardian Requires libiconv. SunOS requires an explicit -liconv. 2017-05-12 11:42:33 +00:00
elinks Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
eliom No substantive changes, but a lot of patches to make package work with 2017-09-08 17:14:34 +00:00
emacs-w3m emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
emacs-w3m-snapshot emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
epiphany revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
epiphany-extensions revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
fcgi Comment out dead sites. 2017-08-16 20:45:30 +00:00
fcgiwrap Comment out dead sites. 2017-08-16 20:45:30 +00:00
fengoffice Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
ffproxy
firefox Fix webrtc build on recent NetBSD current 2017-10-17 03:39:04 +00:00
firefox-l10n Update to 56.0 2017-09-30 05:36:17 +00:00
firefox10 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
firefox10-l10n Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
firefox17 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
firefox17-l10n
firefox24 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
firefox24-l10n
firefox31 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
firefox31-l10n
firefox36 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
firefox36-l10n
firefox38 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
firefox38-l10n Update to 38.8.0 2016-04-27 21:22:55 +00:00
firefox45 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
firefox45-l10n Update to 45.9.0 2017-05-10 14:14:41 +00:00
firefox52 Update to 52.4.0 2017-09-30 11:19:09 +00:00
firefox52-l10n Update to 52.4.0 2017-09-30 11:21:00 +00:00
gallery Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gallery2 Don't use INSTALLATION_DIRS where MAKE_DIRS or OWN_DIRS is correct. 2017-08-08 16:39:11 +00:00
ganglia-webfrontend pkgrevision bump for changed apache default. 2017-03-12 07:20:51 +00:00
geeklog
gitweb Update git to 2.9.2. 2016-07-21 13:12:25 +00:00
go-ace Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
go-cssmin Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
go-gohtml Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
go-toml-burntsushi Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
go-toml-pelletier Fix interpreters 2017-09-10 11:06:10 +00:00
goaccess goaccess: fix build on SunOS 2017-09-22 22:18:01 +00:00
grafana grafana: Add SMF manifest, based on PR#52612 2017-10-13 12:28:19 +00:00
gtkasp2php
gtkhtml314 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
gwt Update to 2.7.0 2016-07-05 19:27:02 +00:00
h2o Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
haskell-cgi Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
heel Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
hiawatha Update HOMEPAGE to working link 2016-10-25 15:59:05 +00:00
horde Follow some http redirects. 2017-08-16 20:21:03 +00:00
hs-HTTP
htdig Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
htmlcxx Requires libiconv. 2017-05-12 11:35:49 +00:00
htmldoc Fix options framework abuse by htmldoc-x11. 2016-12-30 12:54:20 +00:00
htmldoc-x11 Fix options framework abuse by htmldoc-x11. 2016-12-30 12:54:20 +00:00
htmllint perl defined(%hash) was deprecated. 2016-08-16 00:11:35 +00:00
http-parser Updated http-parser to 2.7.1. 2016-10-19 12:51:17 +00:00
http_load Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hugo Replace interpreters 2017-09-10 11:07:08 +00:00
icedtea-web Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ies4linux Comment out dead sites. 2017-08-16 20:45:30 +00:00
ijb
ikiwiki Update to 3.20171001. From the changelog: 2017-10-02 03:27:29 +00:00
jalbum jalbum: Disable SSP for bundled libraries. 2017-10-09 15:26:11 +00:00
jetty7 Comment out dead sites. 2017-08-16 20:45:30 +00:00
jetty9 jetty9: Disable SSP for bundled libraries. 2017-10-09 15:27:39 +00:00
kahua
kannel Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
kdewebdev4 Revbump for boost update 2017-08-24 20:03:08 +00:00
kdewebkit revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
khtml revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
kjs revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
kjsembed revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
lhs Comment out dead sites. 2017-08-16 20:45:30 +00:00
libecap Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
libghttp Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
libgtkhtml Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
libmediawiki Revbump for boost update 2017-08-24 20:02:56 +00:00
libmicrohttpd Revbump for boost update 2017-08-24 20:03:08 +00:00
libmrss Revbump for boost update 2017-08-24 20:02:56 +00:00
libproxy Removed USE_LIBTOOL for good 2017-06-08 11:27:46 +00:00
librest revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
librest07 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
libsass Update www/libsass to 3.4.5. 2017-06-13 12:44:06 +00:00
libwww Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
liferea revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
lighttpd revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
links links*: update to 2.14.0. 2016-11-28 15:40:50 +00:00
links-gui Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
litmus Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
llgal llgal: update to 0.13.19 2017-10-08 00:09:41 +00:00
loggerhead Fix PKGNAME of py-Paste (was renamed to py-paste) 2017-07-11 06:16:29 +00:00
logswan Follow some http redirects. 2017-08-16 20:21:03 +00:00
lua-curl Revbump for boost update 2017-08-24 20:03:08 +00:00
lynx Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
make_album Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
matcha-sns Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
mediawiki Update to 1.29.1 2017-08-24 14:02:39 +00:00
micro_httpd
midori *: Recursive PKGREVISION bump for vala 0.38 update. 2017-10-03 12:36:52 +00:00
mimetex
mini_httpd Update to 1.27 2017-09-29 07:57:38 +00:00
mknmz-wwwoffle Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mMosaic Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mongrel Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-cluster Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-config Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-console Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-upload-progress Comment out dead sites. 2017-09-04 18:00:49 +00:00
mono-xsp revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
moodle Update to 3.3.2 2017-09-11 12:08:18 +00:00
mserv-php Fixed some pkglint warnings. 2016-07-09 13:10:15 +00:00
nanoblogger Bump PKGREVISION for tidy dependency change. 2017-02-20 09:37:11 +00:00
nanoblogger-extra Allow patch levels in dependency. 2017-02-21 15:59:34 +00:00
neon Updated neon to 0.30.2. 2016-10-03 12:26:22 +00:00
netscape
netsurf Revbump for boost update 2017-08-24 20:03:08 +00:00
nghttp2 nghttp2: update to 1.26.0 2017-09-26 07:05:05 +00:00
nginx Update distinfo 2017-07-23 21:22:28 +00:00
nginx-devel Changes with nginx 1.13.3: 2017-07-23 21:31:09 +00:00
ns-plugger-common Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ns-remote Switch to github copy 2017-01-04 22:14:56 +00:00
nspluginwrapper Revbump for boost update 2017-08-24 20:03:08 +00:00
nvu Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ocaml-curl Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
ocaml-http Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
ocsigen No substantive changes, but a lot of patches to make Ocsigen work with 2017-09-08 17:10:46 +00:00
opera adjust english usage 2017-05-20 18:53:36 +00:00
opera-acroread7
opera-plugins
otter-browser revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
p5-Alien-GvaScript p5-Alien-GvaScript: update to 1.45. 2017-09-26 14:58:51 +00:00
p5-Any-URI-Escape Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-AnyEvent-HTTP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-AnyEvent-HTTPD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-AnyEvent-ReverseHTTP Fix build with perl 5.26 2017-06-12 07:51:55 +00:00
p5-AnyEvent-SCGI Fix build with perl 5.26 2017-06-12 07:51:55 +00:00
p5-Apache-ASP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Apache-DBILogConfig Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Apache-DBILogger Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Apache-Filter Fix HOMEPAGE. 2017-09-03 08:08:40 +00:00
p5-Apache-Gallery Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Apache-LogFormat-Compiler p5-Apache-LogFormat-Compiler: update to 0.35. 2017-09-26 15:00:26 +00:00
p5-Apache-Session Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Apache-Session-SharedMem Reset maintainer 2017-09-16 19:26:41 +00:00
p5-Apache-Session-Wrapper Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Apache-SSI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Apache-Test p5-Apache-Test: update to 1.40. 2017-09-26 15:01:51 +00:00
p5-Apache2-AuthCASSimple Fix build with perl 5.26. fix indentation 2017-06-12 07:59:53 +00:00
p5-Apache2-AuthCookie p5-Apache2-AuthCookie: update to 3.27. 2017-09-26 22:23:56 +00:00
p5-Apache2-AuthCookieDBI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-App-Nopaste p5-App-Nopaste: update to 1.011. 2017-09-26 22:28:42 +00:00
p5-Captcha-reCAPTCHA Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Captcha-reCAPTCHA-Mailhide Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Action-RenderView Fix build with Perl 5.26.0 2017-06-07 14:42:23 +00:00
p5-Catalyst-Action-REST Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Authentication-Credential-HTTP p5-Catalyst-Authentication-Credential-HTTP: update to 1.018. 2017-09-27 06:57:35 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy Requires PERL_USE_UNSAFE_INC hack. 2017-06-29 08:39:13 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Authentication-Store-Htpasswd p5-Catalyst-Authentication-Store-Htpasswd: update to 1.006. 2017-09-27 13:25:43 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Fix build with perl 5.26. indentation. 2017-06-12 08:05:43 +00:00
p5-Catalyst-Component-InstancePerContext Fix build with perl 5.26 2017-06-12 08:04:57 +00:00
p5-Catalyst-Controller-BindLex Fix build with perl 5.26 2017-06-12 08:06:25 +00:00
p5-Catalyst-Controller-FormBuilder These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Catalyst-Controller-HTML-FormFu p5-Catalyst-Controller-HTML-FormFu: update to 2.02. 2017-09-27 13:52:47 +00:00
p5-Catalyst-Devel Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-DispatchType-Regex Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Engine-HTTP-Prefork Fix build with perl 5.26 2017-06-12 08:06:25 +00:00
p5-Catalyst-Engine-JobQueue-POE Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Engine-PSGI p5-Catalyst-Engine-PSGI: update to 0.14. 2017-09-27 13:56:05 +00:00
p5-Catalyst-Manual Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Model-Adaptor Fix build with perl 5.26 2017-06-12 08:06:25 +00:00
p5-Catalyst-Model-File These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Catalyst-Plugin-Authentication Requires PERL_USE_UNSAFE_INC hack. 2017-06-28 08:16:58 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Plugin-Authorization-ACL Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Plugin-Authorization-Roles These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 13:24:28 +00:00
p5-Catalyst-Plugin-AutoRestart Fix build with perl 5.26 2017-06-12 08:06:25 +00:00
p5-Catalyst-Plugin-ConfigLoader Fix build with Perl 5.26.0 2017-06-07 14:42:23 +00:00
p5-Catalyst-Plugin-I18N These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Catalyst-Plugin-RequireSSL Fix build with perl 5.26. indentation. 2017-06-12 08:10:27 +00:00
p5-Catalyst-Plugin-Server Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Plugin-Session Requires PERL_USE_UNSAFE_INC hack. 2017-06-16 09:48:19 +00:00
p5-Catalyst-Plugin-Session-State-Cookie Requires PERL_USE_UNSAFE_INC hack. 2017-06-26 09:31:30 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Plugin-Session-Store-File These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Catalyst-Plugin-StackTrace Fix build with perl 5.26 2017-06-12 08:10:59 +00:00
p5-Catalyst-Plugin-Static-Simple p5-Catalyst-Plugin-Static-Simple: update to 0.34. 2017-09-27 13:59:21 +00:00
p5-Catalyst-Plugin-StatusMessage Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-Runtime p5-Catalyst-Runtime: update to 5.90115. 2017-09-27 14:10:51 +00:00
p5-Catalyst-View-Excel-Template-Plus Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-View-Jemplate Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Catalyst-View-JSON Fix build with perl 5.26 2017-06-12 08:10:59 +00:00
p5-Catalyst-View-Mason Fix build with perl 5.26 2017-06-12 08:10:59 +00:00
p5-Catalyst-View-TT Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CatalystX-Component-Traits Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CatalystX-CRUD-Controller-REST These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CatalystX-CRUD-View-Excel Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CatalystX-CRUD-YUI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CatalystX-LeakChecker Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Ajax Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Application Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Application-Plugin-DBH Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Application-Plugin-Session Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Application-Plugin-ValidateRM Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Application-PSGI Fix build with perl 5.26 2017-06-12 07:51:55 +00:00
p5-CGI-Compile Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Cookie-Splitter Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Cookie-XS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Emulate-PSGI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Fast p5-CGI-Fast: update to 2.12. 2017-09-27 06:27:13 +00:00
p5-CGI-FastTemplate Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-FormBuilder Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Kwiki Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-CGI-Lite Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Minimal Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-ProgressBar Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-PSGI Fix build with Perl 5.26.0 2017-06-06 14:22:36 +00:00
p5-CGI-Session Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Session-Driver-memcached Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Session-Plugin-Redirect Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Session-Serialize-yaml Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Simple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CGI-Struct Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Cookie-Baker p5-Cookie-Baker: update to 0.08. 2017-09-27 14:14:15 +00:00
p5-Cookie-XS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CSS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CSS-Minifier-XS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CSS-Squish Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-CSS-Tiny Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Dancer Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Dancer-Session-Cookie Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Dancer2 Update to 0.205002 2017-10-18 13:58:16 +00:00
p5-Data-URIEncode Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-FCGI Comment out dead sites. 2017-08-16 20:45:30 +00:00
p5-FCGI-Client Fix build with perl 5.26 2017-06-12 08:10:59 +00:00
p5-FCGI-ProcManager p5-FCGI-ProcManager: update to 0.28. 2017-09-27 15:14:19 +00:00
p5-File-Mork Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Handel Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Hijk Fix build with Perl 5.26.0 2017-06-07 14:42:23 +00:00
p5-HTML-CalendarMonthSimple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Clean Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Display Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Element-Extended Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Email-Obfuscate Fix build with perl 5.26 2017-06-12 08:10:59 +00:00
p5-HTML-Entities-Interpolate Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Escape Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-FillInForm Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Form Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Format Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-FormFu Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-LinkExtractor Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Lint Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Mason p5-HTML-Mason: update HOMEPAGE 2017-10-09 08:18:52 +00:00
p5-HTML-Mason-PSGIHandler Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Parser Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-PrettyPrinter Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Prototype Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Prototype-Useful Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Quoted Fix build with Perl 5.26.0 2017-06-06 14:58:09 +00:00
p5-HTML-Restrict p5-HTML-Restrict: update to 2.2.4. 2017-09-27 15:16:13 +00:00
p5-HTML-RewriteAttributes Fix build with Perl 5.26.0 2017-06-06 14:58:09 +00:00
p5-HTML-Scrubber Update to 0.17 2017-08-20 00:49:42 +00:00
p5-HTML-Selector-XPath Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-SimpleParse Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-StickyQuery Fix build with perl 5.26 2017-06-12 08:10:59 +00:00
p5-HTML-Stream Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Strip Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-StripScripts Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-StripScripts-Parser Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Table Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-TableExtract Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Tagset Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Template Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Template-Expr Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Template-Pro Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Tiny Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-TokeParser-Simple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-Tree Updated p5-HTML-Tree to 5.07. 2017-09-04 12:23:48 +00:00
p5-HTML-TreeBuilder-LibXML Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-TreeBuilder-XPath Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-WikiConverter Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTML-WikiConverter-DokuWiki Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTMLObject Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Async Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Body Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Cache-Transparent Update to 1.4 2017-08-20 01:10:51 +00:00
p5-HTTP-CookieMonster Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Cookies Updated p5-HTTP-Cookies to 6.04. 2017-08-14 18:51:51 +00:00
p5-HTTP-Daemon Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Date Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-DAV Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Entity-Parser p5-HTTP-Entity-Parser: fix some dependencies 2017-09-27 16:26:15 +00:00
p5-HTTP-GHTTP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-HeaderParser-XS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Headers-Fast Fix build. 2017-09-06 13:17:57 +00:00
p5-HTTP-Lite Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Message Updated p5-HTTP-Message to 6.13. 2017-06-21 07:21:39 +00:00
p5-HTTP-MultiPartParser Update to 0.02 2017-08-29 08:31:38 +00:00
p5-HTTP-Negotiate Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-OAI p5-HTTP-OAI: update to 4.06. 2017-09-27 15:21:18 +00:00
p5-HTTP-Parser Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Parser-XS Fix build with perl 5.26. indentation. 2017-06-12 08:14:30 +00:00
p5-HTTP-Proxy Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Request-AsCGI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Request-Form Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Response-Encoding Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Server-EV p5-HTTP-Server-EV: update to 0.69. 2017-09-27 15:35:55 +00:00
p5-HTTP-Server-Simple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Server-Simple-Authen Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Server-Simple-Kwiki Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Server-Simple-Mason Fix build with perl 5.26 2017-06-12 08:15:01 +00:00
p5-HTTP-Server-Simple-PSGI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Server-Simple-Recorder Fix build with perl 5.26 2017-06-12 08:15:01 +00:00
p5-HTTP-Server-Simple-Static p5-HTTP-Server-Simple-Static: update to 0.13. 2017-10-11 07:12:24 +00:00
p5-HTTP-Thin Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTP-Tiny Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-HTTPD-User-Manage Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-I18N-AcceptLanguage Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-JavaScript-Minifier-XS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-JavaScript-Value-Escape Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Jemplate p5-Jemplate: update to 0.30. 2017-09-27 15:38:58 +00:00
p5-JSON-RPC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Kwiki Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Archive-Cvs Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Archive-Rcs Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-BreadCrumbs Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Edit-RequireUserName Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Favorites Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-HtmlBlocks Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Icons-Gnome Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-ModPerl Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-NewPage Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Notify-Mail Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-PagePrivacy Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-ParagraphBlocks Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-PreformattedBlocks Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-RecentChanges Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Revisions Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Scode Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Search Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Simple-Server-HTTP These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Kwiki-UserName Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-UserPreferences Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Users-Remote Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Weather Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Kwiki-Wikiwyg These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Kwiki-Zipcode Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-libapreq Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-libapreq2 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-libwww p5-libwww: update to 6.27. 2017-09-27 17:02:54 +00:00
p5-LWP-Authen-Negotiate Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-LWP-Authen-Wsse Fix build with Perl 5.26.0. 2017-06-08 14:56:35 +00:00
p5-LWP-ConsoleLogger p5-LWP-ConsoleLogger: update to 0.000036. 2017-09-27 15:56:33 +00:00
p5-LWP-MediaTypes Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-LWP-Online Fix build with perl 5.26 2017-06-12 08:15:01 +00:00
p5-LWP-Protocol-https Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-LWP-Protocol-PSGI p5-LWP-Protocol-PSGI: update to 0.10. 2017-09-27 15:57:46 +00:00
p5-LWP-UserAgent-Determined Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-LWPx-ParanoidAgent p5-LWPx-ParanoidAgent: update to 1.12. 2017-09-27 15:59:47 +00:00
p5-LWPx-TimedHTTP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-MasonX-Request-WithApacheSession Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Mojolicious p5-Mojolicious: update to 7.47. 2017-10-17 10:25:48 +00:00
p5-Net-FastCGI Fix build with perl 5.26 2017-06-12 08:15:01 +00:00
p5-Net-HTTP Updated p5-Net-HTTP to 6.17. 2017-09-04 12:36:13 +00:00
p5-ParallelUserAgent Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-App-Proxy Fix build with perl 5.26 2017-06-12 08:15:01 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Plack-Handler-AnyEvent-SCGI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Handler-SCGI Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Plack-Middleware-Auth-Digest Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Middleware-ConsoleLogger Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Middleware-Debug Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Middleware-Deflater Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Plack-Middleware-File-Sass Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Plack-Middleware-FixMissingBodyInRedirect Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Middleware-Header Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Plack-Middleware-JSConcat Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Plack-Middleware-MethodOverride Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Middleware-RemoveRedundantBody p5-Plack-Middleware-RemoveRedundantBody: update to 0.06. 2017-09-27 16:06:04 +00:00
p5-Plack-Middleware-ReverseProxy Fix build with Perl 5.26.0 2017-06-07 14:42:23 +00:00
p5-Plack-Middleware-Session Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Middleware-Test-StashWarnings Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Plack-Test-Agent Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Plack-Test-ExternalServer Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Pod-POM-Web p5-Pod-POM-Web: update to 1.23. 2017-09-27 16:07:37 +00:00
p5-POE-Component-Server-PSGI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-POE-Component-Server-SimpleHTTP p5-POE-Component-Server-SimpleHTTP: update to 2.26. 2017-09-27 16:04:54 +00:00
p5-POE-Component-Server-SOAP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-POE-Filter-HTTP-Parser Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-PSGI Fix build with perl 5.26 the dirty way 2017-06-11 18:54:25 +00:00
p5-Reaction Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Role-REST-Client p5-Role-REST-Client: update to 0.22. 2017-09-27 16:17:20 +00:00
p5-Rose-HTML-Objects Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Rose-HTMLx-Form-Field-Serial Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Rose-HTMLx-Form-Related Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Rose-URI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Router-Simple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-SCGI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Session-Storage-Secure Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Starlet p5-Starlet: update to 0.31. 2017-09-27 16:31:47 +00:00
p5-Starman Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-SVN-Web p5-SVN-Web: update to 0.63. 2017-09-27 16:29:18 +00:00
p5-Task-Catalyst-Tutorial Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Task-CatInABox Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Tatsumaki These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Template-Extract Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Template-Generate Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Template-Multilingual Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Plugin-Clickable Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Plugin-Clickable-Email Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Plugin-Subst Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Provider-Encoding Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Stash-EscapeHTML Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Stash-HTML-Entities Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Template-Timer Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Toolkit Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Template-Toolkit-Simple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Test-HTTP-Server-Simple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Test-LWP-UserAgent www/p5-Test-LWP-UserAgent: import p5-Test-LWP-UserAgent-0.033 2017-09-27 15:53:51 +00:00
p5-Test-WWW-Declare Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
p5-Test-WWW-Mechanize Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Test-WWW-Mechanize-Catalyst Requires PERL_USE_UNSAFE_INC hack. 2017-06-27 15:40:23 +00:00
p5-Test-WWW-Mechanize-PSGI p5-Test-WWW-Mechanize-PSGI: update to 0.37. 2017-09-27 16:33:45 +00:00
p5-Twiggy Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI Update to 1.72 2017-07-27 00:16:24 +00:00
p5-URI-db Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI-Escape-XS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI-Fetch Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI-Find Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI-FromHash Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI-Nested Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI-Query Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-URI-ws Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-VRML Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-Web-Scraper Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WordPress-XMLRPC p5-WordPress-XMLRPC: update to 2.12. 2017-09-27 16:56:22 +00:00
p5-WWW-Amazon-Wishlist p5-WWW-Amazon-Wishlist: update to 2.018. 2017-09-27 16:35:51 +00:00
p5-WWW-CSRF Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Curl Revbump for boost update 2017-08-24 20:03:08 +00:00
p5-WWW-Facebook-API Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Form-UrlEncoded p5-WWW-Form-UrlEncoded: remove unused patch after update 2017-09-28 04:50:38 +00:00
p5-WWW-Mechanize Updated p5-WWW-Mechanize to 1.86. 2017-08-14 19:20:13 +00:00
p5-WWW-Mechanize-Cached Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Mechanize-FormFiller Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Mechanize-GZip Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Mechanize-Shell p5-WWW-Mechanize-Shell: update to 0.56. 2017-09-27 16:54:13 +00:00
p5-WWW-Mechanize-Timed Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Pastebin-PastebinCom-Create Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Pastebin-RafbNet-Create Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-RobotRules Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
p5-WWW-Shorten Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
paros paros: Disable SSP checks for bundled libraries. 2017-10-09 15:32:07 +00:00
pear-HTML_Common
pear-HTML_Select
pear-HTML_TreeMenu
pear-HTTP
pear-HTTP_Request
pear-HTTP_Request2 Update pear-HTTP_Request2 to 2.3.0. 2016-07-19 15:33:27 +00:00
php-apcu Update to apcu-5.1.8 with the following changes: 2017-02-07 21:00:35 +00:00
php-apcu4 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-apcu_bc php apcu 5.x (and php apcu_bc) is only compatible with 7.x; adjust PHP_VERSIONS_ACCEPTED accordingly 2016-08-11 22:54:16 +00:00
php-basercms Follow some redirects. 2017-09-03 08:53:04 +00:00
php-concrete5 Update php-concrete5 to 5.7.5.13. 2017-05-28 11:45:42 +00:00
php-curl Revbump for boost update 2017-08-24 20:03:08 +00:00
php-fpm Follow some redirects. 2017-09-03 08:53:04 +00:00
php-glpi Update to 9.1.6 2017-07-21 10:11:27 +00:00
php-http Revbump for boost update 2017-08-24 20:03:08 +00:00
php-http3 Revbump for boost update 2017-08-24 20:03:08 +00:00
php-ja-wordpress Follow some redirects. 2017-09-03 08:53:04 +00:00
php-nextcloud Update to 12.0.3 2017-10-08 03:54:40 +00:00
php-owncloud Update to 10.0.3 2017-10-07 13:04:57 +00:00
php-phrasea2 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
php-piwigo Update piwigo to 2.9.1 2017-07-25 08:37:20 +00:00
php-propro Reset maintainer 2017-09-16 19:26:41 +00:00
php-propro2 Reset maintainer 2017-09-16 19:26:41 +00:00
php-soycms
php-tidy Bump PKGREVISION for tidy dependency change. 2017-02-20 09:37:11 +00:00
php-tiki6
php-tt-rss Follow some redirects. 2017-09-03 08:53:04 +00:00
php-tt-rss-fever-plugin php-tt-rss-fever-plugin: update HOMEPAGE and MASTER_SITES 2017-10-09 08:21:24 +00:00
php-uploadprogress Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
phraseanet Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
phraseanet-indexer Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
pound Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
privoxy Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
pup Do not strip the `.md' extension for README. 2017-05-08 10:25:29 +00:00
py-aiohttp py-aiohttp: update to 2.3.0 2017-10-19 06:54:18 +00:00
py-asgiref Contains various reference ASGI implementations, including: 2017-06-21 19:09:07 +00:00
py-autobahn py-autobahn: follow redirect 2017-09-16 08:50:30 +00:00
py-beautifulsoup Follow some redirects. 2017-09-03 08:53:04 +00:00
py-beautifulsoup4 Follow some redirects. 2017-09-03 08:53:04 +00:00
py-betamax Updated py-betamax to 0.8.0. 2016-08-24 10:48:47 +00:00
py-bleach py-bleach: update to 2.1.1 2017-10-05 12:58:48 +00:00
py-blosxom Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-bottle py-bottle: update to 0.12.13 2017-09-27 20:29:51 +00:00
py-cfscrape 1.9.0: 2017-09-05 11:31:53 +00:00
py-channels py-channels: update to 1.1.8 2017-09-16 06:51:54 +00:00
py-cheroot Fix broken DEPENDS line. 2017-08-23 12:17:28 +00:00
py-cherrypy 11.0.0: 2017-07-19 17:32:38 +00:00
py-clearsilver Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-ClientForm Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-cookies Add py-cookies-2.2.1: 2017-09-29 14:33:38 +00:00
py-curl Revbump for boost update 2017-08-24 20:03:08 +00:00
py-daphne Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-django py-django: update to 1.11.6 2017-10-06 08:52:58 +00:00
py-django-admin-rangefilter Add the filter by a custom date / datetime range on the admin UI. 2017-10-17 06:56:12 +00:00
py-django-admin-sortable2 A replacement for django-admin-sortable using an unintrusive approach. 2017-10-17 06:54:44 +00:00
py-django-appconf
py-django-appmedia Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-django-classy-tags Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-django-cms Changes 3.4.4: 2017-06-16 15:09:13 +00:00
py-django-cmsplugin_gallery Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-django-contrib-comments Django used to include a comments framework; since Django 1.6 it's been 2017-05-09 20:22:34 +00:00
py-django-countries py-django-countries: update to 5.0 2017-10-13 07:01:40 +00:00
py-django-easy-thumbnails Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-filer Changes 1.2.0: 2016-05-13 15:53:02 +00:00
py-django-filter Add py-django-filter-1.0.4: 2017-05-22 22:28:48 +00:00
py-django-formtools py-django-formtools: update to 2.1 2017-10-05 12:20:55 +00:00
py-django-import-export django-import-export is a Django application and library for importing 2017-10-17 06:53:32 +00:00
py-django-inline-ordering Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-kronos Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-django-mezzanine-filebrowser Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-django-mezzanine-grappelli Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-django-mptt Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-django-photologue Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-django-polymorphic Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-registration Follow some redirects. 2017-09-04 18:08:18 +00:00
py-django-rest-framework-proxy Revert wrong import 2017-08-21 15:43:40 +00:00
py-django-reversion 2.0.10: 2017-08-21 11:39:46 +00:00
py-django-sekizai Changes 0.10.0: 2016-09-07 13:56:24 +00:00
py-django-south Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-sql-explorer SQL Explorer aims to make the flow of data between people fast, simple, and 2017-08-21 15:49:09 +00:00
py-django-tagging Version 0.4.3: 2016-05-13 15:58:34 +00:00
py-django-tastypie Reset maintainer 2017-09-16 19:26:41 +00:00
py-django-treebeard Release 4.1.2: 2017-06-23 07:42:24 +00:00
py-django14 Follow some redirects. 2017-09-04 18:08:18 +00:00
py-djangocms-admin-style Changes 1.2.6: 2016-11-06 14:48:35 +00:00
py-djangocms-file Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-flash Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-googlemap Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-inherit Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-picture Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-style Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-teaser Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-text-ckeditor Changes 2.9.3: 2016-05-13 15:44:16 +00:00
py-djangocms-video Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangorestframework py-djangorestframework: update to 3.7.1 2017-10-17 06:30:30 +00:00
py-feedgen Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-feedgenerator Updated www/py-feedgenerator to 1.9. 2017-02-03 09:47:12 +00:00
py-flask Version 0.12.2 2017-06-12 10:17:39 +00:00
py-flask-admin Update py-flask-admin to 1.5.0. 2017-03-14 14:11:51 +00:00
py-flask-assets Update py-flask-assets to 0.12. 2017-01-17 15:13:59 +00:00
py-flask-babel Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-babelex Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-bootstrap Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-cache Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-common Add py27-flask-common-0.2.0: 2017-09-29 21:29:01 +00:00
py-flask-debugtoolbar Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-flatpages Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-frozen Update py-flask-frozen to 0.15. 2017-08-01 18:30:02 +00:00
py-flask-limiter Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-login Update py-flask-login to 0.4.0. 2017-02-22 20:53:33 +00:00
py-flask-mail Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-principal Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-rest Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-script py-flask-script: update to 2.0.6 2017-10-02 13:51:13 +00:00
py-flask-security Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-sqlalchemy Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-flask-sslify Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-testing Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-uploads Update py-flask-uploads to 0.2.1. 2017-02-22 21:05:21 +00:00
py-flask-user Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-webpack Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-flask-wtf Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-flup Follow some redirects. 2017-09-04 18:08:18 +00:00
py-flup3 Follow some redirects. 2017-09-04 18:08:18 +00:00
py-FormEncode Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-furl Reset maintainer 2017-09-16 19:26:41 +00:00
py-gdata Update some URLs. 2017-09-04 18:55:07 +00:00
py-genshi
py-google-api-python-client py-google-api-python-client: update to 1.6.4. 2017-10-03 12:45:37 +00:00
py-graphite-web Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-gunicorn 19.7.1 / 2017/03/21 2017-04-14 13:24:30 +00:00
py-h2 3.0.1: 2017-06-21 09:57:57 +00:00
py-HTMLgen Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-http-parser Reset maintainer 2017-09-16 19:26:41 +00:00
py-httpbin Add missing dependencies. Bump revision 2017-09-29 21:29:50 +00:00
py-httpie
py-httplib2 Changes 0.10.3: 2017-05-09 12:33:46 +00:00
py-httptools A collection of framework independent HTTP protocol utils. 2017-07-07 07:25:31 +00:00
py-hyperframe 5.1.0: 2017-06-21 09:54:58 +00:00
py-hyperlink 17.3.1 2017-08-27 13:09:34 +00:00
py-idna Updated py-idna to 2.6. 2017-08-14 19:29:14 +00:00
py-jonpy Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-landslide Improve syntax of dependencies in www/py-landslime 2017-02-26 15:39:59 +00:00
py-livereload Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-MechanicalSoup py-MechanicalSoup: update to 0.8.0 2017-10-06 06:31:44 +00:00
py-mechanize 0.3.5 release: 2017-07-26 10:58:52 +00:00
py-meinheld py-meinheld: Support SunOS, based on PR#52613 2017-10-13 14:51:16 +00:00
py-meld3 Import py-meld3-1.0.2 as www/py-meld3. 2017-04-28 14:49:30 +00:00
py-mezzanine Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mod_wsgi py-mod_wsgi: update to 4.5.20 2017-10-11 07:17:38 +00:00
py-mod_wsgi-metrics Updated HOMEPAGE 2017-04-14 18:12:24 +00:00
py-model_mommy 1.4.0: 2017-09-06 15:21:54 +00:00
py-moin Follow some redirects. 2017-09-04 18:08:18 +00:00
py-nbconvert py-nbconvert: update to 5.3.1 2017-10-17 18:31:40 +00:00
py-nbformat py-nbformat: update to 4.4.0 2017-10-17 18:30:02 +00:00
py-nevow Nevow 0.14.3: 2017-08-25 06:24:03 +00:00
py-notebook py-notebook: update to 5.2.0 2017-10-18 08:29:27 +00:00
py-parsel Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-paste Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-PasteDeploy Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-PasteScript Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-pelican Follow some redirects. 2017-09-03 08:53:04 +00:00
py-pendrell Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-pystache Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-python-digest Reset maintainer 2017-09-16 19:26:41 +00:00
py-python-mimeparse Reset maintainer 2017-09-16 19:26:41 +00:00
py-python3-digest Reset maintainer 2017-09-16 19:26:41 +00:00
py-pywebdav Update some URLs. 2017-09-04 18:55:07 +00:00
py-recaptcha Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-robobrowser Import py-robobrowser-0.5.3 as www/robobrowser 2017-02-01 15:27:14 +00:00
py-Routes Release 2.4.0: 2017-07-11 09:22:02 +00:00
py-rss2gen Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
py-sanic 0.6.0: 2017-08-03 07:48:52 +00:00
py-scgi Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-scrapy Follow some redirects. 2017-09-04 18:08:18 +00:00
py-simpletal Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-sparqlwrapper py-sparqlwrapper: update to 1.8.0 2017-10-07 11:14:42 +00:00
py-static Changes 1.1.1: 2017-02-14 07:35:06 +00:00
py-swish-e Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-terminado Add py-terminado 0.6 2017-04-23 03:53:24 +00:00
py-test-httpbin Updated py-test-httpbin to 0.2.3. 2016-08-22 13:30:40 +00:00
py-tornado Tornado 4.5.2: 2017-09-07 15:20:33 +00:00
py-trytond-web-user Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-webdav Reset maintainer 2017-09-16 19:26:41 +00:00
py-twill Reset maintainer 2017-09-16 19:26:41 +00:00
py-uliweb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-urllib3 1.22: 2017-07-20 16:53:13 +00:00
py-URLObject py-URLObject: update to 2.4.3 2017-09-28 04:58:47 +00:00
py-uwsgi PkgSrc clean-ups 2017-07-09 10:44:19 +00:00
py-uwsgitop py-uwsgitop: update to 0.10 2017-09-30 09:29:44 +00:00
py-w3lib py-w3lib: update to 1.18.0 2017-09-30 13:27:14 +00:00
py-waitress py-waitress: update to 1.1.0 2017-10-16 12:07:24 +00:00
py-webassets Update py-webassets to 0.12.1. 2017-01-17 15:13:20 +00:00
py-webcolors Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-WebOb 1.7.3: 2017-07-11 07:24:04 +00:00
py-webpy Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-websocket-client py-websocket-client: pkgsrc fixes 2017-10-11 06:35:50 +00:00
py-websockets 3.4: 2017-08-22 08:47:50 +00:00
py-WebTest 2.0.28: 2017-09-04 17:00:46 +00:00
py-werkzeug DOCDIR is unused, fixes install. 2017-08-10 07:14:27 +00:00
py-werkzeug-docs Version 0.12.2 2017-05-31 08:24:38 +00:00
py-whitenoise Add py-whitenoise-4.0b3: 2017-09-29 14:45:20 +00:00
py-WSGIProxy2 A WSGI Proxy with various http client backends. 2017-07-11 09:15:49 +00:00
py-wtforms Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-wtforms-alchemy Reset maintainer 2017-09-16 19:26:41 +00:00
py-wtforms-components Reset maintainer 2017-09-16 19:26:41 +00:00
py-wtforms-recaptcha Reset maintainer 2017-09-16 19:26:41 +00:00
py-wtforms-test Reset maintainer 2017-09-16 19:26:41 +00:00
py-yarl py-yarl: update to 0.13.0 2017-10-02 12:50:55 +00:00
qDecoder
R-curl Initial import of R-curl v3.0 from CRAN. 2017-10-09 22:38:12 +00:00
raggle Use PKGMANDIR. 2016-04-21 12:30:38 +00:00
ramaze
rekonq Follow some redirects. 2017-09-04 18:08:18 +00:00
ruby-actionpack32 Update ruby-actionpack32 to 3.2.22.5. 2017-07-18 14:06:28 +00:00
ruby-actionpack42 Reduce dependency to packages: comment out dependencies which already has 2017-07-18 14:38:52 +00:00
ruby-actionview42 Switch most of Ruby on Rails related packages to updated frame work. 2017-06-21 13:12:20 +00:00
ruby-activeresource32 Update ruby-ruby-activeresource32 to 3.2.22.5. 2017-07-18 14:05:25 +00:00
ruby-borges Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-capybara Reset maintainer 2017-09-16 19:26:41 +00:00
ruby-clearsilver
ruby-coffee-rails32 Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-compass
ruby-compass-core
ruby-compass-import-once
ruby-compass-susy-plugin
ruby-cookiejar Update ruby-cookiejar to 0.3.3. 2016-03-15 16:09:04 +00:00
ruby-css-parser Update ruby-css-parser to 1.6.0. 2017-09-10 16:17:12 +00:00
ruby-cssmin Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-csspool
ruby-div
ruby-em-http-request Update ruby-em-http-request to 1.1.5. 2016-10-18 15:16:13 +00:00
ruby-erubis
ruby-faraday Update ruby-faraday to 0.13.1. 2017-09-11 14:52:27 +00:00
ruby-faraday_middleware www/ruby-faraday_middleware: update to 0.12.2 2017-09-18 01:07:42 +00:00
ruby-faye-websocket Update ruby-faye-websocket 0.10.7. 2017-03-20 14:03:56 +00:00
ruby-fcgi
ruby-gnome2-webkit-gtk Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnome2-webkit-gtk2 Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-htmlsplit Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-http Update ruby-http to 2.2.2. 2017-06-05 15:32:15 +00:00
ruby-http-cookie Update ruby-http-cookie to 1.0.3. 2016-09-30 15:36:59 +00:00
ruby-http-form_data Update ruby-http-form_data to 1.0.3. 2017-06-05 15:33:26 +00:00
ruby-http_parser.rb Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-http_router cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-httpclient Update ruby-httpclient to 2.8.3. 2017-03-20 15:51:33 +00:00
ruby-innate Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-jekyll www/ruby-jekyll: Add dependency to ruby-bundler 2017-10-13 16:52:46 +00:00
ruby-jekyll-archives cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-jekyll-coffeescript Update ruby-jekyll-coffeescriptto 1.0.2. 2017-03-20 16:38:33 +00:00
ruby-jekyll-feed Add ruby-jekyll-feed 0.9.2. This really a part of jekyll. 2017-04-22 17:05:48 +00:00
ruby-jekyll-gist Update ruby-jekyll-gist to 1.4.1. 2017-09-11 16:03:17 +00:00
ruby-jekyll-minima Add minima ruby gem version 2.1.1 to pkgsrc as ruby-jekyll-minima. 2017-04-22 17:09:17 +00:00
ruby-jekyll-paginate
ruby-jekyll-sass-converter Update ruby-jekyll-sass-converterto 1.5.0. 2017-03-20 16:40:09 +00:00
ruby-jekyll-watch cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-journey Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-jquery-rails Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-jsmin Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-liquid Update ruby-liquid to 4.0.0 required by puppet 4.10.4. 2017-06-21 13:46:36 +00:00
ruby-loofah Import ruby-loofah-2.0.3 as www/ruby-loofah 2017-04-06 03:10:52 +00:00
ruby-mechanize Update ruby-mechanize to 2.7.5. 2016-10-18 15:50:43 +00:00
ruby-multipart-post Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-mustermann Update ruby-mustermannto 1.0.1. 2017-09-11 15:20:20 +00:00
ruby-mustermann19 Update ruby-mustermann19 to 0.4.4. 2016-10-18 15:56:31 +00:00
ruby-net-http-digest_auth Update ruby-net-http-digest_authto 1.4.1. 2017-03-20 15:53:07 +00:00
ruby-net-http-persistent Update ruby-net-http-persistent to 3.0.0. 2016-10-18 16:34:44 +00:00
ruby-ntlm-http Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-padrino cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-padrino-admin Update ruby-padrino pacakges to 0.14.1.1 2017-06-04 15:41:39 +00:00
ruby-padrino-cache Update ruby-padrino pacakges to 0.14.1.1 2017-06-04 15:41:39 +00:00
ruby-padrino-contrib cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-padrino-core Update ruby-padrino pacakges to 0.14.1.1 2017-06-04 15:41:39 +00:00
ruby-padrino-gen Update ruby-padrino pacakges to 0.14.1.1 2017-06-04 15:41:39 +00:00
ruby-padrino-helpers Update ruby-padrino pacakges to 0.14.1.1 2017-06-04 15:41:39 +00:00
ruby-padrino-mailer Update ruby-padrino pacakges to 0.14.1.1 2017-06-04 15:41:39 +00:00
ruby-padrino-support Update ruby-padrino pacakges to 0.14.1.1 2017-06-04 15:41:39 +00:00
ruby-patron Update ruby-patron to 0.9.1. 2017-09-11 15:35:37 +00:00
ruby-puma Switch to depends on www/ruby-rack16 from ruby-rack. 2017-06-04 14:46:29 +00:00
ruby-pygments.rb Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-rack cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-rack-cache Update ruby-rack-cache to 1.7.1 2017-09-11 15:40:27 +00:00
ruby-rack-contrib cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-rack-protection Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-rack-rewrite Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-rack-ssl
ruby-rack-test Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-rack14
ruby-rack15
ruby-rack16 Fix PLIST. 2017-06-04 14:37:01 +00:00
ruby-rails-deprecated_sanitizer Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-rails-html-sanitizer Import ruby-rails-html-sanitizer-1.0.3 2017-04-19 06:48:13 +00:00
ruby-rails32 Update ruby-rails32 to 3.2.22.5. 2017-07-18 14:08:30 +00:00
ruby-rails42 Fix dependency. 2017-07-18 14:44:08 +00:00
ruby-raindrops Update ruby-raindrops to 0.19.0. 2017-09-10 16:20:33 +00:00
ruby-rest-client Update ruby-rest-client to 2.0.2. 2017-06-05 15:35:29 +00:00
ruby-rouge Update ruby-rouge to 1.11.1. 2016-10-18 16:14:52 +00:00
ruby-sass Update ruby-sass to 3.4.24. 2017-06-05 15:39:59 +00:00
ruby-sass-rails32 Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-sawyer Update ruby-sawyer to 0.8.1. 2017-02-05 00:41:57 +00:00
ruby-selenium-webdriver Reset maintainer 2017-09-16 19:26:41 +00:00
ruby-sinatra Add 24 to RUBY_VERSIONS_ACCEPTED. 2017-06-18 13:48:53 +00:00
ruby-sinatra-contrib Add 24 to RUBY_VERSIONS_ACCEPTED. 2017-06-18 13:48:53 +00:00
ruby-staticmatic Make depends on www/ruby-rack16 instead of www/ruby-rack. 2017-06-05 03:26:39 +00:00
ruby-tag Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-unicorn Update to 5.3.0 2017-04-09 04:12:39 +00:00
ruby-url_mount Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-webrobots Follow some redirects. 2017-09-04 18:08:18 +00:00
ruby-websocket Reset maintainer 2017-09-16 19:26:41 +00:00
ruby-websocket-driver www/ruby-websocket-driver: update to 0.7.0 2017-09-18 01:11:36 +00:00
ruby-websocket-extensions Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-webunit Comment out dead sites. 2017-09-04 18:00:49 +00:00
sassc This is the SassC for LibSass 3.4.5. 2017-06-13 17:20:11 +00:00
screws Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
seamonkey Use mozilla-common.mk from firefox52. Bump PKGREVISION 2017-10-01 09:34:05 +00:00
seamonkey-l10n Update to 2.48 2017-08-18 23:58:03 +00:00
serf serf: Fix build with scons-3.0. 2017-10-04 11:53:10 +00:00
shibboleth-sp Revbump for boost update 2017-08-24 20:03:08 +00:00
siege www/siege: Fix installation if ${PKG_SYSCONFBASE} != ${PREFIX}/etc. 2017-09-25 22:39:56 +00:00
sitecopy Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
snarf Follow some redirects. 2017-09-04 18:08:18 +00:00
snownews Fix typo. 2017-01-04 16:08:51 +00:00
SOGo revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
SOGo3 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
spawn-fcgi update MASTER_SITES 2016-12-18 18:31:28 +00:00
spdylay Depends on INT64_MAX to be available in pre-C++11 mode. 2017-02-18 13:57:06 +00:00
SpeedyCGI Add PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles. 2017-08-23 17:54:52 +00:00
sqtop Reset maintainer 2017-09-16 19:26:41 +00:00
squid3 PR 52514 Angel Adames: squid-ipf doesn't work on FreeBSD, so don't enable 2017-09-05 08:09:08 +00:00
squidanalyzer Changes 6.6: 2017-05-09 17:19:32 +00:00
squidclamav version 6.16 2017-02-06 15:37:41 +00:00
squidGuard Apply content of squidGuard-1.4-patch-20150201 via patches. 2017-06-21 15:11:10 +00:00
squidpurge Comment out dead sites. 2017-09-04 18:00:49 +00:00
squidview Fix error check for fopen. Bump revision. 2016-12-23 22:30:50 +00:00
squirm
surfraw Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
swiftsurf Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
swiggle
swill Make it accept --without-mpi. Fixes build. 2016-09-18 07:46:09 +00:00
swish-e Comment out dead sites. 2017-09-04 18:00:49 +00:00
tcl-cgi tcl-cgi: replace dead homepage 2017-10-17 08:53:41 +00:00
termtter Fix PLIST 2017-09-10 17:39:34 +00:00
thin Update thin to 1.7.2. 2017-09-10 16:19:05 +00:00
thoth Oops, more clean up for ruby-json dependency. 2017-06-17 05:07:11 +00:00
thoth-delicious Oops, more clean up for ruby-json dependency. 2017-06-17 05:08:29 +00:00
thttpd
tidy Requires GCC 4.4. 2017-07-16 19:07:12 +00:00
tinyproxy fixup tinyproxy.conf 2017-02-18 05:59:23 +00:00
trac Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
trafficserver Update www/trafficserver to 7.1.1 2017-09-06 12:21:22 +00:00
typo3_62 Follow some redirects. 2017-09-03 08:53:04 +00:00
uhttpmock *: Recursive PKGREVISION bump for vala 0.38 update. 2017-10-03 12:36:52 +00:00
urlget Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
urlgrabber Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
varnish Listen on localhost by default. Patch from plluksie in joyent/pkgsrc#482. 2017-04-13 11:22:06 +00:00
viewvc Updated viewvc to 1.1.26. 2017-02-08 20:00:34 +00:00
vimb revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
visitors
w3 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
w3c-httpd Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
w3m Use copy mode for pax to avoid file format limitations. From Thomas Orgis. 2017-07-10 12:26:53 +00:00
w3m-img Updated w3m-img to 0.5.3.0.20161031. 2016-11-06 19:27:16 +00:00
waplet
wApua Comment out dead sites. 2017-09-06 10:40:25 +00:00
wdg-validate Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
webalizer Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
webby Comment out dead sites. 2017-09-04 18:00:49 +00:00
webkit-gtk revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
webkit24-gtk revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
webkit24-gtk3 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
weblint Remove ex-CPAN mirror. 2016-12-04 18:26:44 +00:00
webnew Comment out dead sites. 2017-09-06 10:40:25 +00:00
websvn
weex Remove whitespace 2016-06-19 09:58:11 +00:00
whisker Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiliki Fix HOMEPAGE 2016-06-19 09:51:52 +00:00
wmd
wml www/wml: Install manpages into ${PKGMANDIR}. 2017-08-19 00:27:01 +00:00
wordpress Security update to version 4.8.2 2017-09-21 19:24:46 +00:00
wslay Wslay is a WebSocket library written in C. It implements the protocol version 2016-04-23 18:32:09 +00:00
www6to4 Comment out dead sites. 2017-09-06 10:40:25 +00:00
wwwcount
wwwoffle Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
yahttp Reset maintainer 2017-09-16 19:26:41 +00:00
yaws Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
z-push Fix build problem with PKG_DEVELOPER=YES. 2016-06-30 03:17:52 +00:00
zopeedit Comment out dead sites. 2017-09-06 10:40:25 +00:00
Makefile Add the filter by a custom date / datetime range on the admin UI. 2017-10-17 06:56:12 +00:00