diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
commit | b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56 (patch) | |
tree | a9da48ec602f00615d045ae17eea9acfa84d13d4 /security/libksba | |
parent | 7c9c53d586e9569eda76c3d558b06aa6fda547fc (diff) | |
download | ports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.tar.gz ports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.zip |
- Chase libgpg-error version bump [1]
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]
Approved by: maintainers (arved, lofi, novel,
ports at mcdermottroe dot com) [1]
Suggested by: novel, lofi [2]
Notes
Notes:
svn path=/head/; revision=173573
Diffstat (limited to 'security/libksba')
-rw-r--r-- | security/libksba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index f62f9534e016..93bec5d1da57 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -6,6 +6,7 @@ PORTNAME= libksba PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MAINTAINER= lofi@FreeBSD.org COMMENT= KSBA is an X.509 Library LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.2:${PORTSDIR}/security/libgpg-error + gpg-error.3:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes GNU_CONFIGURE= yes |