diff options
author | gerald <gerald@FreeBSD.org> | 2013-10-26 00:52:33 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-10-26 00:52:33 +0000 |
commit | 59207d74c514f603766aee8c408fb3141a60dbe5 (patch) | |
tree | b8b96118ea47b0d759741f6837c7c0e3268cf8b1 | |
parent | 027239e19a44ee9ad3bbb081af344ea9813f9994 (diff) | |
download | FreeBSD-ports-59207d74c514f603766aee8c408fb3141a60dbe5.zip FreeBSD-ports-59207d74c514f603766aee8c408fb3141a60dbe5.tar.gz |
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)
1147 files changed, 1167 insertions, 743 deletions
diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile index 8494d3a..7965756 100644 --- a/archivers/hs-tar/Makefile +++ b/archivers/hs-tar/Makefile @@ -2,7 +2,7 @@ PORTNAME= tar PORTVERSION= 0.4.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile index 4cfe216..caa6ac9 100644 --- a/archivers/hs-zip-archive/Makefile +++ b/archivers/hs-zip-archive/Makefile @@ -2,7 +2,7 @@ PORTNAME= zip-archive PORTVERSION= 0.1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-bindings/Makefile b/archivers/hs-zlib-bindings/Makefile index 77fb43f..ae2c3d9 100644 --- a/archivers/hs-zlib-bindings/Makefile +++ b/archivers/hs-zlib-bindings/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-bindings PORTVERSION= 0.1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-conduit/Makefile b/archivers/hs-zlib-conduit/Makefile index a3a5247..6e70f91 100644 --- a/archivers/hs-zlib-conduit/Makefile +++ b/archivers/hs-zlib-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-conduit PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile index efef2dd..257cd78 100644 --- a/archivers/hs-zlib-enum/Makefile +++ b/archivers/hs-zlib-enum/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-enum PORTVERSION= 0.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile index b19afb6..52d7007 100644 --- a/archivers/hs-zlib/Makefile +++ b/archivers/hs-zlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= zlib PORTVERSION= 0.5.4.1 +PORTREVISION= 1 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile index 1ce9e86..db992e69 100644 --- a/astro/R-cran-maptools/Makefile +++ b/astro/R-cran-maptools/Makefile @@ -3,6 +3,7 @@ PORTNAME= maptools DISTVERSION= 0.8-27 +PORTREVISION= 1 CATEGORIES= astro DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index d7d4ac6..b64fc48 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -3,7 +3,7 @@ PORTNAME= astrometry PORTVERSION= 0.34 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= http://www.astrometry.net/downloads/ DISTNAME= astrometry.net-${PORTVERSION} diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 061bde9..0f553e6 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -3,7 +3,7 @@ PORTNAME= nightfall PORTVERSION= 1.70 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro MASTER_SITES= http://www.la-samhna.de/nightfall/ diff --git a/astro/py-RO/Makefile b/astro/py-RO/Makefile index 1797f94..f2b5b93 100644 --- a/astro/py-RO/Makefile +++ b/astro/py-RO/Makefile @@ -3,6 +3,7 @@ PORTNAME= RO PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-aipy/Makefile b/astro/py-aipy/Makefile index 4f24a18..6ed0308 100644 --- a/astro/py-aipy/Makefile +++ b/astro/py-aipy/Makefile @@ -3,7 +3,7 @@ PORTNAME= aipy PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile index 65aecb6..b503a1b 100644 --- a/astro/py-astLib/Makefile +++ b/astro/py-astLib/Makefile @@ -3,7 +3,7 @@ PORTNAME= astLib PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile index 6d8083f..41966d2 100644 --- a/astro/py-pyfits/Makefile +++ b/astro/py-pyfits/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyfits PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= http://www.stsci.edu/resources/software_hardware/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 1da099b..c91cf70 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -3,6 +3,7 @@ PORTNAME= xtide PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ \ http://www.c-s.li/ports/ diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index a863c2c..fba16c4 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= amarok PORTVERSION= 2.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src diff --git a/audio/beast/Makefile b/audio/beast/Makefile index c77b7cc..71eb838 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -3,6 +3,7 @@ PORTNAME= beast PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://dist.testbit.eu/beast/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R} diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile index 0f891d7..e6858cd 100644 --- a/audio/gramofile/Makefile +++ b/audio/gramofile/Makefile @@ -3,7 +3,7 @@ PORTNAME= gramofile PORTVERSION= 1.6P -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://www.opensourcepartners.nl/~costar/gramofile/ diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index 3643983..7cb9a88 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -3,7 +3,7 @@ PORTNAME= ALUT PORTVERSION= 2.2.0.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index daf6e61..ebb0056 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -3,7 +3,7 @@ PORTNAME= OpenAL PORTVERSION= 1.4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile index 3584d63..696fd22 100644 --- a/audio/hs-libmpd/Makefile +++ b/audio/hs-libmpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmpd PORTVERSION= 0.8.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index 73ff05a..1674757 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= mbox PORTVERSION= 0.7.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.mbox.wz.cz/src/ CENKES diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index e765d2e..55b4ddb 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -3,6 +3,7 @@ PORTNAME= karaoke PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index 21e3bb1..895ad7b 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 2047fc4..a4b2776 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -3,7 +3,7 @@ PORTNAME= spek PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/audio/squash/Makefile b/audio/squash/Makefile index da2db54..be64d32 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -3,7 +3,7 @@ PORTNAME= squash PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile index 9a383a8..c0057ab 100644 --- a/audio/tuxguitar/Makefile +++ b/audio/tuxguitar/Makefile @@ -3,7 +3,7 @@ PORTNAME= tuxguitar PORTVERSION= 1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \ ${MASTER_SITE_LOCAL}/gahr/:fluid \ diff --git a/audio/waheela/Makefile b/audio/waheela/Makefile index c85c51c..38f57af 100644 --- a/audio/waheela/Makefile +++ b/audio/waheela/Makefile @@ -2,7 +2,7 @@ PORTNAME= waheela PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio kde MASTER_SITES= http://linux.wuertz.org/dists/sid/main/source/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 7a7c1c8..b610c17 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -3,7 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2004.08.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/secure/4502/:C http://accc.riken.jp/secure/4503/:C \ http://accc.riken.jp/secure/4504/:F90 http://accc.riken.jp/secure/4505/:F77 diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index f631820..0020203 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -3,6 +3,7 @@ PORTNAME= hpl PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR= benchmark/hpl diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index bcb2197..c6f134c 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -3,7 +3,7 @@ PORTNAME= criterion PORTVERSION= 0.6.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index 9a3f18e..6cba927 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -3,7 +3,7 @@ PORTNAME= imb PORTVERSION= 3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= benchmarks parallel MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://cache-www.intel.com/cd/00/00/32/71/ diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index dceb398..c6b26dd 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -3,6 +3,7 @@ PORTNAME= mdtest PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile index d4f7b7a..cc389b2 100644 --- a/benchmarks/octave-forge-benchmark/Makefile +++ b/benchmarks/octave-forge-benchmark/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-benchmark PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org diff --git a/biology/crux/Makefile b/biology/crux/Makefile index c0a7cbd..7655500 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -3,7 +3,7 @@ PORTNAME= crux PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= http://www.canonware.com/download/Crux/ diff --git a/biology/molden/Makefile b/biology/molden/Makefile index 47b601d..d7949f0 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -3,6 +3,7 @@ PORTNAME= molden PORTVERSION= 5.0.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ diff --git a/biology/ortep3/Makefile b/biology/ortep3/Makefile index 8621377..b9b8423 100644 --- a/biology/ortep3/Makefile +++ b/biology/ortep3/Makefile @@ -3,7 +3,7 @@ PORTNAME= ortep3 PORTVERSION= 1.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/ortep/:Z \ ftp://ftp.ornl.gov/pub/ortep/src/:f diff --git a/biology/platon/Makefile b/biology/platon/Makefile index 640505b..d934490 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -3,7 +3,7 @@ PORTNAME= platon PORTVERSION= 2007.01.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= biology MASTER_SITES= http://www.cryst.chem.uu.nl/spek/xraysoft/unix/ DISTNAME= platon diff --git a/biology/plink/Makefile b/biology/plink/Makefile index 7fac9fe..7ee5ad3 100644 --- a/biology/plink/Makefile +++ b/biology/plink/Makefile @@ -3,6 +3,7 @@ PORTNAME= plink PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= biology science MASTER_SITES= http://pngu.mgh.harvard.edu/~purcell/plink/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index e9682ee..1ad02d6 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -3,7 +3,7 @@ PORTNAME= psi88 PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/ DISTNAME= ${PORTNAME} diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index 3ee5a58..2e3fb05 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -3,6 +3,7 @@ PORTNAME= biopython PORTVERSION= 1.60 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/biology/pycogent/Makefile b/biology/pycogent/Makefile index affcfed..8d69b19 100644 --- a/biology/pycogent/Makefile +++ b/biology/pycogent/Makefile @@ -3,6 +3,7 @@ PORTNAME= pycogent PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION} DISTNAME= PyCogent-${PORTVERSION} diff --git a/biology/pyfasta/Makefile b/biology/pyfasta/Makefile index 7e75b1c..227bdc1 100644 --- a/biology/pyfasta/Makefile +++ b/biology/pyfasta/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyfasta PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= CHEESESHOP diff --git a/biology/seqan/Makefile b/biology/seqan/Makefile index 462b57e..d6111ab 100644 --- a/biology/seqan/Makefile +++ b/biology/seqan/Makefile @@ -3,6 +3,7 @@ PORTNAME= seqan PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://ftp.seqan.de/releases/ diff --git a/biology/t_coffee/Makefile b/biology/t_coffee/Makefile index d73d922..8fdf803 100644 --- a/biology/t_coffee/Makefile +++ b/biology/t_coffee/Makefile @@ -4,6 +4,7 @@ PORTNAME= t_coffee PORTVERSION= 9.03 DISTVERSIONSUFFIX= .r1318 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.tcoffee.org/Packages/Stable/%SUBDIR%/ MASTER_SITE_SUBDIR= Version_${PORTVERSION}${DISTVERSIONSUFFIX} diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile index b73d044..5e4a0ae 100644 --- a/biology/tinker/Makefile +++ b/biology/tinker/Makefile @@ -3,7 +3,7 @@ PORTNAME= tinker PORTVERSION= 6.2.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://dasher.wustl.edu/tinker/downloads/ diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 2368a77..948b94a 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -3,6 +3,7 @@ PORTNAME= CalculiX PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} diff --git a/cad/feappv/Makefile b/cad/feappv/Makefile index 6de605c..ea19b62 100644 --- a/cad/feappv/Makefile +++ b/cad/feappv/Makefile @@ -3,7 +3,7 @@ PORTNAME= feappv PORTVERSION= 3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad science MASTER_SITES= http://www.ce.berkeley.edu/projects/feap/feappv/ DISTFILES= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX} ${PORTDOCS} diff --git a/cad/gmsh-occ/Makefile b/cad/gmsh-occ/Makefile index 031a318..a3b167e 100644 --- a/cad/gmsh-occ/Makefile +++ b/cad/gmsh-occ/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh +PORTREVISION= 1 CATEGORIES= cad PKGNAMESUFFIX= -occ diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index b1dd9a2..3c2608e 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -3,6 +3,7 @@ PORTNAME= gmsh PORTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile index 659cec2..8280246 100644 --- a/cad/gspiceui/Makefile +++ b/cad/gspiceui/Makefile @@ -3,7 +3,7 @@ PORTNAME= gspiceui PORTVERSION= 1.0.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION} DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index c6bc5f2..a4b99ce 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -3,6 +3,7 @@ PORTNAME= meshlab DISTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_LOCAL}/gahr/ \ http://people.freebsd.org/~gahr/distfiles/ diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index be71ef5..1da7cbd 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} diff --git a/cad/salome-med/Makefile b/cad/salome-med/Makefile index 5bda004..ee2ad0d 100644 --- a/cad/salome-med/Makefile +++ b/cad/salome-med/Makefile @@ -1,7 +1,7 @@ # Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTERDIR= ${.CURDIR}/../salome diff --git a/cad/salome-multipr/Makefile b/cad/salome-multipr/Makefile index beb0eec..7341633 100644 --- a/cad/salome-multipr/Makefile +++ b/cad/salome-multipr/Makefile @@ -1,7 +1,7 @@ # Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTERDIR= ${.CURDIR}/../salome diff --git a/cad/salome-netgenplugin/Makefile b/cad/salome-netgenplugin/Makefile index 64f1822..913296d 100644 --- a/cad/salome-netgenplugin/Makefile +++ b/cad/salome-netgenplugin/Makefile @@ -1,7 +1,7 @@ # Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTERDIR= ${.CURDIR}/../salome diff --git a/cad/salome-sierpinsky/Makefile b/cad/salome-sierpinsky/Makefile index f9b57d6..8286909 100644 --- a/cad/salome-sierpinsky/Makefile +++ b/cad/salome-sierpinsky/Makefile @@ -1,7 +1,7 @@ # Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTERDIR= ${.CURDIR}/../salome diff --git a/cad/salome-smesh/Makefile b/cad/salome-smesh/Makefile index cfe35f7..44dcc5b 100644 --- a/cad/salome-smesh/Makefile +++ b/cad/salome-smesh/Makefile @@ -1,7 +1,7 @@ # Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTERDIR= ${.CURDIR}/../salome diff --git a/cad/salome-visu/Makefile b/cad/salome-visu/Makefile index 702f0d7..0fd38be 100644 --- a/cad/salome-visu/Makefile +++ b/cad/salome-visu/Makefile @@ -1,7 +1,7 @@ # Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTERDIR= ${.CURDIR}/../salome diff --git a/cad/salome/Makefile b/cad/salome/Makefile index 9b536ae..07a9b5f 100644 --- a/cad/salome/Makefile +++ b/cad/salome/Makefile @@ -3,7 +3,7 @@ PORTNAME= salome PORTVERSION= 5.1.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= cad science MASTER_SITES= http://www.stasyan.com/devel/distfiles/ DISTNAME= src5.1.4 diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index 25658cd..0bae521 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -3,6 +3,7 @@ PORTNAME= sceptre PORTVERSION= 2012.061 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://alpha.fh-friedberg.de/iem/fileadmin/user_upload/novender/sceptre/ diff --git a/cad/scotch/Makefile b/cad/scotch/Makefile index 572ab6b..ee0445b 100644 --- a/cad/scotch/Makefile +++ b/cad/scotch/Makefile @@ -3,6 +3,7 @@ PORTNAME= scotch DISTVERSION= 5.1.12b_esmumps +PORTREVISION= 1 CATEGORIES= cad science MASTER_SITES= https://gforge.inria.fr/frs/download.php/28978/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index fb50823..c5f89857 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -3,7 +3,7 @@ PORTNAME= tochnog PORTVERSION= 20010211 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/feb11_2001 DISTNAME= ${PORTNAME}_feb11_2001 diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 39aae14..eb05ca6 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-pinyin PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile index 6c99156..02c8549 100644 --- a/comms/dabstick-radio/Makefile +++ b/comms/dabstick-radio/Makefile @@ -3,7 +3,7 @@ PORTNAME= dabstick-radio PORTVERSION= 0.96 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms audio hamradio MASTER_SITES= http://www.sdr-j.tk/ EXTRACT_SUFX= .tgz diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 6aebbf4..cf6990a 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= efax-gtk PORTVERSION= 3.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF EXTRACT_SUFX= .src.tgz diff --git a/comms/ems-flasher/Makefile b/comms/ems-flasher/Makefile index a252fa7..35d9ac7 100644 --- a/comms/ems-flasher/Makefile +++ b/comms/ems-flasher/Makefile @@ -3,6 +3,7 @@ PORTNAME= ems-flasher PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://lacklustre.net/redmine/attachments/download/10/ \ http://update.cooltrainer.org/freebsd-ports/comms/ems-flasher/ diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index a153c6e..b0a72a8 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmfsk PORTVERSION= 0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= comms audio hamradio MASTER_SITES= http://gmfsk.connect.fi/ \ ${MASTER_SITE_LOCAL} diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 6f927a5..20a76c4 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ ${MASTER_SITE_LOCAL} diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 2179434..51574f0 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -3,6 +3,7 @@ PORTNAME= gqrx PORTVERSION= 20130504 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 7e2827f..7285bdb 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20130509 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 034d354..eecb2fa 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -3,7 +3,7 @@ PORTNAME= wsjt VERSION= 9.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSION= ${VERSION}.r${SVN_REV} CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index 964745f..f7cbca7 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -3,7 +3,7 @@ PORTNAME= wspr DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile index d3aa799..d3d4ace 100644 --- a/converters/R-cran-RJSONIO/Makefile +++ b/converters/R-cran-RJSONIO/Makefile @@ -3,7 +3,7 @@ PORTNAME= RJSONIO DISTVERSION= 1.0-3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile index e743b1e..598a3c9 100644 --- a/converters/R-cran-rjson/Makefile +++ b/converters/R-cran-rjson/Makefile @@ -3,6 +3,7 @@ PORTNAME= rjson PORTVERSION= 0.2.13 +PORTREVISION= 1 CATEGORIES= converters DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile index d63cfa9..e663d5b 100644 --- a/converters/hs-aeson/Makefile +++ b/converters/hs-aeson/Makefile @@ -2,7 +2,7 @@ PORTNAME= aeson PORTVERSION= 0.6.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile index cbbc758..8878cf3 100644 --- a/converters/hs-dataenc/Makefile +++ b/converters/hs-dataenc/Makefile @@ -2,7 +2,7 @@ PORTNAME= dataenc PORTVERSION= 0.14.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile index 3995d42..80c0e48 100644 --- a/converters/hs-json/Makefile +++ b/converters/hs-json/Makefile @@ -3,7 +3,7 @@ PORTNAME= json PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 2023116..4d757f0 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= wkhtmltopdf DISTVERSION= 0.11.0_rc1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}:wkhtmltopdf \ ${MASTER_SITE_LOCAL} diff --git a/databases/R-cran-DBI/Makefile b/databases/R-cran-DBI/Makefile index 9ccb732..87cd7b4 100644 --- a/databases/R-cran-DBI/Makefile +++ b/databases/R-cran-DBI/Makefile @@ -3,7 +3,7 @@ PORTNAME= DBI DISTVERSION= 0.2-7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index 77fd4b3..a3168d1 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -3,7 +3,7 @@ PORTNAME= RMySQL DISTVERSION= 0.9-3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile index 7a64379..1dfd7f8 100644 --- a/databases/R-cran-RSQLite.extfuns/Makefile +++ b/databases/R-cran-RSQLite.extfuns/Makefile @@ -3,7 +3,7 @@ PORTNAME= RSQLite.extfuns PORTVERSION= 0.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/databases/R-cran-RSQLite/Makefile b/databases/R-cran-RSQLite/Makefile index a425b3f..2fd6c46 100644 --- a/databases/R-cran-RSQLite/Makefile +++ b/databases/R-cran-RSQLite/Makefile @@ -3,7 +3,7 @@ PORTNAME= RSQLite PORTVERSION= 0.11.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/databases/R-cran-sqldf/Makefile b/databases/R-cran-sqldf/Makefile index d68e1c4..2381d5e 100644 --- a/databases/R-cran-sqldf/Makefile +++ b/databases/R-cran-sqldf/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqldf DISTVERSION= 0.4-6.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 9236dfc..2555ffa 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.2 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile index 8ec89b4..d21f323 100644 --- a/databases/hs-mysql/Makefile +++ b/databases/hs-mysql/Makefile @@ -3,7 +3,7 @@ PORTNAME= mysql PORTVERSION= 0.1.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile index fbedb8c..56936e0 100644 --- a/databases/hs-persistent-sqlite/Makefile +++ b/databases/hs-persistent-sqlite/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent-sqlite PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile index bff2be2..cf1fe65 100644 --- a/databases/hs-persistent-template/Makefile +++ b/databases/hs-persistent-template/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent-template PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile index 7ab3715..d46b39f 100644 --- a/databases/hs-persistent/Makefile +++ b/databases/hs-persistent/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent PORTVERSION= 1.2.0.1 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/deskutils/cycle/Makefile b/deskutils/cycle/Makefile index 7365cbb..56b6700 100644 --- a/deskutils/cycle/Makefile +++ b/deskutils/cycle/Makefile @@ -3,7 +3,7 @@ PORTNAME= cycle PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils biology python MASTER_SITES= SF diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile index 960955e..268063e 100644 --- a/deskutils/google-gadgets/Makefile +++ b/deskutils/google-gadgets/Makefile @@ -3,7 +3,7 @@ PORTNAME= google-gadgets PORTVERSION= 0.11.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= http://google-gadgets-for-linux.googlecode.com/files/ DISTNAME= ${PORTNAME}-for-linux-${PORTVERSION} diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index cb34825..504807e 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -2,7 +2,7 @@ PORTNAME= growl-for-linux PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org diff --git a/deskutils/kdeplasma-addons/Makefile b/deskutils/kdeplasma-addons/Makefile index 8839938..4702122 100644 --- a/deskutils/kdeplasma-addons/Makefile +++ b/deskutils/kdeplasma-addons/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdeplasma-addons PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/deskutils/labyrinth/Makefile b/deskutils/labyrinth/Makefile index 5d654dc..8eae05c 100644 --- a/deskutils/labyrinth/Makefile +++ b/deskutils/labyrinth/Makefile @@ -2,6 +2,7 @@ PORTNAME= labyrinth PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= GOOGLE_CODE diff --git a/deskutils/mirall/Makefile b/deskutils/mirall/Makefile index a1e159e..d80975a 100644 --- a/deskutils/mirall/Makefile +++ b/deskutils/mirall/Makefile @@ -3,7 +3,7 @@ PORTNAME= mirall PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/download/ diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index f26e77e..2547a4b 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -3,7 +3,7 @@ PORTNAME= notify-osd PORTVERSION= 0.9.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/43419242/ \ CRITICAL diff --git a/deskutils/plasma-applet-daisy/Makefile b/deskutils/plasma-applet-daisy/Makefile index 06891cb..1aed4a4 100644 --- a/deskutils/plasma-applet-daisy/Makefile +++ b/deskutils/plasma-applet-daisy/Makefile @@ -2,6 +2,7 @@ PORTNAME= daisy PORTVERSION= 0.0.4.26 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= http://cdlszm.org/downloads/ PKGNAMEPREFIX= plasma-applet- diff --git a/deskutils/plasma-applet-fancytasks/Makefile b/deskutils/plasma-applet-fancytasks/Makefile index dcf2843..6ae24c4 100644 --- a/deskutils/plasma-applet-fancytasks/Makefile +++ b/deskutils/plasma-applet-fancytasks/Makefile @@ -3,7 +3,7 @@ PORTNAME= fancytasks PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- diff --git a/deskutils/plasma-applet-panelspacer/Makefile b/deskutils/plasma-applet-panelspacer/Makefile index c2d6ddb..a3f0548 100644 --- a/deskutils/plasma-applet-panelspacer/Makefile +++ b/deskutils/plasma-applet-panelspacer/Makefile @@ -2,7 +2,7 @@ PORTNAME= panelspacer PORTVERSION= 0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils kde MASTER_SITES= http://danakil.free.fr/linux/releases/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= plasma-applet- diff --git a/deskutils/plasma-applet-serverstatuswidget/Makefile b/deskutils/plasma-applet-serverstatuswidget/Makefile index ae96272..af2d19c 100644 --- a/deskutils/plasma-applet-serverstatuswidget/Makefile +++ b/deskutils/plasma-applet-serverstatuswidget/Makefile @@ -2,7 +2,7 @@ PORTNAME= serverstatuswidget PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- diff --git a/deskutils/plasma-applet-yawp/Makefile b/deskutils/plasma-applet-yawp/Makefile index b59d6db..2b9b805 100644 --- a/deskutils/plasma-applet-yawp/Makefile +++ b/deskutils/plasma-applet-yawp/Makefile @@ -2,6 +2,7 @@ PORTNAME= yawp PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= SF PKGNAMEPREFIX= plasma-applet- diff --git a/deskutils/silence/Makefile b/deskutils/silence/Makefile index 026c0f9..fb3c94e 100644 --- a/deskutils/silence/Makefile +++ b/deskutils/silence/Makefile @@ -3,7 +3,7 @@ PORTNAME= silence PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 124776-${PORTNAME}-${PORTVERSION} diff --git a/deskutils/taskcoach/Makefile b/deskutils/taskcoach/Makefile index e631fb4..b42a406 100644 --- a/deskutils/taskcoach/Makefile +++ b/deskutils/taskcoach/Makefile @@ -2,6 +2,7 @@ PORTNAME= taskcoach PORTVERSION= 1.3.31 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION} DISTNAME= TaskCoach-${PORTVERSION} diff --git a/deskutils/wammu/Makefile b/deskutils/wammu/Makefile index d5d9780..51bee31 100644 --- a/deskutils/wammu/Makefile +++ b/deskutils/wammu/Makefile @@ -3,7 +3,7 @@ PORTNAME= wammu PORTVERSION= 0.36 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ http://dl.cihar.com.nyud.net/wammu/v0/ diff --git a/devel/R-cran-Defaults/Makefile b/devel/R-cran-Defaults/Makefile index e087a51..f891e23 100644 --- a/devel/R-cran-Defaults/Makefile +++ b/devel/R-cran-Defaults/Makefile @@ -3,7 +3,7 @@ PORTNAME= Defaults DISTVERSION= 1.1-1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-Hmisc/Makefile b/devel/R-cran-Hmisc/Makefile index 3423690..d3c4079 100644 --- a/devel/R-cran-Hmisc/Makefile +++ b/devel/R-cran-Hmisc/Makefile @@ -2,7 +2,7 @@ PORTNAME= Hmisc DISTVERSION= 3.10-1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-RUnit/Makefile b/devel/R-cran-RUnit/Makefile index 88a3d5d..b0bcdf3 100644 --- a/devel/R-cran-RUnit/Makefile +++ b/devel/R-cran-RUnit/Makefile @@ -3,7 +3,7 @@ PORTNAME= RUnit PORTVERSION= 0.4.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index ba1b4d3..f33191f 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -3,6 +3,7 @@ PORTNAME= Rcpp PORTVERSION= 0.10.5 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-bitops/Makefile b/devel/R-cran-bitops/Makefile index 8158323..67e3f70 100644 --- a/devel/R-cran-bitops/Makefile +++ b/devel/R-cran-bitops/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitops DISTVERSION= 1.0-6 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-caTools/Makefile b/devel/R-cran-caTools/Makefile index ff727a3..9f50276 100644 --- a/devel/R-cran-caTools/Makefile +++ b/devel/R-cran-caTools/Makefile @@ -3,7 +3,7 @@ PORTNAME= caTools PORTVERSION= 1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-caret/Makefile b/devel/R-cran-caret/Makefile index 02131d7..03cf036 100644 --- a/devel/R-cran-caret/Makefile +++ b/devel/R-cran-caret/Makefile @@ -3,6 +3,7 @@ PORTNAME= caret DISTVERSION= 5.17-7 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-chron/Makefile b/devel/R-cran-chron/Makefile index df392e0..b7f7187 100644 --- a/devel/R-cran-chron/Makefile +++ b/devel/R-cran-chron/Makefile @@ -3,7 +3,7 @@ PORTNAME= chron DISTVERSION= 2.3-43 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-foreach/Makefile b/devel/R-cran-foreach/Makefile index 1d54300..6ac8063 100644 --- a/devel/R-cran-foreach/Makefile +++ b/devel/R-cran-foreach/Makefile @@ -3,6 +3,7 @@ PORTNAME= foreach PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-gbm/Makefile b/devel/R-cran-gbm/Makefile index 35d653b..292b391 100644 --- a/devel/R-cran-gbm/Makefile +++ b/devel/R-cran-gbm/Makefile @@ -2,7 +2,7 @@ PORTNAME= gbm DISTVERSION= 2.0-8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-gdata/Makefile b/devel/R-cran-gdata/Makefile index 39aba31..7a9ecc3 100644 --- a/devel/R-cran-gdata/Makefile +++ b/devel/R-cran-gdata/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdata PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-glmnet/Makefile b/devel/R-cran-glmnet/Makefile index 9af07cd..0992e75 100644 --- a/devel/R-cran-glmnet/Makefile +++ b/devel/R-cran-glmnet/Makefile @@ -2,7 +2,7 @@ PORTNAME= glmnet DISTVERSION= 1.8-5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-gsubfn/Makefile b/devel/R-cran-gsubfn/Makefile index b873922..1281aba 100644 --- a/devel/R-cran-gsubfn/Makefile +++ b/devel/R-cran-gsubfn/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsubfn DISTVERSION= 0.6-5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-gtools/Makefile b/devel/R-cran-gtools/Makefile index 191a90f..ea2b262 100644 --- a/devel/R-cran-gtools/Makefile +++ b/devel/R-cran-gtools/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtools PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-iterators/Makefile b/devel/R-cran-iterators/Makefile index 3f0d964..04ba599 100644 --- a/devel/R-cran-iterators/Makefile +++ b/devel/R-cran-iterators/Makefile @@ -3,7 +3,7 @@ PORTNAME= iterators PORTVERSION= 1.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-itertools/Makefile b/devel/R-cran-itertools/Makefile index e93fcfd..299141f 100644 --- a/devel/R-cran-itertools/Makefile +++ b/devel/R-cran-itertools/Makefile @@ -3,7 +3,7 @@ PORTNAME= itertools DISTVERSION= 0.1-1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-memoise/Makefile b/devel/R-cran-memoise/Makefile index ffab9eb..838c6a8 100644 --- a/devel/R-cran-memoise/Makefile +++ b/devel/R-cran-memoise/Makefile @@ -3,7 +3,7 @@ PORTNAME= memoise PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-plyr/Makefile b/devel/R-cran-plyr/Makefile index a44ad66..67b674c 100644 --- a/devel/R-cran-plyr/Makefile +++ b/devel/R-cran-plyr/Makefile @@ -3,7 +3,7 @@ PORTNAME= plyr PORTVERSION= 1.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-proto/Makefile b/devel/R-cran-proto/Makefile index 692068b..26944b7 100644 --- a/devel/R-cran-proto/Makefile +++ b/devel/R-cran-proto/Makefile @@ -3,7 +3,7 @@ PORTNAME= proto DISTVERSION= 0.3-10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-randomForest/Makefile b/devel/R-cran-randomForest/Makefile index c51aac3..93586a4 100644 --- a/devel/R-cran-randomForest/Makefile +++ b/devel/R-cran-randomForest/Makefile @@ -2,7 +2,7 @@ PORTNAME= randomForest DISTVERSION= 4.6-7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-reshape/Makefile b/devel/R-cran-reshape/Makefile index 24ad33e..4483b1e 100644 --- a/devel/R-cran-reshape/Makefile +++ b/devel/R-cran-reshape/Makefile @@ -3,7 +3,7 @@ PORTNAME= reshape PORTVERSION= 0.8.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-reshape2/Makefile b/devel/R-cran-reshape2/Makefile index 74e3373..c274072 100644 --- a/devel/R-cran-reshape2/Makefile +++ b/devel/R-cran-reshape2/Makefile @@ -3,7 +3,7 @@ PORTNAME= reshape2 PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/arduino-glcd/Makefile b/devel/arduino-glcd/Makefile index a6f52d4..caef009 100644 --- a/devel/arduino-glcd/Makefile +++ b/devel/arduino-glcd/Makefile @@ -3,6 +3,7 @@ PORTNAME= arduino-glcd PORTVERSION= 3.20111205 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://glcd-arduino.googlecode.com/files/ DISTNAME= glcd-20111205 diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 0eab8ed..58eb26f 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -3,6 +3,7 @@ PORTNAME= arduino-irremote PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://files.arcfn.com/files/ DISTNAME= IRremote diff --git a/devel/arduino-mk/Makefile b/devel/arduino-mk/Makefile index 147a89d..e69c444 100644 --- a/devel/arduino-mk/Makefile +++ b/devel/arduino-mk/Makefile @@ -3,6 +3,7 @@ PORTNAME= arduino-mk PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://mjo.tc/atelier/2009/02/acli/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 7dbb66d..ea51b69 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -3,6 +3,7 @@ PORTNAME= arduino PORTVERSION= 1.0.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel java lang MASTER_SITES= GOOGLE_CODE diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 4525b6f..2f721dc 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -3,6 +3,7 @@ PORTNAME= astyle PORTVERSION= 2.03 +PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_linux diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index e634696..0572f61 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITES+= http://people.freebsd.org/~joerg/:local @@ -19,9 +19,9 @@ COMMENT= FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils -LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr \ - gmp.10:${PORTSDIR}/math/gmp \ - mpc.2:${PORTSDIR}/math/mpc +LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr \ + libgmp.so:${PORTSDIR}/math/gmp \ + libmpc.so:${PORTSDIR}/math/mpc RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index d383600..5a8c714 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -3,6 +3,7 @@ PORTNAME= avr-libc PORTVERSION= 1.8.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SAVANNAH diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile index 79889aa..88cce75 100644 --- a/devel/bisoncpp/Makefile +++ b/devel/bisoncpp/Makefile @@ -2,6 +2,7 @@ PORTNAME= bisoncpp PORTVERSION= 4.01.00 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} DISTNAME= bisonc++_${PORTVERSION} diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile index d32cc60..d41fcaa 100644 --- a/devel/boaconstructor/Makefile +++ b/devel/boaconstructor/Makefile @@ -3,7 +3,7 @@ PORTNAME= boaconstructor PORTVERSION= 0.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel python #MASTER_SITES= SF/boa-constructor/Boa-Constructor/${PORTVERSION}-alpha MASTER_SITES= SF/boa-constructor/Boa-Constructor/${PORTVERSION}-beta diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 7907998..9c06d2b 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.3.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ diff --git a/devel/cocaine-core/Makefile b/devel/cocaine-core/Makefile index b17fc60..6276562 100644 --- a/devel/cocaine-core/Makefile +++ b/devel/cocaine-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= cocaine-core PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GH GHC diff --git a/devel/covtool/Makefile b/devel/covtool/Makefile index c0bd2b5..897ac5e 100644 --- a/devel/covtool/Makefile +++ b/devel/covtool/Makefile @@ -3,6 +3,7 @@ PORTNAME= covtool PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel_2.0 diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile index dc61bdc..e1688c7 100644 --- a/devel/creduce/Makefile +++ b/devel/creduce/Makefile @@ -3,6 +3,7 @@ PORTNAME= creduce #PORTVERSION= 2.0.1 DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel #MASTER_SITES= http://embed.cs.utah.edu/creduce/ diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index c84f881..e9153f3 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -2,7 +2,7 @@ PORTNAME?= gcc PORTVERSION= 4.5.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC:S,$,:gcc,} \ ${MASTER_SITE_SOURCEWARE:S,$,:newlib,} @@ -16,11 +16,11 @@ PATCH_SITES= ftp://ftp.rtems.com/pub/rtems/SOURCES/4.11/ PATCH_DIST_STRIP= -p1 MAINTAINER= kientzle@FreeBSD.org -COMMENT= GNU gcc for cross-target development +COMMENT= GCC for cross-target development -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr \ - mpc.2:${PORTSDIR}/math/mpc +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr \ + libmpc.so:${PORTSDIR}/math/mpc # If using this as a master port, override BUILD_DEPENDS and # RUN_DEPENDS with the appropriate specific binutils port. diff --git a/devel/cvs2darcs/Makefile b/devel/cvs2darcs/Makefile index 29db9f4..bcbde78 100644 --- a/devel/cvs2darcs/Makefile +++ b/devel/cvs2darcs/Makefile @@ -3,7 +3,7 @@ PORTNAME= cvs2darcs PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/ diff --git a/devel/drpython/Makefile b/devel/drpython/Makefile index 261395e..4a12975 100644 --- a/devel/drpython/Makefile +++ b/devel/drpython/Makefile @@ -3,7 +3,7 @@ PORTNAME= drpython PORTVERSION= 3.11.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/DrPython%20%283.x%29/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/devel/eris/Makefile b/devel/eris/Makefile index 2949b0e..23ccaa2 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -3,6 +3,7 @@ PORTNAME= eris PORTVERSION= 1.3.21 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/worldforge/Eris%201.4%20%28client%20lib%29/${PORTVERSION}/ diff --git a/devel/flowdesigner/Makefile b/devel/flowdesigner/Makefile index 0ef42c4..a997850 100644 --- a/devel/flowdesigner/Makefile +++ b/devel/flowdesigner/Makefile @@ -3,7 +3,7 @@ PORTNAME= flowdesigner PORTVERSION= 0.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/FlowDesigner/${PORTVERSION} DISTNAME= FlowDesigner-${PORTVERSION} diff --git a/devel/freeocl/Makefile b/devel/freeocl/Makefile index 4ecdbfb..922cbdb 100644 --- a/devel/freeocl/Makefile +++ b/devel/freeocl/Makefile @@ -3,6 +3,7 @@ PORTNAME= freeocl PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= FreeOCL-${PORTVERSION}-src diff --git a/devel/hs-BNFC/Makefile b/devel/hs-BNFC/Makefile index 757d55e..431e75b 100644 --- a/devel/hs-BNFC/Makefile +++ b/devel/hs-BNFC/Makefile @@ -3,7 +3,7 @@ PORTNAME= BNFC PORTVERSION= 2.6.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-Boolean/Makefile b/devel/hs-Boolean/Makefile index c1eea20..1f24a13 100644 --- a/devel/hs-Boolean/Makefile +++ b/devel/hs-Boolean/Makefile @@ -2,7 +2,7 @@ PORTNAME= Boolean PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ConfigFile/Makefile b/devel/hs-ConfigFile/Makefile index 074b58d..80a4e9b 100644 --- a/devel/hs-ConfigFile/Makefile +++ b/devel/hs-ConfigFile/Makefile @@ -2,7 +2,7 @@ PORTNAME= ConfigFile PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-DeepArrow/Makefile b/devel/hs-DeepArrow/Makefile index b3131c0..fd01c9b 100644 --- a/devel/hs-DeepArrow/Makefile +++ b/devel/hs-DeepArrow/Makefile @@ -3,7 +3,7 @@ PORTNAME= DeepArrow PORTVERSION= 0.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-HUnit/Makefile b/devel/hs-HUnit/Makefile index 5cb4437..cdd0bf1 100644 --- a/devel/hs-HUnit/Makefile +++ b/devel/hs-HUnit/Makefile @@ -2,6 +2,7 @@ PORTNAME= HUnit PORTVERSION= 1.2.5.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-IORefCAS/Makefile b/devel/hs-IORefCAS/Makefile index 00958d1a..4a319af 100644 --- a/devel/hs-IORefCAS/Makefile +++ b/devel/hs-IORefCAS/Makefile @@ -2,6 +2,7 @@ PORTNAME= IORefCAS PORTVERSION= 0.2.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-IfElse/Makefile b/devel/hs-IfElse/Makefile index bd1ea92..b3b9f40 100644 --- a/devel/hs-IfElse/Makefile +++ b/devel/hs-IfElse/Makefile @@ -2,7 +2,7 @@ PORTNAME= IfElse PORTVERSION= 0.85 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-List/Makefile b/devel/hs-List/Makefile index 127a5bb..3cc465b 100644 --- a/devel/hs-List/Makefile +++ b/devel/hs-List/Makefile @@ -2,7 +2,7 @@ PORTNAME= List PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MaybeT/Makefile b/devel/hs-MaybeT/Makefile index e22af51..f49e3ba4 100644 --- a/devel/hs-MaybeT/Makefile +++ b/devel/hs-MaybeT/Makefile @@ -2,7 +2,7 @@ PORTNAME= MaybeT PORTVERSION= 0.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MemoTrie/Makefile b/devel/hs-MemoTrie/Makefile index 0a4c962..853b92b 100644 --- a/devel/hs-MemoTrie/Makefile +++ b/devel/hs-MemoTrie/Makefile @@ -3,7 +3,7 @@ PORTNAME= MemoTrie PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MissingH/Makefile b/devel/hs-MissingH/Makefile index a131a87..7a4a110 100644 --- a/devel/hs-MissingH/Makefile +++ b/devel/hs-MissingH/Makefile @@ -3,7 +3,7 @@ PORTNAME= MissingH PORTVERSION= 1.2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MonadCatchIO-mtl/Makefile b/devel/hs-MonadCatchIO-mtl/Makefile index 1380b88..da32d53 100644 --- a/devel/hs-MonadCatchIO-mtl/Makefile +++ b/devel/hs-MonadCatchIO-mtl/Makefile @@ -3,7 +3,7 @@ PORTNAME= MonadCatchIO-mtl PORTVERSION= 0.3.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MonadCatchIO-transformers/Makefile b/devel/hs-MonadCatchIO-transformers/Makefile index d9fc740..8bff89b 100644 --- a/devel/hs-MonadCatchIO-transformers/Makefile +++ b/devel/hs-MonadCatchIO-transformers/Makefile @@ -2,7 +2,7 @@ PORTNAME= MonadCatchIO-transformers PORTVERSION= 0.3.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-MonadRandom/Makefile b/devel/hs-MonadRandom/Makefile index 855794b..edb1cc2d 100644 --- a/devel/hs-MonadRandom/Makefile +++ b/devel/hs-MonadRandom/Makefile @@ -2,6 +2,7 @@ PORTNAME= MonadRandom PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ObjectName/Makefile b/devel/hs-ObjectName/Makefile index f95044c..45b3de6 100644 --- a/devel/hs-ObjectName/Makefile +++ b/devel/hs-ObjectName/Makefile @@ -3,7 +3,7 @@ PORTNAME= ObjectName PORTVERSION= 1.0.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-PSQueue/Makefile b/devel/hs-PSQueue/Makefile index a03d337..28fdb66 100644 --- a/devel/hs-PSQueue/Makefile +++ b/devel/hs-PSQueue/Makefile @@ -2,7 +2,7 @@ PORTNAME= PSQueue PORTVERSION= 1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-QuickCheck/Makefile b/devel/hs-QuickCheck/Makefile index a6d660a..d3699fd 100644 --- a/devel/hs-QuickCheck/Makefile +++ b/devel/hs-QuickCheck/Makefile @@ -3,6 +3,7 @@ PORTNAME= QuickCheck PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ReadArgs/Makefile b/devel/hs-ReadArgs/Makefile index 074cfbd..1a24f45 100644 --- a/devel/hs-ReadArgs/Makefile +++ b/devel/hs-ReadArgs/Makefile @@ -2,7 +2,7 @@ PORTNAME= ReadArgs PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-SafeSemaphore/Makefile b/devel/hs-SafeSemaphore/Makefile index 673424a..ba2a681 100644 --- a/devel/hs-SafeSemaphore/Makefile +++ b/devel/hs-SafeSemaphore/Makefile @@ -2,7 +2,7 @@ PORTNAME= SafeSemaphore PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-StateVar/Makefile b/devel/hs-StateVar/Makefile index 498cf9b..5d3a0c2 100644 --- a/devel/hs-StateVar/Makefile +++ b/devel/hs-StateVar/Makefile @@ -3,7 +3,7 @@ PORTNAME= StateVar PORTVERSION= 1.0.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-Stream/Makefile b/devel/hs-Stream/Makefile index a345926..0e5301e 100644 --- a/devel/hs-Stream/Makefile +++ b/devel/hs-Stream/Makefile @@ -3,7 +3,7 @@ PORTNAME= Stream PORTVERSION= 0.4.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-Tensor/Makefile b/devel/hs-Tensor/Makefile index e7856c8..707e35c 100644 --- a/devel/hs-Tensor/Makefile +++ b/devel/hs-Tensor/Makefile @@ -3,7 +3,7 @@ PORTNAME= Tensor PORTVERSION= 1.0.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-TypeCompose/Makefile b/devel/hs-TypeCompose/Makefile index fabb39e..0ad03f2 100644 --- a/devel/hs-TypeCompose/Makefile +++ b/devel/hs-TypeCompose/Makefile @@ -3,7 +3,7 @@ PORTNAME= TypeCompose PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-abstract-deque/Makefile b/devel/hs-abstract-deque/Makefile index 5b7cd6a..404f9c4 100644 --- a/devel/hs-abstract-deque/Makefile +++ b/devel/hs-abstract-deque/Makefile @@ -2,6 +2,7 @@ PORTNAME= abstract-deque PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-abstract-par/Makefile b/devel/hs-abstract-par/Makefile index 3c64d91..e0289a5 100644 --- a/devel/hs-abstract-par/Makefile +++ b/devel/hs-abstract-par/Makefile @@ -2,7 +2,7 @@ PORTNAME= abstract-par PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-activehs-base/Makefile b/devel/hs-activehs-base/Makefile index d8445ee..76fc2db 100644 --- a/devel/hs-activehs-base/Makefile +++ b/devel/hs-activehs-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= activehs-base PORTVERSION= 0.3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 4e371640..bfa9b38 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -3,6 +3,7 @@ PORTNAME= alex PORTVERSION= 3.0.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ansi-terminal/Makefile b/devel/hs-ansi-terminal/Makefile index ea2eced..4b27654 100644 --- a/devel/hs-ansi-terminal/Makefile +++ b/devel/hs-ansi-terminal/Makefile @@ -2,7 +2,7 @@ PORTNAME= ansi-terminal PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ansi-wl-pprint/Makefile b/devel/hs-ansi-wl-pprint/Makefile index 4dc9d11..b7946e6 100644 --- a/devel/hs-ansi-wl-pprint/Makefile +++ b/devel/hs-ansi-wl-pprint/Makefile @@ -2,7 +2,7 @@ PORTNAME= ansi-wl-pprint PORTVERSION= 0.6.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-arrows/Makefile b/devel/hs-arrows/Makefile index b4776df..4d5221f 100644 --- a/devel/hs-arrows/Makefile +++ b/devel/hs-arrows/Makefile @@ -3,7 +3,7 @@ PORTNAME= arrows PORTVERSION= 0.4.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-asn1-data/Makefile b/devel/hs-asn1-data/Makefile index b24c1e0..af9b90a 100644 --- a/devel/hs-asn1-data/Makefile +++ b/devel/hs-asn1-data/Makefile @@ -2,7 +2,7 @@ PORTNAME= asn1-data PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-asn1-types/Makefile b/devel/hs-asn1-types/Makefile index a3c46f8..37988fa 100644 --- a/devel/hs-asn1-types/Makefile +++ b/devel/hs-asn1-types/Makefile @@ -2,6 +2,7 @@ PORTNAME= asn1-types PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-async/Makefile b/devel/hs-async/Makefile index b105c14..cf91ef1 100644 --- a/devel/hs-async/Makefile +++ b/devel/hs-async/Makefile @@ -2,6 +2,7 @@ PORTNAME= async PORTVERSION= 2.0.1.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-attempt/Makefile b/devel/hs-attempt/Makefile index f7294c3..e05f970 100644 --- a/devel/hs-attempt/Makefile +++ b/devel/hs-attempt/Makefile @@ -2,7 +2,7 @@ PORTNAME= attempt PORTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base-unicode-symbols/Makefile b/devel/hs-base-unicode-symbols/Makefile index 942d9d1..0b52e14 100644 --- a/devel/hs-base-unicode-symbols/Makefile +++ b/devel/hs-base-unicode-symbols/Makefile @@ -2,7 +2,7 @@ PORTNAME= base-unicode-symbols PORTVERSION= 0.2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base16-bytestring/Makefile b/devel/hs-base16-bytestring/Makefile index 387c4a5..b94d853 100644 --- a/devel/hs-base16-bytestring/Makefile +++ b/devel/hs-base16-bytestring/Makefile @@ -2,7 +2,7 @@ PORTNAME= base16-bytestring PORTVERSION= 0.1.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base64-bytestring/Makefile b/devel/hs-base64-bytestring/Makefile index 3bd7a47..770d56a 100644 --- a/devel/hs-base64-bytestring/Makefile +++ b/devel/hs-base64-bytestring/Makefile @@ -2,7 +2,7 @@ PORTNAME= base64-bytestring PORTVERSION= 1.0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-base64-conduit/Makefile b/devel/hs-base64-conduit/Makefile index c193efe..f9948f9 100644 --- a/devel/hs-base64-conduit/Makefile +++ b/devel/hs-base64-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= base64-conduit PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-basic-prelude/Makefile b/devel/hs-basic-prelude/Makefile index 431e927..70db1c8 100644 --- a/devel/hs-basic-prelude/Makefile +++ b/devel/hs-basic-prelude/Makefile @@ -2,6 +2,7 @@ PORTNAME= basic-prelude PORTVERSION= 0.3.5.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bifunctors/Makefile b/devel/hs-bifunctors/Makefile index a62eb09..b76caca 100644 --- a/devel/hs-bifunctors/Makefile +++ b/devel/hs-bifunctors/Makefile @@ -2,7 +2,7 @@ PORTNAME= bifunctors PORTVERSION= 3.2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bits-atomic/Makefile b/devel/hs-bits-atomic/Makefile index 80f45f9..d720398 100644 --- a/devel/hs-bits-atomic/Makefile +++ b/devel/hs-bits-atomic/Makefile @@ -2,7 +2,7 @@ PORTNAME= bits-atomic PORTVERSION= 0.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-blaze-builder-conduit/Makefile b/devel/hs-blaze-builder-conduit/Makefile index a433f4f..a5af5de 100644 --- a/devel/hs-blaze-builder-conduit/Makefile +++ b/devel/hs-blaze-builder-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= blaze-builder-conduit PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-blaze-builder-enumerator/Makefile b/devel/hs-blaze-builder-enumerator/Makefile index b93d135..e1dd479 100644 --- a/devel/hs-blaze-builder-enumerator/Makefile +++ b/devel/hs-blaze-builder-enumerator/Makefile @@ -2,7 +2,7 @@ PORTNAME= blaze-builder-enumerator PORTVERSION= 0.2.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-blaze-builder/Makefile b/devel/hs-blaze-builder/Makefile index 0efde56..2608741 100644 --- a/devel/hs-blaze-builder/Makefile +++ b/devel/hs-blaze-builder/Makefile @@ -2,6 +2,7 @@ PORTNAME= blaze-builder PORTVERSION= 0.3.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-blaze-textual/Makefile b/devel/hs-blaze-textual/Makefile index 8a2701d..dcefd89 100644 --- a/devel/hs-blaze-textual/Makefile +++ b/devel/hs-blaze-textual/Makefile @@ -2,7 +2,7 @@ PORTNAME= blaze-textual PORTVERSION= 0.2.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bloomfilter/Makefile b/devel/hs-bloomfilter/Makefile index 05ea395..9e1638a 100644 --- a/devel/hs-bloomfilter/Makefile +++ b/devel/hs-bloomfilter/Makefile @@ -2,7 +2,7 @@ PORTNAME= bloomfilter PORTVERSION= 1.2.6.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bsd-sysctl/Makefile b/devel/hs-bsd-sysctl/Makefile index b0ecf98..be9a018 100644 --- a/devel/hs-bsd-sysctl/Makefile +++ b/devel/hs-bsd-sysctl/Makefile @@ -3,7 +3,7 @@ PORTNAME= bsd-sysctl PORTVERSION= 1.0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-byteorder/Makefile b/devel/hs-byteorder/Makefile index 1b789ba..c39ee9d 100644 --- a/devel/hs-byteorder/Makefile +++ b/devel/hs-byteorder/Makefile @@ -2,6 +2,7 @@ PORTNAME= byteorder PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bytestring-nums/Makefile b/devel/hs-bytestring-nums/Makefile index 89cb575..01e06ca 100644 --- a/devel/hs-bytestring-nums/Makefile +++ b/devel/hs-bytestring-nums/Makefile @@ -2,7 +2,7 @@ PORTNAME= bytestring-nums PORTVERSION= 0.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-bytestring-show/Makefile b/devel/hs-bytestring-show/Makefile index f79925f..d48b3af 100644 --- a/devel/hs-bytestring-show/Makefile +++ b/devel/hs-bytestring-show/Makefile @@ -2,6 +2,7 @@ PORTNAME= bytestring-show PORTVERSION= 0.3.5.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 9ffcca4..3a0d688 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -3,7 +3,7 @@ PORTNAME= c2hs PORTVERSION= 0.16.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile index 3f35066..d622713 100644 --- a/devel/hs-cabal-install/Makefile +++ b/devel/hs-cabal-install/Makefile @@ -2,6 +2,7 @@ PORTNAME= cabal-install PORTVERSION= 1.16.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-cereal/Makefile b/devel/hs-cereal/Makefile index d4892c8..840da94 100644 --- a/devel/hs-cereal/Makefile +++ b/devel/hs-cereal/Makefile @@ -2,7 +2,7 @@ PORTNAME= cereal PORTVERSION= 0.3.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-checkers/Makefile b/devel/hs-checkers/Makefile index 6755e7c..13d45c9 100644 --- a/devel/hs-checkers/Makefile +++ b/devel/hs-checkers/Makefile @@ -3,7 +3,7 @@ PORTNAME= checkers PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-classy-prelude-conduit/Makefile b/devel/hs-classy-prelude-conduit/Makefile index 7adf6f5..f952d1a 100644 --- a/devel/hs-classy-prelude-conduit/Makefile +++ b/devel/hs-classy-prelude-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= classy-prelude-conduit PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-classy-prelude/Makefile b/devel/hs-classy-prelude/Makefile index 58657a9..01286cc 100644 --- a/devel/hs-classy-prelude/Makefile +++ b/devel/hs-classy-prelude/Makefile @@ -2,6 +2,7 @@ PORTNAME= classy-prelude PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-cmdargs/Makefile b/devel/hs-cmdargs/Makefile index 8f04781..e14f1e4 100644 --- a/devel/hs-cmdargs/Makefile +++ b/devel/hs-cmdargs/Makefile @@ -2,6 +2,7 @@ PORTNAME= cmdargs PORTVERSION= 0.10.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-conduit/Makefile b/devel/hs-conduit/Makefile index 9dc6fc1..deb1d66 100644 --- a/devel/hs-conduit/Makefile +++ b/devel/hs-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= conduit PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-configurator/Makefile b/devel/hs-configurator/Makefile index f3fb045..a35538e 100644 --- a/devel/hs-configurator/Makefile +++ b/devel/hs-configurator/Makefile @@ -2,7 +2,7 @@ PORTNAME= configurator PORTVERSION= 0.2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-convertible/Makefile b/devel/hs-convertible/Makefile index 649e836..bedb404 100644 --- a/devel/hs-convertible/Makefile +++ b/devel/hs-convertible/Makefile @@ -3,7 +3,7 @@ PORTNAME= convertible PORTVERSION= 1.0.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 762949b..8194c02 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -3,7 +3,7 @@ PORTNAME= cpphs PORTVERSION= 1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 5008fad..8a3f442 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -3,7 +3,7 @@ PORTNAME= darcs PORTVERSION= 2.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-class/Makefile b/devel/hs-data-default-class/Makefile index dfb5308..9c96865 100644 --- a/devel/hs-data-default-class/Makefile +++ b/devel/hs-data-default-class/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default-class PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-base/Makefile b/devel/hs-data-default-instances-base/Makefile index ed30fa4..adfe686 100644 --- a/devel/hs-data-default-instances-base/Makefile +++ b/devel/hs-data-default-instances-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default-instances-base PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-containers/Makefile b/devel/hs-data-default-instances-containers/Makefile index 6daa8c4..72947d7 100644 --- a/devel/hs-data-default-instances-containers/Makefile +++ b/devel/hs-data-default-instances-containers/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default-instances-containers PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-dlist/Makefile b/devel/hs-data-default-instances-dlist/Makefile index 800b0a2..ff12267 100644 --- a/devel/hs-data-default-instances-dlist/Makefile +++ b/devel/hs-data-default-instances-dlist/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default-instances-dlist PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default-instances-old-locale/Makefile b/devel/hs-data-default-instances-old-locale/Makefile index cae04e41..f845dad 100644 --- a/devel/hs-data-default-instances-old-locale/Makefile +++ b/devel/hs-data-default-instances-old-locale/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default-instances-old-locale PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-default/Makefile b/devel/hs-data-default/Makefile index 59750ff..cf1a857 100644 --- a/devel/hs-data-default/Makefile +++ b/devel/hs-data-default/Makefile @@ -2,6 +2,7 @@ PORTNAME= data-default PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-data-pprint/Makefile b/devel/hs-data-pprint/Makefile index 3b81f37..8a7bb26 100644 --- a/devel/hs-data-pprint/Makefile +++ b/devel/hs-data-pprint/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-pprint PORTVERSION= 0.2.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-date-cache/Makefile b/devel/hs-date-cache/Makefile index 81cc1bd..3b2ee52 100644 --- a/devel/hs-date-cache/Makefile +++ b/devel/hs-date-cache/Makefile @@ -2,7 +2,7 @@ PORTNAME= date-cache PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-datetime/Makefile b/devel/hs-datetime/Makefile index 4093c2a..61c819d 100644 --- a/devel/hs-datetime/Makefile +++ b/devel/hs-datetime/Makefile @@ -3,7 +3,7 @@ PORTNAME= datetime PORTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-directory-tree/Makefile b/devel/hs-directory-tree/Makefile index c6b88d0..df6c68e 100644 --- a/devel/hs-directory-tree/Makefile +++ b/devel/hs-directory-tree/Makefile @@ -2,7 +2,7 @@ PORTNAME= directory-tree PORTVERSION= 0.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-dlist/Makefile b/devel/hs-dlist/Makefile index aad4163..53a80b1 100644 --- a/devel/hs-dlist/Makefile +++ b/devel/hs-dlist/Makefile @@ -3,7 +3,7 @@ PORTNAME= dlist PORTVERSION= 0.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-edit-distance/Makefile b/devel/hs-edit-distance/Makefile index 17c9ef6..e09dd0a 100644 --- a/devel/hs-edit-distance/Makefile +++ b/devel/hs-edit-distance/Makefile @@ -2,7 +2,7 @@ PORTNAME= edit-distance PORTVERSION= 0.2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-either/Makefile b/devel/hs-either/Makefile index ae31086..ef5b2f2 100644 --- a/devel/hs-either/Makefile +++ b/devel/hs-either/Makefile @@ -2,7 +2,7 @@ PORTNAME= either PORTVERSION= 3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-enumerator/Makefile b/devel/hs-enumerator/Makefile index 6db9d2d..c2a82f9 100644 --- a/devel/hs-enumerator/Makefile +++ b/devel/hs-enumerator/Makefile @@ -2,7 +2,7 @@ PORTNAME= enumerator PORTVERSION= 0.4.19 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-errors/Makefile b/devel/hs-errors/Makefile index 092aa24..b5a5485 100644 --- a/devel/hs-errors/Makefile +++ b/devel/hs-errors/Makefile @@ -2,7 +2,7 @@ PORTNAME= errors PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-extensible-exceptions/Makefile b/devel/hs-extensible-exceptions/Makefile index 310fa36..9768023 100644 --- a/devel/hs-extensible-exceptions/Makefile +++ b/devel/hs-extensible-exceptions/Makefile @@ -2,6 +2,7 @@ PORTNAME= extensible-exceptions PORTVERSION= 0.1.1.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-failure/Makefile b/devel/hs-failure/Makefile index 36dce62..3289e1a 100644 --- a/devel/hs-failure/Makefile +++ b/devel/hs-failure/Makefile @@ -2,7 +2,7 @@ PORTNAME= failure PORTVERSION= 0.2.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-fast-logger/Makefile b/devel/hs-fast-logger/Makefile index a9d398c..4ebef0b 100644 --- a/devel/hs-fast-logger/Makefile +++ b/devel/hs-fast-logger/Makefile @@ -2,7 +2,7 @@ PORTNAME= fast-logger PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-fgl/Makefile b/devel/hs-fgl/Makefile index ca87b9c..d39b7e1 100644 --- a/devel/hs-fgl/Makefile +++ b/devel/hs-fgl/Makefile @@ -3,7 +3,7 @@ PORTNAME= fgl PORTVERSION= 5.4.2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-file-embed/Makefile b/devel/hs-file-embed/Makefile index 3ea16e6..81c89e0 100644 --- a/devel/hs-file-embed/Makefile +++ b/devel/hs-file-embed/Makefile @@ -2,7 +2,7 @@ PORTNAME= file-embed PORTVERSION= 0.0.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-filemanip/Makefile b/devel/hs-filemanip/Makefile index 16b9a86..070c79c 100644 --- a/devel/hs-filemanip/Makefile +++ b/devel/hs-filemanip/Makefile @@ -3,7 +3,7 @@ PORTNAME= filemanip PORTVERSION= 0.3.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-filestore/Makefile b/devel/hs-filestore/Makefile index 14ea051..a07fae8 100644 --- a/devel/hs-filestore/Makefile +++ b/devel/hs-filestore/Makefile @@ -2,7 +2,7 @@ PORTNAME= filestore PORTVERSION= 0.6.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-filesystem-conduit/Makefile b/devel/hs-filesystem-conduit/Makefile index d12db22..bb69728 100644 --- a/devel/hs-filesystem-conduit/Makefile +++ b/devel/hs-filesystem-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= filesystem-conduit PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-fsnotify/Makefile b/devel/hs-fsnotify/Makefile index c74502e..0e4da99 100644 --- a/devel/hs-fsnotify/Makefile +++ b/devel/hs-fsnotify/Makefile @@ -2,6 +2,7 @@ PORTNAME= fsnotify PORTVERSION= 0.0.11 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gconf/Makefile b/devel/hs-gconf/Makefile index 2c50b33..8d88eab 100644 --- a/devel/hs-gconf/Makefile +++ b/devel/hs-gconf/Makefile @@ -2,7 +2,7 @@ PORTNAME= gconf PORTVERSION= 0.12.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-generic-deriving/Makefile b/devel/hs-generic-deriving/Makefile index 4053895..464ae11 100644 --- a/devel/hs-generic-deriving/Makefile +++ b/devel/hs-generic-deriving/Makefile @@ -2,6 +2,7 @@ PORTNAME= generic-deriving PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-geniplate/Makefile b/devel/hs-geniplate/Makefile index 7faf15e..5c5b516 100644 --- a/devel/hs-geniplate/Makefile +++ b/devel/hs-geniplate/Makefile @@ -2,7 +2,7 @@ PORTNAME= geniplate PORTVERSION= 0.6.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ghc-events/Makefile b/devel/hs-ghc-events/Makefile index f6c358b..179c1e7 100644 --- a/devel/hs-ghc-events/Makefile +++ b/devel/hs-ghc-events/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghc-events PORTVERSION= 0.4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ghc-mtl/Makefile b/devel/hs-ghc-mtl/Makefile index 1aa11d4..da3b8f2 100644 --- a/devel/hs-ghc-mtl/Makefile +++ b/devel/hs-ghc-mtl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghc-mtl PORTVERSION= 1.0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ghc-paths/Makefile b/devel/hs-ghc-paths/Makefile index 9a7c17a..0c5b33c 100644 --- a/devel/hs-ghc-paths/Makefile +++ b/devel/hs-ghc-paths/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghc-paths PORTVERSION= 0.1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gio/Makefile b/devel/hs-gio/Makefile index dca06f5..35a06e0 100644 --- a/devel/hs-gio/Makefile +++ b/devel/hs-gio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gio PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index b13a398..05cf4b0 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -3,6 +3,7 @@ PORTNAME= git-annex PORTVERSION= 4.20130601 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-glade/Makefile b/devel/hs-glade/Makefile index 6b777c4..e179887 100644 --- a/devel/hs-glade/Makefile +++ b/devel/hs-glade/Makefile @@ -2,7 +2,7 @@ PORTNAME= glade PORTVERSION= 0.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-glib/Makefile b/devel/hs-glib/Makefile index 4667666..8b7f4a4 100644 --- a/devel/hs-glib/Makefile +++ b/devel/hs-glib/Makefile @@ -2,7 +2,7 @@ PORTNAME= glib PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-gtk2hs-buildtools/Makefile b/devel/hs-gtk2hs-buildtools/Makefile index 6cb82ba..0e09046 100644 --- a/devel/hs-gtk2hs-buildtools/Makefile +++ b/devel/hs-gtk2hs-buildtools/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtk2hs-buildtools PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index 6f7614a..3f09665 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -3,6 +3,7 @@ PORTNAME= haddock PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index a4eb76f..a710a36 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -3,7 +3,7 @@ PORTNAME= happy PORTVERSION= 1.18.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hashable/Makefile b/devel/hs-hashable/Makefile index 06b7f5e..52d125e 100644 --- a/devel/hs-hashable/Makefile +++ b/devel/hs-hashable/Makefile @@ -2,6 +2,7 @@ PORTNAME= hashable PORTVERSION= 1.1.2.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel haskell diff --git a/devel/hs-hashed-storage/Makefile b/devel/hs-hashed-storage/Makefile index 522ca22..51c7d0e 100644 --- a/devel/hs-hashed-storage/Makefile +++ b/devel/hs-hashed-storage/Makefile @@ -2,7 +2,7 @@ PORTNAME= hashed-storage PORTVERSION= 0.5.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hashtables/Makefile b/devel/hs-hashtables/Makefile index 124173b..0302fd4 100644 --- a/devel/hs-hashtables/Makefile +++ b/devel/hs-hashtables/Makefile @@ -2,7 +2,7 @@ PORTNAME= hashtables PORTVERSION= 1.1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haskeline/Makefile b/devel/hs-haskeline/Makefile index 446a2a3..538187c 100644 --- a/devel/hs-haskeline/Makefile +++ b/devel/hs-haskeline/Makefile @@ -3,7 +3,7 @@ PORTNAME= haskeline PORTVERSION= 0.7.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haskell-platform/Makefile b/devel/hs-haskell-platform/Makefile index a09442a..7dc868c 100644 --- a/devel/hs-haskell-platform/Makefile +++ b/devel/hs-haskell-platform/Makefile @@ -2,6 +2,7 @@ PORTNAME= haskell-platform PORTVERSION= 2013.2.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haskell-src-exts/Makefile b/devel/hs-haskell-src-exts/Makefile index 289a104..2d55aa2 100644 --- a/devel/hs-haskell-src-exts/Makefile +++ b/devel/hs-haskell-src-exts/Makefile @@ -3,7 +3,7 @@ PORTNAME= haskell-src-exts PORTVERSION= 1.13.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-haskell-src/Makefile b/devel/hs-haskell-src/Makefile index 86112c9..9d8758c 100644 --- a/devel/hs-haskell-src/Makefile +++ b/devel/hs-haskell-src/Makefile @@ -2,7 +2,7 @@ PORTNAME= haskell-src PORTVERSION= 1.0.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hasktags/Makefile b/devel/hs-hasktags/Makefile index a015703..6fb20c2 100644 --- a/devel/hs-hasktags/Makefile +++ b/devel/hs-hasktags/Makefile @@ -2,7 +2,7 @@ PORTNAME= hasktags PORTVERSION= 0.68.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hastache/Makefile b/devel/hs-hastache/Makefile index 543eed4..9b3e7d9 100644 --- a/devel/hs-hastache/Makefile +++ b/devel/hs-hastache/Makefile @@ -2,7 +2,7 @@ PORTNAME= hastache PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hinotify/Makefile b/devel/hs-hinotify/Makefile index 8ea1fd7..2875f1d 100644 --- a/devel/hs-hinotify/Makefile +++ b/devel/hs-hinotify/Makefile @@ -2,7 +2,7 @@ PORTNAME= hinotify PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hint/Makefile b/devel/hs-hint/Makefile index 750f5fe..9b80bc1 100644 --- a/devel/hs-hint/Makefile +++ b/devel/hs-hint/Makefile @@ -3,7 +3,7 @@ PORTNAME= hint PORTVERSION= 0.3.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hlibev/Makefile b/devel/hs-hlibev/Makefile index 235f051..18ef913 100644 --- a/devel/hs-hlibev/Makefile +++ b/devel/hs-hlibev/Makefile @@ -2,7 +2,7 @@ PORTNAME= hlibev PORTVERSION= 0.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index ae01f77..aabb934 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -2,6 +2,7 @@ PORTNAME= hlint PORTVERSION= 1.8.45 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hoogle/Makefile b/devel/hs-hoogle/Makefile index 59e1abc..0d8cca3 100644 --- a/devel/hs-hoogle/Makefile +++ b/devel/hs-hoogle/Makefile @@ -3,7 +3,7 @@ PORTNAME= hoogle PORTVERSION= 4.2.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hslogger/Makefile b/devel/hs-hslogger/Makefile index 939f229..59bb3c2 100644 --- a/devel/hs-hslogger/Makefile +++ b/devel/hs-hslogger/Makefile @@ -3,7 +3,7 @@ PORTNAME= hslogger PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hspec-expectations/Makefile b/devel/hs-hspec-expectations/Makefile index 72e1165..ef2629e 100644 --- a/devel/hs-hspec-expectations/Makefile +++ b/devel/hs-hspec-expectations/Makefile @@ -2,6 +2,7 @@ PORTNAME= hspec-expectations PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hspec/Makefile b/devel/hs-hspec/Makefile index 1723b23..493810c 100644 --- a/devel/hs-hspec/Makefile +++ b/devel/hs-hspec/Makefile @@ -2,6 +2,7 @@ PORTNAME= hspec PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-kqueue/Makefile b/devel/hs-kqueue/Makefile index 21ff782..1a55639 100644 --- a/devel/hs-kqueue/Makefile +++ b/devel/hs-kqueue/Makefile @@ -2,7 +2,7 @@ PORTNAME= kqueue PORTVERSION= 0.1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-language-c/Makefile b/devel/hs-language-c/Makefile index f53c81398..a5aebb3 100644 --- a/devel/hs-language-c/Makefile +++ b/devel/hs-language-c/Makefile @@ -2,7 +2,7 @@ PORTNAME= language-c PORTVERSION= 0.3.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-language-javascript/Makefile b/devel/hs-language-javascript/Makefile index ea96cda..6165705 100644 --- a/devel/hs-language-javascript/Makefile +++ b/devel/hs-language-javascript/Makefile @@ -2,7 +2,7 @@ PORTNAME= language-javascript PORTVERSION= 0.5.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-largeword/Makefile b/devel/hs-largeword/Makefile index 86d55b6..d8fa906 100644 --- a/devel/hs-largeword/Makefile +++ b/devel/hs-largeword/Makefile @@ -2,6 +2,7 @@ PORTNAME= largeword PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-lazysmallcheck/Makefile b/devel/hs-lazysmallcheck/Makefile index b7b7e67..50da753 100644 --- a/devel/hs-lazysmallcheck/Makefile +++ b/devel/hs-lazysmallcheck/Makefile @@ -2,7 +2,7 @@ PORTNAME= lazysmallcheck PORTVERSION= 0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-lens/Makefile b/devel/hs-lens/Makefile index 8fb6df1..aa012b3 100644 --- a/devel/hs-lens/Makefile +++ b/devel/hs-lens/Makefile @@ -2,6 +2,7 @@ PORTNAME= lens PORTVERSION= 3.9.0.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-lifted-base/Makefile b/devel/hs-lifted-base/Makefile index 7998df6..5f77081 100644 --- a/devel/hs-lifted-base/Makefile +++ b/devel/hs-lifted-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= lifted-base PORTVERSION= 0.2.0.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-logict/Makefile b/devel/hs-logict/Makefile index 8fcf5b5..7fdcde6 100644 --- a/devel/hs-logict/Makefile +++ b/devel/hs-logict/Makefile @@ -2,7 +2,7 @@ PORTNAME= logict PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mmap/Makefile b/devel/hs-mmap/Makefile index 847c38a..bcd1532 100644 --- a/devel/hs-mmap/Makefile +++ b/devel/hs-mmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= mmap PORTVERSION= 0.5.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mmorph/Makefile b/devel/hs-mmorph/Makefile index 472195b..d38cb51 100644 --- a/devel/hs-mmorph/Makefile +++ b/devel/hs-mmorph/Makefile @@ -2,6 +2,7 @@ PORTNAME= mmorph PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-control/Makefile b/devel/hs-monad-control/Makefile index 878c200..dc6e0d5 100644 --- a/devel/hs-monad-control/Makefile +++ b/devel/hs-monad-control/Makefile @@ -2,6 +2,7 @@ PORTNAME= monad-control PORTVERSION= 0.3.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-logger/Makefile b/devel/hs-monad-logger/Makefile index 18c0e00..76c5f43 100644 --- a/devel/hs-monad-logger/Makefile +++ b/devel/hs-monad-logger/Makefile @@ -2,6 +2,7 @@ PORTNAME= monad-logger PORTVERSION= 0.3.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-par-extras/Makefile b/devel/hs-monad-par-extras/Makefile index 80b721f..4f1f096 100644 --- a/devel/hs-monad-par-extras/Makefile +++ b/devel/hs-monad-par-extras/Makefile @@ -2,7 +2,7 @@ PORTNAME= monad-par-extras PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-monad-par/Makefile b/devel/hs-monad-par/Makefile index b617160..eae4e60 100644 --- a/devel/hs-monad-par/Makefile +++ b/devel/hs-monad-par/Makefile @@ -2,6 +2,7 @@ PORTNAME= monad-par PORTVERSION= 0.3.4.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mtl/Makefile b/devel/hs-mtl/Makefile index 47254d9..199d1d5 100644 --- a/devel/hs-mtl/Makefile +++ b/devel/hs-mtl/Makefile @@ -2,7 +2,7 @@ PORTNAME= mtl PORTVERSION= 2.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mueval/Makefile b/devel/hs-mueval/Makefile index 8aa31b1..ec484ee 100644 --- a/devel/hs-mueval/Makefile +++ b/devel/hs-mueval/Makefile @@ -3,7 +3,7 @@ PORTNAME= mueval PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-murmur-hash/Makefile b/devel/hs-murmur-hash/Makefile index fd26dad..d8ec834 100644 --- a/devel/hs-murmur-hash/Makefile +++ b/devel/hs-murmur-hash/Makefile @@ -2,7 +2,7 @@ PORTNAME= murmur-hash PORTVERSION= 0.1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-optparse-applicative/Makefile b/devel/hs-optparse-applicative/Makefile index 217a1c0..0828c66 100644 --- a/devel/hs-optparse-applicative/Makefile +++ b/devel/hs-optparse-applicative/Makefile @@ -2,7 +2,7 @@ PORTNAME= optparse-applicative PORTVERSION= 0.5.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-parallel/Makefile b/devel/hs-parallel/Makefile index 2bf4f57..f489471 100644 --- a/devel/hs-parallel/Makefile +++ b/devel/hs-parallel/Makefile @@ -2,7 +2,7 @@ PORTNAME= parallel PORTVERSION= 3.2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-pcre-light/Makefile b/devel/hs-pcre-light/Makefile index 0cb2b69..5fc093b 100644 --- a/devel/hs-pcre-light/Makefile +++ b/devel/hs-pcre-light/Makefile @@ -2,7 +2,7 @@ PORTNAME= pcre-light PORTVERSION= 0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-pool-conduit/Makefile b/devel/hs-pool-conduit/Makefile index 55ede2f..63c5625 100644 --- a/devel/hs-pool-conduit/Makefile +++ b/devel/hs-pool-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= pool-conduit PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-primitive/Makefile b/devel/hs-primitive/Makefile index 6b7348c..03c6344 100644 --- a/devel/hs-primitive/Makefile +++ b/devel/hs-primitive/Makefile @@ -2,7 +2,7 @@ PORTNAME= primitive PORTVERSION= 0.5.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-profunctor-extras/Makefile b/devel/hs-profunctor-extras/Makefile index 30c29e6..9034600 100644 --- a/devel/hs-profunctor-extras/Makefile +++ b/devel/hs-profunctor-extras/Makefile @@ -2,7 +2,7 @@ PORTNAME= profunctor-extras PORTVERSION= 3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-profunctors/Makefile b/devel/hs-profunctors/Makefile index 0419458..d2ae39c 100644 --- a/devel/hs-profunctors/Makefile +++ b/devel/hs-profunctors/Makefile @@ -2,6 +2,7 @@ PORTNAME= profunctors PORTVERSION= 3.3.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-project-template/Makefile b/devel/hs-project-template/Makefile index 91573a0..909d985 100644 --- a/devel/hs-project-template/Makefile +++ b/devel/hs-project-template/Makefile @@ -2,7 +2,7 @@ PORTNAME= project-template PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-quickcheck-io/Makefile b/devel/hs-quickcheck-io/Makefile index c611619..32620cb 100644 --- a/devel/hs-quickcheck-io/Makefile +++ b/devel/hs-quickcheck-io/Makefile @@ -2,6 +2,7 @@ PORTNAME= quickcheck-io PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-random/Makefile b/devel/hs-random/Makefile index 0ca16b4..b88f321 100644 --- a/devel/hs-random/Makefile +++ b/devel/hs-random/Makefile @@ -2,7 +2,7 @@ PORTNAME= random PORTVERSION= 1.0.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-ranges/Makefile b/devel/hs-ranges/Makefile index 9add520..aa87610 100644 --- a/devel/hs-ranges/Makefile +++ b/devel/hs-ranges/Makefile @@ -2,7 +2,7 @@ PORTNAME= ranges PORTVERSION= 0.2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-reactive/Makefile b/devel/hs-reactive/Makefile index 63af528..32acc13 100644 --- a/devel/hs-reactive/Makefile +++ b/devel/hs-reactive/Makefile @@ -3,7 +3,7 @@ PORTNAME= reactive PORTVERSION= 0.11.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-readline/Makefile b/devel/hs-readline/Makefile index e47b1fe..b04c2da 100644 --- a/devel/hs-readline/Makefile +++ b/devel/hs-readline/Makefile @@ -3,7 +3,7 @@ PORTNAME= readline PORTVERSION= 1.0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-reflection/Makefile b/devel/hs-reflection/Makefile index 734a9ef..fa5f02a 100644 --- a/devel/hs-reflection/Makefile +++ b/devel/hs-reflection/Makefile @@ -2,6 +2,7 @@ PORTNAME= reflection PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-resource-pool/Makefile b/devel/hs-resource-pool/Makefile index 983bda9..9e0d0b3 100644 --- a/devel/hs-resource-pool/Makefile +++ b/devel/hs-resource-pool/Makefile @@ -2,7 +2,7 @@ PORTNAME= resource-pool PORTVERSION= 0.2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-resourcet/Makefile b/devel/hs-resourcet/Makefile index e71a218..8fca467 100644 --- a/devel/hs-resourcet/Makefile +++ b/devel/hs-resourcet/Makefile @@ -2,6 +2,7 @@ PORTNAME= resourcet PORTVERSION= 0.4.7.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-safe/Makefile b/devel/hs-safe/Makefile index e122121..90a1de8 100644 --- a/devel/hs-safe/Makefile +++ b/devel/hs-safe/Makefile @@ -3,7 +3,7 @@ PORTNAME= safe PORTVERSION= 0.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-setenv/Makefile b/devel/hs-setenv/Makefile index 8225c7a..7ba8e3d 100644 --- a/devel/hs-setenv/Makefile +++ b/devel/hs-setenv/Makefile @@ -2,7 +2,7 @@ PORTNAME= setenv PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-show/Makefile b/devel/hs-show/Makefile index 942209a..fb0569e 100644 --- a/devel/hs-show/Makefile +++ b/devel/hs-show/Makefile @@ -3,6 +3,7 @@ PORTNAME= show PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-silently/Makefile b/devel/hs-silently/Makefile index a454e24..559b50c 100644 --- a/devel/hs-silently/Makefile +++ b/devel/hs-silently/Makefile @@ -2,7 +2,7 @@ PORTNAME= silently PORTVERSION= 1.2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-simple-reflect/Makefile b/devel/hs-simple-reflect/Makefile index da1c706..1d7ba2c 100644 --- a/devel/hs-simple-reflect/Makefile +++ b/devel/hs-simple-reflect/Makefile @@ -2,7 +2,7 @@ PORTNAME= simple-reflect PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-smallcheck/Makefile b/devel/hs-smallcheck/Makefile index fb0001e..630e28d 100644 --- a/devel/hs-smallcheck/Makefile +++ b/devel/hs-smallcheck/Makefile @@ -3,7 +3,7 @@ PORTNAME= smallcheck PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-split/Makefile b/devel/hs-split/Makefile index ace7669..5132d26 100644 --- a/devel/hs-split/Makefile +++ b/devel/hs-split/Makefile @@ -3,6 +3,7 @@ PORTNAME= split PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-stm/Makefile b/devel/hs-stm/Makefile index a2c6a2d..4b97203 100644 --- a/devel/hs-stm/Makefile +++ b/devel/hs-stm/Makefile @@ -2,6 +2,7 @@ PORTNAME= stm PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-strict/Makefile b/devel/hs-strict/Makefile index c282912..66e218a 100644 --- a/devel/hs-strict/Makefile +++ b/devel/hs-strict/Makefile @@ -2,7 +2,7 @@ PORTNAME= strict PORTVERSION= 0.3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-syb-with-class-instances-text/Makefile b/devel/hs-syb-with-class-instances-text/Makefile index 5e7f724..6138fb8 100644 --- a/devel/hs-syb-with-class-instances-text/Makefile +++ b/devel/hs-syb-with-class-instances-text/Makefile @@ -2,7 +2,7 @@ PORTNAME= syb-with-class-instances-text PORTVERSION= 0.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-syb-with-class/Makefile b/devel/hs-syb-with-class/Makefile index 06b25a9..3239767 100644 --- a/devel/hs-syb-with-class/Makefile +++ b/devel/hs-syb-with-class/Makefile @@ -2,7 +2,7 @@ PORTNAME= syb-with-class PORTVERSION= 0.6.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-syb/Makefile b/devel/hs-syb/Makefile index 4da49bb..2fb904a 100644 --- a/devel/hs-syb/Makefile +++ b/devel/hs-syb/Makefile @@ -2,6 +2,7 @@ PORTNAME= syb PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-system-fileio/Makefile b/devel/hs-system-fileio/Makefile index 1950227..d16718c 100644 --- a/devel/hs-system-fileio/Makefile +++ b/devel/hs-system-fileio/Makefile @@ -2,7 +2,7 @@ PORTNAME= system-fileio PORTVERSION= 0.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-system-filepath/Makefile b/devel/hs-system-filepath/Makefile index 4992db5..d481d25 100644 --- a/devel/hs-system-filepath/Makefile +++ b/devel/hs-system-filepath/Makefile @@ -2,7 +2,7 @@ PORTNAME= system-filepath PORTVERSION= 0.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-tagged/Makefile b/devel/hs-tagged/Makefile index f91afc8..22b45ba 100644 --- a/devel/hs-tagged/Makefile +++ b/devel/hs-tagged/Makefile @@ -2,6 +2,7 @@ PORTNAME= tagged PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-temporary/Makefile b/devel/hs-temporary/Makefile index c3b45c0..3b386e0 100644 --- a/devel/hs-temporary/Makefile +++ b/devel/hs-temporary/Makefile @@ -2,7 +2,7 @@ PORTNAME= temporary PORTVERSION= 1.1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-terminfo/Makefile b/devel/hs-terminfo/Makefile index 8dba3d2..8fef472 100644 --- a/devel/hs-terminfo/Makefile +++ b/devel/hs-terminfo/Makefile @@ -2,7 +2,7 @@ PORTNAME= terminfo PORTVERSION= 0.3.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-test-framework-hunit/Makefile b/devel/hs-test-framework-hunit/Makefile index cf4a602..c663dca 100644 --- a/devel/hs-test-framework-hunit/Makefile +++ b/devel/hs-test-framework-hunit/Makefile @@ -2,7 +2,7 @@ PORTNAME= test-framework-hunit PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-test-framework-quickcheck2/Makefile b/devel/hs-test-framework-quickcheck2/Makefile index eb13598..2a7894c 100644 --- a/devel/hs-test-framework-quickcheck2/Makefile +++ b/devel/hs-test-framework-quickcheck2/Makefile @@ -2,7 +2,7 @@ PORTNAME= test-framework-quickcheck2 PORTVERSION= 0.3.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile index 0e1ca01..783c7a5 100644 --- a/devel/hs-test-framework/Makefile +++ b/devel/hs-test-framework/Makefile @@ -2,7 +2,7 @@ PORTNAME= test-framework PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-testpack/Makefile b/devel/hs-testpack/Makefile index 5fdaedc..68d12f6 100644 --- a/devel/hs-testpack/Makefile +++ b/devel/hs-testpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= testpack PORTVERSION= 2.1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-text/Makefile b/devel/hs-text/Makefile index 1f13575..3cb58b6 100644 --- a/devel/hs-text/Makefile +++ b/devel/hs-text/Makefile @@ -2,6 +2,7 @@ PORTNAME= text PORTVERSION= 0.11.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-threads/Makefile b/devel/hs-threads/Makefile index e108914..c777630 100644 --- a/devel/hs-threads/Makefile +++ b/devel/hs-threads/Makefile @@ -2,7 +2,7 @@ PORTNAME= threads PORTVERSION= 0.5.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-threadscope/Makefile b/devel/hs-threadscope/Makefile index 5b41f6b..76d89af 100644 --- a/devel/hs-threadscope/Makefile +++ b/devel/hs-threadscope/Makefile @@ -2,7 +2,7 @@ PORTNAME= threadscope PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-time-compat/Makefile b/devel/hs-time-compat/Makefile index e42a0b3..1752768 100644 --- a/devel/hs-time-compat/Makefile +++ b/devel/hs-time-compat/Makefile @@ -2,7 +2,7 @@ PORTNAME= time-compat PORTVERSION= 0.1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-timezone-olson/Makefile b/devel/hs-timezone-olson/Makefile index 81a680b..0a3f4d7 100644 --- a/devel/hs-timezone-olson/Makefile +++ b/devel/hs-timezone-olson/Makefile @@ -2,7 +2,7 @@ PORTNAME= timezone-olson PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-timezone-series/Makefile b/devel/hs-timezone-series/Makefile index 21c2667..d109ed3 100644 --- a/devel/hs-timezone-series/Makefile +++ b/devel/hs-timezone-series/Makefile @@ -2,7 +2,7 @@ PORTNAME= timezone-series PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-transformers-base/Makefile b/devel/hs-transformers-base/Makefile index c0bc03a..393a36d 100644 --- a/devel/hs-transformers-base/Makefile +++ b/devel/hs-transformers-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= transformers-base PORTVERSION= 0.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-transformers/Makefile b/devel/hs-transformers/Makefile index b0b10ba..1181446 100644 --- a/devel/hs-transformers/Makefile +++ b/devel/hs-transformers/Makefile @@ -3,7 +3,7 @@ PORTNAME= transformers PORTVERSION= 0.3.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unamb/Makefile b/devel/hs-unamb/Makefile index 5457676..a686883 100644 --- a/devel/hs-unamb/Makefile +++ b/devel/hs-unamb/Makefile @@ -3,7 +3,7 @@ PORTNAME= unamb PORTVERSION= 0.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile index 109deb7..2b0139f 100644 --- a/devel/hs-uniplate/Makefile +++ b/devel/hs-uniplate/Makefile @@ -3,7 +3,7 @@ PORTNAME= uniplate PORTVERSION= 1.6.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unix-compat/Makefile b/devel/hs-unix-compat/Makefile index 1d85c57..323a7c8 100644 --- a/devel/hs-unix-compat/Makefile +++ b/devel/hs-unix-compat/Makefile @@ -3,6 +3,7 @@ PORTNAME= unix-compat PORTVERSION= 0.4.1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unix-time/Makefile b/devel/hs-unix-time/Makefile index 25ca08a..efcdb35 100644 --- a/devel/hs-unix-time/Makefile +++ b/devel/hs-unix-time/Makefile @@ -2,6 +2,7 @@ PORTNAME= unix-time PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-unordered-containers/Makefile b/devel/hs-unordered-containers/Makefile index f94d69d..0040eaa 100644 --- a/devel/hs-unordered-containers/Makefile +++ b/devel/hs-unordered-containers/Makefile @@ -2,6 +2,7 @@ PORTNAME= unordered-containers PORTVERSION= 0.2.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-utf8-light/Makefile b/devel/hs-utf8-light/Makefile index ddc773f..222c50f 100644 --- a/devel/hs-utf8-light/Makefile +++ b/devel/hs-utf8-light/Makefile @@ -2,7 +2,7 @@ PORTNAME= utf8-light PORTVERSION= 0.4.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-utf8-string/Makefile b/devel/hs-utf8-string/Makefile index 01192dc..852b056 100644 --- a/devel/hs-utf8-string/Makefile +++ b/devel/hs-utf8-string/Makefile @@ -2,7 +2,7 @@ PORTNAME= utf8-string PORTVERSION= 0.3.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-utility-ht/Makefile b/devel/hs-utility-ht/Makefile index 08489f5..a9e75388 100644 --- a/devel/hs-utility-ht/Makefile +++ b/devel/hs-utility-ht/Makefile @@ -3,6 +3,7 @@ PORTNAME= utility-ht PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuagc-bootstrap/Makefile b/devel/hs-uuagc-bootstrap/Makefile index f2d3261..b1de9c6 100644 --- a/devel/hs-uuagc-bootstrap/Makefile +++ b/devel/hs-uuagc-bootstrap/Makefile @@ -2,7 +2,7 @@ PORTNAME= uuagc-bootstrap PORTVERSION= 0.9.40.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuagc-cabal/Makefile b/devel/hs-uuagc-cabal/Makefile index 8abc359..1993a52 100644 --- a/devel/hs-uuagc-cabal/Makefile +++ b/devel/hs-uuagc-cabal/Makefile @@ -2,7 +2,7 @@ PORTNAME= uuagc-cabal PORTVERSION= 1.0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile index 32ffb53..ce5cb4b 100644 --- a/devel/hs-uuagc/Makefile +++ b/devel/hs-uuagc/Makefile @@ -3,6 +3,7 @@ PORTNAME= uuagc PORTVERSION= 0.9.42.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uuid/Makefile b/devel/hs-uuid/Makefile index 604f445..e979e8b 100644 --- a/devel/hs-uuid/Makefile +++ b/devel/hs-uuid/Makefile @@ -2,6 +2,7 @@ PORTNAME= uuid PORTVERSION= 1.2.13 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-uulib/Makefile b/devel/hs-uulib/Makefile index 45f4dcf..15e1e8f 100644 --- a/devel/hs-uulib/Makefile +++ b/devel/hs-uulib/Makefile @@ -3,7 +3,7 @@ PORTNAME= uulib PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vault/Makefile b/devel/hs-vault/Makefile index ebf03fd..6510989 100644 --- a/devel/hs-vault/Makefile +++ b/devel/hs-vault/Makefile @@ -2,7 +2,7 @@ PORTNAME= vault PORTVERSION= 0.2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vector-algorithms/Makefile b/devel/hs-vector-algorithms/Makefile index 490712e..7ccb6f6 100644 --- a/devel/hs-vector-algorithms/Makefile +++ b/devel/hs-vector-algorithms/Makefile @@ -2,7 +2,7 @@ PORTNAME= vector-algorithms PORTVERSION= 0.5.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-vector/Makefile b/devel/hs-vector/Makefile index da0bbbb..656a72c 100644 --- a/devel/hs-vector/Makefile +++ b/devel/hs-vector/Makefile @@ -2,7 +2,7 @@ PORTNAME= vector PORTVERSION= 0.10.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-void/Makefile b/devel/hs-void/Makefile index 87be091..891e3ca 100644 --- a/devel/hs-void/Makefile +++ b/devel/hs-void/Makefile @@ -2,6 +2,7 @@ PORTNAME= void PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-word8/Makefile b/devel/hs-word8/Makefile index e6e04c4..c4b1558 100644 --- a/devel/hs-word8/Makefile +++ b/devel/hs-word8/Makefile @@ -2,7 +2,7 @@ PORTNAME= word8 PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/kdebindings4/Makefile b/devel/kdebindings4/Makefile index c76f78e7..197fcc9 100644 --- a/devel/kdebindings4/Makefile +++ b/devel/kdebindings4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdebindings PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= # empty DISTFILES= # none diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index 2b87128..a3ca0aa 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdesdk PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/devel/kdevelop-kde4/Makefile b/devel/kdevelop-kde4/Makefile index f01bf2b..7c6c1f7 100644 --- a/devel/kdevelop-kde4/Makefile +++ b/devel/kdevelop-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdevelop DISTVERSION= ${KDEVELOP_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${DISTVERSION}/src diff --git a/devel/kdevelop-pg-qt/Makefile b/devel/kdevelop-pg-qt/Makefile index 9bfe439..3a37725 100644 --- a/devel/kdevelop-pg-qt/Makefile +++ b/devel/kdevelop-pg-qt/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdevelop PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/src diff --git a/devel/kdevelop-php-docs/Makefile b/devel/kdevelop-php-docs/Makefile index 48bb416..2fe81b1 100644 --- a/devel/kdevelop-php-docs/Makefile +++ b/devel/kdevelop-php-docs/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdevelop-php-docs PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}/src diff --git a/devel/kdevelop-php/Makefile b/devel/kdevelop-php/Makefile index 8149aa5..5c9fa72 100644 --- a/devel/kdevelop-php/Makefile +++ b/devel/kdevelop-php/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdevelop-php PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}/src diff --git a/devel/kdevplatform/Makefile b/devel/kdevplatform/Makefile index c4032f6..46934ce 100644 --- a/devel/kdevplatform/Makefile +++ b/devel/kdevplatform/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdevplatform PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}/src diff --git a/devel/libYGP/Makefile b/devel/libYGP/Makefile index e33223f..c94ec50 100644 --- a/devel/libYGP/Makefile +++ b/devel/libYGP/Makefile @@ -3,7 +3,7 @@ PORTNAME?= libYGP PORTVERSION= 0.9.42 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/libymp/libymp/libYGP-${PORTVERSION} DISTNAME= libYGP-${PORTVERSION} diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile index 89206000..4d58861 100644 --- a/devel/libbobcat/Makefile +++ b/devel/libbobcat/Makefile @@ -2,6 +2,7 @@ PORTNAME= libbobcat PORTVERSION= 3.11.01 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/bobcat/bobcat/${PORTVERSION} DISTNAME= bobcat_${PORTVERSION} diff --git a/devel/libxs/Makefile b/devel/libxs/Makefile index e32b337e..94cbfa6 100644 --- a/devel/libxs/Makefile +++ b/devel/libxs/Makefile @@ -3,6 +3,7 @@ PORTNAME= libxs PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.crossroads.io/ diff --git a/devel/lockfree-malloc/Makefile b/devel/lockfree-malloc/Makefile index 7f7b336..75f7dd1 100644 --- a/devel/lockfree-malloc/Makefile +++ b/devel/lockfree-malloc/Makefile @@ -3,6 +3,7 @@ PORTNAME= lockfree-malloc PORTVERSION= 0.0.${DATE} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/vg diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index c6023c0..2284eb2 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -3,6 +3,7 @@ PORTNAME= mercator PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION} diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index ac9f620..8c00c54 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GCC diff --git a/devel/msp430-gcc/Makefile b/devel/msp430-gcc/Makefile index 9d4b55e..a80e661 100644 --- a/devel/msp430-gcc/Makefile +++ b/devel/msp430-gcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION}.${LTSVERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ @@ -21,7 +21,7 @@ PATCHFILES= ${LTS_PATCHES} PATCH_DIST_STRIP= -p1 MAINTAINER= lev@FreeBSD.org -COMMENT= FSF gcc-4.6 for TI's msp430 MCUs cross-development +COMMENT= FSF GCC 4.6 for TI's msp430 MCUs cross-development LICENSE= GPLv3 @@ -29,9 +29,9 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr \ - mpc.2:${PORTSDIR}/math/mpc +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr \ + libmpc.so:${PORTSDIR}/math/mpc CONFLICTS= msp430-gcc-3.* diff --git a/devel/msp430-libc/Makefile b/devel/msp430-libc/Makefile index d79555b..e3349f6 100644 --- a/devel/msp430-libc/Makefile +++ b/devel/msp430-libc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libc PORTVERSION= 1.0.${LIBCVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/mspgcc/${PKGNAMEPREFIX}${PORTNAME} PKGNAMEPREFIX= ${LIBCTARGET}- diff --git a/devel/nemiver/Makefile b/devel/nemiver/Makefile index 4c26cdb..35750af 100644 --- a/devel/nemiver/Makefile +++ b/devel/nemiver/Makefile @@ -3,7 +3,7 @@ PORTNAME= nemiver PORTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile index fd0c258..50c3a65 100644 --- a/devel/ocaml-lacaml/Makefile +++ b/devel/ocaml-lacaml/Makefile @@ -3,6 +3,7 @@ PORTNAME= lacaml PORTVERSION= 7.0.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/mmottl/lacaml/downloads/ PKGNAMEPREFIX= ocaml- diff --git a/devel/p5-Test-Parser/Makefile b/devel/p5-Test-Parser/Makefile index 540a3a8..925e6e5 100644 --- a/devel/p5-Test-Parser/Makefile +++ b/devel/p5-Test-Parser/Makefile @@ -3,7 +3,7 @@ PORTNAME= Test-Parser PORTVERSION= 1.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-perlkde/Makefile b/devel/p5-perlkde/Makefile index f8edb8c..3848ac3 100644 --- a/devel/p5-perlkde/Makefile +++ b/devel/p5-perlkde/Makefile @@ -2,6 +2,7 @@ PORTNAME= perlkde PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde perl5 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/devel/psptoolchain-gcc-stage1/Makefile b/devel/psptoolchain-gcc-stage1/Makefile index 6a4ea43..e3aeb65 100644 --- a/devel/psptoolchain-gcc-stage1/Makefile +++ b/devel/psptoolchain-gcc-stage1/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.6.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/${DISTNAME}/ @@ -16,9 +17,9 @@ ONLY_FOR_ARCHS= amd64 i386 PSP_GCC_STAGE_PREFIX= psp/stage1 -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr \ - mpc.2:${PORTSDIR}/math/mpc +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr \ + libmpc.so:${PORTSDIR}/math/mpc BUILD_DEPENDS+= psp-addr2line:${PORTSDIR}/devel/psptoolchain-binutils \ psp-ar:${PORTSDIR}/devel/psptoolchain-binutils \ diff --git a/devel/psptoolchain/Makefile b/devel/psptoolchain/Makefile index ef213e4..6bad35f 100644 --- a/devel/psptoolchain/Makefile +++ b/devel/psptoolchain/Makefile @@ -3,6 +3,7 @@ PORTNAME= psptoolchain PORTVERSION= 20111215 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none diff --git a/devel/pure-stldict/Makefile b/devel/pure-stldict/Makefile index 486963b..637dba8 100644 --- a/devel/pure-stldict/Makefile +++ b/devel/pure-stldict/Makefile @@ -3,6 +3,7 @@ PORTNAME= pure-stldict PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lichray@gmail.com diff --git a/devel/py-cclib/Makefile b/devel/py-cclib/Makefile index a8415f2..6fdd2e5 100644 --- a/devel/py-cclib/Makefile +++ b/devel/py-cclib/Makefile @@ -3,6 +3,7 @@ PORTNAME= cclib PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index 81b0c10..16fdace 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -3,6 +3,7 @@ PORTNAME= game PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://pygame.seul.org/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-itools/Makefile b/devel/py-itools/Makefile index 9777b19..998fb0e 100644 --- a/devel/py-itools/Makefile +++ b/devel/py-itools/Makefile @@ -3,7 +3,7 @@ PORTNAME= itools PORTVERSION= 0.62.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://download.hforge.org/itools/0.62/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ocempgui/Makefile b/devel/py-ocempgui/Makefile index c4d191c..52041df 100644 --- a/devel/py-ocempgui/Makefile +++ b/devel/py-ocempgui/Makefile @@ -3,7 +3,7 @@ PORTNAME= ocempgui PORTVERSION= 0.2.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pykde4/Makefile b/devel/py-pykde4/Makefile index 2db1ade..72f0966 100644 --- a/devel/py-pykde4/Makefile +++ b/devel/py-pykde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= pykde4 PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/devel/py-pykdeuic4/Makefile b/devel/py-pykdeuic4/Makefile index 3e3174b..be807fa 100644 --- a/devel/py-pykdeuic4/Makefile +++ b/devel/py-pykdeuic4/Makefile @@ -2,6 +2,7 @@ PORTNAME= pykdeuic4 PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/devel/py-robotframework-ride/Makefile b/devel/py-robotframework-ride/Makefile index 46edff0..ba07ae6 100644 --- a/devel/py-robotframework-ride/Makefile +++ b/devel/py-robotframework-ride/Makefile @@ -3,6 +3,7 @@ PORTNAME= robotframework-ride PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 36a79e1..2aa0c3c 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -3,6 +3,7 @@ PORTNAME= tables PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME:L}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-traits/Makefile b/devel/py-traits/Makefile index 0a2b9d5..bb86a1e 100644 --- a/devel/py-traits/Makefile +++ b/devel/py-traits/Makefile @@ -3,6 +3,7 @@ PORTNAME= traits PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.enthought.com/repo/ETS/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index 2b28138..976b946 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -3,6 +3,7 @@ PORTNAME= raknet PORTVERSION= 3.9.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel net MASTER_SITES= http://www.jenkinssoftware.com/raknet/downloads/ \ diff --git a/devel/ros-common_msgs/Makefile b/devel/ros-common_msgs/Makefile index e20cf2c..2a25520 100644 --- a/devel/ros-common_msgs/Makefile +++ b/devel/ros-common_msgs/Makefile @@ -3,6 +3,7 @@ PORTNAME= ros-common_msgs PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://code.ros.org/svn/release/download/stacks/common_msgs/common_msgs-${PORTVERSION}/ DISTNAME= common_msgs-${PORTVERSION} diff --git a/devel/ros-documentation/Makefile b/devel/ros-documentation/Makefile index 9d4055f..9afc6a8 100644 --- a/devel/ros-documentation/Makefile +++ b/devel/ros-documentation/Makefile @@ -3,7 +3,7 @@ PORTNAME= ros-documentation PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/ DISTNAME= documentation-${PORTVERSION} diff --git a/devel/ros-nxt/Makefile b/devel/ros-nxt/Makefile index d5bf7e5..592cb9f 100644 --- a/devel/ros-nxt/Makefile +++ b/devel/ros-nxt/Makefile @@ -3,6 +3,7 @@ PORTNAME= ros-nxt PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/:rel \ ${MASTER_SITE_GOOGLE_CODE}:gc \ diff --git a/devel/ros-rx/Makefile b/devel/ros-rx/Makefile index 79f9bd8..9cd3e78 100644 --- a/devel/ros-rx/Makefile +++ b/devel/ros-rx/Makefile @@ -3,7 +3,7 @@ PORTNAME= ros-rx PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/:rel \ http://pr.willowgarage.com/downloads/:pr diff --git a/devel/ros_comm/Makefile b/devel/ros_comm/Makefile index 7adbc15..5a19bf0 100644 --- a/devel/ros_comm/Makefile +++ b/devel/ros_comm/Makefile @@ -3,6 +3,7 @@ PORTNAME= ros_comm PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/ DIST_SUBDIR= ros diff --git a/devel/ros_tutorials/Makefile b/devel/ros_tutorials/Makefile index 7d7fbd2..775864e 100644 --- a/devel/ros_tutorials/Makefile +++ b/devel/ros_tutorials/Makefile @@ -3,7 +3,7 @@ PORTNAME= ros_tutorials PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= ros diff --git a/devel/ruby-korundum/Makefile b/devel/ruby-korundum/Makefile index b2ee5ba..90470d8 100644 --- a/devel/ruby-korundum/Makefile +++ b/devel/ruby-korundum/Makefile @@ -2,6 +2,7 @@ PORTNAME= korundum PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde ruby MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/devel/runsnakerun/Makefile b/devel/runsnakerun/Makefile index 28f3d73..0185ec7 100644 --- a/devel/runsnakerun/Makefile +++ b/devel/runsnakerun/Makefile @@ -3,6 +3,7 @@ PORTNAME= runsnakerun DISTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP DISTNAME= ${PORTNAME:C/r/R/g:C/s/S/}-${DISTVERSION} diff --git a/devel/smokekde/Makefile b/devel/smokekde/Makefile index a9cad1f..f571185 100644 --- a/devel/smokekde/Makefile +++ b/devel/smokekde/Makefile @@ -2,6 +2,7 @@ PORTNAME= smokekde PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/devel/winpdb/Makefile b/devel/winpdb/Makefile index 3194d36..565bb3f 100644 --- a/devel/winpdb/Makefile +++ b/devel/winpdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= winpdb PORTVERSION= 1.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITE_SUBDIR= winpdb diff --git a/devel/wxGlade/Makefile b/devel/wxGlade/Makefile index 787e8f9..3cdf562 100644 --- a/devel/wxGlade/Makefile +++ b/devel/wxGlade/Makefile @@ -3,6 +3,7 @@ PORTNAME= wxglade PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= devel x11-toolkits python MASTER_SITES= SF DISTNAME= wxGlade-${PORTVERSION} diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 7a36790..544e44d 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ diff --git a/editors/kate-plugin-pate/Makefile b/editors/kate-plugin-pate/Makefile index 2d23add..69277cd 100644 --- a/editors/kate-plugin-pate/Makefile +++ b/editors/kate-plugin-pate/Makefile @@ -2,6 +2,7 @@ PORTNAME= kate-plugin-pate PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 8d35e86..0996926 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -3,6 +3,7 @@ PORTNAME= kate PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index 0c37072..6b34174 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kile PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION} diff --git a/editors/klat4/Makefile b/editors/klat4/Makefile index 2de7ed2..39eee82 100644 --- a/editors/klat4/Makefile +++ b/editors/klat4/Makefile @@ -3,7 +3,7 @@ PORTNAME= klat4 PORTVERSION= 0.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors MASTER_SITES= http://klat.algebraic.ru/ diff --git a/editors/spe/Makefile b/editors/spe/Makefile index 2ec8d48..7a3e323 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -3,7 +3,7 @@ PORTNAME= SPE PORTVERSION= 0.8.4.h -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors devel python MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= python diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 7680f9e..6a7665e 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 203fa91..53f5b5f 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -3,7 +3,7 @@ PORTNAME= fceux PORTVERSION= 2.2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION:R}%20src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index 578ef2c..7537be3 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -3,7 +3,7 @@ PORTNAME= higan PORTVERSION= 0.92 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}-source diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index ddcea15..0a253fa 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= loemu PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators python MASTER_SITES= http://loemu.pegueroles.com/dists/ diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index f62631e..30a59d8 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -3,6 +3,7 @@ PORTNAME= mame PORTVERSION= 0.149${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}.mirror/${PORTNAME:U}%20${PORTVERSION} \ http://mame.mirrors.zippykid.com/releases/ \ diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index d181f89..96163d5 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -3,6 +3,7 @@ PORTNAME= mess PORTVERSION= 0.149${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/mame.mirror/MAME%20${PORTVERSION} \ http://mame.mirrors.zippykid.com/releases/ \ diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index 02a1b3c..ef0ab02 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -3,6 +3,7 @@ PORTNAME= qmc2 PORTVERSION= 0.40 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF diff --git a/finance/R-cran-PerformanceAnalytics/Makefile b/finance/R-cran-PerformanceAnalytics/Makefile index fc2fd59..e8e7519 100644 --- a/finance/R-cran-PerformanceAnalytics/Makefile +++ b/finance/R-cran-PerformanceAnalytics/Makefile @@ -3,7 +3,7 @@ PORTNAME= PerformanceAnalytics PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/R-cran-RFinanceYJ/Makefile b/finance/R-cran-RFinanceYJ/Makefile index acaffb2..3be65df 100644 --- a/finance/R-cran-RFinanceYJ/Makefile +++ b/finance/R-cran-RFinanceYJ/Makefile @@ -3,6 +3,7 @@ PORTNAME= RFinanceYJ PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/R-cran-TTR/Makefile b/finance/R-cran-TTR/Makefile index 2c20afe..65f955a 100644 --- a/finance/R-cran-TTR/Makefile +++ b/finance/R-cran-TTR/Makefile @@ -3,7 +3,7 @@ PORTNAME= TTR DISTVERSION= 0.22-0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-ccgarch/Makefile b/finance/R-cran-ccgarch/Makefile index c22f291..e4dd0ab 100644 --- a/finance/R-cran-ccgarch/Makefile +++ b/finance/R-cran-ccgarch/Makefile @@ -3,6 +3,7 @@ PORTNAME= ccgarch DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-fBasics/Makefile b/finance/R-cran-fBasics/Makefile index 7e2dec0..aa58dda 100644 --- a/finance/R-cran-fBasics/Makefile +++ b/finance/R-cran-fBasics/Makefile @@ -3,7 +3,7 @@ PORTNAME= fBasics PORTVERSION= 3010.86 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/R-cran-fGarch/Makefile b/finance/R-cran-fGarch/Makefile index 4c89a8a..286048f 100644 --- a/finance/R-cran-fGarch/Makefile +++ b/finance/R-cran-fGarch/Makefile @@ -3,7 +3,7 @@ PORTNAME= fGarch PORTVERSION= 3010.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/R-cran-gmm/Makefile b/finance/R-cran-gmm/Makefile index e6385ae..469dd10 100644 --- a/finance/R-cran-gmm/Makefile +++ b/finance/R-cran-gmm/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmm DISTVERSION= 1.4-5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-lmtest/Makefile b/finance/R-cran-lmtest/Makefile index 0f4228b..3347257 100644 --- a/finance/R-cran-lmtest/Makefile +++ b/finance/R-cran-lmtest/Makefile @@ -3,7 +3,7 @@ PORTNAME= lmtest DISTVERSION= 0.9-31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-plm/Makefile b/finance/R-cran-plm/Makefile index 4740c04..baf2cde 100644 --- a/finance/R-cran-plm/Makefile +++ b/finance/R-cran-plm/Makefile @@ -3,7 +3,7 @@ PORTNAME= plm DISTVERSION= 1.3-1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-quantmod/Makefile b/finance/R-cran-quantmod/Makefile index 97525fb..92b15f7 100644 --- a/finance/R-cran-quantmod/Makefile +++ b/finance/R-cran-quantmod/Makefile @@ -3,7 +3,7 @@ PORTNAME= quantmod DISTVERSION= 0.4-0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-strucchange/Makefile b/finance/R-cran-strucchange/Makefile index 4be0a91..80e239e 100644 --- a/finance/R-cran-strucchange/Makefile +++ b/finance/R-cran-strucchange/Makefile @@ -3,7 +3,7 @@ PORTNAME= strucchange DISTVERSION= 1.4-7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-timeDate/Makefile b/finance/R-cran-timeDate/Makefile index 51392ae..6aae8ba 100644 --- a/finance/R-cran-timeDate/Makefile +++ b/finance/R-cran-timeDate/Makefile @@ -3,7 +3,7 @@ PORTNAME= timeDate PORTVERSION= 3010.98 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/R-cran-timeSeries/Makefile b/finance/R-cran-timeSeries/Makefile index a14fdff..45d7dda 100644 --- a/finance/R-cran-timeSeries/Makefile +++ b/finance/R-cran-timeSeries/Makefile @@ -3,7 +3,7 @@ PORTNAME= timeSeries PORTVERSION= 3010.97 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/R-cran-tseries/Makefile b/finance/R-cran-tseries/Makefile index 5b1cc70..c7a9c84 100644 --- a/finance/R-cran-tseries/Makefile +++ b/finance/R-cran-tseries/Makefile @@ -3,7 +3,7 @@ PORTNAME= tseries DISTVERSION= 0.10-32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-urca/Makefile b/finance/R-cran-urca/Makefile index a322e6f..8fb1238 100644 --- a/finance/R-cran-urca/Makefile +++ b/finance/R-cran-urca/Makefile @@ -3,6 +3,7 @@ PORTNAME= urca DISTVERSION= 1.2-8 +PORTREVISION= 1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-vars/Makefile b/finance/R-cran-vars/Makefile index 85305f9..cf6dbaa 100644 --- a/finance/R-cran-vars/Makefile +++ b/finance/R-cran-vars/Makefile @@ -3,6 +3,7 @@ PORTNAME= vars DISTVERSION= 1.5-2 +PORTREVISION= 1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index 2922fb4..2be7bbb 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -3,6 +3,7 @@ PORTNAME= qhacc PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 725b4d1..b9c51c2 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -2,7 +2,7 @@ PORTNAME= skrooge PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src/ diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile index 81ea84e..276acc4 100644 --- a/french/alphabet_sounds_fr/Makefile +++ b/french/alphabet_sounds_fr/Makefile @@ -3,7 +3,7 @@ PORTNAME= alphabet_sounds_fr PORTVERSION= 0.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= french games MASTER_SITES= SF/childsplay/OldFiles DISTNAME= alphabet_sounds_fr diff --git a/french/aster/Makefile b/french/aster/Makefile index 54699b0..08888f1 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,6 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} +PORTREVISION= 1 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org diff --git a/french/eficas/Makefile b/french/eficas/Makefile index f220c01..0fb6798 100644 --- a/french/eficas/Makefile +++ b/french/eficas/Makefile @@ -3,6 +3,7 @@ PORTNAME= eficas DISTVERSION= 6.6.0-2 +PORTREVISION= 1 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org diff --git a/french/homard/Makefile b/french/homard/Makefile index e3810f9..8f0746c 100644 --- a/french/homard/Makefile +++ b/french/homard/Makefile @@ -3,7 +3,7 @@ PORTNAME= homard DISTVERSION= 10.1-1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= french cad linux MAINTAINER= thierry@FreeBSD.org diff --git a/french/med/Makefile b/french/med/Makefile index cfdb501..82b36df 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -3,7 +3,7 @@ PORTNAME= med DISTVERSION= 3.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french science MAINTAINER= thierry@FreeBSD.org diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index 69b7633..47dae74 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -3,7 +3,7 @@ PORTNAME= RCurl DISTVERSION= 1.95-4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile index 5657283..caf3521 100644 --- a/ftp/ftpcube/Makefile +++ b/ftp/ftpcube/Makefile @@ -3,7 +3,7 @@ PORTNAME= ftpcube PORTVERSION= 0.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ftp python MASTER_SITES= SF diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile index 9ae4fd1..d1e5399 100644 --- a/ftp/hs-curl/Makefile +++ b/ftp/hs-curl/Makefile @@ -2,7 +2,7 @@ PORTNAME= curl PORTVERSION= 1.3.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp haskell MAINTAINER= haskell@FreeBSD.org diff --git a/games/4stattack/Makefile b/games/4stattack/Makefile index c061b95..7d010ba 100644 --- a/games/4stattack/Makefile +++ b/games/4stattack/Makefile @@ -3,7 +3,7 @@ PORTNAME= 4stattack PORTVERSION= 2.1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/forcedattack/4stAttack/${PORTVERSION} DISTNAME= 4stAttack-${PORTVERSION} diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 4a9f1c8..3171bc7 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -3,7 +3,7 @@ PORTNAME= allacrost PORTVERSION= 1.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} diff --git a/games/barbie_seahorse_adventures/Makefile b/games/barbie_seahorse_adventures/Makefile index 9c1326c..e1dce9e 100644 --- a/games/barbie_seahorse_adventures/Makefile +++ b/games/barbie_seahorse_adventures/Makefile @@ -3,7 +3,7 @@ PORTNAME= barbie_seahorse_adventures PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= http://www.imitationpickles.org/barbie/files/ \ SF/nemysisfreebsdp/:icons diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index a892992..cffa259 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -3,7 +3,7 @@ PORTNAME= btanks PORTVERSION= 0.9.8083 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/ diff --git a/games/bombz/Makefile b/games/bombz/Makefile index b16e492..726bbee 100644 --- a/games/bombz/Makefile +++ b/games/bombz/Makefile @@ -3,6 +3,7 @@ PORTNAME= bombz PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ \ SF/nemysisfreebsdp/:icons diff --git a/games/bubbros/Makefile b/games/bubbros/Makefile index 3a42454..281c770 100644 --- a/games/bubbros/Makefile +++ b/games/bubbros/Makefile @@ -3,7 +3,7 @@ PORTNAME= bubbros PORTVERSION= 1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/bub-n-bros/bub-n-bros/${PORTVERSION} diff --git a/games/childsplay/Makefile b/games/childsplay/Makefile index 2597ea1..9473951 100644 --- a/games/childsplay/Makefile +++ b/games/childsplay/Makefile @@ -3,7 +3,7 @@ PORTNAME= childsplay PORTVERSION= 0.90.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile index 3b258c8..01c7f37 100644 --- a/games/childsplay_plugins/Makefile +++ b/games/childsplay_plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= childsplay_plugins PORTVERSION= 0.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/childsplay/childsplay-plugins/${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/games/critterding/Makefile b/games/critterding/Makefile index 8595aed..b256261 100644 --- a/games/critterding/Makefile +++ b/games/critterding/Makefile @@ -3,7 +3,7 @@ PORTNAME= critterding DISTVERSION= beta12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sources diff --git a/games/duckmaze/Makefile b/games/duckmaze/Makefile index c68f75a..5ddcbeb 100644 --- a/games/duckmaze/Makefile +++ b/games/duckmaze/Makefile @@ -3,6 +3,7 @@ PORTNAME= duckmaze DISTVERSION= 0.3r34 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/nemysisfreebsdp/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ diff --git a/games/ember/Makefile b/games/ember/Makefile index 8a6d2f2..3dbb8dd 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -3,7 +3,7 @@ PORTNAME= ember PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ diff --git a/games/endgame-singularity/Makefile b/games/endgame-singularity/Makefile index b33ba79..9d9b48e 100644 --- a/games/endgame-singularity/Makefile +++ b/games/endgame-singularity/Makefile @@ -3,6 +3,7 @@ PORTNAME= singularity PORTVERSION= 0.30c +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= endgame- diff --git a/games/farblazer/Makefile b/games/farblazer/Makefile index 5819917..db63d0f 100644 --- a/games/farblazer/Makefile +++ b/games/farblazer/Makefile @@ -3,7 +3,7 @@ PORTNAME= farblazer PORTVERSION= 0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.pygame.org/gamelets/games/ diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index d4c9d9f..81ee263 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -3,7 +3,7 @@ PORTNAME= fretsonfire PORTVERSION= 1.3.110 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games python MASTER_SITES= SF DISTNAME= ${PORTNAME:S/f/F/g:S/o/O/}-${PORTVERSION} diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile index 2b8b1d6..1f6f4d6 100644 --- a/games/funnyboat/Makefile +++ b/games/funnyboat/Makefile @@ -3,7 +3,7 @@ PORTNAME= funnyboat PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/galaxymage/Makefile b/games/galaxymage/Makefile index 7479865..6fc663b 100644 --- a/games/galaxymage/Makefile +++ b/games/galaxymage/Makefile @@ -3,7 +3,7 @@ PORTNAME= galaxymage PORTVERSION= 0.3.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games python MASTER_SITES= http://download.gna.org/tactics/ diff --git a/games/glchess/Makefile b/games/glchess/Makefile index af9889b..cd40d25 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -3,7 +3,7 @@ PORTNAME= glchess PORTVERSION= 1.0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile index 109b323..f09fe83 100644 --- a/games/iceicepenguin/Makefile +++ b/games/iceicepenguin/Makefile @@ -3,7 +3,7 @@ PORTNAME= iceicepenguin PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Default/Ice%20Ice%20Penguin/ \ SF/nemysisfreebsdp/:icons diff --git a/games/jools/Makefile b/games/jools/Makefile index cc06165..1e3b5da 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -3,7 +3,7 @@ PORTNAME= jools PORTVERSION= 0.20 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://pessimization.com/software/jools/ diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index d884957..c5988b4 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -2,6 +2,7 @@ PORTNAME= kajongg PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index 4cfc636..9afd06c 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdegames PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= games kde DISTFILES= # diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile index ab89e7d..2a5185d 100644 --- a/games/knights-kde4/Makefile +++ b/games/knights-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= knights PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games kde MASTER_SITES= http://dl.dropbox.com/u/2888238/Knights/ diff --git a/games/krank/Makefile b/games/krank/Makefile index c4c9d4a..7122f98 100644 --- a/games/krank/Makefile +++ b/games/krank/Makefile @@ -2,7 +2,7 @@ PORTNAME= krank PORTVERSION= 07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} diff --git a/games/lugaru/Makefile b/games/lugaru/Makefile index fc01b86..758d5a5 100644 --- a/games/lugaru/Makefile +++ b/games/lugaru/Makefile @@ -3,6 +3,7 @@ PORTNAME= lugaru PORTVERSION= 269 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-rev${DISTVERSION}-src diff --git a/games/magicor/Makefile b/games/magicor/Makefile index 4671419..62eec2f 100644 --- a/games/magicor/Makefile +++ b/games/magicor/Makefile @@ -3,7 +3,7 @@ PORTNAME= magicor PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index b9f2908..16d9a9a 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -3,7 +3,7 @@ PORTNAME= monsterz PORTVERSION= 0.7.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://sam.zoy.org/monsterz/ \ SF/nemysisfreebsdp/:icons diff --git a/games/mopesnake/Makefile b/games/mopesnake/Makefile index dd0c341..6f61705 100644 --- a/games/mopesnake/Makefile +++ b/games/mopesnake/Makefile @@ -3,7 +3,7 @@ PORTNAME= mopesnake PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-pc-${DISTVERSION} diff --git a/games/nelly/Makefile b/games/nelly/Makefile index 7170f1d..70d4b38 100644 --- a/games/nelly/Makefile +++ b/games/nelly/Makefile @@ -3,7 +3,7 @@ PORTNAME= nelly PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= http://www.partiallydisassembled.net/nelly/ \ http://media.pyweek.org/dl/2/rushed/ \ diff --git a/games/ninix-aya/Makefile b/games/ninix-aya/Makefile index 2024044..bc67204 100644 --- a/games/ninix-aya/Makefile +++ b/games/ninix-aya/Makefile @@ -3,6 +3,7 @@ PORTNAME= ninix-aya PORTVERSION= 4.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ninix-aya/58500 diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index cee4158..dd3dffd 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openlierox DISTVERSION= 0.59_beta10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} DISTNAME= OpenLieroX_${DISTVERSION}.src diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 4701e57..2f2c87e 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -3,7 +3,7 @@ PORTNAME= openyahtzee PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} diff --git a/games/outerspace/Makefile b/games/outerspace/Makefile index 83ca1f0..0514adf 100644 --- a/games/outerspace/Makefile +++ b/games/outerspace/Makefile @@ -3,7 +3,7 @@ PORTNAME= outerspace PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/ospace/OSLauncher/${PORTVERSION} diff --git a/games/pathological/Makefile b/games/pathological/Makefile index 97a70a0..5eaaba9 100644 --- a/games/pathological/Makefile +++ b/games/pathological/Makefile @@ -3,7 +3,7 @@ PORTNAME= pathological PORTVERSION= 1.1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index 563bfb5..cd83941 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -3,7 +3,7 @@ PORTNAME= mnemosyne PORTVERSION= 2.2a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-2.2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/games/pyawale/Makefile b/games/pyawale/Makefile index 99942d3..e1657ec 100644 --- a/games/pyawale/Makefile +++ b/games/pyawale/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyawale PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games python MASTER_SITES= http://download.gna.org/pyawale/ diff --git a/games/pycadia/Makefile b/games/pycadia/Makefile index b8d2dcf..e21fc42 100644 --- a/games/pycadia/Makefile +++ b/games/pycadia/Makefile @@ -3,7 +3,7 @@ PORTNAME= pycadia PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= ${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/} \ SF/nemysisfreebsdp/ diff --git a/games/pydance/Makefile b/games/pydance/Makefile index 163dd67..5265553 100644 --- a/games/pydance/Makefile +++ b/games/pydance/Makefile @@ -3,7 +3,7 @@ PORTNAME= pydance PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://people.freebsd.org/~sylvio/pydance/ \ http://icculus.org/pyddr/ \ diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile index e459d80..a385c1c 100644 --- a/games/pykawari/Makefile +++ b/games/pykawari/Makefile @@ -3,7 +3,7 @@ PORTNAME= pykawari PORTVERSION= 8.2.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/kawari/kawari/${PORTVERSION} DISTNAME= kawari-${PORTVERSION:S/.//g} diff --git a/games/pyspacewar/Makefile b/games/pyspacewar/Makefile index 931e5fc..fff7646 100644 --- a/games/pyspacewar/Makefile +++ b/games/pyspacewar/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyspacewar PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://mg.pov.lt/${PORTNAME}/\ LOCAL/beech diff --git a/games/pysycache-lang/Makefile b/games/pysycache-lang/Makefile index 5c7410e..f4037c7 100644 --- a/games/pysycache-lang/Makefile +++ b/games/pysycache-lang/Makefile @@ -3,7 +3,7 @@ PORTNAME= lang PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games python MASTER_SITES= http://download.gna.org/py4childs/pysycache/v${PORTVERSION}/ PKGNAMEPREFIX= pysycache- diff --git a/games/pysycache-themes/Makefile b/games/pysycache-themes/Makefile index 4f1ef8e..3cf5aa0 100644 --- a/games/pysycache-themes/Makefile +++ b/games/pysycache-themes/Makefile @@ -3,7 +3,7 @@ PORTNAME= themes PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games python MASTER_SITES= http://themes.pysycache.free.fr/ PKGNAMEPREFIX= pysycache- diff --git a/games/pysycache/Makefile b/games/pysycache/Makefile index 25280c0..2745497 100644 --- a/games/pysycache/Makefile +++ b/games/pysycache/Makefile @@ -3,7 +3,7 @@ PORTNAME= pysycache PORTVERSION= 2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games python MASTER_SITES= http://download.gna.org/py4childs/${PORTNAME}/v${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} diff --git a/games/solarwolf/Makefile b/games/solarwolf/Makefile index 2409817..be934b5 100644 --- a/games/solarwolf/Makefile +++ b/games/solarwolf/Makefile @@ -3,7 +3,7 @@ PORTNAME= solarwolf PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.pygame.org/shredwheat/solarwolf/ diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index 6f99102..378511a 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -3,7 +3,7 @@ PORTNAME= super_methane_brothers PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/methane/Methane%20Stable/Methane%20V${PORTVERSION} DISTNAME= methane-${PORTVERSION} diff --git a/games/syobon/Makefile b/games/syobon/Makefile index a1ec716..91d1450 100644 --- a/games/syobon/Makefile +++ b/games/syobon/Makefile @@ -3,7 +3,7 @@ PORTNAME= syobon PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://download.zapek.com/software/${PORTNAME}/ \ SF/nemysisfreebsdp/:icons diff --git a/games/traingame/Makefile b/games/traingame/Makefile index 6eec3e3..310a501 100644 --- a/games/traingame/Makefile +++ b/games/traingame/Makefile @@ -3,6 +3,7 @@ PORTNAME= traingame PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.nickg.me.uk/files/:game \ SF/nemysisfreebsdp/:icons diff --git a/games/tuxfighter/Makefile b/games/tuxfighter/Makefile index 5c087de..1d75c2d 100644 --- a/games/tuxfighter/Makefile +++ b/games/tuxfighter/Makefile @@ -3,7 +3,7 @@ PORTNAME= tuxfighter PORTVERSION= 54 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= SF/pygamebook/TuxFighter/TuxFighter${PORTVERSION}_source/ \ SF/nemysisfreebsdp/:icons diff --git a/games/twitch/Makefile b/games/twitch/Makefile index 27498a6..12b2c16 100644 --- a/games/twitch/Makefile +++ b/games/twitch/Makefile @@ -3,7 +3,7 @@ PORTNAME= twitch PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Twitch/${PORTVERSION} diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 1d516ff..d27e5fd 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -2,6 +2,7 @@ PORTNAME= warzone2100 PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ diff --git a/games/whichwayisup/Makefile b/games/whichwayisup/Makefile index 31b2ad2..b83c556 100644 --- a/games/whichwayisup/Makefile +++ b/games/whichwayisup/Makefile @@ -3,7 +3,7 @@ PORTNAME= whichwayisup PORTVERSION= 0.7.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games python MASTER_SITES= http://www.oletus.fi/static/whichwayisup/ \ SF/nemysisfreebsdp/:icons diff --git a/games/wizznic/Makefile b/games/wizznic/Makefile index e242d3c..efce62b 100644 --- a/games/wizznic/Makefile +++ b/games/wizznic/Makefile @@ -4,6 +4,7 @@ PORTNAME= wizznic PORTVERSION= 0.9.9 DISTVERSIONSUFFIX=-src +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Source%20Releases/ diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 6470c07..cab27ce 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -3,7 +3,7 @@ PORTNAME= xonotic PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://nl.dl.xonotic.org/ \ http://mirror.bitmissile.com/xonotic/releases/ diff --git a/games/zephulor/Makefile b/games/zephulor/Makefile index 4325abf..1714e6d 100644 --- a/games/zephulor/Makefile +++ b/games/zephulor/Makefile @@ -3,7 +3,7 @@ PORTNAME= zephulor PORTVERSION= 1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/apz/apz/stable/ DISTNAME= ${PORTNAME}-source diff --git a/german/mediathek/Makefile b/german/mediathek/Makefile index 641233d..92a81b5 100644 --- a/german/mediathek/Makefile +++ b/german/mediathek/Makefile @@ -3,6 +3,7 @@ PORTNAME= mediathek PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= german java MASTER_SITES= SF/zdfmediathk/Mediathek/Mediathek%20${PORTVERSION} DISTNAME= MediathekView_${PORTVERSION} diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index d8672c4..54fc147 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -3,7 +3,7 @@ PORTNAME= GDD DISTVERSION= 0.1-13.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile index a589b56..f30fc55 100644 --- a/graphics/R-cran-RColorBrewer/Makefile +++ b/graphics/R-cran-RColorBrewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= RColorBrewer DISTVERSION= 1.0-5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index 267ae72..a4dc1fd 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -3,6 +3,7 @@ PORTNAME= colorspace DISTVERSION= 1.2-4 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile index 4f636bb..fb60910 100644 --- a/graphics/R-cran-diagram/Makefile +++ b/graphics/R-cran-diagram/Makefile @@ -3,7 +3,7 @@ PORTNAME= diagram PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-dichromat/Makefile b/graphics/R-cran-dichromat/Makefile index 375e45a..b419bc2 100644 --- a/graphics/R-cran-dichromat/Makefile +++ b/graphics/R-cran-dichromat/Makefile @@ -3,7 +3,7 @@ PORTNAME= dichromat DISTVERSION= 2.0-0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index 16ef308..1f8d326 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -2,7 +2,7 @@ PORTNAME= ggplot2 PORTVERSION= 0.9.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile index 5677e52..64da16d 100644 --- a/graphics/R-cran-munsell/Makefile +++ b/graphics/R-cran-munsell/Makefile @@ -3,6 +3,7 @@ PORTNAME= munsell PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile index 699153b..41ba253 100644 --- a/graphics/R-cran-pixmap/Makefile +++ b/graphics/R-cran-pixmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= pixmap DISTVERSION= 0.4-11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index 4bbeed9..662bd2d 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -3,6 +3,7 @@ PORTNAME= png DISTVERSION= 0.1-6 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 06e151a..7cbf29f 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= rgdal DISTVERSION= 0.8-11 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 2014daa..0fad97b 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= rtiff PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile index c17f5d0..11c1f1c 100644 --- a/graphics/R-cran-scales/Makefile +++ b/graphics/R-cran-scales/Makefile @@ -2,7 +2,7 @@ PORTNAME= scales PORTVERSION= 0.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile index 98d19a9..607f18d 100644 --- a/graphics/R-cran-shape/Makefile +++ b/graphics/R-cran-shape/Makefile @@ -3,7 +3,7 @@ PORTNAME= shape PORTVERSION= 1.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 3031c88..b8b331c 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -3,7 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.6 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index ab8db84..a152ce4 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index feb99b5..13cc774 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= dataplot PORTVERSION= 20090821 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ LOCAL/beech:source \ diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index c949676..7e9c8d1 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index cc855d6..74c5987 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal-grass PORTVERSION= 1.4.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ diff --git a/graphics/glfw-devel/Makefile b/graphics/glfw-devel/Makefile index 207aedf..37ec023 100644 --- a/graphics/glfw-devel/Makefile +++ b/graphics/glfw-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= glfw PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF PKGNAMESUFFIX= -devel diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 1698161..8fe513e 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ diff --git a/graphics/gplot/Makefile b/graphics/gplot/Makefile index 20ced81..e1e97f9 100644 --- a/graphics/gplot/Makefile +++ b/graphics/gplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= gplot PORTVERSION= 4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.psc.edu/pub/gplot/ DISTNAME= ${PORTNAME} diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index ae581e5..a9f05a4 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -3,7 +3,7 @@ PORTNAME= grads PORTVERSION= 1.9b4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ ftp://grads.iges.org/grads/:other diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index a2d2236..0bfe623 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile index 81a0b3d..2b2b350 100644 --- a/graphics/gwenview-kde4/Makefile +++ b/graphics/gwenview-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= gwenview PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/graphics/hs-HGL/Makefile b/graphics/hs-HGL/Makefile index f9a9493..5e3e45a 100644 --- a/graphics/hs-HGL/Makefile +++ b/graphics/hs-HGL/Makefile @@ -3,7 +3,7 @@ PORTNAME= HGL PORTVERSION= 3.2.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index 56c6e01..91e21a7 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -2,7 +2,7 @@ PORTNAME= cairo PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-dia-base/Makefile b/graphics/hs-dia-base/Makefile index 9bbce5e..93fca2c 100644 --- a/graphics/hs-dia-base/Makefile +++ b/graphics/hs-dia-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= dia-base PORTVERSION= 0.1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-dia-functions/Makefile b/graphics/hs-dia-functions/Makefile index e68a303..78b0443 100644 --- a/graphics/hs-dia-functions/Makefile +++ b/graphics/hs-dia-functions/Makefile @@ -2,7 +2,7 @@ PORTNAME= dia-functions PORTVERSION= 0.2.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-soegtk/Makefile b/graphics/hs-soegtk/Makefile index d7c3d4f..ce80f34 100644 --- a/graphics/hs-soegtk/Makefile +++ b/graphics/hs-soegtk/Makefile @@ -2,7 +2,7 @@ PORTNAME= soegtk PORTVERSION= 0.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile index dd6e572..e412e00 100644 --- a/graphics/hs-svgcairo/Makefile +++ b/graphics/hs-svgcairo/Makefile @@ -2,7 +2,7 @@ PORTNAME= svgcairo PORTVERSION= 0.12.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile index 435c65c..6dee309 100644 --- a/graphics/hugin-devel/Makefile +++ b/graphics/hugin-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0 PKGNAMESUFFIX= -devel diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 8bc77ff..a72ea57 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= hugin PORTVERSION= 2012.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile index 60347b5..b6f7126 100644 --- a/graphics/iccexamin/Makefile +++ b/graphics/iccexamin/Makefile @@ -2,6 +2,7 @@ PORTNAME= iccexamin PORTVERSION= 0.54 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION} DISTNAME= icc_examin-${PORTVERSION} diff --git a/graphics/imgv/Makefile b/graphics/imgv/Makefile index 6ec059f..fad301b 100644 --- a/graphics/imgv/Makefile +++ b/graphics/imgv/Makefile @@ -3,6 +3,7 @@ PORTNAME= imgv PORTVERSION= 3.1.6 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} EXTRACT_SUFX= -src.tar.gz diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index 3ffa16f..a2d0875 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -3,7 +3,7 @@ PORTNAME= impressive PORTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index f88c0b8..5e40772 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= k3d PORTVERSION= 0.8.0.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= source- CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/K-3D%20Source/K-3D%20${PORTVERSION} diff --git a/graphics/kdegraphics4-mobipocket/Makefile b/graphics/kdegraphics4-mobipocket/Makefile index e6234b5..4648a62 100644 --- a/graphics/kdegraphics4-mobipocket/Makefile +++ b/graphics/kdegraphics4-mobipocket/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdegraphics-mobipocket PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index db2bcb2..2bd531f 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= # empty DISTFILES= # empty diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile index 3f4579d..06d5d91 100644 --- a/graphics/mahotas/Makefile +++ b/graphics/mahotas/Makefile @@ -3,6 +3,7 @@ PORTNAME= mahotas PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 95e099f..85c2acc 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -3,6 +3,7 @@ PORTNAME= mypaint PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.gna.org/mypaint/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/ocrfeeder/Makefile b/graphics/ocrfeeder/Makefile index d16827b..9e58157 100644 --- a/graphics/ocrfeeder/Makefile +++ b/graphics/ocrfeeder/Makefile @@ -3,7 +3,7 @@ PORTNAME= ocrfeeder PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/ocrfeeder/${PORTVERSION:R} diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 6fd0922..d8088ac 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,6 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 0c88d80..64af09e 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics math java MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index 3f45ba5..9cf9164 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -2,6 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} diff --git a/graphics/p5-Chart-Graph/Makefile b/graphics/p5-Chart-Graph/Makefile index b901bfa..c1cda3c 100644 --- a/graphics/p5-Chart-Graph/Makefile +++ b/graphics/p5-Chart-Graph/Makefile @@ -3,7 +3,7 @@ PORTNAME= Chart-Graph PORTVERSION= 3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 9e8d483..0c80bc4 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -3,7 +3,7 @@ PORTNAME= PGPLOT PORTVERSION= 2.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KGB diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 7977d30..77b2ed1 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgplot PORTVERSION= 5.2.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/ DISTNAME= ${PORTNAME}${PORTVERSION:R} diff --git a/graphics/pvmpov/Makefile b/graphics/pvmpov/Makefile index 29aa412..631a4cf 100644 --- a/graphics/pvmpov/Makefile +++ b/graphics/pvmpov/Makefile @@ -3,7 +3,7 @@ PORTNAME= pvmpov PORTVERSION= 3.1g.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics parallel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.1g2.tgz DISTNAME= ${PORTNAME}-3.1g2 diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index ea051dc..5d2c714 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -3,7 +3,7 @@ PORTNAME= opengl PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= SF/py${PORTNAME}/PyOpenGL/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/pygts/Makefile b/graphics/pygts/Makefile index ed1434e..ed277a0 100644 --- a/graphics/pygts/Makefile +++ b/graphics/pygts/Makefile @@ -3,6 +3,7 @@ PORTNAME= pygts PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= SF diff --git a/graphics/pymorph/Makefile b/graphics/pymorph/Makefile index caf4668..00b5afb 100644 --- a/graphics/pymorph/Makefile +++ b/graphics/pymorph/Makefile @@ -3,7 +3,7 @@ PORTNAME= pymorph PORTVERSION= 0.96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 4a91933..97360b1 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= raster3d PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics biology MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/ DISTNAME= Raster3D_${PORTVERSION:R}-${PORTVERSION:E} diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 92f1c53..8ce0b44 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -3,6 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 4.0.11 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE diff --git a/graphics/rubygem-ezprint/Makefile b/graphics/rubygem-ezprint/Makefile index 73d98d5..48eee67 100644 --- a/graphics/rubygem-ezprint/Makefile +++ b/graphics/rubygem-ezprint/Makefile @@ -3,6 +3,7 @@ PORTNAME= ezprint PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-pdfkit/Makefile b/graphics/rubygem-pdfkit/Makefile index 1a52502..e1ed87d 100644 --- a/graphics/rubygem-pdfkit/Makefile +++ b/graphics/rubygem-pdfkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdfkit PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/scantailor/Makefile b/graphics/scantailor/Makefile index bbcf6f6..89be83c 100644 --- a/graphics/scantailor/Makefile +++ b/graphics/scantailor/Makefile @@ -3,6 +3,7 @@ PORTNAME= scantailor PORTVERSION= 0.9.11.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/visionworkbench/Makefile b/graphics/visionworkbench/Makefile index 39c03d4..92c3a6f 100644 --- a/graphics/visionworkbench/Makefile +++ b/graphics/visionworkbench/Makefile @@ -3,7 +3,7 @@ PORTNAME= visionworkbench PORTVERSION= 2.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/ DISTNAME= VisionWorkbench-${PORTVERSION} diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index 3f6d5d8..c22dbfd 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= xd3d PORTVERSION= 8.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics math MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ diff --git a/japanese/kana-no-quiz/Makefile b/japanese/kana-no-quiz/Makefile index 39ed09e..ceeb3c3 100644 --- a/japanese/kana-no-quiz/Makefile +++ b/japanese/kana-no-quiz/Makefile @@ -3,7 +3,7 @@ PORTNAME= kana-no-quiz DISTVERSION= 1.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index d2eaae9..23f3e1b 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -2,6 +2,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= java www MASTER_SITES= http://icedtea.wildebeest.org/download/source/ \ http://icedtea.classpath.org/download/source/ diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 4c89172..2c0559a 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -3,7 +3,7 @@ PORTNAME= bigloo PORTVERSION= 4.0a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= ftp://ftp-sop.inria.fr/indes/fp/Bigloo/ DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/lang/dragonegg-devel46/Makefile b/lang/dragonegg-devel46/Makefile index 3e9eb83..a4f64c5 100644 --- a/lang/dragonegg-devel46/Makefile +++ b/lang/dragonegg-devel46/Makefile @@ -2,7 +2,7 @@ PORTNAME= dragonegg46 PORTVERSION= 3.4.r${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks diff --git a/lang/dragonegg46-33/Makefile b/lang/dragonegg46-33/Makefile index bdc9ac3..08ad9fd 100644 --- a/lang/dragonegg46-33/Makefile +++ b/lang/dragonegg46-33/Makefile @@ -2,7 +2,7 @@ PORTNAME= dragonegg PORTVERSION= 3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ PKGNAMESUFFIX= ${USE_GCC:S/.//g}-${LLVM_SUFFIX} diff --git a/lang/dragonegg46/Makefile b/lang/dragonegg46/Makefile index 33f1179..8cd4f2e 100644 --- a/lang/dragonegg46/Makefile +++ b/lang/dragonegg46/Makefile @@ -2,7 +2,7 @@ PORTNAME= dragonegg46 PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ DISTNAME= dragonegg-${PORTVERSION}.src diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile index 1cd7979..e28aaab 100644 --- a/lang/gcc-aux/Makefile +++ b/lang/gcc-aux/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc-aux PORTVERSION= ${SNAPSHOT} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ ${MASTER_SITE_GCC} diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 6a4cee4..f9e0ef0 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.6.3 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index e2fe6e3..75f3d02 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.6.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 28a0409..ef8deec 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.7.4.20130831 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 4ceb3e5..c10dbb0 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.2.s20131010 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index f3a68cb..4b2788b 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.9.0.20131020 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index c1d1359..2fe859d 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -3,6 +3,7 @@ PORTNAME= ghc PORTVERSION= 7.6.3 +PORTREVISION= 1 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ ${MASTER_SITE_LOCAL:S/$/:boot/} diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile index 5c68f74..5cf483c 100644 --- a/lang/gnat-aux/Makefile +++ b/lang/gnat-aux/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnat-aux PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ ${MASTER_SITE_GCC} diff --git a/lang/gnat-aux/Makefile.common b/lang/gnat-aux/Makefile.common index 33d8c55..faa7f63 100644 --- a/lang/gnat-aux/Makefile.common +++ b/lang/gnat-aux/Makefile.common @@ -1,8 +1,8 @@ # $FreeBSD$ -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -LIB_DEPENDS+= mpfr.4:${PORTSDIR}/math/mpfr -LIB_DEPENDS+= mpc.2:${PORTSDIR}/math/mpc +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr +LIB_DEPENDS+= libmpc.so:${PORTSDIR}/math/mpc ONLY_FOR_ARCHS= i386 amd64 diff --git a/lang/gnatdroid-armv5/Makefile b/lang/gnatdroid-armv5/Makefile index e31b146..3f2eb05 100644 --- a/lang/gnatdroid-armv5/Makefile +++ b/lang/gnatdroid-armv5/Makefile @@ -3,6 +3,7 @@ PORTNAME= armv5 PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${GCC_VERSION} diff --git a/lang/gnatdroid-armv7/Makefile b/lang/gnatdroid-armv7/Makefile index 8e72ad05..bbc2e74 100644 --- a/lang/gnatdroid-armv7/Makefile +++ b/lang/gnatdroid-armv7/Makefile @@ -3,6 +3,7 @@ PORTNAME= armv7 PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${GCC_VERSION} diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index e4de7d6..40e226a 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -3,7 +3,7 @@ PORTNAME= hiphop-php PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang devel www MASTER_SITES= https://github.com/facebook/hiphop-php/archive/:main \ http://unicode.org/Public/UNIDATA/:unidata \ diff --git a/lang/hs-brainfuck/Makefile b/lang/hs-brainfuck/Makefile index cd9eb71..f9ebe14 100644 --- a/lang/hs-brainfuck/Makefile +++ b/lang/hs-brainfuck/Makefile @@ -3,7 +3,7 @@ PORTNAME= brainfuck PORTVERSION= 0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org diff --git a/lang/hs-epic/Makefile b/lang/hs-epic/Makefile index dd8e00a..88b50c2 100644 --- a/lang/hs-epic/Makefile +++ b/lang/hs-epic/Makefile @@ -2,7 +2,7 @@ PORTNAME= epic PORTVERSION= 0.9.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org diff --git a/lang/hs-unlambda/Makefile b/lang/hs-unlambda/Makefile index b9453a8..91470f6 100644 --- a/lang/hs-unlambda/Makefile +++ b/lang/hs-unlambda/Makefile @@ -3,7 +3,7 @@ PORTNAME= unlambda PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index c061423..6e40902 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ofc PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= GOOGLE_CODE diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index 9c0fd64..5797c08 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -3,7 +3,7 @@ PORTNAME= ExtUtils-F77 PORTVERSION= 1.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index d8b6d77..aa2bb86 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -3,7 +3,7 @@ PORTNAME= ratfor PORTVERSION= 1985.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ftp://sepftp.stanford.edu/pub/sep-distr/ \ ${MASTER_SITE_LOCAL} \ diff --git a/mail/hs-email-validate/Makefile b/mail/hs-email-validate/Makefile index fae530c..c062f93 100644 --- a/mail/hs-email-validate/Makefile +++ b/mail/hs-email-validate/Makefile @@ -2,7 +2,7 @@ PORTNAME= email-validate PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime-mail/Makefile b/mail/hs-mime-mail/Makefile index 30f41db..facdf79 100644 --- a/mail/hs-mime-mail/Makefile +++ b/mail/hs-mime-mail/Makefile @@ -2,7 +2,7 @@ PORTNAME= mime-mail PORTVERSION= 0.4.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime-types/Makefile b/mail/hs-mime-types/Makefile index 7a9259e..69a4410 100644 --- a/mail/hs-mime-types/Makefile +++ b/mail/hs-mime-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= mime-types PORTVERSION= 0.1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile index 4611b62..21a2e34 100644 --- a/mail/hs-mime/Makefile +++ b/mail/hs-mime/Makefile @@ -3,7 +3,7 @@ PORTNAME= mime PORTVERSION= 0.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/thunderbird-dictionaries/Makefile b/mail/thunderbird-dictionaries/Makefile index f6f3572..10ac82f 100644 --- a/mail/thunderbird-dictionaries/Makefile +++ b/mail/thunderbird-dictionaries/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird-dictionaries PORTVERSION= 20060220 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= dictionaries diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 3106a85..822a8c0 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunderbird-i18n PORTVERSION= 24.0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index e5d0fcc..8f907c2 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 24.0.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} diff --git a/mail/trojita/Makefile b/mail/trojita/Makefile index d70510d..44c26ca 100644 --- a/mail/trojita/Makefile +++ b/mail/trojita/Makefile @@ -3,6 +3,7 @@ PORTNAME= trojita PORTVERSION= 0.3.96 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/src/ diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 8727e02..87c3c98 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -3,7 +3,7 @@ PORTNAME= PDL PORTVERSION= 2.4.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf diff --git a/math/R-cran-ChangeAnomalyDetection/Makefile b/math/R-cran-ChangeAnomalyDetection/Makefile index eddb2cf..5b8e992 100644 --- a/math/R-cran-ChangeAnomalyDetection/Makefile +++ b/math/R-cran-ChangeAnomalyDetection/Makefile @@ -3,7 +3,7 @@ PORTNAME= ChangeAnomalyDetection PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-Formula/Makefile b/math/R-cran-Formula/Makefile index 44defd5..92acec0 100644 --- a/math/R-cran-Formula/Makefile +++ b/math/R-cran-Formula/Makefile @@ -3,7 +3,7 @@ PORTNAME= Formula DISTVERSION= 1.1-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-KFAS/Makefile b/math/R-cran-KFAS/Makefile index 2e5cf8e..d316f49 100644 --- a/math/R-cran-KFAS/Makefile +++ b/math/R-cran-KFAS/Makefile @@ -3,7 +3,7 @@ PORTNAME= KFAS PORTVERSION= 0.9.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-LearnBayes/Makefile b/math/R-cran-LearnBayes/Makefile index 3e2e1ed..e333abd 100644 --- a/math/R-cran-LearnBayes/Makefile +++ b/math/R-cran-LearnBayes/Makefile @@ -3,7 +3,7 @@ PORTNAME= LearnBayes PORTVERSION= 2.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-MCMCpack/Makefile b/math/R-cran-MCMCpack/Makefile index c7f7c9e..f5c10d9 100644 --- a/math/R-cran-MCMCpack/Makefile +++ b/math/R-cran-MCMCpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= MCMCpack DISTVERSION= 1.3-3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-RHmm/Makefile b/math/R-cran-RHmm/Makefile index 3057e55..57a3443 100644 --- a/math/R-cran-RHmm/Makefile +++ b/math/R-cran-RHmm/Makefile @@ -3,7 +3,7 @@ PORTNAME= RHmm PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile index 1493049..2105438 100644 --- a/math/R-cran-RSvgDevice/Makefile +++ b/math/R-cran-RSvgDevice/Makefile @@ -3,6 +3,7 @@ PORTNAME= RSvgDevice PORTVERSION= 0.6.4.3 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 88c13fb..cfde157 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -3,6 +3,7 @@ PORTNAME= RcppArmadillo PORTVERSION= 0.3.920.1 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index 17a0144..0317719 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -3,7 +3,7 @@ PORTNAME= SuppDists DISTVERSION= 1.1-9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_CRAN} \ http://r.research.att.com/benchmarks/:benchmark \ diff --git a/math/R-cran-Zelig/Makefile b/math/R-cran-Zelig/Makefile index 3fee634..93b8119 100644 --- a/math/R-cran-Zelig/Makefile +++ b/math/R-cran-Zelig/Makefile @@ -3,7 +3,7 @@ PORTNAME= Zelig DISTVERSION= 4.1-3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-bdsmatrix/Makefile b/math/R-cran-bdsmatrix/Makefile index 5478fd7..bac88564 100644 --- a/math/R-cran-bdsmatrix/Makefile +++ b/math/R-cran-bdsmatrix/Makefile @@ -3,7 +3,7 @@ PORTNAME= bdsmatrix DISTVERSION= 1.3-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index c265945..9489a7b2 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -3,6 +3,7 @@ PORTNAME= car DISTVERSION= 2.0-19 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-coda/Makefile b/math/R-cran-coda/Makefile index 4b3331a..2868105 100644 --- a/math/R-cran-coda/Makefile +++ b/math/R-cran-coda/Makefile @@ -3,7 +3,7 @@ PORTNAME= coda DISTVERSION= 0.16-1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile index 5d88270..6be9368 100644 --- a/math/R-cran-deldir/Makefile +++ b/math/R-cran-deldir/Makefile @@ -3,6 +3,7 @@ PORTNAME= deldir DISTVERSION= 0.1-1 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-dlmodeler/Makefile b/math/R-cran-dlmodeler/Makefile index b6e1c68..3d2e2e0 100644 --- a/math/R-cran-dlmodeler/Makefile +++ b/math/R-cran-dlmodeler/Makefile @@ -3,7 +3,7 @@ PORTNAME= dlmodeler DISTVERSION= 1.2-1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile index 60ca2b1..3daab16 100644 --- a/math/R-cran-forecast/Makefile +++ b/math/R-cran-forecast/Makefile @@ -3,6 +3,7 @@ PORTNAME= forecast PORTVERSION= 4.8 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-fracdiff/Makefile b/math/R-cran-fracdiff/Makefile index 3d084b6..4c20b5c 100644 --- a/math/R-cran-fracdiff/Makefile +++ b/math/R-cran-fracdiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= fracdiff DISTVERSION= 1.4-2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile index a8569a3..d6fdd52 100644 --- a/math/R-cran-gpclib/Makefile +++ b/math/R-cran-gpclib/Makefile @@ -3,7 +3,7 @@ PORTNAME= gpclib DISTVERSION= 1.5-5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-gss/Makefile b/math/R-cran-gss/Makefile index 90d810f..30372f3 100644 --- a/math/R-cran-gss/Makefile +++ b/math/R-cran-gss/Makefile @@ -3,7 +3,7 @@ PORTNAME= gss DISTVERSION= 2.0-14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-gtable/Makefile b/math/R-cran-gtable/Makefile index a708930..42e286e 100644 --- a/math/R-cran-gtable/Makefile +++ b/math/R-cran-gtable/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtable PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index 5283cc6..bc255a1 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -3,6 +3,7 @@ PORTNAME= igraph DISTVERSION= 0.6.5-2 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile index f705eb0..fe3b11c 100644 --- a/math/R-cran-inline/Makefile +++ b/math/R-cran-inline/Makefile @@ -3,6 +3,7 @@ PORTNAME= inline PORTVERSION= 0.3.12 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-labeling/Makefile b/math/R-cran-labeling/Makefile index 1e885ab..be26576 100644 --- a/math/R-cran-labeling/Makefile +++ b/math/R-cran-labeling/Makefile @@ -3,6 +3,7 @@ PORTNAME= labeling PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-memisc/Makefile b/math/R-cran-memisc/Makefile index 5b61fca..c48b0f5 100644 --- a/math/R-cran-memisc/Makefile +++ b/math/R-cran-memisc/Makefile @@ -3,6 +3,7 @@ PORTNAME= memisc DISTVERSION= 0.96-7 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile index 241fba4..b4a8fa9 100644 --- a/math/R-cran-mvtnorm/Makefile +++ b/math/R-cran-mvtnorm/Makefile @@ -3,7 +3,7 @@ PORTNAME= mvtnorm PORTVERSION= 0.9.96 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} diff --git a/math/R-cran-nnls/Makefile b/math/R-cran-nnls/Makefile index ec8901f..c30cbe5 100644 --- a/math/R-cran-nnls/Makefile +++ b/math/R-cran-nnls/Makefile @@ -3,7 +3,7 @@ PORTNAME= nnls PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-outliers/Makefile b/math/R-cran-outliers/Makefile index 556e650..cf9888e 100644 --- a/math/R-cran-outliers/Makefile +++ b/math/R-cran-outliers/Makefile @@ -3,7 +3,7 @@ PORTNAME= outliers PORTVERSION= 0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile index 1e0eacd..fb3f986 100644 --- a/math/R-cran-psych/Makefile +++ b/math/R-cran-psych/Makefile @@ -3,7 +3,7 @@ PORTNAME= psych PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math science DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-quadprog/Makefile b/math/R-cran-quadprog/Makefile index 2188dca..996c3c2 100644 --- a/math/R-cran-quadprog/Makefile +++ b/math/R-cran-quadprog/Makefile @@ -3,7 +3,7 @@ PORTNAME= quadprog DISTVERSION= 1.5-5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-sandwich/Makefile b/math/R-cran-sandwich/Makefile index e168fba..d48518e 100644 --- a/math/R-cran-sandwich/Makefile +++ b/math/R-cran-sandwich/Makefile @@ -3,6 +3,7 @@ PORTNAME= sandwich DISTVERSION= 2.3-0 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-sm/Makefile b/math/R-cran-sm/Makefile index e739acd..1e26493 100644 --- a/math/R-cran-sm/Makefile +++ b/math/R-cran-sm/Makefile @@ -3,6 +3,7 @@ PORTNAME= sm DISTVERSION= 2.2-5.3 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-sp/Makefile b/math/R-cran-sp/Makefile index 757761a..aeeda4e 100644 --- a/math/R-cran-sp/Makefile +++ b/math/R-cran-sp/Makefile @@ -3,6 +3,7 @@ PORTNAME= sp DISTVERSION= 1.0-11 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index ac78061..b0f8357 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -3,6 +3,7 @@ PORTNAME= spdep DISTVERSION= 0.5-65 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-sspir/Makefile b/math/R-cran-sspir/Makefile index 8497f49..1ae27f8 100644 --- a/math/R-cran-sspir/Makefile +++ b/math/R-cran-sspir/Makefile @@ -3,6 +3,7 @@ PORTNAME= sspir PORTVERSION= 0.2.10 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-stabledist/Makefile b/math/R-cran-stabledist/Makefile index 6bc1085..5ce8101 100644 --- a/math/R-cran-stabledist/Makefile +++ b/math/R-cran-stabledist/Makefile @@ -3,6 +3,7 @@ PORTNAME= stabledist DISTVERSION= 0.6-6 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile index c9bb28b..be991a8 100644 --- a/math/R-cran-xts/Makefile +++ b/math/R-cran-xts/Makefile @@ -3,6 +3,7 @@ PORTNAME= xts DISTVERSION= 0.9-7 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile index 379581d..4d6cdcd 100644 --- a/math/R-cran-zoo/Makefile +++ b/math/R-cran-zoo/Makefile @@ -3,6 +3,7 @@ PORTNAME= zoo DISTVERSION= 1.7-10 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R/Makefile b/math/R/Makefile index 8119860..17929bd 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,6 +3,7 @@ PORTNAME?= R PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \ ftp://cran.r-project.org/pub/R/%SUBDIR%/ \ diff --git a/math/abacus/Makefile b/math/abacus/Makefile index f31aa7a..aef032a 100644 --- a/math/abacus/Makefile +++ b/math/abacus/Makefile @@ -3,6 +3,7 @@ PORTNAME= abacus DISTVERSION= 3.2betaU1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.informatik.uni-koeln.de/abacus/ diff --git a/math/algae/Makefile b/math/algae/Makefile index f3a71b1..7276358 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -3,7 +3,7 @@ PORTNAME= algae PORTVERSION= 4.3.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index b624e97..eb6532d 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 3.800.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma/ diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index 4dbff6a..bf7a275 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpack++ PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.ime.unicamp.br/%7echico/arpack++/ DISTNAME= ${PORTNAME} diff --git a/math/arpack-ng/Makefile b/math/arpack-ng/Makefile index 60da724..f6bffef 100644 --- a/math/arpack-ng/Makefile +++ b/math/arpack-ng/Makefile @@ -3,6 +3,7 @@ PORTNAME= arpack-ng PORTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/ \ LOCAL/bf diff --git a/math/arpack/Makefile b/math/arpack/Makefile index b9dad9b..537d48e 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 1a2b5df..bc99953 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= atlas PORTVERSION= 3.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/math-${PORTNAME}/Developer%20%28unstable%29/${PORTVERSION} PKGNAMESUFFIX= -devel diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 3847e26..28e75d4 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -3,7 +3,7 @@ PORTNAME= atlas PORTVERSION= 3.8.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/math-${PORTNAME}/Stable/${PORTVERSION} diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 282d6e5..34b916d 100644 --- a/math/bihar/Makefile +++ b/math/bihar/Makefile @@ -3,7 +3,7 @@ PORTNAME= bihar PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= NL DISTFILES= dbihar.f dbipl.f dbiplr.f dbisld.f dbislf.f dbmult.f dbplrm.f \ diff --git a/math/blacs/Makefile b/math/blacs/Makefile index 6d47390..fffa06e 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/blacs/ DISTNAME= BLACS diff --git a/math/blas/Makefile b/math/blas/Makefile index 5bb241d..46a45ba 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= blas -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= maho@FreeBSD.org COMMENT= Basic Linear Algebra Subroutines diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index 401fb6e..3b6c4c7 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -3,7 +3,7 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \ http://ftp.mcs.anl.gov/pub/BlockSolve95/ diff --git a/math/cblas/Makefile b/math/cblas/Makefile index e4b662b..5cfe092 100644 --- a/math/cblas/Makefile +++ b/math/cblas/Makefile @@ -3,6 +3,7 @@ PORTNAME= cblas PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= NL/blas/blast-forum/ LOCAL/bf DISTFILES= cblas.tgz diff --git a/math/clp/Makefile b/math/clp/Makefile index 69c8d7f..fad406a 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -3,6 +3,7 @@ PORTNAME= Clp PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ diff --git a/math/dynare/Makefile b/math/dynare/Makefile index 99b2d54..a9e0821 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -3,6 +3,7 @@ PORTNAME= dynare PORTVERSION= 4.3.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 12bc7c0..343a147 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,7 +3,7 @@ PORTNAME= eispack PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= NL DISTFILES= ${SRCS} diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile index 1ef5d6e..c95ca62 100644 --- a/math/elmer-umfpack/Makefile +++ b/math/elmer-umfpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= umfpack PORTVERSION= 4.4 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/ diff --git a/math/ess/Makefile b/math/ess/Makefile index 34dda7e..164c2af 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -3,6 +3,7 @@ PORTNAME= ess DISTVERSION= 13.09 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile index 2c9472e..a2fe621 100644 --- a/math/fftw-float/Makefile +++ b/math/fftw-float/Makefile @@ -1,7 +1,7 @@ # Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Fast C routines (Single Percision) diff --git a/math/fftw/Makefile b/math/fftw/Makefile index a552910..bbd6b49 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -3,7 +3,7 @@ PORTNAME= fftw PORTVERSION= 2.1.5 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ \ diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 49d2d03..541ee93b 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -4,7 +4,7 @@ PORTNAME= FreeMat PORTVERSION= 4.0 DISTVERSIONSUFFIX= -Source -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math science MASTER_SITES= SF MASTER_SITE_SUBDIR= freemat/FreeMat4 diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index 354349e..c2fcff3 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -3,6 +3,7 @@ PORTNAME= giacxcas PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ \ http://www.math.jussieu.fr/~han/xcas/sources/ diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 869a366..416296b 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -3,6 +3,7 @@ PORTNAME= gotoblas PORTVERSION= 2.${GOTOBLAS2VER}.${LAPACKVER} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/gotoblas|} \ NL:lapack,lapack_tmg diff --git a/math/grace/Makefile b/math/grace/Makefile index d5a3d05..09d2342 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -3,7 +3,7 @@ PORTNAME= grace PORTVERSION= 5.1.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math print MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 993bbc3..d713d44 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -3,6 +3,7 @@ PORTNAME= gretl PORTVERSION= 1.9.12 +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= SF diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index c6d3e3d..b9db188 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -3,7 +3,7 @@ PORTNAME= Agda PORTVERSION= 2.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile index dd62b63..478bfe0 100644 --- a/math/hs-NumInstances/Makefile +++ b/math/hs-NumInstances/Makefile @@ -2,6 +2,7 @@ PORTNAME= NumInstances PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile index b4a81c7..10ef518 100644 --- a/math/hs-categories/Makefile +++ b/math/hs-categories/Makefile @@ -2,7 +2,7 @@ PORTNAME= categories PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-comonad-transformers/Makefile b/math/hs-comonad-transformers/Makefile index 8024073..5f49344 100644 --- a/math/hs-comonad-transformers/Makefile +++ b/math/hs-comonad-transformers/Makefile @@ -2,6 +2,7 @@ PORTNAME= comonad-transformers PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index 02ee53d..af6ccd7 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -2,7 +2,7 @@ PORTNAME= comonad PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-comonads-fd/Makefile b/math/hs-comonads-fd/Makefile index 5f287b0..d3ac903 100644 --- a/math/hs-comonads-fd/Makefile +++ b/math/hs-comonads-fd/Makefile @@ -2,7 +2,7 @@ PORTNAME= comonads-fd PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-contravariant/Makefile b/math/hs-contravariant/Makefile index c105ad3..e19a341 100644 --- a/math/hs-contravariant/Makefile +++ b/math/hs-contravariant/Makefile @@ -2,7 +2,7 @@ PORTNAME= contravariant PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-data-lens-template/Makefile b/math/hs-data-lens-template/Makefile index 4b4ecd3..2888092 100644 --- a/math/hs-data-lens-template/Makefile +++ b/math/hs-data-lens-template/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-lens-template PORTVERSION= 2.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-data-lens/Makefile b/math/hs-data-lens/Makefile index b34ab8b..a20eb42d 100644 --- a/math/hs-data-lens/Makefile +++ b/math/hs-data-lens/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-lens PORTVERSION= 2.10.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile index 90d3256..1e35132 100644 --- a/math/hs-distributive/Makefile +++ b/math/hs-distributive/Makefile @@ -2,7 +2,7 @@ PORTNAME= distributive PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index 21f4cb8..2e6c2bc 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -3,7 +3,7 @@ PORTNAME= erf PORTVERSION= 2.0.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-groupoids/Makefile b/math/hs-groupoids/Makefile index 64517f6..68d800f 100644 --- a/math/hs-groupoids/Makefile +++ b/math/hs-groupoids/Makefile @@ -2,7 +2,7 @@ PORTNAME= groupoids PORTVERSION= 3.0.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-ieee754/Makefile b/math/hs-ieee754/Makefile index 3ecf3f2..3890648 100644 --- a/math/hs-ieee754/Makefile +++ b/math/hs-ieee754/Makefile @@ -2,7 +2,7 @@ PORTNAME= ieee754 PORTVERSION= 0.7.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-math-functions/Makefile b/math/hs-math-functions/Makefile index 97ef296..c7aebfc 100644 --- a/math/hs-math-functions/Makefile +++ b/math/hs-math-functions/Makefile @@ -3,7 +3,7 @@ PORTNAME= math-functions PORTVERSION= 0.1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index f2d214b..6e16415 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -3,7 +3,7 @@ PORTNAME= mwc-random PORTVERSION= 0.12.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile index acacadb..53266bd 100644 --- a/math/hs-nats/Makefile +++ b/math/hs-nats/Makefile @@ -2,7 +2,7 @@ PORTNAME= nats PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile index 5f9cde2..e0009ae 100644 --- a/math/hs-pointed/Makefile +++ b/math/hs-pointed/Makefile @@ -2,7 +2,7 @@ PORTNAME= pointed PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile index 80bd29e..6940f11 100644 --- a/math/hs-probability/Makefile +++ b/math/hs-probability/Makefile @@ -3,7 +3,7 @@ PORTNAME= probability PORTVERSION= 0.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroupoid-extras/Makefile b/math/hs-semigroupoid-extras/Makefile index f498407..b923c27 100644 --- a/math/hs-semigroupoid-extras/Makefile +++ b/math/hs-semigroupoid-extras/Makefile @@ -2,7 +2,7 @@ PORTNAME= semigroupoid-extras PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile index 8441ad9..622f6b3 100644 --- a/math/hs-semigroupoids/Makefile +++ b/math/hs-semigroupoids/Makefile @@ -2,7 +2,7 @@ PORTNAME= semigroupoids PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile index 393cb87..9f0bb81 100644 --- a/math/hs-semigroups/Makefile +++ b/math/hs-semigroups/Makefile @@ -2,6 +2,7 @@ PORTNAME= semigroups PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index 79a567e..0d7e5fd 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -3,6 +3,7 @@ PORTNAME= statistics PORTVERSION= 0.10.3.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index c3450ee..570881f 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -3,7 +3,7 @@ PORTNAME= vector-space PORTVERSION= 0.8.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/ised/Makefile b/math/ised/Makefile index e704d8f..21d7b8a 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -3,6 +3,7 @@ PORTNAME= ised PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} diff --git a/math/jags/Makefile b/math/jags/Makefile index b2bd72c..4bf8c19 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -3,6 +3,7 @@ PORTNAME= mcmc-jags PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF:1,2,3,4 MASTER_SITE_SUBDIR= mcmc-jags/JAGS/${S}.x/Source/:1 \ diff --git a/math/kktdirect/Makefile b/math/kktdirect/Makefile index 675a591..98086f4 100644 --- a/math/kktdirect/Makefile +++ b/math/kktdirect/Makefile @@ -3,6 +3,7 @@ PORTNAME= kktdirect PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.cs.ubc.ca/~rbridson/download/ LOCAL/bf DISTNAME= KKTDirect${PORTVERSION} diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile index 5dd321e..7d314d8 100644 --- a/math/lapack++/Makefile +++ b/math/lapack++/Makefile @@ -3,7 +3,7 @@ PORTNAME= lapack++ PORTVERSION= 2.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/lapackpp/lapackpp/${PORTVERSION} \ http://math.nist.gov/lapack++/:doc diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 475d411..51268de 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -3,6 +3,7 @@ PORTNAME?= lapack PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= NL/lapack/ DISTFILES= lapack-${PORTVERSION}.tgz diff --git a/math/lapack95/Makefile b/math/lapack95/Makefile index 6e2e452..f1756b2 100644 --- a/math/lapack95/Makefile +++ b/math/lapack95/Makefile @@ -3,7 +3,7 @@ PORTNAME= lapack95 PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= NL DISTNAME= ${PORTNAME} diff --git a/math/lapacke/Makefile b/math/lapacke/Makefile index ea8f042..75ca229 100644 --- a/math/lapacke/Makefile +++ b/math/lapacke/Makefile @@ -3,6 +3,7 @@ PORTNAME= lapacke PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= NL MASTER_SITE_SUBDIR= lapack diff --git a/math/levmar/Makefile b/math/levmar/Makefile index fb30b16..f03f128 100644 --- a/math/levmar/Makefile +++ b/math/levmar/Makefile @@ -3,6 +3,7 @@ PORTNAME= levmar PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://users.ics.forth.gr/~lourakis/levmar/ EXTRACT_SUFX= .tgz diff --git a/math/libflame/Makefile b/math/libflame/Makefile index dee0d35..41f4b66 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -3,6 +3,7 @@ PORTNAME= libflame DISTVERSION= r7421 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.cs.utexas.edu/users/%SUBDIR%/:1,2 LOCAL/bf:3 MASTER_SITE_SUBDIR= flame/snapshots/:1 field/docs/:2 diff --git a/math/libmissing/Makefile b/math/libmissing/Makefile index 799ae0a..13f1016 100644 --- a/math/libmissing/Makefile +++ b/math/libmissing/Makefile @@ -2,6 +2,7 @@ PORTNAME= libmissing DISTVERSION= 20130815 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= LOCAL/bf diff --git a/math/libtsnnls/Makefile b/math/libtsnnls/Makefile index e58e36a..52ebacf 100644 --- a/math/libtsnnls/Makefile +++ b/math/libtsnnls/Makefile @@ -3,6 +3,7 @@ PORTNAME= libtsnnls PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.jasoncantarella.com/downloads/ diff --git a/math/linpack/Makefile b/math/linpack/Makefile index cd2b759..ac86cba 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= linpack PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= NL DISTFILES= ${SRCS} diff --git a/math/ltl/Makefile b/math/ltl/Makefile index 8b4a211..fa3c00d 100644 --- a/math/ltl/Makefile +++ b/math/ltl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ltl PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.mpe.mpg.de/~drory/ltl/ diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index a89d4f6..df4d074 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -3,7 +3,7 @@ PORTNAME= metis-edf DISTVERSION= 4.1-2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= bf@FreeBSD.org diff --git a/math/mpc/Makefile b/math/mpc/Makefile index afee6f1..238fed5 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= mpc -PORTVERSION= 0.9 +PORTVERSION= 1.0.1 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr PORTSCOUT= site:http://www.multiprecision.org/index.php?prog=mpc&page=download @@ -21,12 +21,11 @@ USE_LDCONFIG= yes INFO= mpc PLIST_FILES= include/mpc.h \ - lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.2 + lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.3 LATEST_LINK= math_mpc regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/mpc/distinfo b/math/mpc/distinfo index 44e8854..297b42e 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpc-0.9.tar.gz) = fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac -SIZE (mpc-0.9.tar.gz) = 565953 +SHA256 (mpc-1.0.1.tar.gz) = ed5a815cfea525dc778df0cb37468b9c1b554aaf30d9328b1431ca705b7400ff +SIZE (mpc-1.0.1.tar.gz) = 624125 diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 470beb4..9e5dd8d 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumps PORTVERSION= 4.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://mumps.enseeiht.fr/ \ http://graal.ens-lyon.fr/MUMPS/ \ diff --git a/math/octave-forge-actuarial/Makefile b/math/octave-forge-actuarial/Makefile index 23c9413..7462a4b 100644 --- a/math/octave-forge-actuarial/Makefile +++ b/math/octave-forge-actuarial/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-actuarial PORTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ad/Makefile b/math/octave-forge-ad/Makefile index 1bfc956..7bd97cb 100644 --- a/math/octave-forge-ad/Makefile +++ b/math/octave-forge-ad/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ad PORTVERSION= 1.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile index a6bed9c..cc4c134 100644 --- a/math/octave-forge-audio/Makefile +++ b/math/octave-forge-audio/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-audio PORTVERSION= 1.1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile index 3918c07..6b053a9 100644 --- a/math/octave-forge-base/Makefile +++ b/math/octave-forge-base/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-base PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index e777dad..2ce8b5b 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-bim PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-bioinfo/Makefile b/math/octave-forge-bioinfo/Makefile index 0846e06..b50abf9 100644 --- a/math/octave-forge-bioinfo/Makefile +++ b/math/octave-forge-bioinfo/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-bioinfo PORTVERSION= 0.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-cgi/Makefile b/math/octave-forge-cgi/Makefile index 9136732..6aa1277 100644 --- a/math/octave-forge-cgi/Makefile +++ b/math/octave-forge-cgi/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-cgi PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-civil-engineering/Makefile b/math/octave-forge-civil-engineering/Makefile index 14b33c31..70fe374 100644 --- a/math/octave-forge-civil-engineering/Makefile +++ b/math/octave-forge-civil-engineering/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-civil-engineering PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index f7b460b..c2ccaf1 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-communications PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile index 058da16..cfb326f 100644 --- a/math/octave-forge-control/Makefile +++ b/math/octave-forge-control/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-control PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-data-smoothing/Makefile b/math/octave-forge-data-smoothing/Makefile index a35f7c9..dad0e7e 100644 --- a/math/octave-forge-data-smoothing/Makefile +++ b/math/octave-forge-data-smoothing/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-data-smoothing PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-database/Makefile b/math/octave-forge-database/Makefile index 02cbeb9..d40d2b2 100644 --- a/math/octave-forge-database/Makefile +++ b/math/octave-forge-database/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-database PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-dataframe/Makefile b/math/octave-forge-dataframe/Makefile index d42cfff..c02c7fb 100644 --- a/math/octave-forge-dataframe/Makefile +++ b/math/octave-forge-dataframe/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-dataframe PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile index 4abdeda..9a8ab00 100644 --- a/math/octave-forge-dicom/Makefile +++ b/math/octave-forge-dicom/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-dicom PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-econometrics/Makefile b/math/octave-forge-econometrics/Makefile index 372dcf0..6b41045 100644 --- a/math/octave-forge-econometrics/Makefile +++ b/math/octave-forge-econometrics/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-econometrics PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-engine/Makefile b/math/octave-forge-engine/Makefile index b0ebfaf..3b5ca7d 100644 --- a/math/octave-forge-engine/Makefile +++ b/math/octave-forge-engine/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-engine PORTVERSION= 1.0.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fenv/Makefile b/math/octave-forge-fenv/Makefile index 28789c4..74460cc 100644 --- a/math/octave-forge-fenv/Makefile +++ b/math/octave-forge-fenv/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fenv PORTVERSION= 0.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-financial/Makefile b/math/octave-forge-financial/Makefile index 7db0790..973cd7c 100644 --- a/math/octave-forge-financial/Makefile +++ b/math/octave-forge-financial/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-financial PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile index 1e9bfd0..bb97f20 100644 --- a/math/octave-forge-fits/Makefile +++ b/math/octave-forge-fits/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-fits PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile index f335bca..beef3ee 100644 --- a/math/octave-forge-fl-core/Makefile +++ b/math/octave-forge-fl-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fl-core PORTVERSION= 1.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fpl/Makefile b/math/octave-forge-fpl/Makefile index 53a043c..cbcf219 100644 --- a/math/octave-forge-fpl/Makefile +++ b/math/octave-forge-fpl/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-fpl PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fuzzy-logic-toolkit/Makefile b/math/octave-forge-fuzzy-logic-toolkit/Makefile index 2d12386..ced00f8 100644 --- a/math/octave-forge-fuzzy-logic-toolkit/Makefile +++ b/math/octave-forge-fuzzy-logic-toolkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-fuzzy-logic-toolkit PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index 63abc38..2ba9316 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ga PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-general/Makefile b/math/octave-forge-general/Makefile index 1e53f1d..77ce50c 100644 --- a/math/octave-forge-general/Makefile +++ b/math/octave-forge-general/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-general PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-generate_html/Makefile b/math/octave-forge-generate_html/Makefile index a691ec5..3f0c097 100644 --- a/math/octave-forge-generate_html/Makefile +++ b/math/octave-forge-generate_html/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-generate_html PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-geometry/Makefile b/math/octave-forge-geometry/Makefile index 2a39d4a..cb01268 100644 --- a/math/octave-forge-geometry/Makefile +++ b/math/octave-forge-geometry/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-geometry PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-gnuplot/Makefile b/math/octave-forge-gnuplot/Makefile index d791b5f..c5d0de7 100644 --- a/math/octave-forge-gnuplot/Makefile +++ b/math/octave-forge-gnuplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-gnuplot PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index 0285a10..ecaa7a0 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-gsl PORTVERSION= 1.0.8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ident/Makefile b/math/octave-forge-ident/Makefile index 68a4f01..6c0531e 100644 --- a/math/octave-forge-ident/Makefile +++ b/math/octave-forge-ident/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ident PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index 68ccc7c..abb11e8 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-image PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-informationtheory/Makefile b/math/octave-forge-informationtheory/Makefile index 77eddd8..d2e4159 100644 --- a/math/octave-forge-informationtheory/Makefile +++ b/math/octave-forge-informationtheory/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-informationtheory PORTVERSION= 0.1.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-integration/Makefile b/math/octave-forge-integration/Makefile index 0456cdc..3e572da 100644 --- a/math/octave-forge-integration/Makefile +++ b/math/octave-forge-integration/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-integration PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-io/Makefile b/math/octave-forge-io/Makefile index 0b508bc..8144ead 100644 --- a/math/octave-forge-io/Makefile +++ b/math/octave-forge-io/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-io PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-irsa/Makefile b/math/octave-forge-irsa/Makefile index 2cd7067..171b5c2 100644 --- a/math/octave-forge-irsa/Makefile +++ b/math/octave-forge-irsa/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-irsa PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-linear-algebra/Makefile b/math/octave-forge-linear-algebra/Makefile index 4256d03..127ea03 100644 --- a/math/octave-forge-linear-algebra/Makefile +++ b/math/octave-forge-linear-algebra/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-linear-algebra PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-lssa/Makefile b/math/octave-forge-lssa/Makefile index 6b0924b..b1d2d87 100644 --- a/math/octave-forge-lssa/Makefile +++ b/math/octave-forge-lssa/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-lssa PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile index 4b4f4a6..13cda2c 100644 --- a/math/octave-forge-ltfat/Makefile +++ b/math/octave-forge-ltfat/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-ltfat PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-mapping/Makefile b/math/octave-forge-mapping/Makefile index 4a71052..fde98ba 100644 --- a/math/octave-forge-mapping/Makefile +++ b/math/octave-forge-mapping/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-mapping PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-mechanics/Makefile b/math/octave-forge-mechanics/Makefile index 4748d02..952c219 100644 --- a/math/octave-forge-mechanics/Makefile +++ b/math/octave-forge-mechanics/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-mechanics PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index 3e3d23d..1adcf0ab 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-miscellaneous PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-missing-functions/Makefile b/math/octave-forge-missing-functions/Makefile index b6f48f9..fcbcc5e 100644 --- a/math/octave-forge-missing-functions/Makefile +++ b/math/octave-forge-missing-functions/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-missing-functions PORTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile index b876ccb..1bac309 100644 --- a/math/octave-forge-msh/Makefile +++ b/math/octave-forge-msh/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-msh PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-multicore/Makefile b/math/octave-forge-multicore/Makefile index f26a78d..80f0690 100644 --- a/math/octave-forge-multicore/Makefile +++ b/math/octave-forge-multicore/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-multicore PORTVERSION= 0.2.15 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nan/Makefile b/math/octave-forge-nan/Makefile index a95dc9d..aaf46c3 100644 --- a/math/octave-forge-nan/Makefile +++ b/math/octave-forge-nan/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-nan PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ncarray/Makefile b/math/octave-forge-ncarray/Makefile index e51e490..4dc4274 100644 --- a/math/octave-forge-ncarray/Makefile +++ b/math/octave-forge-ncarray/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-ncarray PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-netcdf/Makefile b/math/octave-forge-netcdf/Makefile index b8bb8aa..3657d7a 100644 --- a/math/octave-forge-netcdf/Makefile +++ b/math/octave-forge-netcdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-netcdf PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nlwing2/Makefile b/math/octave-forge-nlwing2/Makefile index 9194404..5805772 100644 --- a/math/octave-forge-nlwing2/Makefile +++ b/math/octave-forge-nlwing2/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-nlwing2 PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nnet/Makefile b/math/octave-forge-nnet/Makefile index b249a19..be5a897 100644 --- a/math/octave-forge-nnet/Makefile +++ b/math/octave-forge-nnet/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-nnet PORTVERSION= 0.1.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile index 58a7389..8ffba7a 100644 --- a/math/octave-forge-nurbs/Makefile +++ b/math/octave-forge-nurbs/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-nurbs PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile index 74366d2..ace67e2 100644 --- a/math/octave-forge-ocs/Makefile +++ b/math/octave-forge-ocs/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ocs PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-oct2mat/Makefile b/math/octave-forge-oct2mat/Makefile index 22083d1..b1c4918 100644 --- a/math/octave-forge-oct2mat/Makefile +++ b/math/octave-forge-oct2mat/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-oct2mat PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octcdf/Makefile b/math/octave-forge-octcdf/Makefile index 60e7a19..42c4499 100644 --- a/math/octave-forge-octcdf/Makefile +++ b/math/octave-forge-octcdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octcdf PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octclip/Makefile b/math/octave-forge-octclip/Makefile index 806f8c9..c76ebfd 100644 --- a/math/octave-forge-octclip/Makefile +++ b/math/octave-forge-octclip/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-octclip PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octgpr/Makefile b/math/octave-forge-octgpr/Makefile index 92a0143..f306f79 100644 --- a/math/octave-forge-octgpr/Makefile +++ b/math/octave-forge-octgpr/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octgpr PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 0e905b8..7c5fdcd 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-octproj PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-odebvp/Makefile b/math/octave-forge-odebvp/Makefile index bb8017b..73f76da 100644 --- a/math/octave-forge-odebvp/Makefile +++ b/math/octave-forge-odebvp/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-odebvp PORTVERSION= 1.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile index 08e4d13..01804a7 100644 --- a/math/octave-forge-odepkg/Makefile +++ b/math/octave-forge-odepkg/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-odepkg PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index 0d2c86a..e57bf78 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-optim PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-optiminterp/Makefile b/math/octave-forge-optiminterp/Makefile index a6c0dd6..843b249 100644 --- a/math/octave-forge-optiminterp/Makefile +++ b/math/octave-forge-optiminterp/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-optiminterp PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-outliers/Makefile b/math/octave-forge-outliers/Makefile index 355fdab..d017087 100644 --- a/math/octave-forge-outliers/Makefile +++ b/math/octave-forge-outliers/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-outliers PORTVERSION= 0.13.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile index 4682513..cd784a1 100644 --- a/math/octave-forge-parallel/Makefile +++ b/math/octave-forge-parallel/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-parallel PORTVERSION= 2.0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile index ce835ef..6e41281 100644 --- a/math/octave-forge-pdb/Makefile +++ b/math/octave-forge-pdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-pdb PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index 1ef6eb9..155d799 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-plot PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pt_br/Makefile b/math/octave-forge-pt_br/Makefile index 9878b46..1114a38 100644 --- a/math/octave-forge-pt_br/Makefile +++ b/math/octave-forge-pt_br/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-pt_br PORTVERSION= 1.0.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index f282d70..8049874 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-quaternion PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-queueing/Makefile b/math/octave-forge-queueing/Makefile index ae6277a..a199ce5 100644 --- a/math/octave-forge-queueing/Makefile +++ b/math/octave-forge-queueing/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-queueing PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-secs1d/Makefile b/math/octave-forge-secs1d/Makefile index 8fac387..a6d134b 100644 --- a/math/octave-forge-secs1d/Makefile +++ b/math/octave-forge-secs1d/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-secs1d PORTVERSION= 0.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-secs2d/Makefile b/math/octave-forge-secs2d/Makefile index c5ca3957..487acb0 100644 --- a/math/octave-forge-secs2d/Makefile +++ b/math/octave-forge-secs2d/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-secs2d PORTVERSION= 0.0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-secs3d/Makefile b/math/octave-forge-secs3d/Makefile index c3c4ad7..8d5d29d 100644 --- a/math/octave-forge-secs3d/Makefile +++ b/math/octave-forge-secs3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-secs3d PORTVERSION= 0.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 8dba57f..8d84cc3 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-signal PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-simp/Makefile b/math/octave-forge-simp/Makefile index c7c1412..cdca127 100644 --- a/math/octave-forge-simp/Makefile +++ b/math/octave-forge-simp/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-simp PORTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-sockets/Makefile b/math/octave-forge-sockets/Makefile index 80cc196..c2f6d49 100644 --- a/math/octave-forge-sockets/Makefile +++ b/math/octave-forge-sockets/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-sockets PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-specfun/Makefile b/math/octave-forge-specfun/Makefile index 5c9c72c..ff96eeb 100644 --- a/math/octave-forge-specfun/Makefile +++ b/math/octave-forge-specfun/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-specfun PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-special-matrix/Makefile b/math/octave-forge-special-matrix/Makefile index 79e2698..5fcd25d 100644 --- a/math/octave-forge-special-matrix/Makefile +++ b/math/octave-forge-special-matrix/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-special-matrix PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-spline-gcvspl/Makefile b/math/octave-forge-spline-gcvspl/Makefile index 634a95b..80086f5 100644 --- a/math/octave-forge-spline-gcvspl/Makefile +++ b/math/octave-forge-spline-gcvspl/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-spline-gcvspl PORTVERSION= 1.0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile index 60f4580..0402eb3 100644 --- a/math/octave-forge-splines/Makefile +++ b/math/octave-forge-splines/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-splines PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index c375dcc..6928dfe 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-statistics PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-strings/Makefile b/math/octave-forge-strings/Makefile index 127abfe..73e1dd9 100644 --- a/math/octave-forge-strings/Makefile +++ b/math/octave-forge-strings/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-strings PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-struct/Makefile b/math/octave-forge-struct/Makefile index eb19963..b4e1786 100644 --- a/math/octave-forge-struct/Makefile +++ b/math/octave-forge-struct/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-struct PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-symband/Makefile b/math/octave-forge-symband/Makefile index d0aaf12..aef6b54 100644 --- a/math/octave-forge-symband/Makefile +++ b/math/octave-forge-symband/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-symband PORTVERSION= 1.0.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile index 3818e04..13b3559 100644 --- a/math/octave-forge-symbolic/Makefile +++ b/math/octave-forge-symbolic/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-symbolic PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile index 2f88e21..4c63cca 100644 --- a/math/octave-forge-tcl-octave/Makefile +++ b/math/octave-forge-tcl-octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-tcl-octave PORTVERSION= 0.1.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-tsa/Makefile b/math/octave-forge-tsa/Makefile index ae72666..1aee839 100644 --- a/math/octave-forge-tsa/Makefile +++ b/math/octave-forge-tsa/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-tsa PORTVERSION= 4.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile index 0a88e92..38880f0 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-video PORTVERSION= 1.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-xraylib/Makefile b/math/octave-forge-xraylib/Makefile index e562e7d..08a079b 100644 --- a/math/octave-forge-xraylib/Makefile +++ b/math/octave-forge-xraylib/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-xraylib PORTVERSION= 1.0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-zenity/Makefile b/math/octave-forge-zenity/Makefile index 94de24a..4e4807c2 100644 --- a/math/octave-forge-zenity/Makefile +++ b/math/octave-forge-zenity/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-zenity PORTVERSION= 0.5.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 10da589..0c228f0 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20130917 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none diff --git a/math/octave/Makefile b/math/octave/Makefile index 9d0fab9..ca62ecf 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.6.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ diff --git a/math/openblas/Makefile b/math/openblas/Makefile index c30feaf..6b18048 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -3,6 +3,7 @@ PORTNAME= openblas PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ NL:lapack_tmg diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 5447813..b50130f 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-Int128 PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index 4f9fc1e..d057078 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-MPC PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN #MASTER_SITE_SUBDIR= CPAN:SISYPHUS diff --git a/math/p5-Statistics-R/Makefile b/math/p5-Statistics-R/Makefile index 838abf3..f249f71 100644 --- a/math/p5-Statistics-R/Makefile +++ b/math/p5-Statistics-R/Makefile @@ -3,7 +3,7 @@ PORTNAME= Statistics-R PORTVERSION= 0.31 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FANGLY diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 2ae63a9..a4c455c 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -3,7 +3,7 @@ PORTNAME= ParMetis PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math parallel MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD diff --git a/math/parmgridgen/Makefile b/math/parmgridgen/Makefile index 67ebca7..e95c077 100644 --- a/math/parmgridgen/Makefile +++ b/math/parmgridgen/Makefile @@ -3,7 +3,7 @@ PORTNAME= parmgridgen PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= http://www.mgnet.org/mgnet/Codes/parmgridgen/ \ http://www-users.cs.umn.edu/~moulitsa/download/ \ diff --git a/math/petsc/Makefile b/math/petsc/Makefile index 2a0c24b..443513b 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -3,7 +3,7 @@ PORTNAME= petsc DISTVERSION= 2.3.3-p0 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ diff --git a/math/py-apgl/Makefile b/math/py-apgl/Makefile index 47822e6..7f9b6f3 100644 --- a/math/py-apgl/Makefile +++ b/math/py-apgl/Makefile @@ -3,6 +3,7 @@ PORTNAME= apgl PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-basemap/Makefile b/math/py-basemap/Makefile index 5fe93d1..13d9536 100644 --- a/math/py-basemap/Makefile +++ b/math/py-basemap/Makefile @@ -3,7 +3,7 @@ PORTNAME= basemap PORTVERSION= 0.9.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math python MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-fiat/Makefile b/math/py-fiat/Makefile index f634c2c..b2fcfe6 100644 --- a/math/py-fiat/Makefile +++ b/math/py-fiat/Makefile @@ -3,6 +3,7 @@ PORTNAME= fiat PORTVERSION= ${MMVERSION}.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile index 7a4da2d..8f8cd29 100644 --- a/math/py-gnuplot/Makefile +++ b/math/py-gnuplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnuplot PORTVERSION= 1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}-py/Gnuplot-py/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-graphtool/Makefile b/math/py-graphtool/Makefile index 79f7a2a..ae26815 100644 --- a/math/py-graphtool/Makefile +++ b/math/py-graphtool/Makefile @@ -3,7 +3,7 @@ PORTNAME= graphtool PORTVERSION= 2.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= http://downloads.skewed.de/graph-tool/ DISTNAME= graph-tool-${PORTVERSION} diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 6c1198e..98bc6b3 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsl PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index ee17762..5358dbe 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= matplotlib PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 2369ef9..00ac030 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -3,6 +3,7 @@ PORTNAME= numexpr PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index e727a59..6b57066 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= numpy PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME:C/\..$/.0/}/:doc \ diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 89c9008..84c5473 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -2,6 +2,7 @@ PORTNAME= pandas PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pymc/Makefile b/math/py-pymc/Makefile index 652ce61..217e526 100644 --- a/math/py-pymc/Makefile +++ b/math/py-pymc/Makefile @@ -3,6 +3,7 @@ PORTNAME= pymc PORTVERSION= 2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile index a0e6e18..4ce0bbc 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -3,6 +3,7 @@ PORTNAME= scientific PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/2309/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile index 76d2ddc..f2475c0 100644 --- a/math/py-symeig/Makefile +++ b/math/py-symeig/Makefile @@ -3,7 +3,7 @@ PORTNAME= symeig PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= SF/mdp-toolkit/mdp-toolkit/2.3 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/qd/Makefile b/math/qd/Makefile index a780c95..b452106 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -3,7 +3,7 @@ PORTNAME= qd PORTVERSION= 2.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.cs.berkeley.edu/~yozo/software/ diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile index 686cedb..987ff6d 100644 --- a/math/qrupdate/Makefile +++ b/math/qrupdate/Makefile @@ -3,6 +3,7 @@ PORTNAME= qrupdate PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qrupdate/qrupdate/1.2 diff --git a/math/qtoctave/Makefile b/math/qtoctave/Makefile index 8500554..a25d6b7 100644 --- a/math/qtoctave/Makefile +++ b/math/qtoctave/Makefile @@ -2,6 +2,7 @@ PORTNAME= qtoctave PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://forja.rediris.es/frs/download.php/2054/ diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 2c2fd68..0fa0d99 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= rkward PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/Current_Stable_Releases PKGNAMESUFFIX= -kde4 diff --git a/math/ros-geometry/Makefile b/math/ros-geometry/Makefile index 38a5d2e..ac3e3c6 100644 --- a/math/ros-geometry/Makefile +++ b/math/ros-geometry/Makefile @@ -3,7 +3,7 @@ PORTNAME= ros-geometry PORTVERSION= 1.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/:rel \ http://pr.willowgarage.com/downloads/:pr \ diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 263c0ea..b51b35a 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= math MASTER_SITES= SF diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index 3171c4f..1b6247c 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -3,6 +3,7 @@ PORTNAME= rpy2 PORTVERSION= 2.3.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= CHEESESHOP diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile index daf0015..463d1cf 100644 --- a/math/ruby-fftw3/Makefile +++ b/math/ruby-fftw3/Makefile @@ -3,6 +3,7 @@ PORTNAME= fftw3 PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-fftw3/release/ \ http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-fftw3/release/ \ diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile index 2d34e88..6ef7621 100644 --- a/math/ruby-gnuplot/Makefile +++ b/math/ruby-gnuplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnuplot PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math ruby MASTER_SITES= SF/r${PORTNAME}/OldFiles PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile index 57155c6..2e56d9e 100644 --- a/math/ruby-narray/Makefile +++ b/math/ruby-narray/Makefile @@ -3,6 +3,7 @@ PORTNAME= narray PORTVERSION= 0.6.0.1 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/math/ruby-narray_miss/Makefile b/math/ruby-narray_miss/Makefile index b6a0fba..77b6a1b 100644 --- a/math/ruby-narray_miss/Makefile +++ b/math/ruby-narray_miss/Makefile @@ -3,6 +3,7 @@ PORTNAME= narray_miss PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/narray_miss/ \ http://dennou-h.gfd-dennou.org/library/ruby/products/narray_miss/ \ diff --git a/math/ruby-numru_misc/Makefile b/math/ruby-numru_misc/Makefile index a2b47e7..5f314f2 100644 --- a/math/ruby-numru_misc/Makefile +++ b/math/ruby-numru_misc/Makefile @@ -3,6 +3,7 @@ PORTNAME= numru_misc PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/numru-misc/release/ \ http://dennou-h.gfd-dennou.org/library/ruby/products/numru-misc/release/ \ diff --git a/math/sage/Makefile b/math/sage/Makefile index a8d7ce5..8592f9a 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -3,6 +3,7 @@ PORTNAME= sage PORTVERSION= 5.12 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index 4a951c2..be8255c 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -3,7 +3,7 @@ PORTNAME= scalapack PORTVERSION= 1.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/scalapack/ DISTFILES= scalapack-${PORTVERSION}.tgz manpages.tgz diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile index ba9735a..cd89f37 100644 --- a/math/scilab-toolbox-sivp/Makefile +++ b/math/scilab-toolbox-sivp/Makefile @@ -2,7 +2,7 @@ PORTNAME= sivp DISTVERSION= 1.0.0.r286 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics multimedia MASTER_SITES= LOCAL/makc PKGNAMEPREFIX= scilab-toolbox- diff --git a/math/scilab-toolbox-swt/Makefile b/math/scilab-toolbox-swt/Makefile index 3acfc0e..3b0d18f 100644 --- a/math/scilab-toolbox-swt/Makefile +++ b/math/scilab-toolbox-swt/Makefile @@ -2,7 +2,7 @@ PORTNAME= swt PORTVERSION= 0.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://atoms.scilab.org/toolboxes/swt/${PORTVERSION}/files/ PKGNAMEPREFIX= scilab-toolbox- diff --git a/math/scilab/Makefile b/math/scilab/Makefile index cd01883..fadec8c 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math cad parallel java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \ http://www.predatorlabs.net/dl/:jgraphx \ diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index 4d70c73..a348752 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdpa PORTVERSION= 7.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTNAME= ${PORTNAME}.${PORTVERSION}.src-${SRCDATE} diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index 8877eea..c049bb5 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdpara PORTVERSION= 7.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math parallel MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTFILES= ${SRCFILE}#${MANUALFILE} diff --git a/math/sedumi/Makefile b/math/sedumi/Makefile index e701105..d3052e9 100644 --- a/math/sedumi/Makefile +++ b/math/sedumi/Makefile @@ -3,7 +3,7 @@ PORTNAME= sedumi PORTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/sedumi|} # http://sedumi.mcmaster.ca/ diff --git a/math/sfft/Makefile b/math/sfft/Makefile index 6b95b32..56a5d7d 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -3,6 +3,7 @@ PORTNAME= sfft PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://spiral.net/software/sfft/ LOCAL/bf DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 0255280..08c234c 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -3,6 +3,7 @@ PORTNAME= slatec PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= NL:slatec,blas MASTER_SITE_SUBDIR= slatec/:slatec blas/:blas diff --git a/math/slgrace/Makefile b/math/slgrace/Makefile index c3c0530..cb734b8 100644 --- a/math/slgrace/Makefile +++ b/math/slgrace/Makefile @@ -2,7 +2,7 @@ PORTNAME= slgrace PORTVERSION= 0.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v${SLANG_VER}/modules/grace/ \ ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${SLANG_VER}/modules/grace/ \ diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 35c437b..3eb954e 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -3,7 +3,7 @@ PORTNAME= suitesparse PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/ DISTNAME= SuiteSparse-${PORTVERSION} diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 5358496..0b6c772 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= superlu -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSION= ${P_VERSION}.20060201 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 21fb548..68a0a5f 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -3,7 +3,7 @@ PORTNAME= superlu_mt PORTVERSION= 2.0.20080115 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ http://crd.lbl.gov/~xiaoye/:doc diff --git a/math/tablix/Makefile b/math/tablix/Makefile index 41b3ff9..9db203b 100644 --- a/math/tablix/Makefile +++ b/math/tablix/Makefile @@ -3,7 +3,7 @@ PORTNAME= tablix2 PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math www MASTER_SITES= http://www.tablix.org/releases/stable/ \ http://my.samba.org/ diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 854a7be..3af76ca 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -3,7 +3,7 @@ PORTNAME= taucs PORTVERSION= 2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ \ LOCAL/bf diff --git a/math/trlan/Makefile b/math/trlan/Makefile index 3ba921e..1951a3a 100644 --- a/math/trlan/Makefile +++ b/math/trlan/Makefile @@ -3,6 +3,7 @@ PORTNAME= trlan PORTVERSION= 201009 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://codeforge.lbl.gov/frs/download.php/210/:1 \ http://crd.lbl.gov/~kewu/ps/:2 \ diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 4e73bf6..8ae9e2e 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -3,6 +3,7 @@ PORTNAME= wfmath PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} diff --git a/math/x12arima/Makefile b/math/x12arima/Makefile index 5dc6427..88abbf6 100644 --- a/math/x12arima/Makefile +++ b/math/x12arima/Makefile @@ -3,6 +3,7 @@ PORTNAME= x12arima PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= http://www.census.gov/ts/x12a/v03/unix/ DISTFILES= omegav03src.tar.gz diff --git a/math/xlapack/Makefile b/math/xlapack/Makefile index 77bf607..0726dd8 100644 --- a/math/xlapack/Makefile +++ b/math/xlapack/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xlapack -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= maho@FreeBSD.org COMMENT= Extended Precision LAPACK diff --git a/misc/diary-hercules/Makefile b/misc/diary-hercules/Makefile index f83f8d2..ab3cf99 100644 --- a/misc/diary-hercules/Makefile +++ b/misc/diary-hercules/Makefile @@ -3,7 +3,7 @@ PORTNAME= hercules PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/development%20branch/${PORTVERSION} PKGNAMEPREFIX= diary- diff --git a/misc/libmetalink/Makefile b/misc/libmetalink/Makefile index 318ce4f..475cbc7 100644 --- a/misc/libmetalink/Makefile +++ b/misc/libmetalink/Makefile @@ -3,6 +3,7 @@ PORTNAME= libmetalink PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://launchpad.net/libmetalink/trunk/${PORTVERSION}/+download/ diff --git a/misc/metalink-editor/Makefile b/misc/metalink-editor/Makefile index e84d3a8..d1e17db 100644 --- a/misc/metalink-editor/Makefile +++ b/misc/metalink-editor/Makefile @@ -3,7 +3,7 @@ PORTNAME= metalink PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}s/Metalink%20Editor/${PORTVERSION} PKGNAMESUFFIX?= -editor diff --git a/misc/pypanda/Makefile b/misc/pypanda/Makefile index 6270d4e..c0b3478 100644 --- a/misc/pypanda/Makefile +++ b/misc/pypanda/Makefile @@ -3,7 +3,7 @@ PORTNAME= pypanda PORTVERSION= 0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MASTER_SITES= # none diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile index 3de2d67..177de0c 100644 --- a/multimedia/assimp/Makefile +++ b/multimedia/assimp/Makefile @@ -3,7 +3,7 @@ PORTNAME= assimp PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-3.0 diff --git a/multimedia/castpodder/Makefile b/multimedia/castpodder/Makefile index a8b5041..03a18cc 100644 --- a/multimedia/castpodder/Makefile +++ b/multimedia/castpodder/Makefile @@ -3,7 +3,7 @@ PORTNAME= castpodder PORTVERSION= 5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/ DISTNAME= CastPodder-${PORTVERSION} diff --git a/multimedia/freetuxtv/Makefile b/multimedia/freetuxtv/Makefile index 22546d1..44bdb18 100644 --- a/multimedia/freetuxtv/Makefile +++ b/multimedia/freetuxtv/Makefile @@ -3,7 +3,7 @@ PORTNAME= freetuxtv PORTVERSION= 0.6.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE diff --git a/multimedia/freevo/Makefile b/multimedia/freevo/Makefile index af63cd0..94f6ff9 100644 --- a/multimedia/freevo/Makefile +++ b/multimedia/freevo/Makefile @@ -3,7 +3,7 @@ PORTNAME= freevo PORTVERSION= 1.9.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/Freevo%20releases/${PORTVERSION} diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile index ab8edee..5715ea5 100644 --- a/multimedia/gaupol/Makefile +++ b/multimedia/gaupol/Makefile @@ -3,7 +3,7 @@ PORTNAME= gaupol PORTVERSION= 0.19.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia python MASTER_SITES= http://download.gna.org/gaupol/0.19/ \ http://www.c-s.li/ports/ diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 2596901..235f7b2 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -3,7 +3,7 @@ PORTNAME= gxine PORTVERSION= 0.5.907 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} diff --git a/multimedia/hs-gstreamer/Makefile b/multimedia/hs-gstreamer/Makefile index dbb6e82..ffff398 100644 --- a/multimedia/hs-gstreamer/Makefile +++ b/multimedia/hs-gstreamer/Makefile @@ -2,7 +2,7 @@ PORTNAME= gstreamer PORTVERSION= 0.12.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia haskell MAINTAINER= haskell@FreeBSD.org diff --git a/multimedia/iso2mkv/Makefile b/multimedia/iso2mkv/Makefile index 9a91664..0a34df0 100644 --- a/multimedia/iso2mkv/Makefile +++ b/multimedia/iso2mkv/Makefile @@ -3,7 +3,7 @@ PORTNAME= iso2mkv DISTVERSION= 2007-04-25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://5ko.free.fr/dl/ diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index eb75775..1cfdfcc 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -3,7 +3,7 @@ PORTNAME= lives PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/ DISTNAME= LiVES-${PORTVERSION} diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 8b3dc7c..55cc1cc 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -3,7 +3,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 6.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ CRITICAL diff --git a/multimedia/phonon-vlc/Makefile b/multimedia/phonon-vlc/Makefile index a36fe49..0222b7d 100644 --- a/multimedia/phonon-vlc/Makefile +++ b/multimedia/phonon-vlc/Makefile @@ -2,6 +2,7 @@ PORTNAME= phonon PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= multimedia kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${PHONON_BRANCH}/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION} diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile index c314cde..7fd82ef 100644 --- a/multimedia/photofilmstrip/Makefile +++ b/multimedia/photofilmstrip/Makefile @@ -3,7 +3,7 @@ PORTNAME= photofilmstrip PORTVERSION= 1.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia python MASTER_SITES= SF/photostoryx/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/py-kaa-base/Makefile b/multimedia/py-kaa-base/Makefile index 5103c16..b88eea6 100644 --- a/multimedia/py-kaa-base/Makefile +++ b/multimedia/py-kaa-base/Makefile @@ -3,7 +3,7 @@ PORTNAME= kaa-base PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/py-kaa-imlib2/Makefile b/multimedia/py-kaa-imlib2/Makefile index c4a8074..f3ba1e8 100644 --- a/multimedia/py-kaa-imlib2/Makefile +++ b/multimedia/py-kaa-imlib2/Makefile @@ -3,7 +3,7 @@ PORTNAME= kaa-imlib2 PORTVERSION= 0.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/py-kaa-metadata/Makefile b/multimedia/py-kaa-metadata/Makefile index 5522064..7749df6 100644 --- a/multimedia/py-kaa-metadata/Makefile +++ b/multimedia/py-kaa-metadata/Makefile @@ -3,7 +3,7 @@ PORTNAME= kaa-metadata PORTVERSION= 0.7.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/py-openlp/Makefile b/multimedia/py-openlp/Makefile index 3b5f160..5763bdb 100644 --- a/multimedia/py-openlp/Makefile +++ b/multimedia/py-openlp/Makefile @@ -2,7 +2,7 @@ PORTNAME= OpenLP PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/tovid/Makefile b/multimedia/tovid/Makefile index a1b7e07..e636f30 100644 --- a/multimedia/tovid/Makefile +++ b/multimedia/tovid/Makefile @@ -3,7 +3,7 @@ PORTNAME= tovid PORTVERSION= 0.30 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} diff --git a/multimedia/tunapie/Makefile b/multimedia/tunapie/Makefile index c1bb285..3d17b12 100644 --- a/multimedia/tunapie/Makefile +++ b/multimedia/tunapie/Makefile @@ -3,7 +3,7 @@ PORTNAME= tunapie PORTVERSION= 2.1.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.1 DISTNAME= ${PORTNAME}-${PORTVERSION:S,.r,rc,} diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 38dc9c2..4cc95be 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.0.8a -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index f12ba11..b9a517d 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -2,6 +2,7 @@ PORTNAME= deluge PORTVERSION= 1.3.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index 72ed85f..0787d3a 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= eiskaltdcpp-daemon PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= eiskaltdcpp-${DISTVERSION} diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index c610b1e..d26dde3 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= eiskaltdcpp-gtk PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= eiskaltdcpp-${DISTVERSION} diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index aa3ecce..ea3b8b5 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -3,7 +3,7 @@ PORTNAME= eiskaltdcpp-lib PORTVERSION= 2.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= eiskaltdcpp-${DISTVERSION} diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile index 8b5525d..e8e0205 100644 --- a/net-p2p/eiskaltdcpp-qt/Makefile +++ b/net-p2p/eiskaltdcpp-qt/Makefile @@ -3,7 +3,7 @@ PORTNAME= eiskaltdcpp-qt PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= eiskaltdcpp-${DISTVERSION} diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 8cd3e08..0cb0e9c 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= ktorrent DISTVERSION= 4.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 6b49782..36f919d 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -3,7 +3,7 @@ PORTNAME= tribler PORTVERSION= 6.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p #MASTER_SITES= http://dl.tribler.org/ MASTER_SITES= GENTOO/distfiles \ diff --git a/net/R-cran-twitteR/Makefile b/net/R-cran-twitteR/Makefile index e4f3be4..ac530e4 100644 --- a/net/R-cran-twitteR/Makefile +++ b/net/R-cran-twitteR/Makefile @@ -3,6 +3,7 @@ PORTNAME= twitteR PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= net DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 4d371f1..b0591be 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -3,7 +3,7 @@ PORTNAME= cyphesis PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} diff --git a/net/hs-hostname/Makefile b/net/hs-hostname/Makefile index 79facaa..393913f 100644 --- a/net/hs-hostname/Makefile +++ b/net/hs-hostname/Makefile @@ -2,7 +2,7 @@ PORTNAME= hostname PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-maccatcher/Makefile b/net/hs-maccatcher/Makefile index 9387c44..918caa1 100644 --- a/net/hs-maccatcher/Makefile +++ b/net/hs-maccatcher/Makefile @@ -2,7 +2,7 @@ PORTNAME= maccatcher PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-conduit/Makefile b/net/hs-network-conduit/Makefile index 836a1e8..9f4d182 100644 --- a/net/hs-network-conduit/Makefile +++ b/net/hs-network-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= network-conduit PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-info/Makefile b/net/hs-network-info/Makefile index 993b464..f260657 100644 --- a/net/hs-network-info/Makefile +++ b/net/hs-network-info/Makefile @@ -2,7 +2,7 @@ PORTNAME= network-info PORTVERSION= 0.2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-multicast/Makefile b/net/hs-network-multicast/Makefile index 4e9cbf3..6507737 100644 --- a/net/hs-network-multicast/Makefile +++ b/net/hs-network-multicast/Makefile @@ -2,7 +2,7 @@ PORTNAME= network-multicast PORTVERSION= 0.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network/Makefile b/net/hs-network/Makefile index 9e9931f..4b4bd29 100644 --- a/net/hs-network/Makefile +++ b/net/hs-network/Makefile @@ -2,6 +2,7 @@ PORTNAME= network PORTVERSION= 2.4.1.2 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile index 3004783..d15fdac 100644 --- a/net/hs-pcap/Makefile +++ b/net/hs-pcap/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcap PORTVERSION= 0.4.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-publicsuffixlist/Makefile b/net/hs-publicsuffixlist/Makefile index d0182de..2d90db1 100644 --- a/net/hs-publicsuffixlist/Makefile +++ b/net/hs-publicsuffixlist/Makefile @@ -2,6 +2,7 @@ PORTNAME= publicsuffixlist PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile index 62bbf55..91f2ef8 100644 --- a/net/hs-sendfile/Makefile +++ b/net/hs-sendfile/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendfile PORTVERSION= 0.7.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-simple-sendfile/Makefile b/net/hs-simple-sendfile/Makefile index e25bdee..2e59147 100644 --- a/net/hs-simple-sendfile/Makefile +++ b/net/hs-simple-sendfile/Makefile @@ -2,7 +2,7 @@ PORTNAME= simple-sendfile PORTVERSION= 0.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile index e1a2e26..38ea9e8 100644 --- a/net/hs-socks/Makefile +++ b/net/hs-socks/Makefile @@ -2,6 +2,7 @@ PORTNAME= socks PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index d8e1195..ae8a57d 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/net/knemo-kde4/Makefile b/net/knemo-kde4/Makefile index 0ada2cb..99befdc 100644 --- a/net/knemo-kde4/Makefile +++ b/net/knemo-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= knemo PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 12956-${PORTNAME}-${PORTVERSION} diff --git a/net/kwooty/Makefile b/net/kwooty/Makefile index cdb6acf..babba24 100644 --- a/net/kwooty/Makefile +++ b/net/kwooty/Makefile @@ -3,6 +3,7 @@ PORTNAME= kwooty PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= SF/${PORTNAME} diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index d368cd3..f165232 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpich2 DISTVERSION= 1.3.2p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 5 CATEGORIES= net java parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 8a4bafc..541e1ac 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -6,6 +6,7 @@ NO_STAGE= yes PORTNAME= openmpi DISTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.6/downloads/ diff --git a/net/p5-Net-Works/Makefile b/net/p5-Net-Works/Makefile index f08391a..e7df578 100644 --- a/net/p5-Net-Works/Makefile +++ b/net/p5-Net-Works/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-Works PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY diff --git a/net/p5-Parallel-Pvm/Makefile b/net/p5-Parallel-Pvm/Makefile index 4f8e431..fc53f98 100644 --- a/net/p5-Parallel-Pvm/Makefile +++ b/net/p5-Parallel-Pvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= Parallel-Pvm PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/pvm/Makefile b/net/pvm/Makefile index dd284c1..303acfe 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= pvm PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= NL ftp://ftp.chg.ru/pub/prog/parallel/pvm3/ MASTER_SITE_SUBDIR= pvm3 diff --git a/net/smb4k-kde4/Makefile b/net/smb4k-kde4/Makefile index f17f008..3af76be 100644 --- a/net/smb4k-kde4/Makefile +++ b/net/smb4k-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= smb4k-kde4 PORTVERSION= 0.10.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= smb4k diff --git a/net/xpvm/Makefile b/net/xpvm/Makefile index 79b6135..a259e97 100644 --- a/net/xpvm/Makefile +++ b/net/xpvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= xpvm PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= NL MASTER_SITE_SUBDIR= pvm3/xpvm diff --git a/ports-mgmt/hs-porte/Makefile b/ports-mgmt/hs-porte/Makefile index e4a14d3..76a0d26 100644 --- a/ports-mgmt/hs-porte/Makefile +++ b/ports-mgmt/hs-porte/Makefile @@ -3,7 +3,7 @@ PORTNAME= porte PORTVERSION= 0.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ports-mgmt haskell MAINTAINER= sbahra@repnop.org diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile index d748e03..74abab0 100644 --- a/ports-mgmt/kports-qt4/Makefile +++ b/ports-mgmt/kports-qt4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kports PORTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ports-mgmt kde MASTER_SITES= SF diff --git a/print/frescobaldi/Makefile b/print/frescobaldi/Makefile index 477d432..8b89449 100644 --- a/print/frescobaldi/Makefile +++ b/print/frescobaldi/Makefile @@ -3,7 +3,7 @@ PORTNAME= frescobaldi PORTVERSION= 2.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print kde MASTER_SITES= http://cloud.github.com/downloads/wbsoft/frescobaldi/ diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 3e8e0f8..bbb3098 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -3,7 +3,7 @@ PORTNAME= hscolour PORTVERSION= 1.20.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= print haskell diff --git a/print/pdfcolorsplit/Makefile b/print/pdfcolorsplit/Makefile index 40be82c..27f85a1 100644 --- a/print/pdfcolorsplit/Makefile +++ b/print/pdfcolorsplit/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfcolorsplit PORTVERSION= 2011.08.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 97f7541..dd29fa9 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdftk PORTVERSION= 1.45 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ \ LOCAL/glarkin diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 821ae15..0713212 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -3,6 +3,7 @@ PORTNAME= fonttools PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile index d6c4955..492bea8 100644 --- a/print/ttfquery/Makefile +++ b/print/ttfquery/Makefile @@ -3,6 +3,7 @@ PORTNAME= ttfquery PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= CHEESESHOP DISTNAME= TTFQuery-${PORTVERSION} diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index f792060..c576446 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -3,7 +3,7 @@ PORTNAME= 2dhf PORTVERSION= 2005.05 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.fizyka.umk.pl/~jkob/2dhf/ DISTNAME= ${PORTNAME}-05.05 diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile index 4e37e7f..1188b32 100644 --- a/science/R-cran-AMORE/Makefile +++ b/science/R-cran-AMORE/Makefile @@ -3,7 +3,7 @@ PORTNAME= AMORE PORTVERSION= 0.2.12 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile index 22bf9e4..4f40444 100644 --- a/science/R-cran-DCluster/Makefile +++ b/science/R-cran-DCluster/Makefile @@ -3,7 +3,7 @@ PORTNAME= DCluster DISTVERSION= 0.2-6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index 1bd9428..245186c 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -3,7 +3,7 @@ PORTNAME= Epi PORTVERSION= 1.1.49 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile index d713e75..2794bd6 100644 --- a/science/R-cran-bayesm/Makefile +++ b/science/R-cran-bayesm/Makefile @@ -3,7 +3,7 @@ PORTNAME= bayesm PORTVERSION= 2.2.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile index bcbb809..f541beb 100644 --- a/science/R-cran-e1071/Makefile +++ b/science/R-cran-e1071/Makefile @@ -3,7 +3,7 @@ PORTNAME= e1071 DISTVERSION= 1.6-1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile index 9abbff4..186d655 100644 --- a/science/R-cran-eco/Makefile +++ b/science/R-cran-eco/Makefile @@ -3,7 +3,7 @@ PORTNAME= eco PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} diff --git a/science/R-cran-epicalc/Makefile b/science/R-cran-epicalc/Makefile index e459975..473fdf4 100644 --- a/science/R-cran-epicalc/Makefile +++ b/science/R-cran-epicalc/Makefile @@ -3,7 +3,7 @@ PORTNAME= epicalc PORTVERSION= 2.15.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile index 948cba1..f968bb5 100644 --- a/science/R-cran-snow/Makefile +++ b/science/R-cran-snow/Makefile @@ -3,6 +3,7 @@ PORTNAME= snow DISTVERSION= 0.3-13 +PORTREVISION= 1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-som/Makefile b/science/R-cran-som/Makefile index 21eaa0e..e289afe 100644 --- a/science/R-cran-som/Makefile +++ b/science/R-cran-som/Makefile @@ -3,7 +3,7 @@ PORTNAME= som DISTVERSION= 0.3-5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 7164ead..2564985 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -3,7 +3,7 @@ PORTNAME= abinit PORTVERSION= 5.7.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ diff --git a/science/afni/Makefile b/science/afni/Makefile index 62ab2a1..916cce6 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -11,7 +11,7 @@ PORTNAME= afni PORTVERSION= 2012.04.17.2129 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science biology graphics MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/AFNI/${PORTVERSION}/ \ http://www.acadix.biz/Ports/distfiles/AFNI/${PORTVERSION}/ diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index f59a145..25a0343 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -3,6 +3,7 @@ PORTNAME= avogadro PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= SF diff --git a/science/brian/Makefile b/science/brian/Makefile index 63246b2..43b19aa 100644 --- a/science/brian/Makefile +++ b/science/brian/Makefile @@ -3,6 +3,7 @@ PORTNAME= brian PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP \ SF/${PORTNAME}/Brian/${PORTVERSION} diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 3846cdd..c8484e5 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= cdf3 PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf${VER}/unix/ diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index 9c6535b..c45928e 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -3,6 +3,7 @@ PORTNAME= cgnslib DISTVERSION= 3.1.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/ diff --git a/science/dcl/Makefile b/science/dcl/Makefile index 5141282..3c78a28 100644 --- a/science/dcl/Makefile +++ b/science/dcl/Makefile @@ -3,6 +3,7 @@ PORTNAME= dcl PORTVERSION= 5.4.7 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \ http://dennou-h.gfd-dennou.org/library/dcl/ \ diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile index c82ff61..60398be 100644 --- a/science/dlpoly-classic/Makefile +++ b/science/dlpoly-classic/Makefile @@ -3,6 +3,7 @@ PORTNAME= dlpoly PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= science java MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/ PKGNAMESUFFIX= classic diff --git a/science/ecs/Makefile b/science/ecs/Makefile index 47b3540..5db747f 100644 --- a/science/ecs/Makefile +++ b/science/ecs/Makefile @@ -3,7 +3,7 @@ PORTNAME= ecs PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index dea16e2..4be37df 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -3,7 +3,7 @@ PORTNAME= eio PORTVERSION= 5.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/ PKGNAMEPREFIX= elmer- diff --git a/science/elmer-hutiter/Makefile b/science/elmer-hutiter/Makefile index 6ca9890..98caf36 100644 --- a/science/elmer-hutiter/Makefile +++ b/science/elmer-hutiter/Makefile @@ -3,7 +3,7 @@ PORTNAME= hutiter PORTVERSION= 5.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.nic.funet.fi/index/files/index/elmer/src/old/ \ http://www.bezopasnik.org/unix/ports/distfiles/ diff --git a/science/flounder/Makefile b/science/flounder/Makefile index 63c389c..5e4924e 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -3,7 +3,7 @@ PORTNAME= flounder PORTVERSION= 0.40 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= science MASTER_SITES= http://www.enel.ucalgary.ca/People/vigmond/flounder/ EXTRACT_SUFX= .tgz diff --git a/science/fvcom/Makefile b/science/fvcom/Makefile index a716f9c..ddfb60e 100644 --- a/science/fvcom/Makefile +++ b/science/fvcom/Makefile @@ -3,6 +3,7 @@ PORTNAME= fvcom PORTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://fvcom.smast.umassd.edu/FVCOM/index.html/ DISTNAME= sourcecode1 diff --git a/science/fvm/Makefile b/science/fvm/Makefile index df5ada9..efc2c47 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/science/gamess/Makefile b/science/gamess/Makefile index 569ed3b..08a3dab 100644 --- a/science/gamess/Makefile +++ b/science/gamess/Makefile @@ -3,6 +3,7 @@ PORTNAME= gamess PORTVERSION= ${SNAPDATE} +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html DISTNAME= gamess-current diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 1beef23..589f9ab 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= getdp PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 98c6ca1..8cc0750 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -3,6 +3,7 @@ PORTNAME= ghemical PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 154dfc9..2b6627f 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index aca7807..9d4001c 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gromacs PORTVERSION= 4.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff --git a/science/harminv/Makefile b/science/harminv/Makefile index 3026f7f..5dba0ec 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -3,7 +3,7 @@ PORTNAME= harminv PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ diff --git a/science/hdf/Makefile b/science/hdf/Makefile index eafacd0..6b6c722 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= hdf DISTVERSION= 4.2.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/%SUBDIR%/ diff --git a/science/hs-bio/Makefile b/science/hs-bio/Makefile index d43cfb7..6b51504 100644 --- a/science/hs-bio/Makefile +++ b/science/hs-bio/Makefile @@ -3,7 +3,7 @@ PORTNAME= bio PORTVERSION= 0.5.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science haskell MAINTAINER= haskell@FreeBSD.org diff --git a/science/isaac-cfd/Makefile b/science/isaac-cfd/Makefile index 5debbb7..37e4ecc 100644 --- a/science/isaac-cfd/Makefile +++ b/science/isaac-cfd/Makefile @@ -3,7 +3,7 @@ PORTNAME= isaac PORTVERSION= 4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}-cfd/${PORTNAME}-cfd/ISAAC%20Version%20${PORTVERSION} DISTFILES= ${PORTNAME}src.4_2${EXTRACT_SUFX} ${PORTNAME}mk.4_2${EXTRACT_SUFX} diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index df04371..9adc74d 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -2,6 +2,7 @@ PORTNAME= kalzium PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 78a9a68..2ae8f8d 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -3,6 +3,7 @@ PORTNAME= libctl PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index fca3d60..3398584 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -3,6 +3,7 @@ PORTNAME= libghemical PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile index 81503ac..b935535 100644 --- a/science/mbdyn/Makefile +++ b/science/mbdyn/Makefile @@ -3,6 +3,7 @@ PORTNAME= mbdyn PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.aero.polimi.it/~masarati/Download/mbdyn/ diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile index cf68a2c..b48da83 100644 --- a/science/mcstas/Makefile +++ b/science/mcstas/Makefile @@ -3,7 +3,7 @@ PORTNAME= mcstas PORTVERSION= 1.12c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.mcstas.org/download/ \ http://www.c-s.li/ports/ diff --git a/science/meep/Makefile b/science/meep/Makefile index 9918389..63bbe29 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -3,6 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ diff --git a/science/mpb/Makefile b/science/mpb/Makefile index f096757..79c91d1 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpb PORTVERSION= 1.4.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index f70f651..f29953c 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpqc PORTVERSION= 2.3.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= science parallel MASTER_SITES= SF diff --git a/science/ncs/Makefile b/science/ncs/Makefile index f98b55f..2a260f3 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -3,7 +3,7 @@ PORTNAME= ncs PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile index b98eeb9..1321a13 100644 --- a/science/peekabot/Makefile +++ b/science/peekabot/Makefile @@ -3,7 +3,7 @@ PORTNAME= peekabot PORTVERSION= 0.8.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index ded83f6..ca52f2f 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://ftp.mcs.anl.gov/pub/parallel-netcdf/ \ LOCAL/sunpoet diff --git a/science/psi3/Makefile b/science/psi3/Makefile index c1bbf1b..b684c1e 100644 --- a/science/psi3/Makefile +++ b/science/psi3/Makefile @@ -3,7 +3,7 @@ PORTNAME= psi3 PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SF/psicode/psi/${PORTVERSION} \ http://www.psicode.org/doc/:doc \ diff --git a/science/psychopy/Makefile b/science/psychopy/Makefile index 96dbb68..d20e17e 100644 --- a/science/psychopy/Makefile +++ b/science/psychopy/Makefile @@ -3,6 +3,7 @@ PORTNAME= psychopy PORTVERSION= 1.77.00 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= PsychoPy-${PORTVERSION} diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index 2b3e4f9..138da15 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -3,7 +3,7 @@ PORTNAME= h5py PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-hcluster/Makefile b/science/py-hcluster/Makefile index ffbe0b5..99d4c6e 100644 --- a/science/py-hcluster/Makefile +++ b/science/py-hcluster/Makefile @@ -3,7 +3,7 @@ PORTNAME= hcluster PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-mdp/Makefile b/science/py-mdp/Makefile index daecd73..fb6f220 100644 --- a/science/py-mdp/Makefile +++ b/science/py-mdp/Makefile @@ -3,6 +3,7 @@ PORTNAME= mdp PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}-toolkit/${PORTNAME}-toolkit/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-mlpy/Makefile b/science/py-mlpy/Makefile index 40dcdc1..800316f 100644 --- a/science/py-mlpy/Makefile +++ b/science/py-mlpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= mlpy PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= https://mlpy.fbk.eu/download/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile index 045828f..3027267 100644 --- a/science/py-netCDF4/Makefile +++ b/science/py-netCDF4/Makefile @@ -3,6 +3,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= GOOGLE_CODE PROJECTHOST= netcdf4-python diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index c51139a..2d3d0d0 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -3,7 +3,7 @@ PORTNAME= obspy PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pupynere/Makefile b/science/py-pupynere/Makefile index 2bceb7f..08312c4 100644 --- a/science/py-pupynere/Makefile +++ b/science/py-pupynere/Makefile @@ -3,6 +3,7 @@ PORTNAME= pupynere PORTVERSION= 1.0.15 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile index d46f644..8d12af5 100644 --- a/science/py-scikit-learn/Makefile +++ b/science/py-scikit-learn/Makefile @@ -3,6 +3,7 @@ PORTNAME= scikit-learn PORTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR=source/s/scikit-learn diff --git a/science/py-scimath/Makefile b/science/py-scimath/Makefile index ef98f13..a0ff381 100644 --- a/science/py-scimath/Makefile +++ b/science/py-scimath/Makefile @@ -3,6 +3,7 @@ PORTNAME= scimath PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= science math python MASTER_SITES= http://www.enthought.com/repo/ets/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index be6be00..0f33cd3 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -3,6 +3,7 @@ PORTNAME= scipy PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source diff --git a/science/pybrain/Makefile b/science/pybrain/Makefile index 6a7d363..c3a1127 100644 --- a/science/pybrain/Makefile +++ b/science/pybrain/Makefile @@ -3,6 +3,7 @@ PORTNAME= pybrain PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP DISTNAME= PyBrain-${PORTVERSION} diff --git a/science/pycdf/Makefile b/science/pycdf/Makefile index 557efe2..9d1a552 100644 --- a/science/pycdf/Makefile +++ b/science/pycdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= pycdf PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= SF/pysclint/${PORTNAME}/${PORTNAME}-${PORTVERSION}b DISTNAME= ${PORTNAME}-0.6-3b diff --git a/science/pynn/Makefile b/science/pynn/Makefile index c7dc28b..23f88cb 100644 --- a/science/pynn/Makefile +++ b/science/pynn/Makefile @@ -3,6 +3,7 @@ PORTNAME= pynn PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/pyteomics/Makefile b/science/pyteomics/Makefile index 191fc79..7d1f223 100644 --- a/science/pyteomics/Makefile +++ b/science/pyteomics/Makefile @@ -2,6 +2,7 @@ PORTNAME= pyteomics PORTVERSION= 2.1.5 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/ruby-dcl/Makefile b/science/ruby-dcl/Makefile index 517ac35..c29e0b5 100644 --- a/science/ruby-dcl/Makefile +++ b/science/ruby-dcl/Makefile @@ -3,6 +3,7 @@ PORTNAME= dcl PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= science graphics ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-dcl/release/ \ http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-dcl/release/ \ diff --git a/science/ruby-gphys/Makefile b/science/ruby-gphys/Makefile index 60e3f9b..a0680d0 100644 --- a/science/ruby-gphys/Makefile +++ b/science/ruby-gphys/Makefile @@ -3,6 +3,7 @@ PORTNAME= gphys PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= science ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/gphys/release/ \ http://dennou-h.gfd-dennou.org/library/ruby/products/gphys/release/ \ diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile index aa2a72f..0071144 100644 --- a/science/ruby-netcdf/Makefile +++ b/science/ruby-netcdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= netcdf PORTVERSION= 0.6.6 +PORTREVISION= 1 CATEGORIES= science ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/release/ \ http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-netcdf/release/ \ diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 69d6b01..c097c98 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -3,7 +3,7 @@ PORTNAME= v_sim PORTVERSION= 3.6.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ diff --git a/science/veusz/Makefile b/science/veusz/Makefile index e78e437..3e3b51b 100644 --- a/science/veusz/Makefile +++ b/science/veusz/Makefile @@ -3,6 +3,7 @@ PORTNAME= veusz PORTVERSION= 1.17.1 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= http://download.gna.org/veusz/ diff --git a/security/R-cran-ROAuth/Makefile b/security/R-cran-ROAuth/Makefile index 8b26f25..2e22793 100644 --- a/security/R-cran-ROAuth/Makefile +++ b/security/R-cran-ROAuth/Makefile @@ -3,7 +3,7 @@ PORTNAME= ROAuth PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile index f5fcb86..2502e7d 100644 --- a/security/R-cran-digest/Makefile +++ b/security/R-cran-digest/Makefile @@ -3,7 +3,7 @@ PORTNAME= digest PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/security/duo/Makefile b/security/duo/Makefile index a90ae66..9659df5 100644 --- a/security/duo/Makefile +++ b/security/duo/Makefile @@ -3,6 +3,7 @@ PORTNAME= duo PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile index ad4aee9..f4e7dec 100644 --- a/security/hs-Crypto/Makefile +++ b/security/hs-Crypto/Makefile @@ -2,7 +2,7 @@ PORTNAME= Crypto PORTVERSION= 4.2.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile index e6df443..538b9a1 100644 --- a/security/hs-HsOpenSSL/Makefile +++ b/security/hs-HsOpenSSL/Makefile @@ -2,7 +2,7 @@ PORTNAME= HsOpenSSL PORTVERSION= 0.10.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-RSA/Makefile b/security/hs-RSA/Makefile index 55324d2e..4588930 100644 --- a/security/hs-RSA/Makefile +++ b/security/hs-RSA/Makefile @@ -2,7 +2,7 @@ PORTNAME= RSA PORTVERSION= 1.2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile index fdec690..d2a3fd9 100644 --- a/security/hs-SHA/Makefile +++ b/security/hs-SHA/Makefile @@ -2,7 +2,7 @@ PORTNAME= SHA PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-certificate/Makefile b/security/hs-certificate/Makefile index 48af11e..66cd0d4 100644 --- a/security/hs-certificate/Makefile +++ b/security/hs-certificate/Makefile @@ -2,6 +2,7 @@ PORTNAME= certificate PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-aes/Makefile b/security/hs-cipher-aes/Makefile index 049c2b3..72d34bf 100644 --- a/security/hs-cipher-aes/Makefile +++ b/security/hs-cipher-aes/Makefile @@ -2,6 +2,7 @@ PORTNAME= cipher-aes PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile index c8d32af..1e6fe0f 100644 --- a/security/hs-cipher-rc4/Makefile +++ b/security/hs-cipher-rc4/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-rc4 PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-clientsession/Makefile b/security/hs-clientsession/Makefile index 35187f2..a4762a2 100644 --- a/security/hs-clientsession/Makefile +++ b/security/hs-clientsession/Makefile @@ -2,6 +2,7 @@ PORTNAME= clientsession PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile index 066eddc..a2abe76 100644 --- a/security/hs-cprng-aes/Makefile +++ b/security/hs-cprng-aes/Makefile @@ -2,7 +2,7 @@ PORTNAME= cprng-aes PORTVERSION= 0.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-api/Makefile b/security/hs-crypto-api/Makefile index d82d8b9..b5b01c5 100644 --- a/security/hs-crypto-api/Makefile +++ b/security/hs-crypto-api/Makefile @@ -2,6 +2,7 @@ PORTNAME= crypto-api PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-conduit/Makefile b/security/hs-crypto-conduit/Makefile index 234e868..8d3b08b 100644 --- a/security/hs-crypto-conduit/Makefile +++ b/security/hs-crypto-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= crypto-conduit PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-numbers/Makefile b/security/hs-crypto-numbers/Makefile index 6d33a10..813a87a 100644 --- a/security/hs-crypto-numbers/Makefile +++ b/security/hs-crypto-numbers/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-numbers PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-pubkey-types/Makefile b/security/hs-crypto-pubkey-types/Makefile index ba103d6..e7e6b20 100644 --- a/security/hs-crypto-pubkey-types/Makefile +++ b/security/hs-crypto-pubkey-types/Makefile @@ -2,6 +2,7 @@ PORTNAME= crypto-pubkey-types PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-pubkey/Makefile b/security/hs-crypto-pubkey/Makefile index a6f8a54..fc56102 100644 --- a/security/hs-crypto-pubkey/Makefile +++ b/security/hs-crypto-pubkey/Makefile @@ -2,6 +2,7 @@ PORTNAME= crypto-pubkey PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-random-api/Makefile b/security/hs-crypto-random-api/Makefile index 74e36cd..c1e5fc2 100644 --- a/security/hs-crypto-random-api/Makefile +++ b/security/hs-crypto-random-api/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-random-api PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile index d47e432..fe46684 100644 --- a/security/hs-cryptocipher/Makefile +++ b/security/hs-cryptocipher/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptocipher PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile index 3ebaca9..c2068c0 100644 --- a/security/hs-cryptohash/Makefile +++ b/security/hs-cryptohash/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptohash PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile index ee142d5..e71b1ad 100644 --- a/security/hs-digest/Makefile +++ b/security/hs-digest/Makefile @@ -2,7 +2,7 @@ PORTNAME= digest PORTVERSION= 0.0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile index 5b90389..40f50f9 100644 --- a/security/hs-entropy/Makefile +++ b/security/hs-entropy/Makefile @@ -2,7 +2,7 @@ PORTNAME= entropy PORTVERSION= 0.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile index 1adcbee..7649331 100644 --- a/security/hs-monadcryptorandom/Makefile +++ b/security/hs-monadcryptorandom/Makefile @@ -2,7 +2,7 @@ PORTNAME= monadcryptorandom PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile index 94ed1bc..b382a45 100644 --- a/security/hs-pem/Makefile +++ b/security/hs-pem/Makefile @@ -2,7 +2,7 @@ PORTNAME= pem PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pureMD5/Makefile b/security/hs-pureMD5/Makefile index d6fb678..967d375 100644 --- a/security/hs-pureMD5/Makefile +++ b/security/hs-pureMD5/Makefile @@ -2,7 +2,7 @@ PORTNAME= pureMD5 PORTVERSION= 2.1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pwstore-fast/Makefile b/security/hs-pwstore-fast/Makefile index fd4d601..268afd0 100644 --- a/security/hs-pwstore-fast/Makefile +++ b/security/hs-pwstore-fast/Makefile @@ -2,7 +2,7 @@ PORTNAME= pwstore-fast PORTVERSION= 2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-skein/Makefile b/security/hs-skein/Makefile index 478af8f..ff8bd1a 100644 --- a/security/hs-skein/Makefile +++ b/security/hs-skein/Makefile @@ -2,6 +2,7 @@ PORTNAME= skein PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-tls-extra/Makefile b/security/hs-tls-extra/Makefile index 74e481b..ac3543c 100644 --- a/security/hs-tls-extra/Makefile +++ b/security/hs-tls-extra/Makefile @@ -2,7 +2,7 @@ PORTNAME= tls-extra PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile index db3fb7d..108c032 100644 --- a/security/hs-tls/Makefile +++ b/security/hs-tls/Makefile @@ -2,7 +2,7 @@ PORTNAME= tls PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/w3af/Makefile b/security/w3af/Makefile index 19e83aa..b6f1cee 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -3,7 +3,7 @@ PORTNAME= w3af DISTVERSION= 1.0-rc4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION} diff --git a/sysutils/dircomp/Makefile b/sysutils/dircomp/Makefile index 34e92bb..315ccd8 100644 --- a/sysutils/dircomp/Makefile +++ b/sysutils/dircomp/Makefile @@ -3,7 +3,7 @@ PORTNAME= DirComp PORTVERSION= 1.3.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME:S/C/c/}-${PORTVERSION}/ diff --git a/sysutils/grub2-efi/Makefile b/sysutils/grub2-efi/Makefile index 6b60424..dd88f47 100644 --- a/sysutils/grub2-efi/Makefile +++ b/sysutils/grub2-efi/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2-efi PORTVERSION= 2.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= GNU/grub DISTNAME= grub-${PORTVERSION} diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 8344260..9d94a2b 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2 PORTVERSION= 2.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= GNU/grub DISTNAME= grub-${PORTVERSION} diff --git a/sysutils/hachoir-wx/Makefile b/sysutils/hachoir-wx/Makefile index c7316b6..ce16581 100644 --- a/sysutils/hachoir-wx/Makefile +++ b/sysutils/hachoir-wx/Makefile @@ -3,7 +3,7 @@ PORTNAME= hachoir-wx PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP diff --git a/sysutils/hs-angel/Makefile b/sysutils/hs-angel/Makefile index dcae9d2..82f998f 100644 --- a/sysutils/hs-angel/Makefile +++ b/sysutils/hs-angel/Makefile @@ -2,7 +2,7 @@ PORTNAME= angel PORTVERSION= 0.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/hs-cpu/Makefile b/sysutils/hs-cpu/Makefile index 6695bf1..b8a414a 100644 --- a/sysutils/hs-cpu/Makefile +++ b/sysutils/hs-cpu/Makefile @@ -2,7 +2,7 @@ PORTNAME= cpu PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils haskell MAINTAINER= haskell@FreeBSD.org diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile index cf1de8b..52a3d4d 100644 --- a/sysutils/iextract/Makefile +++ b/sysutils/iextract/Makefile @@ -3,7 +3,7 @@ PORTNAME= IExtract PORTVERSION= 0.9.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/sysutils/kshutdown-kde4/Makefile b/sysutils/kshutdown-kde4/Makefile index 849698e..4ca0fdf 100644 --- a/sysutils/kshutdown-kde4/Makefile +++ b/sysutils/kshutdown-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kshutdown DISTVERSION= 3.0beta6 +PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KShutdown/3.0%20Beta%206/ DISTNAME= ${PORTNAME}-source-${DISTVERSION} diff --git a/sysutils/replicant/Makefile b/sysutils/replicant/Makefile index fffe2c3..b0b6337 100644 --- a/sysutils/replicant/Makefile +++ b/sysutils/replicant/Makefile @@ -3,6 +3,7 @@ PORTNAME= replicant PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://hyperdex.org/src/ diff --git a/textproc/R-cran-R2HTML/Makefile b/textproc/R-cran-R2HTML/Makefile index 8d6f8c0..125135a 100644 --- a/textproc/R-cran-R2HTML/Makefile +++ b/textproc/R-cran-R2HTML/Makefile @@ -3,7 +3,7 @@ PORTNAME= R2HTML PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile index 5041b5a..404d09b 100644 --- a/textproc/R-cran-XML/Makefile +++ b/textproc/R-cran-XML/Makefile @@ -3,6 +3,7 @@ PORTNAME= XML DISTVERSION= 3.98-1.1 +PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index 264b909..38e589a 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -3,7 +3,7 @@ PORTNAME= stringr PORTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile index da7fb2e..00bec74 100644 --- a/textproc/R-cran-xtable/Makefile +++ b/textproc/R-cran-xtable/Makefile @@ -3,7 +3,7 @@ PORTNAME= xtable DISTVERSION= 1.7-1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index c7d62d7..4175daa 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -3,6 +3,7 @@ PORTNAME= ctpp2 PORTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ diff --git a/textproc/hs-Diff/Makefile b/textproc/hs-Diff/Makefile index f295993..6867558 100644 --- a/textproc/hs-Diff/Makefile +++ b/textproc/hs-Diff/Makefile @@ -3,7 +3,7 @@ PORTNAME= Diff PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-HStringTemplate/Makefile b/textproc/hs-HStringTemplate/Makefile index 6c56b8d..6f992a1 100644 --- a/textproc/hs-HStringTemplate/Makefile +++ b/textproc/hs-HStringTemplate/Makefile @@ -2,7 +2,7 @@ PORTNAME= HStringTemplate PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index 72ef73c..4cf9e7b 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -3,6 +3,7 @@ PORTNAME= HaXml PORTVERSION= 1.24 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-attoparsec-conduit/Makefile b/textproc/hs-attoparsec-conduit/Makefile index 7cae821..a9e31a1 100644 --- a/textproc/hs-attoparsec-conduit/Makefile +++ b/textproc/hs-attoparsec-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= attoparsec-conduit PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile index 65d0066..6863941 100644 --- a/textproc/hs-attoparsec-enumerator/Makefile +++ b/textproc/hs-attoparsec-enumerator/Makefile @@ -2,7 +2,7 @@ PORTNAME= attoparsec-enumerator PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-attoparsec/Makefile b/textproc/hs-attoparsec/Makefile index 8e4f8e9..f80352d 100644 --- a/textproc/hs-attoparsec/Makefile +++ b/textproc/hs-attoparsec/Makefile @@ -2,7 +2,7 @@ PORTNAME= attoparsec PORTVERSION= 0.10.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-blaze-html/Makefile b/textproc/hs-blaze-html/Makefile index d15b261..09f4b98 100644 --- a/textproc/hs-blaze-html/Makefile +++ b/textproc/hs-blaze-html/Makefile @@ -2,6 +2,7 @@ PORTNAME= blaze-html PORTVERSION= 0.6.1.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-blaze-markup/Makefile b/textproc/hs-blaze-markup/Makefile index 2a118c9..8a7ccb2 100644 --- a/textproc/hs-blaze-markup/Makefile +++ b/textproc/hs-blaze-markup/Makefile @@ -2,6 +2,7 @@ PORTNAME= blaze-markup PORTVERSION= 0.5.1.5 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-bytestring-csv/Makefile b/textproc/hs-bytestring-csv/Makefile index bf1c8f9..1cd6d0a 100644 --- a/textproc/hs-bytestring-csv/Makefile +++ b/textproc/hs-bytestring-csv/Makefile @@ -3,7 +3,7 @@ PORTNAME= bytestring-csv PORTVERSION= 0.1.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-case-insensitive/Makefile b/textproc/hs-case-insensitive/Makefile index d170ff6..4e67783 100644 --- a/textproc/hs-case-insensitive/Makefile +++ b/textproc/hs-case-insensitive/Makefile @@ -2,6 +2,7 @@ PORTNAME= case-insensitive PORTVERSION= 1.0.0.2 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-citeproc-hs/Makefile b/textproc/hs-citeproc-hs/Makefile index 11841be..021cbdd 100644 --- a/textproc/hs-citeproc-hs/Makefile +++ b/textproc/hs-citeproc-hs/Makefile @@ -2,7 +2,7 @@ PORTNAME= citeproc-hs PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-csv/Makefile b/textproc/hs-csv/Makefile index d3a1bc3..2331e77 100644 --- a/textproc/hs-csv/Makefile +++ b/textproc/hs-csv/Makefile @@ -3,7 +3,7 @@ PORTNAME= csv PORTVERSION= 0.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile index 253b969..a0b52a5 100644 --- a/textproc/hs-double-conversion/Makefile +++ b/textproc/hs-double-conversion/Makefile @@ -2,7 +2,7 @@ PORTNAME= double-conversion PORTVERSION= 0.2.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-feed/Makefile b/textproc/hs-feed/Makefile index 531afff..c8bbe9b 100644 --- a/textproc/hs-feed/Makefile +++ b/textproc/hs-feed/Makefile @@ -3,7 +3,7 @@ PORTNAME= feed PORTVERSION= 0.3.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hexpat/Makefile b/textproc/hs-hexpat/Makefile index a741bf8..23a350b 100644 --- a/textproc/hs-hexpat/Makefile +++ b/textproc/hs-hexpat/Makefile @@ -2,7 +2,7 @@ PORTNAME= hexpat PORTVERSION= 0.20.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-highlighting-kate/Makefile b/textproc/hs-highlighting-kate/Makefile index 4668a55..f37b36c 100644 --- a/textproc/hs-highlighting-kate/Makefile +++ b/textproc/hs-highlighting-kate/Makefile @@ -2,6 +2,7 @@ PORTNAME= highlighting-kate PORTVERSION= 0.5.3.9 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hs-bibutils/Makefile b/textproc/hs-hs-bibutils/Makefile index dd6f678..e19a498 100644 --- a/textproc/hs-hs-bibutils/Makefile +++ b/textproc/hs-hs-bibutils/Makefile @@ -2,6 +2,7 @@ PORTNAME= hs-bibutils PORTVERSION= 5.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-html-conduit/Makefile b/textproc/hs-html-conduit/Makefile index b47935f..0e120bc 100644 --- a/textproc/hs-html-conduit/Makefile +++ b/textproc/hs-html-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= html-conduit PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-html/Makefile b/textproc/hs-html/Makefile index 9754416..b2c3c1b 100644 --- a/textproc/hs-html/Makefile +++ b/textproc/hs-html/Makefile @@ -2,7 +2,7 @@ PORTNAME= html PORTVERSION= 1.0.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt-charproperties/Makefile b/textproc/hs-hxt-charproperties/Makefile index a1c5c4b..ff07ab1 100644 --- a/textproc/hs-hxt-charproperties/Makefile +++ b/textproc/hs-hxt-charproperties/Makefile @@ -2,7 +2,7 @@ PORTNAME= hxt-charproperties PORTVERSION= 9.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile index 7cdbdea..f88a2fa 100644 --- a/textproc/hs-hxt-regex-xmlschema/Makefile +++ b/textproc/hs-hxt-regex-xmlschema/Makefile @@ -2,7 +2,7 @@ PORTNAME= hxt-regex-xmlschema PORTVERSION= 9.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt-unicode/Makefile b/textproc/hs-hxt-unicode/Makefile index 2b51927..c8f2f78 100644 --- a/textproc/hs-hxt-unicode/Makefile +++ b/textproc/hs-hxt-unicode/Makefile @@ -2,7 +2,7 @@ PORTNAME= hxt-unicode PORTVERSION= 9.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile index 68007ca..4b69ac1 100644 --- a/textproc/hs-hxt/Makefile +++ b/textproc/hs-hxt/Makefile @@ -2,7 +2,7 @@ PORTNAME= hxt PORTVERSION= 9.3.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile index ab6390d..5a86043 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -3,7 +3,7 @@ PORTNAME= lhs2tex PORTVERSION= 1.18.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-libxml/Makefile b/textproc/hs-libxml/Makefile index 5af3a5a..c834cf6 100644 --- a/textproc/hs-libxml/Makefile +++ b/textproc/hs-libxml/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxml PORTVERSION= 0.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-pandoc-types/Makefile b/textproc/hs-pandoc-types/Makefile index 4efc82d..4410f1a 100644 --- a/textproc/hs-pandoc-types/Makefile +++ b/textproc/hs-pandoc-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= pandoc-types PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index a408f11..dea726b 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -3,7 +3,7 @@ PORTNAME= pandoc PORTVERSION= 1.11.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-parsec/Makefile b/textproc/hs-parsec/Makefile index 687fe10..bf2da0a 100644 --- a/textproc/hs-parsec/Makefile +++ b/textproc/hs-parsec/Makefile @@ -2,7 +2,7 @@ PORTNAME= parsec PORTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-polyparse/Makefile b/textproc/hs-polyparse/Makefile index 19d88e5..5a1eff0 100644 --- a/textproc/hs-polyparse/Makefile +++ b/textproc/hs-polyparse/Makefile @@ -2,6 +2,7 @@ PORTNAME= polyparse PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-base/Makefile b/textproc/hs-regex-base/Makefile index 69b89a4..3837e03 100644 --- a/textproc/hs-regex-base/Makefile +++ b/textproc/hs-regex-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-base PORTVERSION= 0.93.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-compat/Makefile b/textproc/hs-regex-compat/Makefile index 4d17ec6..315b81b 100644 --- a/textproc/hs-regex-compat/Makefile +++ b/textproc/hs-regex-compat/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-compat PORTVERSION= 0.95.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-pcre-builtin/Makefile b/textproc/hs-regex-pcre-builtin/Makefile index 3fed4af..93d2d01 100644 --- a/textproc/hs-regex-pcre-builtin/Makefile +++ b/textproc/hs-regex-pcre-builtin/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-pcre-builtin PORTVERSION= 0.94.4.5.8.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile index 07d98e5..77cf7bd 100644 --- a/textproc/hs-regex-posix/Makefile +++ b/textproc/hs-regex-posix/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-posix PORTVERSION= 0.95.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-tdfa/Makefile b/textproc/hs-regex-tdfa/Makefile index 2153391..a6e0d43 100644 --- a/textproc/hs-regex-tdfa/Makefile +++ b/textproc/hs-regex-tdfa/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-tdfa PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile index ba8ca45..971625f 100644 --- a/textproc/hs-stringsearch/Makefile +++ b/textproc/hs-stringsearch/Makefile @@ -3,7 +3,7 @@ PORTNAME= stringsearch PORTVERSION= 0.3.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-tagsoup/Makefile b/textproc/hs-tagsoup/Makefile index cb79ccb..c279259 100644 --- a/textproc/hs-tagsoup/Makefile +++ b/textproc/hs-tagsoup/Makefile @@ -3,7 +3,7 @@ PORTNAME= tagsoup PORTVERSION= 0.12.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-tagstream-conduit/Makefile b/textproc/hs-tagstream-conduit/Makefile index 3876886..6824db5 100644 --- a/textproc/hs-tagstream-conduit/Makefile +++ b/textproc/hs-tagstream-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= tagstream-conduit PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index 00c9d70..4884cb3 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -3,6 +3,7 @@ PORTNAME= texmath PORTVERSION= 0.6.1.5 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xhtml/Makefile b/textproc/hs-xhtml/Makefile index 8cfe1be..fb06319 100644 --- a/textproc/hs-xhtml/Makefile +++ b/textproc/hs-xhtml/Makefile @@ -2,7 +2,7 @@ PORTNAME= xhtml PORTVERSION= 3000.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xml-conduit/Makefile b/textproc/hs-xml-conduit/Makefile index 93d05b1..81cca62 100644 --- a/textproc/hs-xml-conduit/Makefile +++ b/textproc/hs-xml-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= xml-conduit PORTVERSION= 1.1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xml-types/Makefile b/textproc/hs-xml-types/Makefile index 6fa98cd..c136211 100644 --- a/textproc/hs-xml-types/Makefile +++ b/textproc/hs-xml-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= xml-types PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xml/Makefile b/textproc/hs-xml/Makefile index 2bb6de1..2eaf2e0 100644 --- a/textproc/hs-xml/Makefile +++ b/textproc/hs-xml/Makefile @@ -3,6 +3,7 @@ PORTNAME= xml PORTVERSION= 1.3.13 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-xmlhtml/Makefile b/textproc/hs-xmlhtml/Makefile index d710638..834e4fa 100644 --- a/textproc/hs-xmlhtml/Makefile +++ b/textproc/hs-xmlhtml/Makefile @@ -2,7 +2,7 @@ PORTNAME= xmlhtml PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-yaml/Makefile b/textproc/hs-yaml/Makefile index 2fc5756..9441a5b 100644 --- a/textproc/hs-yaml/Makefile +++ b/textproc/hs-yaml/Makefile @@ -2,6 +2,7 @@ PORTNAME= yaml PORTVERSION= 0.8.2.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/p5-HTML-CTPP2/Makefile b/textproc/p5-HTML-CTPP2/Makefile index 311535b..4adc24c 100644 --- a/textproc/p5-HTML-CTPP2/Makefile +++ b/textproc/p5-HTML-CTPP2/Makefile @@ -3,6 +3,7 @@ PORTNAME= HTML-CTPP2 PORTVERSION= 2.6.7 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN \ http://ctpp.havoc.ru/download/ diff --git a/textproc/p5-Search-VectorSpace/Makefile b/textproc/p5-Search-VectorSpace/Makefile index eff394f..85d0f3f 100644 --- a/textproc/p5-Search-VectorSpace/Makefile +++ b/textproc/p5-Search-VectorSpace/Makefile @@ -3,7 +3,7 @@ PORTNAME= Search-VectorSpace PORTVERSION= 0.02 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index 7561229..b72965c 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -3,7 +3,7 @@ PORTNAME= enchant PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pyctpp2/Makefile b/textproc/py-pyctpp2/Makefile index 6d74db05..8408b4a 100644 --- a/textproc/py-pyctpp2/Makefile +++ b/textproc/py-pyctpp2/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyctpp2 PORTVERSION= 0.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/R-cran-RgoogleMaps/Makefile b/www/R-cran-RgoogleMaps/Makefile index 69f5c44..d765bb8 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 b97c57a..fd09f8b 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 e7a2daa..06ce47e 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 0949401..bf7eeda 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 41f5a3d..e006d5d 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 ad2298e..56d6053 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 74f1c57..92b54b3 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 6601a86..915e87f 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 0ea7d10..28ce81f 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 6d64857..716d9d7 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 c121536..09a348f 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 cc39db7..19d080b 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 88a13aa..6b89a5a 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 33d0e71..a514f26 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 4dfe12c..14816b5 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 4f4904e..3d648c5 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 831abb2..7d20522 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 1f2688a..2fef530 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 ab54440..5f10277 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 e3f4a79..208660e 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 79ba87c..ed4b98e 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 ff909d4..613affb 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 251fe52..ab716a2 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 6a9aa3f..c78e64d 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 000d55a..5cbe627 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 3cef157..5b9e2ab 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 20ea09d..56f8637 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 d14473c..69f778f 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 8086408..a5507a3 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 9c19eea..93f9713 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 c3064ac..684dcf1 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 e2efe52..3a9cdeb 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 b14f3c1..9b7d904 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 2eb6309..cdb716e 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 810b98b..b9a0a85 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 795c171..2f51b87 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 e9ded9b..e9abced 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 3be03d4..4da7ea7 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 415efef..5b2e6ab 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 5491568..e50c1a0 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 209306d..8e080ac 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 923d054..62a3106 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 6d7134b..9059d0d 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 4ed032b..63a8691 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 cf86c36..61f9afa 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 f5f14c2..645f057 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 6b9bd4c..bc37f8b 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 5d7ea3f..3e1420b 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 bfddedd..a68bb69 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 2214d48..68ff571 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 62af2fd..59c6c0c 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 71344ed..62c177c 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 0a70072..6d9f70c 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 de8f860..7902372 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 4640db0..a8a52ec 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 624d4d7..21b64c1 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 6dd2474..1ec6818 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 5b2ec4f..da9ba38 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 df87a28..eebd7ae 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 ae21f68..72bfa3d 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 3a46609..4f73bf6 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 bf8e219..d8460f1 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 7bb5cb0..8de717a 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 9ac22f7..11d1758 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 8ba36b0..8504674 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} \ diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 4101f55..204064a 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdetoys PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11-clocks/plasma-applet-adjustableclock/Makefile b/x11-clocks/plasma-applet-adjustableclock/Makefile index e445023..1742ff2 100644 --- a/x11-clocks/plasma-applet-adjustableclock/Makefile +++ b/x11-clocks/plasma-applet-adjustableclock/Makefile @@ -2,6 +2,7 @@ PORTNAME= adjustableclock PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= x11-clocks deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- diff --git a/x11-clocks/plasma-applet-geekclock/Makefile b/x11-clocks/plasma-applet-geekclock/Makefile index b64b464..e42ae11 100644 --- a/x11-clocks/plasma-applet-geekclock/Makefile +++ b/x11-clocks/plasma-applet-geekclock/Makefile @@ -2,7 +2,7 @@ PORTNAME= geekclock PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-clocks deskutils kde MASTER_SITES= http://w2f2.com/projects/${PORTNAME}/ PKGNAMEPREFIX= plasma-applet- diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 62e359c..4e93216 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -3,6 +3,7 @@ PORTNAME= worker PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/x11-themes/kde4-style-bespin/Makefile b/x11-themes/kde4-style-bespin/Makefile index 06e6a13..75bbb03 100644 --- a/x11-themes/kde4-style-bespin/Makefile +++ b/x11-themes/kde4-style-bespin/Makefile @@ -3,6 +3,7 @@ PORTNAME= bespin PORTVERSION= 201303202227 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= http://bsd.e-shell.net/local/ DISTFILES= cloudcity-${PORTVERSION}.tar.gz diff --git a/x11-themes/kde4-style-oxygen-transparent/Makefile b/x11-themes/kde4-style-oxygen-transparent/Makefile index 4bc1f76..f37b651 100644 --- a/x11-themes/kde4-style-oxygen-transparent/Makefile +++ b/x11-themes/kde4-style-oxygen-transparent/Makefile @@ -3,6 +3,7 @@ PORTNAME= oxygen-transparent PORTVERSION= 2013.01.02 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= kde4-style- diff --git a/x11-themes/kde4-style-skulpture/Makefile b/x11-themes/kde4-style-skulpture/Makefile index 9283f92..2dda983 100644 --- a/x11-themes/kde4-style-skulpture/Makefile +++ b/x11-themes/kde4-style-skulpture/Makefile @@ -3,7 +3,7 @@ PORTNAME= skulpture PORTVERSION= 0.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= kde4-style- diff --git a/x11-themes/kde4-windeco-crystal/Makefile b/x11-themes/kde4-windeco-crystal/Makefile index 3cd3880..acae24b 100644 --- a/x11-themes/kde4-windeco-crystal/Makefile +++ b/x11-themes/kde4-windeco-crystal/Makefile @@ -3,6 +3,7 @@ PORTNAME= crystal PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= kde-windeco- diff --git a/x11-themes/kde4-windeco-dekorator/Makefile b/x11-themes/kde4-windeco-dekorator/Makefile index c5e3aad..b709eab 100644 --- a/x11-themes/kde4-windeco-dekorator/Makefile +++ b/x11-themes/kde4-windeco-dekorator/Makefile @@ -3,7 +3,7 @@ PORTNAME= dekorator PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= kde4-windeco- diff --git a/x11-themes/kde4-windeco-nitrogen/Makefile b/x11-themes/kde4-windeco-nitrogen/Makefile index 5afb7a0..ef1b803 100644 --- a/x11-themes/kde4-windeco-nitrogen/Makefile +++ b/x11-themes/kde4-windeco-nitrogen/Makefile @@ -3,7 +3,7 @@ PORTNAME= nitrogen PORTVERSION= 3.3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= kde4-windeco- diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile index 8ee486e..f72a495 100644 --- a/x11-themes/kdeartwork4/Makefile +++ b/x11-themes/kdeartwork4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdeartwork PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11-themes/qtcurve-kde4/Makefile b/x11-themes/qtcurve-kde4/Makefile index 1f2043d..210bb1d 100644 --- a/x11-themes/qtcurve-kde4/Makefile +++ b/x11-themes/qtcurve-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= qtcurve PORTVERSION= 1.8.14 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://craigd.wikispaces.com/file/view/ PKGNAMEPREFIX= kde4-style- diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile index e950d7c..76b6e68 100644 --- a/x11-toolkits/c++-gtk-utils/Makefile +++ b/x11-toolkits/c++-gtk-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= c++-gtk-utils PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION} diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 4d08f95..27abe04 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -3,7 +3,7 @@ PORTNAME= gigi PORTVERSION= 0.8.0.1074 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile index bdf0dd5..8a1be58 100644 --- a/x11-toolkits/hs-GLURaw/Makefile +++ b/x11-toolkits/hs-GLURaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= GLURaw PORTVERSION= 1.3.0.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 1d25f5c..eb3d5d9 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -3,6 +3,7 @@ PORTNAME= GLUT PORTVERSION= 2.4.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 9c8f887..5680b1f 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -3,6 +3,7 @@ PORTNAME= OpenGL PORTVERSION= 2.8.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile index ab37b35..108627f 100644 --- a/x11-toolkits/hs-OpenGLRaw/Makefile +++ b/x11-toolkits/hs-OpenGLRaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= OpenGLRaw PORTVERSION= 1.3.0.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index f3a4df3..5caa96a 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtk PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 79be8ed..1c210aa 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtk2hs PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-gtkglext/Makefile b/x11-toolkits/hs-gtkglext/Makefile index aeed712..5693481 100644 --- a/x11-toolkits/hs-gtkglext/Makefile +++ b/x11-toolkits/hs-gtkglext/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtkglext PORTVERSION= 0.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile index 3ddbe73..58f1e67 100644 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtksourceview2 PORTVERSION= 0.12.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index a2c2efd..04ef1fa 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -2,7 +2,7 @@ PORTNAME= pango PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile index 1d5ce7e..2eb5fcf 100644 --- a/x11-toolkits/hs-vte/Makefile +++ b/x11-toolkits/hs-vte/Makefile @@ -2,7 +2,7 @@ PORTNAME= vte PORTVERSION= 0.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile index cc470ec..cfefdbc 100644 --- a/x11-toolkits/hs-wx/Makefile +++ b/x11-toolkits/hs-wx/Makefile @@ -2,7 +2,7 @@ PORTNAME= wx PORTVERSION= 0.90.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index f4be5dc..181d75f 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -2,7 +2,7 @@ PORTNAME= wxc PORTVERSION= 0.90.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile index b8267992..9e36bb1 100644 --- a/x11-toolkits/hs-wxcore/Makefile +++ b/x11-toolkits/hs-wxcore/Makefile @@ -2,7 +2,7 @@ PORTNAME= wxcore PORTVERSION= 0.90.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile index f9b5d32..e19fb7e 100644 --- a/x11-toolkits/hs-wxdirect/Makefile +++ b/x11-toolkits/hs-wxdirect/Makefile @@ -2,7 +2,7 @@ PORTNAME= wxdirect PORTVERSION= 0.90.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index 87b81b9..25abc80 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -3,6 +3,7 @@ PORTNAME= mygui PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics devel MASTER_SITES= SF/my-gui/MyGUI/MyGUI_${PORTVERSION} DISTNAME= MyGUI_${PORTVERSION} diff --git a/x11-toolkits/py-SquareMap/Makefile b/x11-toolkits/py-SquareMap/Makefile index d8cf35c..efcf6cf 100644 --- a/x11-toolkits/py-SquareMap/Makefile +++ b/x11-toolkits/py-SquareMap/Makefile @@ -3,6 +3,7 @@ PORTNAME= SquareMap PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index 05a5b01..ffe78cb 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkglext PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF/${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index c158a63..bd9c0ff 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -3,7 +3,7 @@ PORTNAME= kivy PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits python MASTER_SITES= LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-pyqwt/Makefile b/x11-toolkits/py-pyqwt/Makefile index 986f2af..f912266 100644 --- a/x11-toolkits/py-pyqwt/Makefile +++ b/x11-toolkits/py-pyqwt/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyqwt PORTVERSION= 5.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}5/PyQwt-${PORTVERSION} diff --git a/x11-toolkits/py-traitsbackendwx/Makefile b/x11-toolkits/py-traitsbackendwx/Makefile index 6d5ed1f..42fd2c5 100644 --- a/x11-toolkits/py-traitsbackendwx/Makefile +++ b/x11-toolkits/py-traitsbackendwx/Makefile @@ -3,7 +3,7 @@ PORTNAME= traitsbackendwx PORTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-traitsgui/Makefile b/x11-toolkits/py-traitsgui/Makefile index 3bc818b..a5f5d39 100644 --- a/x11-toolkits/py-traitsgui/Makefile +++ b/x11-toolkits/py-traitsgui/Makefile @@ -3,7 +3,7 @@ PORTNAME= traitsgui PORTVERSION= 3.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index 9875602..893d981 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -3,7 +3,7 @@ PORTNAME= wax PORTVERSION= 0.3.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits devel python MASTER_SITES= SF/${PORTNAME}gui/${PORTNAME}gui/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-wxPython26-common/Makefile b/x11-toolkits/py-wxPython26-common/Makefile index 05373a6..6915ec7 100644 --- a/x11-toolkits/py-wxPython26-common/Makefile +++ b/x11-toolkits/py-wxPython26-common/Makefile @@ -1,7 +1,7 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 WITH_COMMON_ONLY= yes diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 349a87d..22dba0c 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxPython PORTVERSION= 2.6.3.3 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-wxPython28-common/Makefile b/x11-toolkits/py-wxPython28-common/Makefile index 17c4d9c..281123b 100644 --- a/x11-toolkits/py-wxPython28-common/Makefile +++ b/x11-toolkits/py-wxPython28-common/Makefile @@ -1,7 +1,7 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 WITH_COMMON_ONLY= yes diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 83d590e..85ca4d0 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxPython PORTVERSION= 2.8.12.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index e1a1a70..1d0ae0c 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmonad-contrib PORTVERSION= 0.11.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index ec28b61..686778c 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmonad PORTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-wm/obapps/Makefile b/x11-wm/obapps/Makefile index 3dfad3a..2b454ea 100644 --- a/x11-wm/obapps/Makefile +++ b/x11-wm/obapps/Makefile @@ -3,6 +3,7 @@ PORTNAME= obapps PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/ \ SF/nemysisfreebsdp/:icons diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index 80bbd40..1e416c8 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -2,7 +2,7 @@ PORTNAME= X11-xft PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 2fb82fa..5e1a2a2 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -3,7 +3,7 @@ PORTNAME= X11 PORTVERSION= 1.6.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 3af8bbcc..5461858 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmobar PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/kactivities/Makefile b/x11/kactivities/Makefile index d16e63f..f79340e 100644 --- a/x11/kactivities/Makefile +++ b/x11/kactivities/Makefile @@ -2,7 +2,7 @@ PORTNAME= kactivities PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/kactivitymanagerd/Makefile b/x11/kactivitymanagerd/Makefile index e1ac529..d3931d2 100644 --- a/x11/kactivitymanagerd/Makefile +++ b/x11/kactivitymanagerd/Makefile @@ -2,7 +2,7 @@ PORTNAME= kactivitymanagerd PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 2f5349e..b143479 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -2,6 +2,7 @@ PORTNAME= kde-baseapps PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 6be9236..5b27630 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -2,6 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index d7831f2..808a2df 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -2,6 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index dc49806..0f025e7 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kde PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none diff --git a/x11/plasma-scriptengine-python/Makefile b/x11/plasma-scriptengine-python/Makefile index ef4e2f9..37ca8d1 100644 --- a/x11/plasma-scriptengine-python/Makefile +++ b/x11/plasma-scriptengine-python/Makefile @@ -2,6 +2,7 @@ PORTNAME= plasma-scriptengine-python PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile index f777900..4041f0a 100644 --- a/x11/plasma-scriptengine-ruby/Makefile +++ b/x11/plasma-scriptengine-ruby/Makefile @@ -2,6 +2,7 @@ PORTNAME= plasma-scriptengine-ruby PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src |