aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-05-03 13:57:46 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-05-03 13:57:46 +0000
commitf75ab7e2f316ee89cc0a1b00bc4068b97b8910ee (patch)
tree08b48928182d4bf9eddf824905ffdb00f1839c1d /security/libgcrypt
parentcc48ca62b8183684bde64365c1e3c6bab49710e0 (diff)
downloadports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.tar.gz
ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.zip
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel Switch back to security/libgcrypt and bump PORTREVISION for - gnutls - gnutls-devel - gsasl - opencdk - vpnc libggz: - Remove dependency on libgcrypt, because the port does not yet work with the new libgcrypt libksba: - Update to 0.9.5 - Pass maintainership to lofi, who already maintains the other aegypten ports. Approved by: lofi wmbiff: Switch to security/libgcrypt but no PORTREVISION bump, because the dependency is optional and the port does not work with the new libgcrypt and needs to be updated. No action, because ports don't work with the new libgcrypt and need to be updated, maintainers informed: security/newpg security/pinentry security/dirmngr emulators/fuse emulators/libspectrum
Notes
Notes: svn path=/head/; revision=108267
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile8
-rw-r--r--security/libgcrypt/distinfo8
-rw-r--r--security/libgcrypt/files/patch-ltmain.sh2
-rw-r--r--security/libgcrypt/pkg-plist2
4 files changed, 9 insertions, 11 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index ccb001a68ff0..6af1e0a0e066 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -5,24 +5,22 @@
# $FreeBSD$
PORTNAME= libgcrypt
-PORTVERSION= 1.1.12
+PORTVERSION= 1.2.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR= alpha/libgcrypt
+MASTER_SITE_SUBDIR= libgcrypt
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig
MAINTAINER= arved@FreeBSD.org
COMMENT= "General purpose crypto library based on code used in GnuPG"
-CONFLICTS= libgcrypt-1.1.9*
USE_REINPLACE= yes
USE_PERL5= yes
USE_LIBTOOL_VER=13
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
-NO_LATEST_LINK=yes
INFO= gcrypt
@@ -43,7 +41,7 @@ pre-extract:
post-patch:
@${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
- ${WRKSRC}/scripts/ltmain.sh
+ ${WRKSRC}/ltmain.sh
pre-configure:
@${RM} -f ${WRKSRC}/doc/gcrypt.info*
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo
index b393370e46c5..012fd84f677e 100644
--- a/security/libgcrypt/distinfo
+++ b/security/libgcrypt/distinfo
@@ -1,4 +1,4 @@
-MD5 (libgcrypt-1.1.12.tar.gz) = c245f62bf8da9a83c5dae26d9fa3559d
-SIZE (libgcrypt-1.1.12.tar.gz) = 741606
-MD5 (libgcrypt-1.1.12.tar.gz.sig) = a00de178c9f44b9a30f5f04f6260538c
-SIZE (libgcrypt-1.1.12.tar.gz.sig) = 65
+MD5 (libgcrypt-1.2.0.tar.gz) = 5c508072d8387ce17d1ab05075c2be40
+SIZE (libgcrypt-1.2.0.tar.gz) = 949159
+MD5 (libgcrypt-1.2.0.tar.gz.sig) = 2b3af043c5ab3b7d6aa8cb1f852dc67b
+SIZE (libgcrypt-1.2.0.tar.gz.sig) = 65
diff --git a/security/libgcrypt/files/patch-ltmain.sh b/security/libgcrypt/files/patch-ltmain.sh
index e99e2de7af48..250b983f2f3a 100644
--- a/security/libgcrypt/files/patch-ltmain.sh
+++ b/security/libgcrypt/files/patch-ltmain.sh
@@ -1,5 +1,5 @@
--- scripts/ltmain.sh.orig Wed Jul 17 15:42:41 2002
-+++ scripts/ltmain.sh Wed Jul 17 15:47:36 2002
++++ ltmain.sh Wed Jul 17 15:47:36 2002
@@ -1062,8 +1062,16 @@
continue
;;
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist
index e92679f25058..a613f2b2dd9a 100644
--- a/security/libgcrypt/pkg-plist
+++ b/security/libgcrypt/pkg-plist
@@ -2,5 +2,5 @@ bin/libgcrypt-config
include/gcrypt.h
lib/libgcrypt.a
lib/libgcrypt.so
-lib/libgcrypt.so.6
+lib/libgcrypt.so.12
share/aclocal/libgcrypt.m4