pkgsrc/www
taca d548dd5b4a Update ruby-httpclient to 2.8.2.4.
Changes in 2.8.2

Aug 15, 2016 - version 2.8.2

  * Bug

    o 2.8.1 introduced JRuby + SSL connection problem; in some cases it cannot
      connect to trusted TLS server. 2.8.1 failed to load multiple CA
      certificates in a file. #327.

Aug 16, 2016 - version 2.8.2.1

  * Bug

    o 2.8.1 introduced another bug that causes NPE from JRuby when JRuby
      program loads httpclient and uses OpenSSL::X509::Store outside of
      httpclient. 2.8.3 fixed this problem. #325

Aug 28, 2016 - version 2.8.2.3

  * Bug

    o 2.8.2 fixed VERIFY_NONE at JRuby but the fix was not enough.

Sep 11, 2016 - version 2.8.2.4

  * Bug

    o 2.8.2 caused unexpected resulting value change of
      OpenSSL::X509::Store#add_cert method. Fixed.

Changes in 2.8.1

Aug 8, 2016 - version 2.8.1

* Changes

    o Use TLSv1.2 always on JRuby #320
    o Do not reset keep-alive connection by configuration change #315
    o Add strict_response_size_check option #316 false by default, meaning it
      behavies like browsers by default.
    o Add MIME type for XML #308

* Bug

    o Direct access to SSLConfig#cert_store in JRuby was broken from 2.7
      #276 #317
    o OpenSSL::SSL::VERIFY_NONE does not work in JRuby #319
    o Allow receiving response body in block when follow_redirects => true. #304
    o Fix blocking issue with request_async when Encoding.default_internal is
      set. #307
    o Apply timeouts for chunked transfer encoding #309

Changes in 2.8.0

Apr 24, 2016 - version 2.8.0

* Changes

    o Force using RSA 2048bit CA cert set

      Use RSA 2048bit CA cert set every time if it runs with OpenSSL (==
      except JRuby.)

      Old openssl (<1.0.1p or <1.0.2d) cannot handle this CA set and causes
      SSL connection failure against some SSL servers including AWS S3
      API. For such case you can manually specify RSA 1024bit CA cert set as a
      workaround.

	c = HTTPClient.new { |c| c.ssl_config.add_trust_ca("cacert1024.pem") }
	c.get("https://www.ruby-lang.org/")

      RSA 1024bit CA cert set is not maintained over years so you should
      consider updating OpenSSL version so that HTTPClient uses RSA 2048 bit
      CA cert set.

Changes in 2.7.2

Apr 22, 2016 - version 2.7.2

* Changes

    o Use RSA 1024bit CA cert when linked to old openssl

      Based on comments to #297 this commit silently (without warning) accepts
      RSA 1024bit certificate set when runtime ruby is liked with old OpenSSL
      (<1.0.1p or <1.0.2d.)

      If you're unsure that your OpenSSL is patched or not, and want to make
      sure to use RSA 2048bit certificate set, please call
      HTTPClient::SSLConfig#add_trust_ca("cacert.pem").

	c = HTTPClient.new { |c| c.ssl_config.add_trust_ca("cacert.pem") }
	c.get("https://www.ruby-lang.org/")

      I'm going to remove RSA 1024bit certificate set and bump httpclient
      version to 2.8.0 soon after I release this as 2.7.2. I believe almost
      all OpenSSL installation is patched quickly these days so it should not
      cause SSL connectivity problem.
2016-10-18 15:36:34 +00:00
..
adzap Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
aipo Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
album Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +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 post boost update 2016-10-07 18:25:29 +00:00
analog remove dead mirror. 2016-01-22 08:33:09 +00:00
ap-auth-kerb Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap-auth-mysql Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap-authnz-crowd Revbump post boost update 2016-10-07 18:25:29 +00:00
ap-fastcgi Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap-geoip2 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap-mono Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
ap-php Reset PKGREVISION after all PHP language packages. 2016-04-02 10:28:06 +00:00
ap-rpaf Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap-ruby Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the 2016-09-08 15:19:16 +00:00
ap-scgi Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
ap2-auth-external Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-auth-mellon Do not redirect unauthenticated AJAX request to the IdP 2016-10-18 15:13:41 +00:00
ap2-auth-mysql Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-auth-ntlm Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
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 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-authn-otp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ap2-bw Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-cband Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-encoding Import www/ap2-encoding 2016-08-30 12:34:39 +00:00
ap2-fcgid Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-jk Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
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 PR/51359: Automatic compiler flags for gcc 5 and clang. 2016-08-04 14:18:15 +00:00
ap2-python Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-subversion Update Subversion to 1.9.4 2016-05-01 00:48:32 +00:00
ap2-suphp Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-transform Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap2-xsendfile Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap22-authn-sasl Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap22-authnz-external Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ap22-authz-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ap22-dnssd Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ap22-limitipconn Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ap22-vhost-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ap24-authnz-external Add ap24-authnz-external 2016-04-06 09:02:07 +00:00
apache-roller Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +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 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
apache-tomcat8 Update apache-tomcat8 to 8.0.36 2016-06-16 12:44:01 +00:00
apache-tomcat55 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
apache22 Fix httpoxy vulnerability. 2016-07-29 11:10:24 +00:00
apache24 Revbump post boost update 2016-10-07 18:25:29 +00:00
apachetop Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
asp2php Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
august Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
aws Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
aws-demos Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
awstats Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bannerfilter Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bins Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bkedit Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
bluefish Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
blur6ex Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
bozohttpd Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
browser-bookmarks-menu Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
c-icap Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
c-icap-modules Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cadaver Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
calamaris Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
camping Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
cgic Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
cgicc Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
cgilib Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
cgit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
checkbot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cherokee Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
clearsilver Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
clearsilver-base
clisp-fastcgi Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
contao Remove reference to contao41. 2016-07-11 14:35:15 +00:00
contao35 Update contao35 to 3.5.17. This is a leaf package. 2016-09-24 13:23:23 +00:00
contao42 Update contao42 to 4.2.4. This is a leaf package. 2016-09-24 13:24:11 +00:00
cppcms Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
crawl Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cronolog Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
curl Revbump post boost update 2016-10-07 18:25:29 +00:00
cvsweb Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dansguardian Add email, commandline and clamd options. Enable email by default. 2016-09-19 13:20:43 +00:00
davical Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
deforaos-surfer adjust how we fix LDFLAGS on SunOS 2016-09-19 18:09:33 +00:00
dillo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
drivel Revbump post boost update 2016-10-07 18:25:29 +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.44 (Drupal 7.44). 2016-06-16 23:20:16 +00:00
elinks Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
eliom Needs ocamlbuild. 2016-09-18 07:16:19 +00:00
emacs-w3m Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
emacs-w3m-snapshot Remove mk/find-prefix.mk usage from the www category. 2015-11-25 12:54:07 +00:00
epiphany Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
epiphany-extensions Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
fcgi Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
fcgiwrap Initial import of fcgiwrap, version 1.1.0, 2016-08-07 18:01:29 +00:00
fengoffice Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
ffproxy Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
firefox Update to 49.0 2016-09-20 20:01:41 +00:00
firefox-l10n Update to 49.0 2016-09-20 20:03:08 +00:00
firefox10 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
firefox10-l10n Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
firefox17 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
firefox17-l10n Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
firefox24 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
firefox24-l10n Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
firefox31 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
firefox31-l10n Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
firefox36 Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
firefox36-l10n Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
firefox38 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
firefox38-l10n Update to 38.8.0 2016-04-27 21:22:55 +00:00
firefox45 Update to 45.4.0 2016-09-21 11:51:14 +00:00
firefox45-l10n Update to 45.4.0 2016-09-21 11:53:26 +00:00
gallery Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gallery2 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
ganglia-webfrontend Update www/ganglia-webfrontend to 3.7.2. 2016-06-17 12:09:08 +00:00
geeklog Update geeklog to 2.1.1. 2015-12-13 14:55:35 +00:00
gitweb Update git to 2.9.2. 2016-07-21 13:12:25 +00:00
goaccess Update www/goaccess to 0.9.8 2016-03-17 00:39:25 +00:00
gtkasp2php Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
gtkhtml314 Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gwt Update to 2.7.0 2016-07-05 19:27:02 +00:00
h2o Updated www/h2o to 2.0.4 2016-09-17 11:10:23 +00:00
haskell-cgi Remove mk/find-prefix.mk usage from the www category. 2015-11-25 12:54:07 +00:00
heel
hiawatha Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
horde Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
hs-HTTP Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
htdig Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
htmlcxx Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
htmldoc Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
htmldoc-x11
htmlfix Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
htmllint perl defined(%hash) was deprecated. 2016-08-16 00:11:35 +00:00
http-parser Use libtool for the build and install. Fixes various issues with the 2016-08-25 18:30:33 +00:00
http_load Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
icedtea-web Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ies4linux Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
ijb Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ikiwiki Update to 3.20160905. From the changelog: 2016-09-14 18:04:09 +00:00
jalbum Skip shared library check for non-native binaries. 2016-03-25 21:03:09 +00:00
jetty7 Fix pax arguments. 2016-02-26 14:01:09 +00:00
jetty9 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
kahua Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
kannel Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
kdewebdev3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
kdewebdev4 Revbump post boost update 2016-10-07 18:25:29 +00:00
kdewebkit Update KDE Frameworks to 5.25.0 2016-08-21 21:27:03 +00:00
khtml Needs msgfmt 2016-09-06 20:54:31 +00:00
kjs Add kjs 5.25.0 2016-08-21 22:27:17 +00:00
kjsembed Add kjsembed 5.25.0 2016-08-21 22:29:49 +00:00
lhs Drop SSLv2 support. Add option for disabling SSLv3 as well. Bump 2016-03-26 23:05:10 +00:00
libecap Fix previous by going the whole hog and requiring C++11. 2016-06-23 15:05:38 +00:00
libghttp Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
libgtkhtml Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libmediawiki Revbump post boost update 2016-10-07 18:25:29 +00:00
libmicrohttpd Revbump post boost update 2016-10-07 18:25:29 +00:00
libmrss Revbump post boost update 2016-10-07 18:25:29 +00:00
libproxy Update libproxy to 0.4.13 2016-06-26 12:03:53 +00:00
librest revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
librest07 revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
libsass Changes 3.3.6: 2016-06-09 08:47:15 +00:00
libwww Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
liferea Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
lighttpd Updated lighttpd to version 1.4.42. 2016-10-17 22:00:22 +00:00
links Update www/links{,-gui} to 2.13 2016-07-03 10:58:02 +00:00
links-gui Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
litmus Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
llgal Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
loggerhead Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
logswan Reset maintainer to pkgsrc-users@NetBSD.org 2016-09-11 15:59:29 +00:00
lua-curl Revbump post boost update 2016-10-07 18:25:29 +00:00
lynx Unbreak build on systems without msginit in base (= Solaris) 2016-07-22 18:51:41 +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 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
micro_httpd Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
midori Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mimetex Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
mini_httpd Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mknmz-wwwoffle Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mMosaic MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +00:00
mongrel Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
mongrel-cluster Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
mongrel-config Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
mongrel-console Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
mongrel-upload-progress Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
mono-xsp Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
moodle Update to 3.1.2 2016-09-12 12:24:06 +00:00
mserv-php Fixed some pkglint warnings. 2016-07-09 13:10:15 +00:00
nanoblogger Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
nanoblogger-extra Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
neon Updated neon to 0.30.2. 2016-10-03 12:26:22 +00:00
netscape
netsurf Revbump post boost update 2016-10-07 18:25:29 +00:00
nghttp2 Revbump post boost update 2016-10-07 18:25:29 +00:00
nginx Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
nginx-devel Update www/nginx-devel to 1.11.4. 2016-10-04 10:12:42 +00:00
ns-plugger-common
ns-remote Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
nspluginwrapper Make npplayer search default pkgsrc dirs. 2016-10-15 15:18:01 +00:00
nvu Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ocaml-curl Revbump post boost update 2016-10-07 18:25:29 +00:00
ocaml-http Updated package to use ocaml.mk framework. No upstream changes. 2016-06-25 14:31:13 +00:00
ocsigen Updated package to use ocaml.mk framework. No upstream changes. 2016-06-25 14:31:13 +00:00
opera Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
opera-acroread7
opera-plugins
otter-browser Update otter-browser from 0.9.9 to 0.9.10 2016-08-20 19:00:31 +00:00
p5-Alien-GvaScript Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Any-URI-Escape Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-AnyEvent-HTTP Updated www/p5-AnyEvent-HTTP to 2.23 2016-09-19 00:56:35 +00:00
p5-AnyEvent-HTTPD Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-AnyEvent-ReverseHTTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-AnyEvent-SCGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-ASP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-DBILogConfig Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-DBILogger Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-Filter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-Gallery Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-LogFormat-Compiler Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-Session Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-Session-SharedMem Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-Session-Wrapper Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-SSI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-Test Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache2-AuthCASSimple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache2-AuthCookie Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache2-AuthCookieDBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-App-Nopaste Updated www/p5-App-Nopaste to 1.007 2016-09-17 03:04:45 +00:00
p5-Captcha-reCAPTCHA Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Captcha-reCAPTCHA-Mailhide Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Action-RenderView Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Action-REST Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Authentication-Credential-HTTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Authentication-Store-Htpasswd Update to 1.004 2016-07-24 03:14:59 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Component-InstancePerContext Needs p5-URI-ws. 2016-06-19 16:51:30 +00:00
p5-Catalyst-Controller-BindLex Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Controller-FormBuilder Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Controller-HTML-FormFu Update to 2.01 2016-07-24 02:03:23 +00:00
p5-Catalyst-Devel Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-DispatchType-Regex Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Engine-HTTP-Prefork Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Engine-JobQueue-POE Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Engine-PSGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Manual Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Model-Adaptor Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Model-File Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Authentication Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Authorization-ACL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Authorization-Roles Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-AutoRestart Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-ConfigLoader Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-I18N Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-RequireSSL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Server Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Session Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Session-State-Cookie Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Session-Store-File Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-StackTrace Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-Static-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Plugin-StatusMessage Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Runtime Update to 5.90112 2016-07-31 01:31:17 +00:00
p5-Catalyst-View-Excel-Template-Plus Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-View-Jemplate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-View-JSON Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-View-Mason Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-View-TT Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-Component-Traits Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD-Controller-REST Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD-View-Excel Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD-YUI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-LeakChecker Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI Updated p5-CGI to 4.35. 2016-10-18 08:20:57 +00:00
p5-CGI-Ajax Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Application Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Application-Plugin-DBH Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Application-Plugin-Session Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Application-Plugin-ValidateRM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Application-PSGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Compile Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Cookie-Splitter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Cookie-XS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Emulate-PSGI Update to 0.22 2016-07-24 00:44:05 +00:00
p5-CGI-Fast Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-FastTemplate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-FormBuilder Updated www/p5-CGI-FormBuilder to 3.10 2016-09-19 01:06:54 +00:00
p5-CGI-Kwiki Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Lite Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Minimal Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-ProgressBar Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-PSGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Session Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Session-Driver-memcached Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Session-Plugin-Redirect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Session-Serialize-yaml Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CGI-Struct Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Cookie-Baker Update to 0.07 2016-10-04 11:44:07 +00:00
p5-Cookie-XS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CSS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CSS-Minifier-XS Add p5-CSS-Minifier-XS 0.09 2016-08-25 00:15:05 +00:00
p5-CSS-Squish Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CSS-Tiny Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Dancer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Dancer-Session-Cookie Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Dancer2 Update to 0.204000 2016-10-13 12:36:39 +00:00
p5-Data-URIEncode Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-FCGI Update to 0.78 2016-07-24 00:38:36 +00:00
p5-FCGI-Client Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-FCGI-ProcManager Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-Mork Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Handel Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Hijk Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-CalendarMonthSimple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Clean Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Display Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Element-Extended Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Email-Obfuscate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Entities-Interpolate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Escape Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-FillInForm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-FixEntities Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Form Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Format Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-FormFu Update to 2.03 2016-07-15 02:07:02 +00:00
p5-HTML-LinkExtractor Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Lint Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Mason Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Mason-PSGIHandler Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-PrettyPrinter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Prototype Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Prototype-Useful Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Quoted Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Restrict Update to 2.2.3 2016-07-31 01:36:09 +00:00
p5-HTML-RewriteAttributes Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Scrubber Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Selector-XPath Update to 0.20 2016-07-15 02:50:08 +00:00
p5-HTML-SimpleParse Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-StickyQuery Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Stream Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Strip Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-StripScripts Update to 1.06 2016-07-24 00:34:26 +00:00
p5-HTML-StripScripts-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Table Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-TableExtract Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Tagset Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Template - Add for make test: BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI 2016-09-19 01:04:02 +00:00
p5-HTML-Template-Expr Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Template-Pro Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Tiny Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-TokeParser-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-Tree Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-TreeBuilder-LibXML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-TreeBuilder-XPath Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-WikiConverter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTML-WikiConverter-DokuWiki Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTMLObject Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-HTTP-Async Update to 0.31 2016-08-26 08:02:36 +00:00
p5-HTTP-Body Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Cache-Transparent Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-CookieMonster Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Cookies Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Daemon Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Date Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-DAV Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Entity-Parser Import HTTP-Entity-Parser-0.17 as p5-HTTP-Entity-Parser. 2016-10-01 13:01:58 +00:00
p5-HTTP-GHTTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-HeaderParser-XS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Headers-Fast Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Lite Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Message Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-MultiPartParser Import HTTP-MultiPartParser-0.01 as p5-HTTP-MultiPartParser. 2016-10-01 12:47:20 +00:00
p5-HTTP-Negotiate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-OAI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Parser-XS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Proxy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Request-AsCGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Request-Form Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Response-Encoding Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-EV Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-Simple-Authen Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-Simple-Kwiki Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-Simple-Mason Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-Simple-PSGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-Simple-Recorder Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Server-Simple-Static Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-HTTP-Thin Add p5-HTTP-Thin 0.006 2016-08-24 23:25:31 +00:00
p5-HTTP-Tiny Update to 0.070 2016-10-13 12:44:33 +00:00
p5-HTTPD-User-Manage Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-I18N-AcceptLanguage Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-JavaScript-Minifier-XS Add p5-JavaScript-Minifier-XS 0.11 2016-08-25 00:11:37 +00:00
p5-JavaScript-Value-Escape Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Jemplate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-JSON-RPC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Archive-Cvs Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Archive-Rcs Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-BreadCrumbs Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Edit-RequireUserName Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Favorites Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-HtmlBlocks Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Icons-Gnome Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-ModPerl Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-NewPage Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Notify-Mail Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-PagePrivacy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-ParagraphBlocks Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-PreformattedBlocks Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-RecentChanges Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Revisions Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Scode Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Search Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Simple-Server-HTTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-UserName Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-UserPreferences Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Users-Remote Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Weather Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Wikiwyg Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Kwiki-Zipcode Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-libapreq Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-libapreq2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-libwww Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-LWP-Authen-Negotiate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-LWP-Authen-Wsse Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-LWP-ConsoleLogger Update to 0.000028 2016-07-24 00:27:00 +00:00
p5-LWP-MediaTypes Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-LWP-Online Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-LWP-Protocol-https Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-LWP-Protocol-PSGI Update to 0.09 2016-07-24 00:02:43 +00:00
p5-LWP-UserAgent-Determined Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-LWPx-ParanoidAgent Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-LWPx-TimedHTTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MasonX-Request-WithApacheSession Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mojolicious Update to 7.08 2016-10-04 12:04:59 +00:00
p5-Net-FastCGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-HTTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-ParallelUserAgent Update to 2.62 2016-07-23 23:56:48 +00:00
p5-Plack Update to 1.0042 2016-10-04 11:49:19 +00:00
p5-Plack-App-Proxy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Handler-AnyEvent-SCGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Handler-SCGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-Auth-Digest Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-ConsoleLogger Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-Debug Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-Deflater Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-File-Sass Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-FixMissingBodyInRedirect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-Header Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-JSConcat Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-MethodOverride Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
p5-Plack-Middleware-RemoveRedundantBody Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-ReverseProxy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-Session Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Middleware-Test-StashWarnings Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Test-Agent Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Plack-Test-ExternalServer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Pod-POM-Web Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-POE-Component-Server-PSGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-POE-Component-Server-SimpleHTTP Update to 2.22 2016-07-09 08:08:05 +00:00
p5-POE-Component-Server-SOAP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-POE-Filter-HTTP-Parser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-PSGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Reaction Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Role-REST-Client Add p5-Role-REST-Client 0.18 2016-08-24 23:28:47 +00:00
p5-Rose-HTML-Objects Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-HTMLx-Form-Field-Serial Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-HTMLx-Form-Related Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-URI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Router-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SCGI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Session-Storage-Secure Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Starlet Update to 0.30 2016-07-09 07:05:56 +00:00
p5-Starman Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SVN-Web Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Task-Catalyst-Tutorial Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Task-CatInABox Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Tatsumaki Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Extract Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Generate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Multilingual Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-Clickable Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-Clickable-Email Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Plugin-Subst Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Provider-Encoding Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Stash-EscapeHTML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Stash-HTML-Entities Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Timer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Toolkit Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-Toolkit-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Test-HTTP-Server-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Test-WWW-Declare Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Test-WWW-Mechanize Update to 1.46 2016-08-26 07:53:59 +00:00
p5-Test-WWW-Mechanize-Catalyst Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Test-WWW-Mechanize-PSGI Update to 0.36 2016-07-09 06:58:12 +00:00
p5-Twiggy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-URI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-URI-db Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-URI-Escape-XS Update to 0.14 2016-07-09 06:31:40 +00:00
p5-URI-Fetch Update to 0.13 2016-07-09 02:30:41 +00:00
p5-URI-Find Update to 20160806 2016-08-16 00:46:41 +00:00
p5-URI-FromHash Update to 0.05 2016-07-15 01:02:57 +00:00
p5-URI-Nested Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-URI-Query Update to 0.16 2016-08-16 00:50:54 +00:00
p5-URI-ws Import URI-ws-0.03 as www/p5-URI-ws 2016-06-18 13:03:27 +00:00
p5-VRML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Web-Scraper Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WordPress-XMLRPC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Amazon-Wishlist Update to 2.015 2016-08-16 01:44:29 +00:00
p5-WWW-CSRF Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Curl Revbump post boost update 2016-10-07 18:25:29 +00:00
p5-WWW-Facebook-API Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Form-UrlEncoded Import WWW-Form-UrlEncoded-0.23 as p5-WWW-Form-UrlEncoded. 2016-10-01 12:29:08 +00:00
p5-WWW-Mechanize Update to 1.78 2016-08-16 01:54:48 +00:00
p5-WWW-Mechanize-Cached Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Mechanize-FormFiller Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Mechanize-GZip Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Mechanize-Shell Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Mechanize-Timed Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Pastebin-PastebinCom-Create Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Pastebin-RafbNet-Create Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-RobotRules Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-WWW-Shorten Update to 3.093 2016-07-15 00:49:50 +00:00
paros Skip shared library check for non-native binaries. 2016-03-25 21:03:09 +00:00
pear-HTML_Common Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
pear-HTML_Select Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
pear-HTML_TreeMenu Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
pear-HTTP Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
pear-HTTP_Request Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
pear-HTTP_Request2 Update pear-HTTP_Request2 to 2.3.0. 2016-07-19 15:33:27 +00:00
php-apcu Update php-apcu to version 5.1.6 2016-10-14 14:48:10 +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 Update to 3.0.9. No upstream changelog (at least none in English) but it 2016-10-17 19:55:49 +00:00
php-concrete5 Update to 5.7.5.6 2016-02-07 07:31:12 +00:00
php-curl Revbump post boost update 2016-10-07 18:25:29 +00:00
php-fpm Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
php-http Revbump post boost update 2016-10-07 18:25:29 +00:00
php-http3 Revbump post boost update 2016-10-07 18:25:29 +00:00
php-ja-wordpress Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-owncloud Update to 9.1.1 2016-09-25 13:06:31 +00:00
php-phrasea2 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-piwigo Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-propro Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-propro2 Import devel/php-propro2 2.0.0 (the PHP 7 variant of devel/php-propro). 2016-03-12 09:12:52 +00:00
php-soycms Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
php-tidy
php-tiki6 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
php-tt-rss Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-tt-rss-fever-plugin Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
php-uploadprogress Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
phraseanet Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +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
py-beautifulsoup Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-beautifulsoup4 Update www/py-beautifulsoup4 to 4.5.1 2016-08-09 14:40:53 +00:00
py-betamax Updated py-betamax to 0.8.0. 2016-08-24 10:48:47 +00:00
py-bleach Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-blosxom Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-bottle Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-cherrypy Changes 8.1.0: 2016-09-12 17:44:14 +00:00
py-clearsilver Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-ClientForm Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-curl Revbump post boost update 2016-10-07 18:25:29 +00:00
py-django Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-django-appconf Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
py-django-appmedia Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-django-classy-tags Changes 0.8.0: 2016-09-07 13:41:50 +00:00
py-django-cms Changes 3.3.2: 2016-09-12 13:21:31 +00:00
py-django-cmsplugin_gallery Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +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-formtools Django's formtools is a set of high-level abstractions for Django forms. 2016-05-13 20:02:26 +00:00
py-django-inline-ordering Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-mezzanine-filebrowser Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-django-mezzanine-grappelli Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-django-mptt Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-photologue Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-django-polymorphic Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-registration Changes 2.0.4: 2016-03-06 14:53:14 +00:00
py-django-reversion Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +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-tagging Version 0.4.3: 2016-05-13 15:58:34 +00:00
py-django-tastypie Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-treebeard Release 4.0.1 (May 1, 2016) 2016-09-07 13:45:29 +00:00
py-django14 Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-djangocms-admin-style Remove unused parts in Makefile 2016-09-12 13:01:26 +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 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03: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 Initial import of feedgenerator, version 1.7. 2015-11-27 16:49:19 +00:00
py-flask Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-flask-admin Update py-flask-admin to 1.4.0. 2016-01-08 17:05:47 +00:00
py-flask-assets Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-babel Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-babelex Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-bootstrap Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-cache Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-debugtoolbar Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-flatpages Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-frozen Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-limiter Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-login
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 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-security Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-sqlalchemy Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-sslify Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-testing Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-uploads Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-user Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-wtf Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
py-flup Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-flup3 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
py-FormEncode Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-furl Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-gdata Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-genshi Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
py-google-api-python-client Updated py-google-api-python-client to 1.5.3. 2016-09-01 16:56:36 +00:00
py-google-api-python-client-py3 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-graphite-web Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-gunicorn Update to 19.6.0 2016-10-01 14:15:04 +00:00
py-h2 Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
py-HTMLgen Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-http-parser Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-httpbin Import py-httpbin-0.4.0 as www/py-httpbin. 2016-01-02 10:45:30 +00:00
py-httpie Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
py-httplib2 Revert previous, permissions fixup is still needed in this case. 2016-05-22 13:16:50 +00:00
py-hyperframe Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
py-idna Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-jonpy Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-livereload Import py-livereload 2.4.1 as www/py-livereload. 2016-01-21 20:26:50 +00:00
py-mechanize Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-mezzanine Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-mod_wsgi Fix PKGNAME to include apache version as well. 2016-09-09 09:44:52 +00:00
py-mod_wsgi-metrics Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-moin Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-nevow Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-paste Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-PasteDeploy Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-PasteScript Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pelican Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-pendrell Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-python-digest Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-python-mimeparse Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-python3-digest Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-pywebdav Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-recaptcha Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-Routes Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-rss2gen Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
py-scgi Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-simpletal Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-sparqlwrapper Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-static Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-swish-e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-test-httpbin Updated py-test-httpbin to 0.2.3. 2016-08-22 13:30:40 +00:00
py-tornado Remove some dead code, python-3.3 is no more. 2016-10-03 12:25:36 +00:00
py-twill Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-uliweb Update to 0.5 2016-08-13 14:14:28 +00:00
py-urllib3 Add two build (test) dependencies that are needed according to upstream. 2016-01-02 11:03:30 +00:00
py-URLObject Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-uwsgi Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-uwsgitop Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-waitress Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-webassets Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-webcolors Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
py-WebOb Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-webpy Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-werkzeug Update py-werkzeug (and py-werkzeug-docs) to 0.11.10. 2016-06-01 20:54:22 +00:00
py-werkzeug-docs Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-wtforms Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-wtforms-alchemy Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-wtforms-components Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-wtforms-recaptcha Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-wtforms-test Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
qDecoder Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
raggle Use PKGMANDIR. 2016-04-21 12:30:38 +00:00
ramaze Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
rekonq Revbump post boost update 2016-10-07 18:25:29 +00:00
ruby-actionpack32 Update ruby-actionpack32 to 3.2.22.4. 2016-08-21 05:58:45 +00:00
ruby-activeresource32 Update ruby-activeresource32 to 3.2.22.4, no change except version. 2016-08-21 05:57:30 +00:00
ruby-borges Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-capybara Update ruby-capybara to 2.6.2. 2016-03-15 16:02:46 +00:00
ruby-clearsilver
ruby-coffee-rails32 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-compass Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-compass-core Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-compass-import-once Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-compass-susy-plugin Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
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.4.5. 2016-10-18 15:00:49 +00:00
ruby-cssmin Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-csspool Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-div Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-em-http-request Update ruby-em-http-request to 1.1.5. 2016-10-18 15:16:13 +00:00
ruby-erubis Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-faraday Update ruby-faraday to 0.9.2. 2015-12-13 15:34:14 +00:00
ruby-fcgi Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-gnome2-webkit-gtk Update ruby-gnome2 packages to 3.0.9. 2016-10-09 15:43:30 +00:00
ruby-gnome2-webkit-gtk2 Update ruby-gnome2 packages to 3.0.9. 2016-10-09 15:43:30 +00:00
ruby-htmlsplit Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-http Update ruby-http to 2.0.3. 2016-10-18 15:27:13 +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 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-http_parser.rb Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-http_router Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-httpclient Update ruby-httpclient to 2.8.2.4. 2016-10-18 15:36:34 +00:00
ruby-innate Update ruby-innate to 2015.10.28. 2015-12-13 15:39:37 +00:00
ruby-jekyll Fix path in DEPENDS. 2016-10-18 10:34:29 +00:00
ruby-jekyll-archives Initial addition of ruby-jekyll-archives, version 2.1.0: 2016-05-29 02:33:13 +00:00
ruby-jekyll-coffeescript Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-jekyll-gist Update ruby-jekyll-gist to 1.4.0. 2015-12-13 16:51:29 +00:00
ruby-jekyll-paginate Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-jekyll-sass-converter Update ruby-jekyll-sass-converter to 1.4.0. 2016-01-03 08:19:17 +00:00
ruby-jekyll-watch Update ruby-jekyll-watch to 1.5.0. 2016-10-17 14:23:22 +00:00
ruby-journey Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-jquery-rails Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-jsmin Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-liquid Update ruby-liquid to 3.0.5. 2015-12-13 17:12:25 +00:00
ruby-mechanize Update ruby-mechanize to 2.7.4. 2016-01-03 08:45:14 +00:00
ruby-multipart-post Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-mustermann19 Update ruby-mustermann19 to 0.4.2. 2016-03-15 16:48:53 +00:00
ruby-net-flickr Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-net-http-digest_auth Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-net-http-persistent Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-ntlm-http Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-padrino Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-padrino-admin Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-padrino-cache Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-padrino-contrib Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-padrino-core Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-padrino-gen Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-padrino-helpers Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-padrino-mailer Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-padrino-support Update Padrino to 0.13.1. 2016-03-15 16:41:49 +00:00
ruby-patron Revbump post boost update 2016-10-07 18:25:29 +00:00
ruby-puma Update ruby-puma to 2.16.0. 2016-03-15 16:46:50 +00:00
ruby-pygments.rb Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
ruby-rack Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rack-cache Update ruby-rack-cache to 1.6.1 2016-03-15 16:18:11 +00:00
ruby-rack-contrib Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rack-protection Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rack-rewrite Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rack-ssl Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rack-test Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rack14 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rack15 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-rails32 Update ruby-rails32 to 3.2.22.4, no change except version. 2016-08-21 06:00:48 +00:00
ruby-raindrops Update ruby-raindrops to 0.16.0. 2016-03-15 16:50:07 +00:00
ruby-rest-client Switch depends on ruby-mime-types2 package. 2015-12-13 16:42:30 +00:00
ruby-rouge Fix license. 2015-12-15 12:07:04 +00:00
ruby-sass Update ruby-sass to 3.4.21. 2016-03-15 16:22:46 +00:00
ruby-sass-rails32 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-sawyer Add ruby-sawyer package, which required by devel/ruby-octokit and I forgot 2015-12-14 13:53:27 +00:00
ruby-selenium-webdriver Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-sinatra Update ruby-sinatra to 1.4.7. 2016-03-15 16:23:48 +00:00
ruby-sinatra-contrib Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-staticmatic Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-tag Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-unicorn Update ruby-unicorn to 5.0.1. 2015-12-13 16:16:59 +00:00
ruby-url_mount Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-webrobots Update ruby-webrobots to 0.1.2. 2016-02-01 14:08:23 +00:00
ruby-websocket Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
ruby-webunit Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
sassc Changes 3.3.6: 2016-06-09 08:47:42 +00:00
screws Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
seamonkey evert previous. 2016-09-19 22:39:21 +00:00
seamonkey-l10n Update to 2.40 2016-03-30 12:57:40 +00:00
serf Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
shibboleth-sp Revbump post boost update 2016-10-07 18:25:29 +00:00
siege Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sitecopy Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
snarf Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
snownews Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
SOGo Revbump post boost update 2016-10-07 18:25:29 +00:00
spawn-fcgi Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
spdylay Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
SpeedyCGI Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sqtop Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
squid3 Fix build problem with squid-ipf PKG_OPTIONS. 2016-10-16 15:58:14 +00:00
squidanalyzer Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
squidclamav Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
squidGuard Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
squidpurge Drop maintainership 2015-11-07 14:44:57 +00:00
squidview Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
squirm Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
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 ocaml update. 2016-05-05 11:45:36 +00:00
swiggle Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
swill Make it accept --without-mpi. Fixes build. 2016-09-18 07:46:09 +00:00
swish-e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
tcl-cgi Honour --mandir. Fixes PKGMANDIR. 2016-04-01 17:55:14 +00:00
termtter Fix ALTERNATIVES. 2015-12-12 04:17:38 +00:00
thin Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
thoth Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
thoth-delicious Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
thoth-flickr Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
thttpd Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
tidy Fix build with doxygen-1.8.11 and depend on it. 2016-06-07 07:44:25 +00:00
tinyproxy Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
trac ftp.edgewall.org, despite the name, does not reply to FTP any longer. 2016-09-18 12:34:02 +00:00
typo3_62 Update typo3_62 to 6.2.27 (TYPO3 6.2.27), including security fix. 2016-09-13 15:10:21 +00:00
uhttpmock revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
urlget Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
urlgrabber Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
varnish Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
viewvc Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
vimb Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
visitors Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
w3 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
w3c-httpd Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
w3m Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
w3m-img Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
waplet Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
wApua Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wdg-validate Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
webalizer Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
webby Drop checksum for nonexistent patch. 2015-12-29 05:54:18 +00:00
webkit-gtk Help GCC 4.8 to find the right method. 2016-10-10 21:11:48 +00:00
webkit24-gtk Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
webkit24-gtk3 Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
weblint Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
webnew Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
websvn Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
weex Remove whitespace 2016-06-19 09:58:11 +00:00
whisker Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wiliki Fix HOMEPAGE 2016-06-19 09:51:52 +00:00
wmd Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
wml Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wordpress Security update to version 4.6.1. 2016-09-29 18:02:09 +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 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
wwwcount Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
wwwoffle Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
yahttp Revbump post boost update 2016-10-07 18:25:29 +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 Add SHA512 digests for distfiles for www category 2015-11-04 02:46:46 +00:00
Makefile Add p5-HTTP-Entity-Parser 2016-10-01 13:02:59 +00:00