Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-asn1/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 30 Sep 2011 14:19:28 -0000 1.13 +++ Makefile 15 Nov 2011 12:49:24 -0000 @@ -6,11 +6,11 @@ # PORTNAME= asn1 -PORTVERSION= 0.0.13 +PORTVERSION= 0.1.1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ - SF/py${PORTNAME}/py${PORTNAME}-devel/${PORTVERSION} + SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} @@ -20,6 +20,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= pyasn1 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/py-asn1/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 28 Sep 2011 20:15:20 -0000 1.9 +++ distinfo 15 Nov 2011 12:49:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (pyasn1-0.0.13.tar.gz) = 059bc1fd109cdf3d579b1a3e7175494cf70066f93f05a642c20d7993bbf841c7 -SIZE (pyasn1-0.0.13.tar.gz) = 51225 +SHA256 (pyasn1-0.1.1.tar.gz) = b5a771ab5b092a016d638e672e566c4fb4fb8080073986104490562b55d890b3 +SIZE (pyasn1-0.1.1.tar.gz) = 54184 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/py-asn1/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 17 Apr 2006 11:22:21 -0000 1.1 +++ pkg-descr 15 Nov 2011 12:49:24 -0000 @@ -1,5 +1,4 @@ -ASN.1 types and codecs (BER, CER, DER) implementation in Python programming +ASN.1 types and codecs (BER, CER, DER) implementation in Python programming language. -Author: Ilya Etingof (ilya@glas.net) WWW: http://sourceforge.net/projects/pyasn1/