Date: Thu, 17 Mar 2011 15:49:31 GMT From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/155637: [UPDATE] devel/py-asn1: update to 0.0.13b Message-ID: <201103171549.p2HFnVTd044992@red.freebsd.org> Resent-Message-ID: <201103171550.p2HFoSxN022195@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 155637 >Category: ports >Synopsis: [UPDATE] devel/py-asn1: update to 0.0.13b >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: Thu Mar 17 15:50:28 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 8.2-STABLE >Organization: >Environment: 8.2-STABLE i386 tested with bundled test suite >Description: - update to 0.0.13b - add CHEESESHOP mirror, make it default - fix whitespaces >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-asn1.orig/Makefile py-asn1/Makefile --- py-asn1.orig/Makefile 2011-03-17 16:01:31.000000000 +0300 +++ py-asn1/Makefile 2011-03-17 18:41:12.000000000 +0300 @@ -6,9 +6,10 @@ # PORTNAME= asn1 -PORTVERSION= 0.0.13a +PORTVERSION= 0.0.13b CATEGORIES= devel python -MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}-devel/${PORTVERSION} +MASTER_SITES= CHEESESHOP \ + SF/py${PORTNAME}/py${PORTNAME}-devel/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} @@ -33,12 +34,12 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -. for f in ${BASEDOCS} +.for f in ${BASEDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor -. for f in ${DOCDOCS} +.endfor +.for f in ${DOCDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} -. endfor +.endfor .endif .include <bsd.port.mk> diff -ruNa py-asn1.orig/distinfo py-asn1/distinfo --- py-asn1.orig/distinfo 2011-03-17 16:01:31.000000000 +0300 +++ py-asn1/distinfo 2011-03-17 18:32:29.000000000 +0300 @@ -1,2 +1,2 @@ -SHA256 (pyasn1-0.0.13a.tar.gz) = 2db53c0cac65d44eec34e8d76bdfb33680963d5ba3df3249cd9c6b38878d4bd4 -SIZE (pyasn1-0.0.13a.tar.gz) = 48815 +SHA256 (pyasn1-0.0.13b.tar.gz) = dd911885078b0e44eedbd4cc7fa04e8589f8371c77d7e6083b534828c57ed3d0 +SIZE (pyasn1-0.0.13b.tar.gz) = 50570 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103171549.p2HFnVTd044992>