Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2014 08:53:09 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338529 - head/security/py-gnutls
Message-ID:  <201401030853.s038r9e9063428@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Jan  3 08:53:08 2014
New Revision: 338529
URL: http://svnweb.freebsd.org/changeset/ports/338529

Log:
  - Update to 1.2.5

Modified:
  head/security/py-gnutls/Makefile
  head/security/py-gnutls/distinfo
  head/security/py-gnutls/pkg-plist

Modified: head/security/py-gnutls/Makefile
==============================================================================
--- head/security/py-gnutls/Makefile	Fri Jan  3 08:22:36 2014	(r338528)
+++ head/security/py-gnutls/Makefile	Fri Jan  3 08:53:08 2014	(r338529)
@@ -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>

Modified: head/security/py-gnutls/distinfo
==============================================================================
--- head/security/py-gnutls/distinfo	Fri Jan  3 08:22:36 2014	(r338528)
+++ head/security/py-gnutls/distinfo	Fri Jan  3 08:53:08 2014	(r338529)
@@ -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

Modified: head/security/py-gnutls/pkg-plist
==============================================================================
--- head/security/py-gnutls/pkg-plist	Fri Jan  3 08:22:36 2014	(r338528)
+++ head/security/py-gnutls/pkg-plist	Fri Jan  3 08:53:08 2014	(r338529)
@@ -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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401030853.s038r9e9063428>