diff options
author | dougb <dougb@FreeBSD.org> | 2011-01-14 15:42:11 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-01-14 15:42:11 +0800 |
commit | c5c62e08ddd2d4411971006be56f8a8849bc10df (patch) | |
tree | c12bdc13c7727ea0033918a5890680ff16bc3934 /security | |
parent | c2692127a8464a62baadacbfd18659fba4ab242d (diff) | |
download | freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.tar.gz freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.tar.zst freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.zip |
Fix the shared library version number for libassuan to reflect what
the authors intended by adding:
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
to security/libassuan/Makefile.
Update the libassuan shared library version number and/or bump
PORTREVISION in the dependent ports.
Requested by: ale
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/dirmngr/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gpa/Makefile | 4 | ||||
-rw-r--r-- | security/gpgme/Makefile | 4 | ||||
-rw-r--r-- | security/libassuan/Makefile | 8 |
5 files changed, 15 insertions, 9 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index bc0afa3ac04c..73d8429f83d0 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,7 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= umq@ueo.co.jp COMMENT= A client for managing and downloading certificate revocation lists -LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ ksba.18:${PORTSDIR}/security/libksba \ diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index ddb59120df43..1db0d886b32e 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -18,7 +18,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba -LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ ksba.18:${PORTSDIR}/security/libksba \ diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 12c9ced1efac..e321b26de3c1 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -7,14 +7,14 @@ PORTNAME= gpa PORTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/603/ MAINTAINER= bsdkaffee@gmail.com COMMENT= A graphical frontend for the GNU Privacy Guard -LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gpgme.18:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 1be4f33b99dd..a822e47c40ca 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bsdkaffee@gmail.com COMMENT= A library to make access to GnuPG easier -LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gpg-error.0:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index d184d6941ea7..c0a30c4f534d 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -7,6 +7,7 @@ PORTNAME= libassuan PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR=${PORTNAME} @@ -22,9 +23,14 @@ LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth \ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes + +# Silly, but apparently the only way to get the proper shared lib version number +USE_AUTOTOOLS= libtool +USE_GNOME= ltverhack + INFO= assuan PLIST_FILES= bin/libassuan-config include/assuan.h lib/libassuan.la \ - lib/libassuan.so.1 lib/libassuan.so share/aclocal/libassuan.m4 + lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4 .include <bsd.port.pre.mk> |