diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (patch) | |
tree | 79fa91c3e74bfd9067d4aad5233757770c2ab50b /security/gsasl | |
parent | ee3b6b0cf8b088e61fe1d2c1d79dbfda5a36a1c2 (diff) | |
download | freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.gz freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.zst freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 4a97193e5a74..9359c9b01fab 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.2.28 +PORTREVISION= 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.15:${PORTSDIR}/security/libgcrypt \ + gcrypt.16:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm USE_GNOME= gnomehack gnometarget pkgconfig |