diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2014-01-03 16:53:08 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2014-01-03 16:53:08 +0800 |
commit | 037ecf777ac2462cc5a2bea1b819551651c3d6ee (patch) | |
tree | 29bd624c66f0247f7660c77bc6c13edf7abc61ac /security | |
parent | e723cf8b85533154a26ea05b575a8eacf106313d (diff) | |
download | freebsd-ports-gnome-037ecf777ac2462cc5a2bea1b819551651c3d6ee.tar.gz freebsd-ports-gnome-037ecf777ac2462cc5a2bea1b819551651c3d6ee.tar.zst freebsd-ports-gnome-037ecf777ac2462cc5a2bea1b819551651c3d6ee.zip |
- Update to 1.2.5
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gnutls/Makefile | 10 | ||||
-rw-r--r-- | security/py-gnutls/distinfo | 4 | ||||
-rw-r--r-- | security/py-gnutls/pkg-plist | 1 |
3 files changed, 7 insertions, 8 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index e54e71a5276c..7b6854545b2e 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ DISTNAME= python-gnutls-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python wrapper for the GNUTLS library -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls USE_PYTHON= yes USE_PYDISTUTILS= yes @@ -20,7 +19,6 @@ PYDISTUTILS_PKGNAME= python_gnutls EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|include_dirs=.*|include_dirs=\['${LOCALBASE}/include'\],|" ${WRKSRC}/setup.py ${REINPLACE_CMD} -e "s|library_dirs=.*|library_dirs=\['${LOCALBASE}/lib'\],|" ${WRKSRC}/setup.py @@ -28,8 +26,8 @@ post-patch: .if !defined(NOPORTEXAMPLES) post-install: - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}/${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/security/py-gnutls/distinfo b/security/py-gnutls/distinfo index 65c8ea97bf38..0cf98fdd6a04 100644 --- a/security/py-gnutls/distinfo +++ b/security/py-gnutls/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-gnutls-1.2.4.tar.gz) = c768dc052cc188ceaabac5cdb16695d77a1ed59e4f7c4159715fd34a57cce15e -SIZE (python-gnutls-1.2.4.tar.gz) = 44299 +SHA256 (python-gnutls-1.2.5.tar.gz) = 6e92aa4496422a728f3bc98e7e24e96d79a79e1ab275dad419b720aea5642482 +SIZE (python-gnutls-1.2.5.tar.gz) = 45304 diff --git a/security/py-gnutls/pkg-plist b/security/py-gnutls/pkg-plist index acea9e961784..e683fddd0fa7 100644 --- a/security/py-gnutls/pkg-plist +++ b/security/py-gnutls/pkg-plist @@ -53,6 +53,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crypto.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/server.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/twisted-client.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twisted-green-client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/twisted-server.py %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/certs %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |