diff options
author | gerald <gerald@FreeBSD.org> | 2013-10-26 08:52:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-10-26 08:52:33 +0800 |
commit | 59207d74c514f603766aee8c408fb3141a60dbe5 (patch) | |
tree | b8b96118ea47b0d759741f6837c7c0e3268cf8b1 /www | |
parent | 027239e19a44ee9ad3bbb081af344ea9813f9994 (diff) | |
download | freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.tar.gz freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.tar.zst freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.zip |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Diffstat (limited to 'www')
65 files changed, 65 insertions, 34 deletions
diff --git a/www/R-cran-RgoogleMaps/Makefile b/www/R-cran-RgoogleMaps/Makefile index 69f5c442edbd..d765bb863ed4 100644 --- a/www/R-cran-RgoogleMaps/Makefile +++ b/www/R-cran-RgoogleMaps/Makefile @@ -3,6 +3,7 @@ PORTNAME= RgoogleMaps PORTVERSION= 1.2.0.5 +PORTREVISION= 1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile index b97c57aa8dbf..fd09f8bdb1a3 100644 --- a/www/R-cran-Rpad/Makefile +++ b/www/R-cran-Rpad/Makefile @@ -3,7 +3,7 @@ PORTNAME= Rpad PORTVERSION= 1.3.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index e7a2daaacc48..06ce47e00204 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -3,6 +3,7 @@ PORTNAME= httpuv PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile index 09494016061c..bf7eedaaf405 100644 --- a/www/R-cran-scrapeR/Makefile +++ b/www/R-cran-scrapeR/Makefile @@ -3,7 +3,7 @@ PORTNAME= scrapeR PORTVERSION= 0.1.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile index 41f5a3da9fd0..e006d5d2244e 100644 --- a/www/R-cran-shiny/Makefile +++ b/www/R-cran-shiny/Makefile @@ -3,6 +3,7 @@ PORTNAME= shiny PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/cas/Makefile b/www/cas/Makefile index ad2298ea7a0d..56d60532eab6 100644 --- a/www/cas/Makefile +++ b/www/cas/Makefile @@ -3,7 +3,7 @@ PORTNAME= cas PORTVERSION= 3.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MASTER_SITES= http://cas.havoc.ru/download/ diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index 74f1c579e9fc..92b54b33cb09 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox-i18n PORTVERSION= 24.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 6601a86c7e1f..915e87f2ba1a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 24.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index 0ea7d10eb318..28ce81f6a9e2 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -3,6 +3,7 @@ PORTNAME= gecko-mediaplayer DISTVERSION= 1.0.9a +PORTREVISION= 1 CATEGORIES= www multimedia gnome MASTER_SITES= GOOGLE_CODE diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile index 6d64857ec102..716d9d72a67a 100644 --- a/www/gecko-sharp20/Makefile +++ b/www/gecko-sharp20/Makefile @@ -3,7 +3,7 @@ PORTNAME= gecko-sharp PORTVERSION= 0.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}2/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile index c121536c3c23..09a348fcc656 100644 --- a/www/hs-HTTP/Makefile +++ b/www/hs-HTTP/Makefile @@ -3,6 +3,7 @@ PORTNAME= HTTP PORTVERSION= 4000.2.8 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index cc39db71b4a0..19d080bf48fe 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -2,7 +2,7 @@ PORTNAME= activehs PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-authenticate/Makefile b/www/hs-authenticate/Makefile index 88a13aa3d019..6b89a5abfbed 100644 --- a/www/hs-authenticate/Makefile +++ b/www/hs-authenticate/Makefile @@ -2,7 +2,7 @@ PORTNAME= authenticate PORTVERSION= 1.3.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile index 33d0e7114ffd..a514f2693ec6 100644 --- a/www/hs-cgi/Makefile +++ b/www/hs-cgi/Makefile @@ -3,6 +3,7 @@ PORTNAME= cgi PORTVERSION= 3001.1.7.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www haskell diff --git a/www/hs-cookie/Makefile b/www/hs-cookie/Makefile index 4dfe12cc9214..14816b5fe901 100644 --- a/www/hs-cookie/Makefile +++ b/www/hs-cookie/Makefile @@ -2,7 +2,7 @@ PORTNAME= cookie PORTVERSION= 0.4.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-css-text/Makefile b/www/hs-css-text/Makefile index 4f4904e984bc..3d648c5a2264 100644 --- a/www/hs-css-text/Makefile +++ b/www/hs-css-text/Makefile @@ -2,7 +2,7 @@ PORTNAME= css-text PORTVERSION= 0.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile index 831abb2c1f43..7d205224c179 100644 --- a/www/hs-fastcgi/Makefile +++ b/www/hs-fastcgi/Makefile @@ -3,7 +3,7 @@ PORTNAME= fastcgi PORTVERSION= 3001.0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile index 1f2688a76cad..2fef530d9384 100644 --- a/www/hs-gitit/Makefile +++ b/www/hs-gitit/Makefile @@ -2,7 +2,7 @@ PORTNAME= gitit PORTVERSION= 0.10.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile index ab54440345c4..5f102776afb7 100644 --- a/www/hs-hS3/Makefile +++ b/www/hs-hS3/Makefile @@ -2,7 +2,7 @@ PORTNAME= hS3 PORTVERSION= 0.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-hamlet/Makefile b/www/hs-hamlet/Makefile index e3f4a791e7fe..208660ec615b 100644 --- a/www/hs-hamlet/Makefile +++ b/www/hs-hamlet/Makefile @@ -2,6 +2,7 @@ PORTNAME= hamlet PORTVERSION= 1.1.7.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile index 79ba87c745a9..ed4b98ef0aac 100644 --- a/www/hs-happstack-server/Makefile +++ b/www/hs-happstack-server/Makefile @@ -2,6 +2,7 @@ PORTNAME= happstack-server PORTVERSION= 7.1.7.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-happstack/Makefile b/www/hs-happstack/Makefile index ff909d45c559..613affbdcc86 100644 --- a/www/hs-happstack/Makefile +++ b/www/hs-happstack/Makefile @@ -2,7 +2,7 @@ PORTNAME= happstack PORTVERSION= 7.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile index 251fe529fd57..ab716a220377 100644 --- a/www/hs-heist/Makefile +++ b/www/hs-heist/Makefile @@ -2,6 +2,7 @@ PORTNAME= heist PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile index 6a9aa3f58acc..c78e64d71d1e 100644 --- a/www/hs-hjsmin/Makefile +++ b/www/hs-hjsmin/Makefile @@ -2,7 +2,7 @@ PORTNAME= hjsmin PORTVERSION= 0.1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-conduit/Makefile b/www/hs-http-conduit/Makefile index 000d55a93900..5cbe627cf035 100644 --- a/www/hs-http-conduit/Makefile +++ b/www/hs-http-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-conduit PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-date/Makefile b/www/hs-http-date/Makefile index 3cef15706b3c..5b9e2abd06a4 100644 --- a/www/hs-http-date/Makefile +++ b/www/hs-http-date/Makefile @@ -2,7 +2,7 @@ PORTNAME= http-date PORTVERSION= 0.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile index 20ea09df8101..56f863771aa4 100644 --- a/www/hs-http-reverse-proxy/Makefile +++ b/www/hs-http-reverse-proxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= http-reverse-proxy PORTVERSION= 0.1.1.6 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-server/Makefile b/www/hs-http-server/Makefile index d14473cfcb0c..69f778f28c45 100644 --- a/www/hs-http-server/Makefile +++ b/www/hs-http-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= http-server PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-types/Makefile b/www/hs-http-types/Makefile index 8086408bc358..a5507a355bd3 100644 --- a/www/hs-http-types/Makefile +++ b/www/hs-http-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= http-types PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile index 9c19eea9a3f8..93f97135e629 100644 --- a/www/hs-oeis/Makefile +++ b/www/hs-oeis/Makefile @@ -3,7 +3,7 @@ PORTNAME= oeis PORTVERSION= 0.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile index c3064ac47136..684dcf17a939 100644 --- a/www/hs-path-pieces/Makefile +++ b/www/hs-path-pieces/Makefile @@ -2,7 +2,7 @@ PORTNAME= path-pieces PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile index e2efe527f331..3a9cdebb616f 100644 --- a/www/hs-recaptcha/Makefile +++ b/www/hs-recaptcha/Makefile @@ -2,7 +2,7 @@ PORTNAME= recaptcha PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-scgi/Makefile b/www/hs-scgi/Makefile index b14f3c12b5c9..9b7d9045b883 100644 --- a/www/hs-scgi/Makefile +++ b/www/hs-scgi/Makefile @@ -5,7 +5,7 @@ PORTNAME= scgi PORTVERSION= 0.3.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-shakespeare-css/Makefile b/www/hs-shakespeare-css/Makefile index 2eb6309d1f5e..cdb716eb7bec 100644 --- a/www/hs-shakespeare-css/Makefile +++ b/www/hs-shakespeare-css/Makefile @@ -2,6 +2,7 @@ PORTNAME= shakespeare-css PORTVERSION= 1.0.5.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-shakespeare-i18n/Makefile b/www/hs-shakespeare-i18n/Makefile index 810b98b291bf..b9a0a85ae2cb 100644 --- a/www/hs-shakespeare-i18n/Makefile +++ b/www/hs-shakespeare-i18n/Makefile @@ -2,7 +2,7 @@ PORTNAME= shakespeare-i18n PORTVERSION= 1.0.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-shakespeare-js/Makefile b/www/hs-shakespeare-js/Makefile index 795c17197c46..2f51b8703617 100644 --- a/www/hs-shakespeare-js/Makefile +++ b/www/hs-shakespeare-js/Makefile @@ -2,6 +2,7 @@ PORTNAME= shakespeare-js PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-shakespeare-text/Makefile b/www/hs-shakespeare-text/Makefile index e9ded9b9d971..e9abcedc7ca2 100644 --- a/www/hs-shakespeare-text/Makefile +++ b/www/hs-shakespeare-text/Makefile @@ -2,7 +2,7 @@ PORTNAME= shakespeare-text PORTVERSION= 1.0.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile index 3be03d493f87..4da7ea73b850 100644 --- a/www/hs-shakespeare/Makefile +++ b/www/hs-shakespeare/Makefile @@ -2,6 +2,7 @@ PORTNAME= shakespeare PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-snap-core/Makefile b/www/hs-snap-core/Makefile index 415efef455be..5b2e6ab93157 100644 --- a/www/hs-snap-core/Makefile +++ b/www/hs-snap-core/Makefile @@ -2,7 +2,7 @@ PORTNAME= snap-core PORTVERSION= 0.9.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-snap-server/Makefile b/www/hs-snap-server/Makefile index 54915680015a..e50c1a07ea30 100644 --- a/www/hs-snap-server/Makefile +++ b/www/hs-snap-server/Makefile @@ -2,7 +2,7 @@ PORTNAME= snap-server PORTVERSION= 0.9.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile index 209306d8246b..8e080ace7b95 100644 --- a/www/hs-snap/Makefile +++ b/www/hs-snap/Makefile @@ -2,6 +2,7 @@ PORTNAME= snap PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-url/Makefile b/www/hs-url/Makefile index 923d05414cd4..62a3106f6480 100644 --- a/www/hs-url/Makefile +++ b/www/hs-url/Makefile @@ -3,7 +3,7 @@ PORTNAME= url PORTVERSION= 2.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile index 6d7134b54261..9059d0d50f1e 100644 --- a/www/hs-wai-app-static/Makefile +++ b/www/hs-wai-app-static/Makefile @@ -2,7 +2,7 @@ PORTNAME= wai-app-static PORTVERSION= 1.3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile index 4ed032bf3254..63a869145c3b 100644 --- a/www/hs-wai-extra/Makefile +++ b/www/hs-wai-extra/Makefile @@ -2,6 +2,7 @@ PORTNAME= wai-extra PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-logger/Makefile b/www/hs-wai-logger/Makefile index cf86c36bcaa5..61f9afa6a676 100644 --- a/www/hs-wai-logger/Makefile +++ b/www/hs-wai-logger/Makefile @@ -2,7 +2,7 @@ PORTNAME= wai-logger PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-test/Makefile b/www/hs-wai-test/Makefile index f5f14c24c842..645f0578d2b0 100644 --- a/www/hs-wai-test/Makefile +++ b/www/hs-wai-test/Makefile @@ -2,6 +2,7 @@ PORTNAME= wai-test PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai/Makefile b/www/hs-wai/Makefile index 6b9bd4c65d30..bc37f8bd5caf 100644 --- a/www/hs-wai/Makefile +++ b/www/hs-wai/Makefile @@ -2,7 +2,7 @@ PORTNAME= wai PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile index 5d7ea3f30333..3e1420bcb14a 100644 --- a/www/hs-warp/Makefile +++ b/www/hs-warp/Makefile @@ -2,6 +2,7 @@ PORTNAME= warp PORTVERSION= 1.3.8.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-webkit/Makefile b/www/hs-webkit/Makefile index bfddedd558eb..a68bb69538ac 100644 --- a/www/hs-webkit/Makefile +++ b/www/hs-webkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= webkit PORTVERSION= 0.12.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile index 2214d485b8db..68ff57153f77 100644 --- a/www/hs-xss-sanitize/Makefile +++ b/www/hs-xss-sanitize/Makefile @@ -2,7 +2,7 @@ PORTNAME= xss-sanitize PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile index 62af2fd47002..59c6c0c8ff45 100644 --- a/www/hs-yesod-auth/Makefile +++ b/www/hs-yesod-auth/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-auth PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-core/Makefile b/www/hs-yesod-core/Makefile index 71344ed7a8e7..62c177ce29a1 100644 --- a/www/hs-yesod-core/Makefile +++ b/www/hs-yesod-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-core PORTVERSION= 1.2.0.4 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile index 0a70072c103c..6d9f70c87fb4 100644 --- a/www/hs-yesod-form/Makefile +++ b/www/hs-yesod-form/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-form PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile index de8f86099cd9..79023720c14b 100644 --- a/www/hs-yesod-persistent/Makefile +++ b/www/hs-yesod-persistent/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-persistent PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-platform/Makefile b/www/hs-yesod-platform/Makefile index 4640db026969..a8a52ecbe79b 100644 --- a/www/hs-yesod-platform/Makefile +++ b/www/hs-yesod-platform/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-platform PORTVERSION= 1.2.0.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-routes/Makefile b/www/hs-yesod-routes/Makefile index 624d4d79f3dd..21b64c18d300 100644 --- a/www/hs-yesod-routes/Makefile +++ b/www/hs-yesod-routes/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-routes PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile index 6dd2474cf816..1ec6818afb83 100644 --- a/www/hs-yesod-static/Makefile +++ b/www/hs-yesod-static/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-static PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-test/Makefile b/www/hs-yesod-test/Makefile index 5b2ec4fafe9b..da9ba3838947 100644 --- a/www/hs-yesod-test/Makefile +++ b/www/hs-yesod-test/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod-test PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod/Makefile b/www/hs-yesod/Makefile index df87a2841ddd..eebd7aebd1d2 100644 --- a/www/hs-yesod/Makefile +++ b/www/hs-yesod/Makefile @@ -2,6 +2,7 @@ PORTNAME= yesod PORTVERSION= 1.2.0.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/node-devel/Makefile b/www/node-devel/Makefile index ae21f68a96b7..72bfa3db01d2 100644 --- a/www/node-devel/Makefile +++ b/www/node-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= node PORTVERSION= 0.11.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 3a466096e65b..4f73bf61d734 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -3,7 +3,7 @@ PORTNAME= openvrml PORTVERSION= 0.18.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www graphics MASTER_SITES= SF diff --git a/www/pylot/Makefile b/www/pylot/Makefile index bf8e2198ad91..d8460f155f97 100644 --- a/www/pylot/Makefile +++ b/www/pylot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pylot PORTVERSION= 1.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/seamonkey-i18n/Makefile b/www/seamonkey-i18n/Makefile index 7bb5cb08afb5..8de717aa754b 100644 --- a/www/seamonkey-i18n/Makefile +++ b/www/seamonkey-i18n/Makefile @@ -3,6 +3,7 @@ PORTNAME= seamonkey-i18n PORTVERSION= 2.21 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 9ac22f7e802c..11d17582620f 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} diff --git a/www/xpi-conkeror/Makefile b/www/xpi-conkeror/Makefile index 8ba36b09cf96..8504674cb329 100644 --- a/www/xpi-conkeror/Makefile +++ b/www/xpi-conkeror/Makefile @@ -3,7 +3,7 @@ PORTNAME= conkeror PORTVERSION= 20090821 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://mirror.4bit.ws/ \ ${MASTER_SITE_LOCAL} \ |