diff options
114 files changed, 211 insertions, 154 deletions
| diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile index 36c956b0521f..bad237111bce 100644 --- a/archivers/hs-zlib/Makefile +++ b/archivers/hs-zlib/Makefile @@ -6,7 +6,7 @@  PORTNAME=	zlib  PORTVERSION=	0.5.0.0 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	archivers haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \  		http://kerneled.org/tmp/ @@ -16,7 +16,7 @@ MAINTAINER=	sbahra@kerneled.org  COMMENT=	Pure Haskell interface to the C zlib library  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc -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/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile index 709c94557ab9..7b23917aedb8 100644 --- a/audio/cheesetracker/Makefile +++ b/audio/cheesetracker/Makefile @@ -8,7 +8,7 @@  PORTNAME=	cheesetracker  PORTVERSION=	0.9.15.4 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	audio  MASTER_SITES=	SF @@ -37,7 +37,7 @@ BROKEN=		Does not compile on alpha  .endif  .if ${ARCH} != "i386" -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  .endif  post-patch: diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/devel/avr-gcc-devel/Makefile b/devel/avr-gcc-devel/Makefile index 0c4f009430ba..ddb574d4b0b8 100644 --- a/devel/avr-gcc-devel/Makefile +++ b/devel/avr-gcc-devel/Makefile @@ -7,7 +7,7 @@  PORTNAME=	gcc-devel  PORTVERSION=	4.3.1 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	devel  MASTER_SITES=	${MASTER_SITE_GCC}  MASTER_SITES+=	http://people.freebsd.org/~joerg/:local @@ -24,7 +24,7 @@ COMMENT=	FSF GCC 4.3.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.3:${PORTSDIR}/math/mpfr \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS=	avr-as:${PORTSDIR}/devel/avr-binutils \  		avr-ld:${PORTSDIR}/devel/avr-binutils diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index 612a562110c1..100774211db8 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -7,7 +7,7 @@  PORTNAME?=	gcc  PORTVERSION=	4.3.2 -PORTREVISION=	0 +PORTREVISION=	1  CATEGORIES=	devel  MASTER_SITES=	${MASTER_SITE_GCC:S,$,:gcc,} \  		${MASTER_SITE_SOURCEWARE:S,$,:newlib,} @@ -23,7 +23,7 @@ PATCH_DIST_STRIP=	-p1  MAINTAINER=	stas@FreeBSD.org  COMMENT=	GNU gcc for cross-target development -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  # diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 06e76063eded..e81c5fbdb9e0 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -7,6 +7,7 @@  PORTNAME=	darcs  PORTVERSION=	2.2.0 +PORTREVISION=	1  CATEGORIES=	devel  MASTER_SITES=	http://darcs.net/ @@ -15,7 +16,7 @@ COMMENT=	Yet another replacement for CVS, written in Haskell  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc  LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  OPTIONS=	SERVER "install server" on  GNU_CONFIGURE=	yes diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile index 5d26bc285f90..4637153f801f 100644 --- a/devel/djgpp-gcc/Makefile +++ b/devel/djgpp-gcc/Makefile @@ -32,7 +32,7 @@ BUILD_DEPENDS=	${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \  		autoconf-2.62:${PORTSDIR}/devel/autoconf262 \  		aclocal-1.9:${PORTSDIR}/devel/automake19  .if defined(WITH_FORTRAN) -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  .endif  RUN_DEPENDS=	${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ diff --git a/devel/hs-Stream/Makefile b/devel/hs-Stream/Makefile index 039799b83089..bddb042ce43c 100644 --- a/devel/hs-Stream/Makefile +++ b/devel/hs-Stream/Makefile @@ -6,6 +6,7 @@  PORTNAME=	Stream  PORTVERSION=	0.2.6 +PORTREVISION=	1  CATEGORIES=	devel haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \  		http://carte.kerneled.org/mirror/ @@ -15,7 +16,7 @@ MAINTAINER=	sbahra@kerneled.org  COMMENT=	A Haskell library for manipulating infinite lists  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CABAL=		${LOCALBASE}/bin/runghc Setup.lhs  GHC_VERSION=	`${LOCALBASE}/bin/ghc --numeric-version` diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 9d7b7e5a4ab8..83cfd273e6b0 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -7,6 +7,7 @@  PORTNAME=	c2hs  PORTVERSION=	0.16.0 +PORTREVISION=	1  CATEGORIES=	devel haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/  PKGNAMEPREFIX=	hs- @@ -17,7 +18,7 @@ COMMENT=	C->Haskell, an Interface Generator for Haskell  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \  		hs-language-c-ghc>=0.3.1.1:${PORTSDIR}/devel/hs-language-c-ghc  RUN_DEPENDS=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  .include <bsd.port.pre.mk> diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index bc3324809f9b..09d85b1d1b05 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -7,6 +7,7 @@  PORTNAME=	cpphs  PORTVERSION=	1.6 +PORTREVISION=	1  CATEGORIES=	devel haskell  MASTER_SITES=	http://www.cs.york.ac.uk/fp/cpphs/  PKGNAMEPREFIX=	hs- @@ -15,7 +16,7 @@ MAINTAINER=	haskell@FreeBSD.org  COMMENT=	A simplified re-implementation of cpp in Haskell  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  PLIST_FILES=	bin/cpphs diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 06e76063eded..e81c5fbdb9e0 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -7,6 +7,7 @@  PORTNAME=	darcs  PORTVERSION=	2.2.0 +PORTREVISION=	1  CATEGORIES=	devel  MASTER_SITES=	http://darcs.net/ @@ -15,7 +16,7 @@ COMMENT=	Yet another replacement for CVS, written in Haskell  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc  LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  OPTIONS=	SERVER "install server" on  GNU_CONFIGURE=	yes diff --git a/devel/hs-dlist/Makefile b/devel/hs-dlist/Makefile index 3a550cb7ad08..4ae4f45ad277 100644 --- a/devel/hs-dlist/Makefile +++ b/devel/hs-dlist/Makefile @@ -6,6 +6,7 @@  PORTNAME=	dlist  PORTVERSION=	0.4.1 +PORTREVISION=	1  CATEGORIES=	devel haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \  		http://carte.kerneled.org/mirror/ @@ -15,7 +16,7 @@ MAINTAINER=	sbahra@kerneled.org  COMMENT=	A list-like type supporting O(1) append for Haskell  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CABAL=		${LOCALBASE}/bin/runghc Setup.lhs  GHC_VERSION=	`${LOCALBASE}/bin/ghc --numeric-version` diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile index 8d650455fadb..2f16e0607427 100644 --- a/devel/hs-uuagc/Makefile +++ b/devel/hs-uuagc/Makefile @@ -7,6 +7,7 @@  PORTNAME=	uuagc  PORTVERSION=	0.9.7 +PORTREVISION=	1  CATEGORIES=	devel haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/  PKGNAMEPREFIX=	hs- @@ -16,7 +17,7 @@ COMMENT=	Attribute Grammar System of Universiteit Utrecht  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc \  		hs-uulib>=0.9.5:${PORTSDIR}/devel/hs-uulib -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  GHC_VERSION=	6.8.3 diff --git a/devel/libYGP/Makefile b/devel/libYGP/Makefile index a5575fc59fac..37d29c6a7295 100644 --- a/devel/libYGP/Makefile +++ b/devel/libYGP/Makefile @@ -7,6 +7,7 @@  PORTNAME?=	libYGP  PORTVERSION=	0.9.10 +PORTREVISION=	1  CATEGORIES=	devel  MASTER_SITES=	SF/libymp  DISTNAME=	libYGP-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME=	libYGP-${PORTVERSION}  MAINTAINER=	ports@FreeBSD.org  COMMENT=	Yet another General Purpose library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_BZIP2=	yes  GNU_CONFIGURE=	yes diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile index ed7de6c273d0..0167ce5cff79 100644 --- a/devel/libuninum/Makefile +++ b/devel/libuninum/Makefile @@ -7,13 +7,14 @@  PORTNAME=	libuninum  PORTVERSION=	2.7 +PORTREVISION=	1  CATEGORIES=	devel  MASTER_SITES=	http://billposer.org/Software/Downloads/  MAINTAINER=	clsung@FreeBSD.org  COMMENT=	Library for converting Unicode strings to numbers -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  GNU_CONFIGURE=	yes  CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}" diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 06a116abe894..bd6d288e9535 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -114,7 +114,7 @@ PLIST_SUB+=	OBJCXX="@comment "  .if defined(WITH_LANG_FORTRAN)  DISTFILES+=	gcc-fortran-${GCCVERSION}${EXTRACT_SUFX} -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} \  		--with-mpfr=${LOCALBASE} diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index bcb7004b55b6..45cdeb4b40bd 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -8,7 +8,7 @@  PORTNAME=	ppl  PORTVERSION=	0.9 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	devel  MASTER_SITES=	ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \  		http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/ @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR=	${PORTVERSION}  MAINTAINER=	ports@FreeBSD.org  COMMENT=	The Parma Polyhedra Library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_GMAKE=	yes  USE_GNOME=	gnometarget diff --git a/devel/root/Makefile b/devel/root/Makefile index 2ec07b968f47..f28441124779 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -7,7 +7,7 @@  PORTNAME=		root  PORTVERSION=		5.02.00 -PORTREVISION=	4 +PORTREVISION=	5  CATEGORIES=		devel science math  MASTER_SITES=		ftp://root.cern.ch/root/  DISTNAME=		${PORTNAME}_v${PORTVERSION}.source @@ -33,7 +33,7 @@ LIB_DEPENDS=		freetype.9:${PORTSDIR}/print/freetype2  LIB_DEPENDS+=		jpeg.9:${PORTSDIR}/graphics/jpeg  LIB_DEPENDS+=		tiff.4:${PORTSDIR}/graphics/tiff  LIB_DEPENDS+=		png.5:${PORTSDIR}/graphics/png -LIB_DEPENDS+=		gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=		gmp.8:${PORTSDIR}/math/libgmp4  USE_OPENSSL=		yes  USE_GMAKE=		yes  USE_XORG=		xpm x11 diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile index f0397a160a7d..e64de9b8c3b2 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -7,13 +7,14 @@  PORTNAME=	sfslite  PORTVERSION=	1.2.3 +PORTREVISION=	1  CATEGORIES=	devel  MASTER_SITES=	http://dist.okws.org/dist/  MAINTAINER=	ports@okws.org  COMMENT=	Standard version of the sfslite library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CONFIGURE_ARGS=	--with-gmp=${LOCALBASE} diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile index a82bd1233807..c3f86972a02a 100644 --- a/dns/dhid/Makefile +++ b/dns/dhid/Makefile @@ -7,13 +7,14 @@  PORTNAME=	dhid  PORTVERSION=	5.5 +PORTREVISION=	1  CATEGORIES=	dns  MASTER_SITES=	ftp://ftp.dhis.org/pub/dhis/  MAINTAINER=	ports@FreeBSD.org  COMMENT=	DHIS client for updating dynamic DNS entries in dhisd DNS tables -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DQRC=1" \  		LFLAGS="-L${LOCALBASE}/lib" diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 52253abb6edc..1c064c9903da 100644 --- a/dns/dhisd/Makefile +++ b/dns/dhisd/Makefile @@ -7,14 +7,14 @@  PORTNAME=	dhisd  PORTVERSION=	5.1 -PORTREVISION=	3 +PORTREVISION=	4  CATEGORIES=	dns  MASTER_SITES=	ftp://ftp.dhis.org/pub/dhis/  MAINTAINER=	marius@FreeBSD.org  COMMENT=	DHIS server for dynamic updates on the server using specific engines -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CFLAGS+=	-I${PREFIX}/include  LDFLAGS+=	-L${PREFIX}/lib diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 939f883cf0a1..9dcfc2291d7f 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -7,6 +7,7 @@  PORTNAME=	ledger  PORTVERSION=	2.6.1 +PORTREVISION=	1  CATEGORIES=	finance  MASTER_SITES=	SFE diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 3165c360bd28..a5f588da5b3a 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -7,7 +7,7 @@  PORTNAME=	gnubg  PORTVERSION=	0.15 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	games  MASTER_SITES=	http://www.gnubg.org/media/sources/:src \  		${MASTER_SITE_GNU_ALPHA:S/$/:ts/} @@ -20,7 +20,7 @@ MAINTAINER=	gahr@FreeBSD.org  COMMENT=	GNU Backgammon  BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		gdbm.3:${PORTSDIR}/databases/gdbm \  		gtkextra-x11-2.0.1:${PORTSDIR}/x11-toolkits/gtkextra2 \  		gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 38a4e206cdb1..b90032b7b7f5 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS+=--enable-hub  # enable RC4 crypt (server to server connection)  .if defined(WITH_ENCRYPTION)  CONFIGURE_ARGS+=--enable-encryption -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  .endif  # log to file instead of syslog diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index de52b3acefe1..5a0702e20531 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -7,7 +7,7 @@  PORTNAME=	kaffe  PORTVERSION=	1.1.7.r1 -PORTREVISION=	5 +PORTREVISION=	6  CATEGORIES=	java devel  #MASTER_SITES=	ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/  MASTER_SITES=	http://www.kaffe.org/~robilad/ @@ -19,7 +19,7 @@ COMMENT=	Multi-platform Java virtual machine with JIT compiler and AWT package  LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \  		ungif.5:${PORTSDIR}/graphics/libungif \  		png.5:${PORTSDIR}/graphics/png \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \  		jikes:${PORTSDIR}/java/jikes  RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip \ diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index a137372f4822..525ee949ef8a 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -7,6 +7,7 @@  PORTNAME=	ecl  PORTVERSION=	0.9l +PORTREVISION=	1  CATEGORIES=	lang lisp  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}  MASTER_SITE_SUBDIR=	ecls @@ -15,7 +16,7 @@ EXTRACT_SUFX=	.tgz  MAINTAINER=	ports@FreeBSD.org  COMMENT=	An ANSI Common Lisp implementation -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 gc.1:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 gc.1:${PORTSDIR}/devel/boehm-gc  USE_GMAKE=	yes  USE_PERL5_BUILD=yes diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 52c753dd976c..b9f72f53415c 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -20,7 +20,7 @@ DISTFILES=	gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \  MAINTAINER?=	gerald@FreeBSD.org  COMMENT=	GNU Compiler Collection 4.2 -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  SUFFIX=		42 diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index d929ea28c8cc..9ed6ecbe810b 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -21,7 +21,7 @@ DISTFILES=	gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \  MAINTAINER=	gerald@FreeBSD.org  COMMENT=	GNU Compiler Collection 4.3 -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  .if defined(MAINTAINER_MODE) diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index ab1363a10016..2ab920ae3929 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -21,7 +21,7 @@ DISTFILES=	gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \  MAINTAINER=	gerald@FreeBSD.org  COMMENT=	GNU Compiler Collection 4.4 -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  .if defined(MAINTAINER_MODE) diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 9f3e6bfe9fb2..282642a735cf 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -7,7 +7,7 @@  PORTNAME=	gcl  PORTVERSION=	2.6.7 -PORTREVISION=	3 +PORTREVISION=	4  CATEGORIES=	lang tcl tk  MASTER_SITES=	${MASTER_SITE_GNU}  MASTER_SITE_SUBDIR=	gcl @@ -16,7 +16,7 @@ MAINTAINER=	markm@freebsd.org  COMMENT=	GNU Common Lisp  LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  ONLY_FOR_ARCHS=	i386 diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 10ef748a00d2..173877da061b 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -6,7 +6,7 @@  PORTNAME=	ghc  PORTVERSION=	6.8.3 -PORTREVISION=	4 +PORTREVISION=	5  CATEGORIES=	lang haskell  MASTER_SITES=	http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \  		http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot \ @@ -23,7 +23,7 @@ GHC_VERSION=	${PORTVERSION}  USE_AUTOTOOLS=	autoconf:262:env  USE_BZIP2=	yes -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  USE_PERL5=	yes  USE_GMAKE=	yes diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index 9f2bdbba8724..fa5db3b7fa7b 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -9,7 +9,7 @@  PORTNAME=		gnat-gcc  PORTVERSION=		4.3.2 -PORTREVISION=		1 +PORTREVISION=		2  CATEGORIES=		lang  MASTER_SITES=		GCC/releases/gcc-${PORTVERSION} \  			CENKES:boot \ @@ -22,7 +22,7 @@ DISTFILES=		gcc-core-${PORTVERSION}${EXTRACT_SUFX} \  MAINTAINER=		karel@lovetemple.net  COMMENT=		The GNU Ada Compiler system -LIB_DEPENDS=		gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=		gmp.8:${PORTSDIR}/math/libgmp4 \  			mpfr.3:${PORTSDIR}/math/mpfr  ONLY_FOR_ARCHS=		i386 diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index eb1dbaa4ff15..1fe840076e88 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -7,6 +7,7 @@  PORTNAME=	gnustep-base  PORTVERSION=	1.18.0 +PORTREVISION=	1  CATEGORIES=	lang devel gnustep  MASTER_SITES=	${MASTER_SITE_GNUSTEP}  MASTER_SITE_SUBDIR=	core @@ -16,7 +17,7 @@ COMMENT=	GNUstep Foundation library  LIB_DEPENDS+=	xml2.5:${PORTSDIR}/textproc/libxml2  LIB_DEPENDS+=	xslt.2:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  USE_AUTOTOOLS=	autoconf:262  GNU_CONFIGURE=	yes diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 6e6268895928..6c113d6f1304 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -7,6 +7,7 @@  PORTNAME=	guile  PORTVERSION=	1.8.6 +PORTREVISION=	1  CATEGORIES=	lang scheme  MASTER_SITES=	${MASTER_SITE_GNU}  MASTER_SITE_SUBDIR=	guile @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR=	guile  MAINTAINER=	amatus@gnu.org  COMMENT=	GNU Ubiquitous Intelligent Language for Extension -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_AUTOTOOLS=	autoconf:262 libltdl:15  USE_GMAKE=	yes diff --git a/lang/librep/Makefile b/lang/librep/Makefile index fe905885fe18..bab2ae71e3cb 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -7,7 +7,7 @@  PORTNAME=	librep  PORTVERSION=	0.17 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	lang elisp gnome  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}  MASTER_SITE_SUBDIR=	librep @@ -16,7 +16,7 @@ MAINTAINER=	gnome@FreeBSD.org  COMMENT=	An Emacs Lisp like runtime library  LIB_DEPENDS=	gdbm.3:${PORTSDIR}/databases/gdbm \ -    		gmp.7:${PORTSDIR}/math/libgmp4 +    		gmp.8:${PORTSDIR}/math/libgmp4  PLIST_SUB=	GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 15ac3a58ce06..74378f054149 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -7,6 +7,7 @@  PORTNAME=	maude  PORTVERSION=	2.3 +PORTREVISION=	1  CATEGORIES=	lang  MASTER_SITES=	http://maude.cs.uiuc.edu/versions/${PORTVERSION}/  DISTNAME=	Maude-${PORTVERSION} diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 8d50a02f29c6..1a3a6bebef0e 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -12,7 +12,7 @@  PORTNAME=	mlton  PORTVERSION=	20070826 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	lang  MASTER_SITES=	http://mlton.org/pages/Download/attachments/ \  		http://mlton.org/pages/Experimental/attachments/ \ @@ -24,7 +24,7 @@ EXTRACT_ONLY=	${SRC_DIST}  MAINTAINER=	jesper.louis.andersen@gmail.com  COMMENT=	An optimizing Standard ML compiler -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash  BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 771190efe715..9a753b5a3e5c 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -7,7 +7,7 @@  PORTNAME=	moscow_ml  PORTVERSION=	2.01 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	lang  MASTER_SITES=	http://www.dina.kvl.dk/~sestoft/mosml/  DISTNAME=	mos201src @@ -15,7 +15,7 @@ DISTNAME=	mos201src  MAINTAINER=	johans@stack.nl  COMMENT=	Moscow ML, a lightweight implementation of Standard ML -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		gdbm.3:${PORTSDIR}/databases/gdbm  RESTRICTED=	Restrictions on for-profit distribution. diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index 647cbb4c7857..cb81ffa01982 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -7,7 +7,7 @@  PORTNAME=	mozart  PORTVERSION=	1.3.1.20040616 -PORTREVISION=	3 +PORTREVISION=	4  CATEGORIES=	lang tk parallel  MASTER_SITES=	http://www.mozart-oz.org/download/mozart-ftp/store/1.3.1-2004-06-16/  DISTFILES=	${DISTNAME}-src.tar.gz @@ -18,10 +18,9 @@ DISTFILES+=	${MOZART_DOCS}  MAINTAINER=	mathiasp@virtual-earth.de  COMMENT=	A distributed language with constraint-based inference -BUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs \ -		${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 +BUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs  LIB_DEPENDS=	gdbm.3:${PORTSDIR}/databases/gdbm \ -		gmp.7:${PORTSDIR}/math/libgmp4 \ +		gmp.8:${PORTSDIR}/math/libgmp4 \  		tk84.1:${PORTSDIR}/x11-toolkits/tk84  MOZART_DOCS=	mozart-${PORTVERSION}-doc.tar.gz diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 79c03ffc9a14..5c731cbe513e 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -45,7 +45,7 @@ IGNORE=	you should select only one MySQL version  .endif  .if defined(WITH_GMP) -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  MODULES+=	gmp  PLIST_SUB+=	GMP=""  .else diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index f45f671c0ea8..4c488d45d316 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -35,7 +35,7 @@ LIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm  .endif  .if defined (WITH_GMP) -LIB_DEPENDS+=	gmp.4:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  .endif  .include <bsd.port.mk> diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 8e5c2c930e4a..6100352f3e30 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -8,14 +8,14 @@  PORTNAME=	open-cobol  PORTVERSION=	1.0 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	lang  MASTER_SITES=	SF  MAINTAINER=	glen.j.barber@gmail.com  COMMENT=	An open-source COBOL compiler -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_GNOME=	gnometarget  USE_BDB=	yes diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 8e5c2c930e4a..6100352f3e30 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -8,14 +8,14 @@  PORTNAME=	open-cobol  PORTVERSION=	1.0 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	lang  MASTER_SITES=	SF  MAINTAINER=	glen.j.barber@gmail.com  COMMENT=	An open-source COBOL compiler -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_GNOME=	gnometarget  USE_BDB=	yes diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 71e7c304d4d4..dfd66ddad192 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -7,6 +7,7 @@  PORTNAME=	parrot  PORTVERSION=	0.8.0 +PORTREVISION=	1  CATEGORIES=	lang  MASTER_SITES=	CPAN  MASTER_SITE_SUBDIR=	../../authors/id/P/PA/PARTICLE @@ -17,7 +18,7 @@ COMMENT=	Parrot - virtual machine for dynamic languages  BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \  		bison:${PORTSDIR}/devel/bison \  		${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		icudata:${PORTSDIR}/devel/icu  USE_BISON=	build diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index dbe86e7348df..759abb2bfe07 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -7,7 +7,7 @@  PORTNAME=	pike72  PORTVERSION=	7.2.570 -PORTREVISION=	4 +PORTREVISION=	5  CATEGORIES=	lang  MASTER_SITES=	ftp://ftp.oav.net/pike/7.2/unofficial/ \  		ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/  @@ -20,7 +20,7 @@ LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \  		tiff.4:${PORTSDIR}/graphics/tiff \  		gdbm.3:${PORTSDIR}/databases/gdbm \  		mird.1:${PORTSDIR}/databases/mird \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  WRKSRC=		${WRKDIR}/${DISTNAME}/src/ diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 459f77f7e833..482dbbe36469 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -7,7 +7,7 @@  PORTNAME=	pike76  PORTVERSION=	7.6.112 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	lang  MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \  		http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ @@ -26,7 +26,7 @@ LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \  		pcre.0:${PORTSDIR}/devel/pcre \  		nettle.2:${PORTSDIR}/security/nettle \  		mird.1:${PORTSDIR}/databases/mird \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  OPTIONS=	TTF "Add FreeType 1 support" on \  		FREETYPE "Add FreeType 2 support" on \ diff --git a/lang/q/Makefile b/lang/q/Makefile index c5be2bccc8ea..8f14e7f7afa9 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -7,6 +7,7 @@  PORTNAME=	q  PORTVERSION=	7.11 +PORTREVISION=	1  CATEGORIES=	lang  MASTER_SITES=	SF/q-lang @@ -17,7 +18,7 @@ LIB_DEPENDS=	MagickWand.2:${PORTSDIR}/graphics/ImageMagick \      		curl.5:${PORTSDIR}/ftp/curl \  		freetype.9:${PORTSDIR}/print/freetype2 \  		gdbm.3:${PORTSDIR}/databases/gdbm \ -		gmp.7:${PORTSDIR}/math/libgmp4 \ +		gmp.8:${PORTSDIR}/math/libgmp4 \  		iodbc.3:${PORTSDIR}/databases/libiodbc \      		xml2.5:${PORTSDIR}/textproc/libxml2 \  		xslt.2:${PORTSDIR}/textproc/libxslt \ diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 5a04391b2414..8197ec67f65f 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -7,7 +7,7 @@  PORTNAME=	qscheme  PORTVERSION=	0.5.1 -PORTREVISION=	4 +PORTREVISION=	5  CATEGORIES=	lang scheme  MASTER_SITES=	http://www.sof.ch/dan/qscheme/files/ @@ -16,7 +16,7 @@ COMMENT=	A small and fast Scheme interpreter  BUILD_DEPENDS=	${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\  		${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre \ -		${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 +		${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4  LIB_DEPENDS=	getline:${PORTSDIR}/devel/libgetline  GNU_CONFIGURE=	yes diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile index 97f5f8e422a3..00c6eecc1cb1 100644 --- a/lang/stklos/Makefile +++ b/lang/stklos/Makefile @@ -7,6 +7,7 @@  PORTNAME=	stklos  PORTVERSION=	0.98 +PORTREVISION=	1  CATEGORIES=	lang scheme  MASTER_SITES=	http://www.stklos.org/download/ \  		ftp://kaolin.essi.fr/pub/STklos/ @@ -14,7 +15,7 @@ MASTER_SITES=	http://www.stklos.org/download/ \  MAINTAINER=	vmagerya@gmail.com  COMMENT=	The successor of the STk Scheme interpreter -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		pcre.0:${PORTSDIR}/devel/pcre \  		ffi.5:${PORTSDIR}/devel/libffi \  		gc.1:${PORTSDIR}/devel/boehm-gc diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index dd0059a08681..9561e9579515 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -7,7 +7,7 @@  PORTNAME=	whitespace  PORTVERSION=	0.3 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	lang  MASTER_SITES=	http://compsoc.dur.ac.uk/whitespace/downloads/  DISTNAME=	wspace-${PORTVERSION} @@ -17,7 +17,7 @@ MAINTAINER=	llwang@infor.org  COMMENT=	An interpreter for the Whitespace programming language  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  WRKSRC=	${WRKDIR}/WSpace  USE_GMAKE=	yes diff --git a/math/abakus/Makefile b/math/abakus/Makefile index a0050d77e3b0..c5d53f041883 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -6,7 +6,7 @@  PORTNAME=	abakus  PORTVERSION=	0.91 -PORTREVISION=	3 +PORTREVISION=	4  CATEGORIES=	math kde  MASTER_SITES=	http://grammarian.homelinux.net/abakus/ \  		http://www.athame.co.uk/mirror/ diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 1a856035c6d8..04a8dc7fe932 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -7,7 +7,7 @@  PORTNAME=	cgal  PORTVERSION=	3.4 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	math  MASTER_SITES=	http://gforge.inria.fr/frs/download.php/15692/  DISTNAME=	CGAL-${PORTVERSION} @@ -22,7 +22,7 @@ COMMENT=	A computational geometry library  BUILD_DEPENDS=	${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost  RUN_DEPENDS=	${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost  LIB_DEPENDS=	GLU.1:${PORTSDIR}/graphics/libGLU \ -		gmp.7:${PORTSDIR}/math/libgmp4 \ +		gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  USE_LDCONFIG=		yes diff --git a/math/cln/Makefile b/math/cln/Makefile index ef91ec8903b3..f55ab3071b14 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -8,6 +8,7 @@  PORTNAME=	cln  PORTVERSION=	1.2.2 +PORTREVISION=	1  CATEGORIES=	math devel  MASTER_SITES=	http://www.ginac.de/CLN/ \  		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ @@ -16,7 +17,7 @@ MASTER_SITES=	http://www.ginac.de/CLN/ \  MAINTAINER=	araujo@FreeBSD.org  COMMENT=	Class Library for Numbers -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_AUTOTOOLS=	libtool:15  USE_BZIP2=	yes diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile index 8e51e68174da..7be5bb195783 100644 --- a/math/cvc3/Makefile +++ b/math/cvc3/Makefile @@ -7,7 +7,7 @@  PORTNAME=	cvc3  PORTVERSION=	1.2.1 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	math  MASTER_SITES=	http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ \  		http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 8603a1aef989..91e45742df93 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -7,6 +7,7 @@  PORTNAME=	glpk  PORTVERSION=	4.37 +PORTREVISION=	1  CATEGORIES=	math  MASTER_SITES=	${MASTER_SITE_GNU}  MASTER_SITE_SUBDIR=	glpk diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index 91a04acd2f95..ad2c44664c4d 100644 --- a/math/gmp-ecm/Makefile +++ b/math/gmp-ecm/Makefile @@ -7,6 +7,7 @@  PORTNAME=	gmp-ecm  PORTVERSION=	6.2.0 +PORTREVISION=	1  CATEGORIES=	math  MASTER_SITES=	http://gforge.inria.fr/frs/download.php/4663/  DISTNAME=	ecm-${PORTVERSION} diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 061df2618dcf..01dec2f4391d 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -7,13 +7,14 @@  PORTNAME=	igraph  PORTVERSION=	0.5.2 +PORTREVISION=	1  CATEGORIES=	math  MASTER_SITES=	http://cneurocvs.rmki.kfki.hu/igraph/download/  MAINTAINER=	wenheping@gmail.com  COMMENT=	Package For Manipulating Undirected And Directed Graphs -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  GNU_CONFIGURE=	yes  USE_GMAKE=	yes diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/math/libjbigi/Makefile b/math/libjbigi/Makefile index 76cca81c4e67..6876658177c5 100644 --- a/math/libjbigi/Makefile +++ b/math/libjbigi/Makefile @@ -7,6 +7,7 @@  PORTNAME=	libjbigi  PORTVERSION=	0.7.2 +PORTREVISION=	1  CATEGORIES=	math java  MASTER_SITES=	http://mirror.i2p2.de/ \  		${MASTER_SITE_GOOGLE_CODE} diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index b0f22eb5e29d..a350d1819a18 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -7,6 +7,7 @@  PORTNAME=	mpfr  PORTVERSION=	2.4.1 +PORTREVISION=	1  CATEGORIES=	math devel  MASTER_SITES=	http://www.mpfr.org/mpfr-current/  DIST_SUBDIR=	mpfr @@ -14,7 +15,7 @@ DIST_SUBDIR=	mpfr  MAINTAINER=	ale@FreeBSD.org  COMMENT=	A library for multiple-precision floating-point computations -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_BZIP2=	yes  GNU_CONFIGURE=	yes diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile index d3827dd719d8..c40bb9a06aac 100644 --- a/math/ndiff/Makefile +++ b/math/ndiff/Makefile @@ -7,7 +7,7 @@  PORTNAME=	ndiff  PORTVERSION=	2.00 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	math  MASTER_SITES=	ftp://ftp.math.utah.edu/pub/misc/  PKGNAMEPREFIX= @@ -18,7 +18,7 @@ COMMENT=	Compare putatively similar files, ignoring small numeric differences  .include <bsd.port.pre.mk>  .if !defined(WITHOUT_GMP) -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib  CONFIGURE_ARGS=	--with-gmp diff --git a/math/ntl/Makefile b/math/ntl/Makefile index bd66c0852fff..efb89ac90914 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -7,7 +7,7 @@  PORTNAME=	ntl  PORTVERSION=	5.4.2 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	math  MASTER_SITES=	http://www.shoup.net/ntl/ @@ -16,7 +16,7 @@ COMMENT=	Victor Shoup's Number Theory Library  # ntl is faster with libgmp4, but you can disable it  .if !defined(WITHOUT_GMP) -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  .endif  USE_PERL5_BUILD=	yes diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 77b50763b337..384758b1ce59 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -7,6 +7,7 @@  PORTNAME=	Math-BigInt-GMP  PORTVERSION=	1.24 +PORTREVISION=	1  CATEGORIES=	math perl5  MASTER_SITES=	CPAN  PKGNAMEPREFIX=	p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX=	p5-  MAINTAINER=	perl@FreeBSD.org  COMMENT=	Math::BigInt::GMP - Use the GMP library for Math::BigInt routines -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  BUILD_DEPENDS=	p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt  RUN_DEPENDS=	${BUILD_DEPENDS} diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 42d7ef3af218..4c089721403d 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -7,6 +7,7 @@  PORTNAME=	Math-GMP  PORTVERSION=	2.05 +PORTREVISION=	1  CATEGORIES=	math perl5  MASTER_SITES=	CPAN  PKGNAMEPREFIX=	p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX=	p5-  MAINTAINER=	mat@FreeBSD.org  COMMENT=	Perl module that provides an interface to the GMP library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  PERL_CONFIGURE=	yes diff --git a/math/polymake/Makefile b/math/polymake/Makefile index f00dfc890800..710afc3f784f 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -7,6 +7,7 @@  PORTNAME=	polymake  PORTVERSION=	2.3 +PORTREVISION=	1  CATEGORIES=	math  MASTER_SITES=	ftp://ftp.math.tu-berlin.de/pub/combi/polymake/ @@ -16,7 +17,7 @@ PATCHFILES=	${PORTNAME}-${PORTVERSION}-install.diff  MAINTAINER=	gawrilow@math.tu-berlin.de  COMMENT=	A framework for experimental discrete geometry -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_GMAKE=	yes  USE_BZIP2=	yes diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 405e09b86922..0aad06af82e9 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -7,6 +7,7 @@  PORTNAME=	gmpy  PORTVERSION=	1.03 +PORTREVISION=	1  CATEGORIES=	math python  MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}  MAINTAINER=	wenheping@gmail.com  COMMENT=	Python Extension that Wraps the GMP Library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_ZIP=	yes  USE_PYTHON=	yes diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 51e736f15c06..6e7341e47a36 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -7,7 +7,7 @@  PORTNAME=	mpz  PORTVERSION=	${PYTHON_PORTVERSION} -PORTREVISION=	1 +PORTREVISION=	2  PORTEPOCH=	1  CATEGORIES=	math python  MASTER_SITES=	${PYTHON_MASTER_SITES} @@ -18,7 +18,7 @@ DISTFILES=	${PYTHON_DISTFILE}  MAINTAINER=	perky@FreeBSD.org  COMMENT=	Python bindings to the GNU Multiple Precision library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  PLIST_FILES=	lib/%%PYTHON_VERSION%%/site-packages/mpz.so  DIST_SUBDIR=	python diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile index 81091da1ad3b..fb1bc9a11d3e 100644 --- a/math/ruby-gmp/Makefile +++ b/math/ruby-gmp/Makefile @@ -7,7 +7,7 @@  PORTNAME=	gmp  PORTVERSION=	1.0 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	math ruby  MASTER_SITES=	http://raa.ruby-lang.org/cache/libgmp-ruby/  PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ DIST_SUBDIR=	ruby  MAINTAINER=	ports@FreeBSD.org  COMMENT=	Ruby bindings to GNU Multiprecision Library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_RUBY=	yes  USE_RUBY_EXTCONF=	yes diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index d96e10e08c4c..14aa61c0a1b8 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -7,6 +7,7 @@  PORTNAME=	sdpa-gmp  PORTVERSION=	7.1.2 +PORTREVISION=	1  CATEGORIES=	math  MASTER_SITES=	http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/  DISTFILES=	${SRCFILE} ${MANUALFILE} @@ -25,7 +26,7 @@ SRCFILE=	${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz  MANUALFILE=	sdpa.${MANUALVER}.manual.${MANDATE}.pdf  GNU_CONFIGURE=	yes  LIB_DEPENDS+=	spooles:${PORTSDIR}/math/spooles \ -		gmp.7:${PORTSDIR}/math/libgmp4 \ +		gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  CONFIGURE_ARGS+= --with-system-spooles diff --git a/math/surf/Makefile b/math/surf/Makefile index 859480158a75..7f6bcce2330f 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,7 +8,7 @@  PORTNAME=	surf  PORTVERSION=	1.0.5 -PORTREVISION=	3 +PORTREVISION=	4  CATEGORIES=	math  MASTER_SITES=	SF @@ -18,7 +18,7 @@ COMMENT=	Visualize some real algebraic geometry  LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \  		tiff.4:${PORTSDIR}/graphics/tiff \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  USE_GNOME=	gtk12  GNU_CONFIGURE=	yes diff --git a/math/testu01/Makefile b/math/testu01/Makefile index 077ca4e1366f..d4dbce314be9 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -7,6 +7,7 @@  PORTNAME=	TestU01  PORTVERSION=	1.2.1 +PORTREVISION=	1  CATEGORIES=	math  MASTER_SITES=	http://www.iro.umontreal.ca/~simardr/testu01/:0 \  		http://www.iro.umontreal.ca/~lecuyer/myftp/papers/:1 diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index c620cb79ae61..2cbc125b1ab9 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -7,7 +7,7 @@  PORTNAME=	wcalc  PORTVERSION=	2.4 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	math  MASTER_SITES=	SF  MASTER_SITE_SUBDIR=	w-calc @@ -16,7 +16,7 @@ DISTNAME=	wcalc-${PORTVERSION}  MAINTAINER=	amarendra.godbole@gmail.com  COMMENT=	A natural-expression command-line calculator -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		mpfr.3:${PORTSDIR}/math/mpfr  CFLAGS+=	-I${LOCALBASE}/include diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 0be19f162a04..65237041e944 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -36,7 +36,7 @@ BROKEN=		Does not compile with GCC 4.2  .endif  .if defined(WITH_GMP) -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  CONFIGURE_ARGS+=	--with-numlib=gmp  PLIST_SUB+=	GMP="" NOGMP="@comment "  CPPFLAGS+=	-I${LOCALBASE}/include diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 52314e3d57f3..ce61387ec218 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -7,6 +7,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE_VERSION} +PORTREVISION=	1  CATEGORIES?=	misc kde  MASTER_SITES=		${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	stable/${PORTVERSION:S/.0//}/src @@ -15,7 +16,7 @@ DIST_SUBDIR=	KDE  MAINTAINER?=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE integrated X11 desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		netsnmp:${PORTSDIR}/net-mgmt/net-snmp  RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \  		gtar:${PORTSDIR}/archivers/gtar diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index 2267d977aec7..e159e27e1443 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-setuid  .ifdef(WITH_GPSMAP)  PLIST_SUB+=	GPS="" -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4 \  		expat.6:${PORTSDIR}/textproc/expat2 \  		Magick++.2:${PORTSDIR}/graphics/ImageMagick  BUILD_DEPENDS+=	wget:${PORTSDIR}/ftp/wget diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 891421d4c8db..0d51f345add3 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@  PORTNAME=	gnunet  PORTVERSION=	0.6.6b -PORTREVISION=	6 +PORTREVISION=	7  CATEGORIES=	net-p2p ipv6  MASTER_SITES=	http://www.ovmj.org/GNUnet/download/ \  		${MASTER_SITE_GNU} @@ -18,7 +18,7 @@ DISTNAME=	GNUnet-${PORTVERSION}  MAINTAINER=	ports@FreeBSD.org  COMMENT=	An anonymous, distributed, reputation-based network -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_AUTOTOOLS=	libltdl:15 libtool:15  GNU_CONFIGURE=	yes diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index fe8735f43c05..02a1ef28ff06 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -7,6 +7,7 @@  PORTNAME=	i2p  PORTVERSION=	0.7.2 +PORTREVISION=	1  CATEGORIES=	net-p2p java security  MASTER_SITES=	http://mirror.i2p2.de/:i2p \  		${MASTER_SITE_GOOGLE_CODE}:i2p \ diff --git a/net-p2p/ktorrent-devel/Makefile b/net-p2p/ktorrent-devel/Makefile index 111b53d869ce..2b7b60cbb8ee 100644 --- a/net-p2p/ktorrent-devel/Makefile +++ b/net-p2p/ktorrent-devel/Makefile @@ -7,7 +7,7 @@  PORTNAME=	ktorrent  PORTVERSION=	20071023 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	net-p2p kde  MASTER_SITES=	http://www.brueffer.de/distfiles/  PKGNAMESUFFIX=	-devel @@ -15,7 +15,7 @@ PKGNAMESUFFIX=	-devel  MAINTAINER=	markus@FreeBSD.org  COMMENT=	BitTorrent client for KDE -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CONFLICTS=	ktorrent-[0.9]* diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 04e25aedfb76..cc830f7241b8 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -7,14 +7,14 @@  PORTNAME=	ktorrent  PORTVERSION=	3.2 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	net-p2p kde  MASTER_SITES=	http://ktorrent.org/downloads/${PORTVERSION}/  MAINTAINER=	makc@FreeBSD.org  COMMENT=	BitTorrent client for KDE -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		qca.2:${PORTSDIR}/devel/qca \  		streamanalyzer.0:${PORTSDIR}/deskutils/strigi diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile index 438cbf916ea7..6aff366f02fa 100644 --- a/net-p2p/ktorrent2/Makefile +++ b/net-p2p/ktorrent2/Makefile @@ -7,6 +7,7 @@  PORTNAME=	ktorrent  PORTVERSION=	2.2.8 +PORTREVISION=	1  CATEGORIES=	net-p2p kde  MASTER_SITES=	http://ktorrent.org/downloads/${PORTVERSION}/ \  		http://www.brueffer.de/distfiles/ @@ -14,7 +15,7 @@ MASTER_SITES=	http://ktorrent.org/downloads/${PORTVERSION}/ \  MAINTAINER=	markus@FreeBSD.org  COMMENT=	BitTorrent client for KDE -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CONFLICTS=	ktorrent-devel-[0-9]*  LATEST_LINK=	${PORTNAME}2 diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index ad9c2fc4c70e..e3df95a99c4e 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdenetwork  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	net kde ipv6  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -21,7 +22,7 @@ LIB_DEPENDS=	slp.1:${PORTSDIR}/net/openslp \  		otr.4:${PORTSDIR}/security/libotr \  		vncserver.0:${PORTSDIR}/net/libvncserver \  		msn.0:${PORTSDIR}/net-im/libmsn \ -		gmp.7:${PORTSDIR}/math/libgmp4 \ +		gmp.8:${PORTSDIR}/math/libgmp4 \  		ortp.5:${PORTSDIR}/net/ortp \  		decibel.0:${PORTSDIR}/net-im/decibel \  		meanwhile.1:${PORTSDIR}/net-im/meanwhile \ 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` diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index b9ce80657b7b..66943076d5a4 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -7,6 +7,7 @@  PORTNAME=	hscolour  PORTVERSION=	1.12 +PORTREVISION=	1  CATEGORIES=	print haskell  MASTER_SITES=	ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/ \  		http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ @@ -15,7 +16,7 @@ PKGNAMEPREFIX=	hs-  MAINTAINER=	jacula@gmail.com  COMMENT=	Colourise Haskell code -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  .if !defined(SLAVE)  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/security/libecc/Makefile b/security/libecc/Makefile index e821b5b54565..9b094e937f84 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -8,6 +8,7 @@  PORTNAME=	libecc  PORTVERSION=	0.12.1 +PORTREVISION=	1  CATEGORIES=	security  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}  MASTER_SITE_SUBDIR=	${PORTNAME} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME}  MAINTAINER=	johans@stack.nl  COMMENT=	C++ Elliptic Curve Library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  GNU_CONFIGURE=	yes  USE_LDCONFIG=	yes diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 4b752be6633d..fbd8b3cf3e69 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -6,7 +6,7 @@  PORTNAME=	lsh  PORTVERSION=	2.0.4 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	security ipv6  MASTER_SITES=	${MASTER_SITE_GNUPG} \  		ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ @@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR=	lsh lsh/old  MAINTAINER=	ports@FreeBSD.org  COMMENT=	A secure (encrypted) remote shell compatible with ssh 2.0 -BUILD_DEPENDS+=	${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \ +BUILD_DEPENDS+=	\  		${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile  LIB_DEPENDS+=	oop:${PORTSDIR}/devel/liboop \ -		gmp.7:${PORTSDIR}/math/libgmp4 +		gmp.8:${PORTSDIR}/math/libgmp4  GNU_CONFIGURE=	yes  USE_GMAKE=	yes diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 26636e6cc833..6f43b0efabfe 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -8,7 +8,7 @@  PORTNAME=	nettle  PORTVERSION=	1.15 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	security  MASTER_SITES=	http://www.lysator.liu.se/~nisse/archive/ \  		ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -16,7 +16,7 @@ MASTER_SITES=	http://www.lysator.liu.se/~nisse/archive/ \  MAINTAINER=	ports@FreeBSD.org  COMMENT=	A low-level cryptographic library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_GMAKE=	yes  USE_OPENSSL=	yes diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile index 26636e6cc833..6f43b0efabfe 100644 --- a/security/nettle2/Makefile +++ b/security/nettle2/Makefile @@ -8,7 +8,7 @@  PORTNAME=	nettle  PORTVERSION=	1.15 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	security  MASTER_SITES=	http://www.lysator.liu.se/~nisse/archive/ \  		ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -16,7 +16,7 @@ MASTER_SITES=	http://www.lysator.liu.se/~nisse/archive/ \  MAINTAINER=	ports@FreeBSD.org  COMMENT=	A low-level cryptographic library -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_GMAKE=	yes  USE_OPENSSL=	yes diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index a3afd63442bf..4753a1d98422 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -7,7 +7,7 @@  PORTNAME=	pycrypto  PORTVERSION=	2.0.1 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	security python  MASTER_SITES=	http://www.amk.ca/files/python/crypto/  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ COMMENT=	The Python Cryptography Toolkit  USE_PYTHON=	yes  USE_PYDISTUTILS=yes -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  pre-configure:  	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 4273d1a4edf2..a290d143c363 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -8,7 +8,7 @@  PORTNAME=	sfs  PORTVERSION=	0.7.2 -PORTREVISION=	8 +PORTREVISION=	9  CATEGORIES=	security net  MASTER_SITES=	http://www.fs.net/sfswww/dist/ @@ -30,7 +30,7 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \  		--disable-uvfs \  		--with-gmp=${LOCALBASE} -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  .include <bsd.port.pre.mk> diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 5557bb4c340e..6e136946e292 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -7,7 +7,7 @@  PORTNAME=	ssh  PORTVERSION=	1.2.33 -PORTREVISION=	4 +PORTREVISION=	5  CATEGORIES=	security ipv6  MASTER_SITES=	ftp://ftp.ssh.com/pub/ssh/ \  		ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/ \ @@ -60,7 +60,7 @@ CONFIGURE_ARGS+=	--with-secureid  CONFIGURE_ARGS+=	--without-idea  .endif -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  MAKE_ENV+=	GMPINCDIR="${LOCALBASE}/include" \  		GMPLIBDIR="${LOCALBASE}/lib" diff --git a/security/ssss/Makefile b/security/ssss/Makefile index 28e72ba74b2f..450df5481eb3 100644 --- a/security/ssss/Makefile +++ b/security/ssss/Makefile @@ -7,14 +7,14 @@  PORTNAME=	ssss  PORTVERSION=	0.5 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	security  MASTER_SITES=	http://point-at-infinity.org/ssss/  MAINTAINER=	luke@novum.am.lublin.pl  COMMENT=	Shamir's Secret Sharing Scheme -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  PLIST_FILES=	bin/ssss-combine bin/ssss-split diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -6,6 +6,7 @@  PORTNAME=	kdeutils  PORTVERSION=	${KDE4_VERSION} +PORTREVISION=	1  CATEGORIES=	misc kde  MASTER_SITES=	${MASTER_SITE_KDE}  MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR=	KDE  MAINTAINER=	kde@FreeBSD.org  COMMENT=	Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \  		zip.1:${PORTSDIR}/archivers/libzip \  		qimageblitz.4:${PORTSDIR}/x11/qimageblitz  RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg diff --git a/textproc/hs-bytestring-csv/Makefile b/textproc/hs-bytestring-csv/Makefile index 64d21868c846..35bdbe5346ea 100644 --- a/textproc/hs-bytestring-csv/Makefile +++ b/textproc/hs-bytestring-csv/Makefile @@ -6,6 +6,7 @@  PORTNAME=	bytestring-csv  PORTVERSION=	0.1.2 +PORTREVISION=	1  CATEGORIES=	textproc haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \  		http://carte.kerneled.org/mirror/ @@ -16,7 +17,7 @@ COMMENT=	Parse CSV formatted data efficiently with Haskell  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc		\  		hs-dlist>=0.4.1:${PORTSDIR}/devel/hs-dlist -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CABAL=		${LOCALBASE}/bin/runghc Setup.lhs  GHC_VERSION=	`${LOCALBASE}/bin/ghc --numeric-version` diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile index 6b64d98cfac2..4c63ebcb9d79 100644 --- a/textproc/hs-stringsearch/Makefile +++ b/textproc/hs-stringsearch/Makefile @@ -6,7 +6,7 @@  PORTNAME=	stringsearch  PORTVERSION=	0.2.1.1 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	textproc haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/stringsearch/${PORTVERSION}/ \  		http://kerneled.org/tmp/ @@ -16,7 +16,7 @@ MAINTAINER=	sbahra@kerneled.org  COMMENT=	Boyer-Moore/Knuth-Morris-Pratt string search library  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  CABAL=		${LOCALBASE}/bin/runghc Setup.lhs  GHC_VERSION=	`${LOCALBASE}/bin/ghc --numeric-version` diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 846477f23e77..8541f604e130 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -6,6 +6,7 @@  PORTNAME=	glut  PORTVERSION=	2.1.1.2 +PORTREVISION=	1  CATEGORIES=	x11-toolkits haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/  PKGNAMEPREFIX=	hs- @@ -29,7 +30,7 @@ PORTDOCS=	LICENSE html  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc \  		${LOCALBASE}/lib/ghc-${GHC_VERSION}/cabal/opengl-register.sh:${PORTSDIR}/x11-toolkits/hs-opengl-ghc -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS+=	${LOCALBASE}/lib/ghc-${GHC_VERSION}/cabal/opengl-register.sh:${PORTSDIR}/x11-toolkits/hs-opengl-ghc  # 'owned' by lang/ghc: diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 4d1546019e95..c4a466b8825e 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -6,7 +6,7 @@  PORTNAME=	opengl  PORTVERSION=	2.2.1.1 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	x11-toolkits haskell  MASTER_SITES=	http://www.haskell.org/ghc/dist/${GHC_VERSION}/  PKGNAMEPREFIX=	hs- @@ -32,7 +32,7 @@ PLIST_SUB+=	GHC_VERSION=${GHC_VERSION} \  .include <bsd.port.pre.mk>  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc  # 'owned' by lang/ghc: diff --git a/x11-toolkits/hs-glut-ghc/Makefile b/x11-toolkits/hs-glut-ghc/Makefile index 846477f23e77..8541f604e130 100644 --- a/x11-toolkits/hs-glut-ghc/Makefile +++ b/x11-toolkits/hs-glut-ghc/Makefile @@ -6,6 +6,7 @@  PORTNAME=	glut  PORTVERSION=	2.1.1.2 +PORTREVISION=	1  CATEGORIES=	x11-toolkits haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/  PKGNAMEPREFIX=	hs- @@ -29,7 +30,7 @@ PORTDOCS=	LICENSE html  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc \  		${LOCALBASE}/lib/ghc-${GHC_VERSION}/cabal/opengl-register.sh:${PORTSDIR}/x11-toolkits/hs-opengl-ghc -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS+=	${LOCALBASE}/lib/ghc-${GHC_VERSION}/cabal/opengl-register.sh:${PORTSDIR}/x11-toolkits/hs-opengl-ghc  # 'owned' by lang/ghc: diff --git a/x11-toolkits/hs-opengl-ghc/Makefile b/x11-toolkits/hs-opengl-ghc/Makefile index 4d1546019e95..c4a466b8825e 100644 --- a/x11-toolkits/hs-opengl-ghc/Makefile +++ b/x11-toolkits/hs-opengl-ghc/Makefile @@ -6,7 +6,7 @@  PORTNAME=	opengl  PORTVERSION=	2.2.1.1 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	x11-toolkits haskell  MASTER_SITES=	http://www.haskell.org/ghc/dist/${GHC_VERSION}/  PKGNAMEPREFIX=	hs- @@ -32,7 +32,7 @@ PLIST_SUB+=	GHC_VERSION=${GHC_VERSION} \  .include <bsd.port.pre.mk>  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc  # 'owned' by lang/ghc: diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index 83ccf331ae33..fd6354aa18aa 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -7,6 +7,7 @@  PORTNAME=	xmonad-contrib  PORTVERSION=	0.8.1 +PORTREVISION=	1  CATEGORIES=	x11-wm haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/xmonad-contrib/${PORTVERSION}/ @@ -17,7 +18,7 @@ BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \  		hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc \  		xmonad:${PORTSDIR}/x11-wm/xmonad  RUN_DEPENDS=	xmonad:${PORTSDIR}/x11-wm/xmonad -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_XORG=	x11 diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 62531ecc8d18..4399457bf948 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -7,6 +7,7 @@  PORTNAME=	xmonad  PORTVERSION=	0.8.1 +PORTREVISION=	1  CATEGORIES=	x11-wm haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/xmonad/${PORTVERSION}/ @@ -15,7 +16,7 @@ COMMENT=	Xmonad is a minimalist and tiling window manager for X  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \  		hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_XORG=	x11 diff --git a/x11-wm/xmonad-contrib/Makefile b/x11-wm/xmonad-contrib/Makefile index 83ccf331ae33..fd6354aa18aa 100644 --- a/x11-wm/xmonad-contrib/Makefile +++ b/x11-wm/xmonad-contrib/Makefile @@ -7,6 +7,7 @@  PORTNAME=	xmonad-contrib  PORTVERSION=	0.8.1 +PORTREVISION=	1  CATEGORIES=	x11-wm haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/xmonad-contrib/${PORTVERSION}/ @@ -17,7 +18,7 @@ BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \  		hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc \  		xmonad:${PORTSDIR}/x11-wm/xmonad  RUN_DEPENDS=	xmonad:${PORTSDIR}/x11-wm/xmonad -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_XORG=	x11 diff --git a/x11-wm/xmonad/Makefile b/x11-wm/xmonad/Makefile index 62531ecc8d18..4399457bf948 100644 --- a/x11-wm/xmonad/Makefile +++ b/x11-wm/xmonad/Makefile @@ -7,6 +7,7 @@  PORTNAME=	xmonad  PORTVERSION=	0.8.1 +PORTREVISION=	1  CATEGORIES=	x11-wm haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/xmonad/${PORTVERSION}/ @@ -15,7 +16,7 @@ COMMENT=	Xmonad is a minimalist and tiling window manager for X  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \  		hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_XORG=	x11 diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 60085657bcd1..7e95752aac68 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -6,6 +6,7 @@  PORTNAME=	x11  PORTVERSION=	1.4.5 +PORTREVISION=	1  CATEGORIES=	x11 haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/  PKGNAMEPREFIX=	hs- @@ -29,7 +30,7 @@ OPTIONS=	XINERAMA "Build with Xinerama support" off  .include <bsd.port.pre.mk>  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc  USE_XORG=	x11 xext sm diff --git a/x11/hs-x11-ghc/Makefile b/x11/hs-x11-ghc/Makefile index 60085657bcd1..7e95752aac68 100644 --- a/x11/hs-x11-ghc/Makefile +++ b/x11/hs-x11-ghc/Makefile @@ -6,6 +6,7 @@  PORTNAME=	x11  PORTVERSION=	1.4.5 +PORTREVISION=	1  CATEGORIES=	x11 haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/  PKGNAMEPREFIX=	hs- @@ -29,7 +30,7 @@ OPTIONS=	XINERAMA "Build with Xinerama support" off  .include <bsd.port.pre.mk>  BUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+=	gmp.8:${PORTSDIR}/math/libgmp4  RUN_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc  USE_XORG=	x11 xext sm diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 42b2cb10f666..b8057e5d41d1 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -6,7 +6,7 @@  PORTNAME=	xmobar  PORTVERSION=	0.9 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	x11 haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/xmobar/${PORTVERSION}/ \  		http://carte.kerneled.org/mirror/ @@ -16,7 +16,7 @@ COMMENT=	Xmobar is a minimalistic text based status bar  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \  		hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_XORG=	x11 diff --git a/x11/xmobar/Makefile b/x11/xmobar/Makefile index 42b2cb10f666..b8057e5d41d1 100644 --- a/x11/xmobar/Makefile +++ b/x11/xmobar/Makefile @@ -6,7 +6,7 @@  PORTNAME=	xmobar  PORTVERSION=	0.9 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	x11 haskell  MASTER_SITES=	http://hackage.haskell.org/packages/archive/xmobar/${PORTVERSION}/ \  		http://carte.kerneled.org/mirror/ @@ -16,7 +16,7 @@ COMMENT=	Xmobar is a minimalistic text based status bar  BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \  		hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc -LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4  USE_XORG=	x11 | 
