ports/162590: [UPDATE] devel/py-asn1: update to 0.1.1
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Nov 15 17:30:09 UTC 2011
>Number: 162590
>Category: ports
>Synopsis: [UPDATE] devel/py-asn1: update to 0.1.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 15 17:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Mahmatkhanov
>Release: 10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 0.1.1
- fix SF mirror
- remove whitespace and "Author: " field from pkg-descr
tinderbuild log: http://people.freebsd.org/~rm/py27-asn1-0.1.1%2c1.log
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
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 at glas.net)
WWW: http://sourceforge.net/projects/pyasn1/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list