Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2011 01:58:39 GMT
From:      Martin Jackson <mhjacks@swbell.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161270: [MAINTAINER-UPDATE] Update devel/py-asn1
Message-ID:  <201110040158.p941wddI028154@red.freebsd.org>
Resent-Message-ID: <201110040200.p9420M1h065382@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161270
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] Update devel/py-asn1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 04 02:00:22 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Martin Jackson
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD samwise.gateway.2wire.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Fix to use PORTEPOCH, and properly depend on py-setuptools.  I signed off on update to the port improperly.
>How-To-Repeat:
Always
>Fix:
Update to new version.

Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 1178)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (pyasn1-0.0.13.tar.gz) = 059bc1fd109cdf3d579b1a3e7175494cf70066f93f05a642c20d7993bbf841c7
-SIZE (pyasn1-0.0.13.tar.gz) = 51225
+SHA256 (pyasn1-0.0.13b.tar.gz) = dd911885078b0e44eedbd4cc7fa04e8589f8371c77d7e6083b534828c57ed3d0
+SIZE (pyasn1-0.0.13b.tar.gz) = 50570
Index: Makefile
===================================================================
--- Makefile	(revision 1178)
+++ Makefile	(working copy)
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	asn1
-PORTVERSION=	0.0.13
-PORTEPOCH=	1
+PORTVERSION=	0.0.13b
+PORTEPOCH=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		SF/py${PORTNAME}/py${PORTNAME}-devel/${PORTVERSION}
@@ -20,6 +20,9 @@
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
+RUN_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
+
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	pyasn1


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110040158.p941wddI028154>