diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /ports-mgmt | |
parent | 7b9437e30c95045aa377caf6385cfb927a100461 (diff) | |
download | ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.tar.gz ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.zip |
Chase libgmp and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=233833
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/hs-porte/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/porte/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ports-mgmt/hs-porte/Makefile b/ports-mgmt/hs-porte/Makefile index 278301a95f12..5b4995ef820d 100644 --- a/ports-mgmt/hs-porte/Makefile +++ b/ports-mgmt/hs-porte/Makefile @@ -6,6 +6,7 @@ PORTNAME= porte PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= ports-mgmt haskell MASTER_SITES= http://carte.repnop.org/releases/ @@ -14,7 +15,7 @@ COMMENT= FreeBSD ports index search and statistical analysis tool BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ hs-stringsearch>=0.2.1.1:${PORTSDIR}/textproc/hs-stringsearch -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 CABAL= ${LOCALBASE}/bin/runghc Setup.hs GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` diff --git a/ports-mgmt/porte/Makefile b/ports-mgmt/porte/Makefile index 278301a95f12..5b4995ef820d 100644 --- a/ports-mgmt/porte/Makefile +++ b/ports-mgmt/porte/Makefile @@ -6,6 +6,7 @@ PORTNAME= porte PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= ports-mgmt haskell MASTER_SITES= http://carte.repnop.org/releases/ @@ -14,7 +15,7 @@ COMMENT= FreeBSD ports index search and statistical analysis tool BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ hs-stringsearch>=0.2.1.1:${PORTSDIR}/textproc/hs-stringsearch -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 CABAL= ${LOCALBASE}/bin/runghc Setup.hs GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` |