diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
commit | 6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch) | |
tree | d4e8140a3268d4b95edcc447e1041c522c10e9fc | |
parent | 709504337377907c9d008b15083b549823461da5 (diff) | |
download | ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.tar.gz ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.zip |
Notes
-rw-r--r-- | emulators/fuse/Makefile | 3 | ||||
-rw-r--r-- | emulators/libspectrum/Makefile | 3 | ||||
-rw-r--r-- | graphics/telak/Makefile | 4 | ||||
-rw-r--r-- | mail/wmbiff/Makefile | 4 | ||||
-rw-r--r-- | net/csync2/Makefile | 3 | ||||
-rw-r--r-- | net/cyphesis/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | security/dirmngr/Makefile | 3 | ||||
-rw-r--r-- | security/fiked/Makefile | 4 | ||||
-rw-r--r-- | security/gnome-keyring/Makefile | 3 | ||||
-rw-r--r-- | security/gnupg/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls-devel/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/gsasl/Makefile | 3 | ||||
-rw-r--r-- | security/opencdk/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 3 | ||||
-rw-r--r-- | security/pinentry/Makefile | 4 | ||||
-rw-r--r-- | security/seccure/Makefile | 17 | ||||
-rw-r--r-- | security/vpnc/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
20 files changed, 46 insertions, 34 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 6f2a88b76c42..c09c030f3ce7 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -7,6 +7,7 @@ PORTNAME= fuse PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= fuse-emulator @@ -16,7 +17,7 @@ COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LIB_DEPENDS= spectrum.6:${PORTSDIR}/emulators/libspectrum \ 765.4:${PORTSDIR}/emulators/lib765 \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt USE_GNOME= libxml2 glib20 gtk20 GNU_CONFIGURE= yes diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 10d56b35c7ec..1c8c252f1fad 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -7,6 +7,7 @@ PORTNAME= libspectrum PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= emulators devel MASTER_SITES= SF MASTER_SITE_SUBDIR= fuse-emulator @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= fuse-emulator MAINTAINER= yuri.pankov@gmail.com COMMENT= Handling of ZX-Spectrum emulator files formats -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_GNOME= glib20 diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 866e82e01599..cff7acc1ed2e 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -7,7 +7,7 @@ PORTNAME= telak PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://julien.danjou.info/telak/ \ http://critical.ch/distfiles/ \ @@ -17,7 +17,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to draw pictures on your root window LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ - gcrypt.13:${PORTSDIR}/security/libgcrypt \ + gcrypt.15:${PORTSDIR}/security/libgcrypt \ Imlib2.4:${PORTSDIR}/graphics/imlib2 USE_GMAKE= yes diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index a20a9f3e812e..dc4d3a1a3a1d 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +36,7 @@ PLIST_DIRS= %%DATADIR%%/skins \ .include <bsd.port.pre.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} diff --git a/net/csync2/Makefile b/net/csync2/Makefile index a39060fed3eb..928d2f82f8b9 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -7,6 +7,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 +PORRTEVISION= 1 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ @@ -18,7 +19,7 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \ tasn1.3:${PORTSDIR}/security/libtasn1 \ gnutls.13:${PORTSDIR}/security/gnutls \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ - gcrypt.13:${PORTSDIR}/security/libgcrypt \ + gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error MAN1= csync2.1 diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 1ae253db669e..5011e886b9ac 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,6 +7,7 @@ PORTNAME= cyphesis PORTVERSION= 0.5.15 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -19,7 +20,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ wfmath-0.3.4:${PORTSDIR}/math/wfmath \ mercator-0.2.4:${PORTSDIR}/devel/mercator \ skstream-0.3.4:${PORTSDIR}/net/skstream \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-python=${LOCALBASE} diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 61a3b5a9f5a7..d2f1ebf226b7 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,7 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 0.99.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ DISTNAME= ${DATADIR_NAME}-${PORTVERSION} @@ -148,7 +148,7 @@ CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE} .endif .if exists(${LOCALBASE}/lib/libgcrypt.so) || defined(WITH_LIBGCRYPT) -LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} .endif diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 228788c86cc5..438d5623e83a 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,6 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr @@ -15,7 +16,7 @@ MAINTAINER= lofi@freebsd.org COMMENT= A client for managing and downloading certificate revocation lists BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ iconv:${PORTSDIR}/converters/libiconv \ ksba.17:${PORTSDIR}/security/libksba \ diff --git a/security/fiked/Makefile b/security/fiked/Makefile index fb6c8b874c5e..d0c8c7e073f0 100644 --- a/security/fiked/Makefile +++ b/security/fiked/Makefile @@ -7,7 +7,7 @@ PORTNAME= fiked PORTVERSION= 0.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \ http://home.tiscalinet.ch/roe/fiked/ @@ -15,7 +15,7 @@ MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \ MAINTAINER= daniel@roe.ch COMMENT= A fake IKE PSK+XAUTH daemon based on VPNC -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt .if !defined(WITHOUT_LIBNET) BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet .endif diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index f761b459fd1a..f286bda257f9 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-keyring PORTVERSION= 2.20.3 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,7 +19,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 6f235d7e701d..4a633d7615ef 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -17,7 +18,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard BUILD_DEPENDS= libassuan>=1.0.1:${PORTSDIR}/security/libassuan -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 68dc99c16eac..3ef726dfb639 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.7.19 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ @@ -19,7 +20,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error CONFLICTS= gnutls-[0-9]* diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 5f3ab756c419..52de97da8869 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnutls PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ @@ -19,7 +19,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error CONFLICTS= gnutls-devel-[0-9]* diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 08ee88334cb7..466fc5bb4966 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.2.21 +PORTEVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/${PORTNAME}/releases/ @@ -17,7 +18,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ - gcrypt.13:${PORTSDIR}/security/libgcrypt \ + gcrypt.15:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm USE_GNOME= gnomehack gnometarget pkgconfig diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 8f5f797db967..7ad8704a9119 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -19,7 +19,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk MAINTAINER= novel@FreeBSD.org COMMENT= Open Crypto Development Kit -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GNOME= pkgconfig ltverhack diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index 8abc39d8f510..8e2df60ecf72 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-GCrypt PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl interface to the GNU Cryptographic library -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt PERL_CONFIGURE= 5.6.0+ CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index bf1f0ab008ae..245de44a9d2c 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinentry PORTVERSION= 0.7.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= pinentry MAINTAINER= lofi@freebsd.org COMMENT?= A collection of simple PIN or passphrase entry dialogs -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ ksba.17:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-[a-z]*-[0.9]* diff --git a/security/seccure/Makefile b/security/seccure/Makefile index 040e40766679..12cb7707f479 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -5,16 +5,17 @@ # $FreeBSD$ # -PORTNAME= seccure -PORTVERSION= 0.3 -CATEGORIES= security -MASTER_SITES= http://point-at-infinity.org/seccure/ +PORTNAME= seccure +PORTVERSION= 0.3 +PORTEVISION= 1 +CATEGORIES= security +MASTER_SITES= http://point-at-infinity.org/seccure/ -MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl -COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption +MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl +COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt -MAN1= seccure.1 +MAN1= seccure.1 .include <bsd.port.mk> diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index c3a40b7c9826..89ec6d885d37 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -7,6 +7,7 @@ PORTNAME= vpnc PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ http://critical.ch/distfiles/ \ @@ -15,7 +16,7 @@ MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3cfba5f57c32..b4ef23f23ac4 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxslt PORTVERSION= 1.1.22 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxslt/ \ ftp://fr.rpmfind.net/pub/libxml/ @@ -48,7 +48,7 @@ WITH_GCRYPT= yes .endif .if defined(WITH_GCRYPT) -LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt .endif pre-everything:: |