diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 03:54:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 03:54:50 +0000 |
commit | 4cfd5f88de1cd68c8c264abcff0e9fe60f567a17 (patch) | |
tree | 533c1119a4534f53b5559190c494f879f89042c0 | |
parent | Update to 1.2.1 (diff) |
Switch autoconf dependency to 2.61.
PR: ports/116639
Submitted by: aDe
Notes
Notes:
svn path=/head/; revision=200401
-rw-r--r-- | lang/ghc/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index ec53ae67f256..8dc0584006f0 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -6,7 +6,7 @@ PORTNAME= ghc PORTVERSION= 6.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot \ @@ -24,7 +24,7 @@ BOOT_DIST4= ghc-${PORTVERSION}-i386-unknown-freebsd4-boot${EXTRACT_SUFX}:boot BOOT_DIST5= ghc-${PORTVERSION}-i386-unknown-freebsd5-boot${EXTRACT_SUFX}:boot BOOT_DIST= ghc-${PORTVERSION}-i386-unknown-freebsd6-boot${EXTRACT_SUFX}:boot -USE_AUTOTOOLS= autoconf:259:env +USE_AUTOTOOLS= autoconf:261:env USE_BZIP2= yes LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 037b3e3b43e5..1c8b25e98115 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client NO_LATEST_LINK= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GMAKE= yes PATCH_STRIP= CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 037b3e3b43e5..1c8b25e98115 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client NO_LATEST_LINK= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GMAKE= yes PATCH_STRIP= CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 037b3e3b43e5..1c8b25e98115 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client NO_LATEST_LINK= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GMAKE= yes PATCH_STRIP= CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 037b3e3b43e5..1c8b25e98115 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client NO_LATEST_LINK= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GMAKE= yes PATCH_STRIP= CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ |