From owner-svn-ports-head@FreeBSD.ORG Fri Jan 3 08:53:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F250515C; Fri, 3 Jan 2014 08:53:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4C641780; Fri, 3 Jan 2014 08:53:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s038r9aR063431; Fri, 3 Jan 2014 08:53:09 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s038r9e9063428; Fri, 3 Jan 2014 08:53:09 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201401030853.s038r9e9063428@svn.freebsd.org> From: Li-Wen Hsu Date: Fri, 3 Jan 2014 08:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338529 - head/security/py-gnutls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 08:53:10 -0000 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 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%%