diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-09-26 19:32:35 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-09-26 19:32:35 +0000 |
commit | bf278e70e2653e38475d3f017c973799e5ae1409 (patch) | |
tree | 5f40531e89443997b2b4648c57acdcab0fc5badf /security | |
parent | 63f9aa563481a027f54db84405c6e9d41bc49d2d (diff) | |
download | ports-bf278e70e2653e38475d3f017c973799e5ae1409.tar.gz ports-bf278e70e2653e38475d3f017c973799e5ae1409.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gnutls/Makefile | 12 | ||||
-rw-r--r-- | security/py-gnutls/distinfo | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 8a78a20d4107..02ad8e4a7759 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTVERSION= 1.1.6 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,7 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python wrapper for the GNUTLS library LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +RUN_DEPENDS= ${PYCTYPES} USE_PYTHON= yes USE_PYDISTUTILS= yes @@ -34,10 +34,4 @@ post-install: ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} .endif -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 250 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/py-gnutls/distinfo b/security/py-gnutls/distinfo index ef50fc175921..fbde78fcb382 100644 --- a/security/py-gnutls/distinfo +++ b/security/py-gnutls/distinfo @@ -1,3 +1,3 @@ -MD5 (python-gnutls-1.1.5.tar.gz) = d1e949532919c719299931eb8718105a -SHA256 (python-gnutls-1.1.5.tar.gz) = 540ec9f8522dc568cc574c2398986e8d228436917764c4dc332a39c1605c46cd -SIZE (python-gnutls-1.1.5.tar.gz) = 44747 +MD5 (python-gnutls-1.1.6.tar.gz) = 1f3e61a0f2a8a95c320f1ef78d6888cc +SHA256 (python-gnutls-1.1.6.tar.gz) = f76510e5e2ffe86de02da080e6258c9c1e379a18ff7d532c2488b92c15f9a262 +SIZE (python-gnutls-1.1.6.tar.gz) = 46038 |