diff options
author | sergei <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
commit | 0045d9827006dbfa3434c08086dfc56139aff84d (patch) | |
tree | a3ebd6a758664b4b55a9b0f665c17dc018915fa3 /security/gnutls-devel | |
parent | a1788f478f35b222c4f2bfe6d36e8f9d2c8b1028 (diff) | |
download | FreeBSD-ports-0045d9827006dbfa3434c08086dfc56139aff84d.zip FreeBSD-ports-0045d9827006dbfa3434c08086dfc56139aff84d.tar.gz |
- 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]
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 3c3d8e9..9d9a1c4 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ @@ -20,7 +21,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.2:${PORTSDIR}/security/libgpg-error + gpg-error.3:${PORTSDIR}/security/libgpg-error CONFLICTS= gnutls-[0-9]* |