aboutsummaryrefslogtreecommitdiff
path: root/security/py-gnutls
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-02-05 16:17:06 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-02-05 16:17:06 +0000
commit91e365d630f06550c027e8d6416042302496c4fb (patch)
tree39eb76ce76a50126ac09099f3cbbc3b7b481086a /security/py-gnutls
parent0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff)
downloadports-91e365d630f06550c027e8d6416042302496c4fb.tar.gz
ports-91e365d630f06550c027e8d6416042302496c4fb.zip
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Notes
Notes: svn path=/head/; revision=311722
Diffstat (limited to 'security/py-gnutls')
-rw-r--r--security/py-gnutls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile
index 2013c1176012..ec4a17570342 100644
--- a/security/py-gnutls/Makefile
+++ b/security/py-gnutls/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnutls
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ DISTNAME= python-gnutls-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python wrapper for the GNUTLS library
-LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
USE_PYTHON= yes
USE_PYDISTUTILS= yes