Index: head/security/py-openssl/Makefile =================================================================== --- head/security/py-openssl/Makefile (revision 277346) +++ head/security/py-openssl/Makefile (revision 277347) @@ -1,38 +1,40 @@ # ex:ts=8 # Ports collection makefile for: py-openssl # Date created: Feb 10, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= openssl -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= security python -MASTER_SITES= http://launchpadlibrarian.net/58498441/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyOpenSSL-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Python interface to the OpenSSL library + +LICENSE= ASL USE_PYTHON= yes USE_PYTHON_PREFIX= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyOpenSSL USE_OPENSSL= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} pre-configure: @${ECHO_CMD} "[build_ext]" >> ${WRKSRC}/setup.cfg @${ECHO_CMD} "include-dirs = ${OPENSSLINC}" >> ${WRKSRC}/setup.cfg @${ECHO_CMD} "library-dirs = ${OPENSSLLIB}" >> ${WRKSRC}/setup.cfg .if !defined(NOPORTEXAMPLES) post-install: @${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif .include Property changes on: head/security/py-openssl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/security/py-openssl/distinfo =================================================================== --- head/security/py-openssl/distinfo (revision 277346) +++ head/security/py-openssl/distinfo (revision 277347) @@ -1,2 +1,2 @@ -SHA256 (pyOpenSSL-0.11.tar.gz) = 42ae2dc29a5ebf5088521cb8df2b1bdf039d28e14845fd9df4ab59658b565cfd -SIZE (pyOpenSSL-0.11.tar.gz) = 242152 +SHA256 (pyOpenSSL-0.12.tar.gz) = 4517e9630a90db09ab8fe77d4dad753d5514a5f76b65ac327a7cd5a1d1ddd8a8 +SIZE (pyOpenSSL-0.12.tar.gz) = 236041 Property changes on: head/security/py-openssl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property