diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /security | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 3 | ||||
-rw-r--r-- | security/clamav/Makefile | 3 | ||||
-rw-r--r-- | security/kgpg-kde4/Makefile | 3 | ||||
-rw-r--r-- | security/kwallet/Makefile | 3 | ||||
-rw-r--r-- | security/libecc/Makefile | 3 | ||||
-rw-r--r-- | security/nettle/Makefile | 4 | ||||
-rw-r--r-- | security/nettle2/Makefile | 4 | ||||
-rw-r--r-- | security/py-pycrypto/Makefile | 3 | ||||
-rw-r--r-- | security/sfs/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 4 |
10 files changed, 20 insertions, 14 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index a8ea5e702091..d84e5e3f2d1c 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 20060503 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.clamav.net/snapshot/ \ http://www.galle.com.br/~garga/clamav-devel/ @@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ unrar:${PORTSDIR}/archivers/unrar \ diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 3eb0eda9bdfb..c678ac18566e 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.88.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= clamav MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ zoo:${PORTSDIR}/archivers/zoo \ diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index a49e3ac6ad9a..27a4262c3a14 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/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.6:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index a49e3ac6ad9a..27a4262c3a14 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/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.6:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg diff --git a/security/libecc/Makefile b/security/libecc/Makefile index eb0e256065ca..890c7e240d42 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -8,6 +8,7 @@ PORTNAME= libecc PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= C++ Elliptic Curve Library -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GCC= 3.3+ GNU_CONFIGURE= yes diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 8ebbf4bd72da..84c543e4550c 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -8,7 +8,7 @@ PORTNAME= nettle PORTVERSION= 1.13 -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= jim@corebsd.or.id COMMENT= A low-level cryptographic library -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes USE_OPENSSL= yes diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile index 8ebbf4bd72da..84c543e4550c 100644 --- a/security/nettle2/Makefile +++ b/security/nettle2/Makefile @@ -8,7 +8,7 @@ PORTNAME= nettle PORTVERSION= 1.13 -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= jim@corebsd.or.id COMMENT= A low-level cryptographic library -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes USE_OPENSSL= yes diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index f96649758eb9..b95d83adab2e 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -7,6 +7,7 @@ PORTNAME= pycrypto PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://www.amk.ca/files/python/crypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 .endif pre-configure: diff --git a/security/sfs/Makefile b/security/sfs/Makefile index a1707d0847e3..13c6b305641b 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -8,7 +8,7 @@ PORTNAME= sfs PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security net MASTER_SITES= http://www.fs.net/sfswww/dist/ @@ -35,7 +35,7 @@ BROKEN= "Does not compile on !i386" .endif .if ${OSVERSION} > 500000 -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .else CONFIGURE_ARGS+=--with-gmp=/usr diff --git a/security/ssh/Makefile b/security/ssh/Makefile index f7ec753d8882..e6ddaa99cf20 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= ssh PORTVERSION= 1.2.33 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/ \ @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-idea .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ GMPLIBDIR="${LOCALBASE}/lib" .endif |