From koobs.freebsd@gmail.com  Sat Jun 16 07:13:25 2012
Return-Path: <koobs.freebsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8B5B8106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Jun 2012 07:13:25 +0000 (UTC)
	(envelope-from koobs.freebsd@gmail.com)
Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 5CF998FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Jun 2012 07:13:25 +0000 (UTC)
Received: by pbbro2 with SMTP id ro2so6559477pbb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Jun 2012 00:13:25 -0700 (PDT)
Received: by 10.68.194.105 with SMTP id hv9mr21316574pbc.126.1339830804980;
        Sat, 16 Jun 2012 00:13:24 -0700 (PDT)
Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11])
        by mx.google.com with ESMTPS id jw3sm15934318pbc.65.2012.06.16.00.13.22
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 16 Jun 2012 00:13:23 -0700 (PDT)
Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001)
	id F0318177AF; Sat, 16 Jun 2012 17:13:18 +1000 (EST)
Message-Id: <20120616071318.F0318177AF@freebsd-90-amd64.elysium>
Date: Sat, 16 Jun 2012 17:13:18 +1000 (EST)
From: koobs <koobs.freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mhjacks@swbell.net
Subject: [PATCH] devel/py-asn1: update to 0.1.3,1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mhjacks@swbell.net

>Number:         169143
>Category:       ports
>Synopsis:       [PATCH] devel/py-asn1: update to 0.1.3,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 16 07:20:12 UTC 2012
>Closed-Date:    Tue Jun 19 16:33:20 UTC 2012
>Last-Modified:  Tue Jun 19 16:40:12 UTC 2012
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
- Update to 0.1.3,1
- Remove LICENSE_FILE for well-known licenses

Changes:

- Include class name into asn1 value constraint violation exception.
- Fix to OctetString.prettyOut() method that looses leading zero when
  building hex string.

Shouldn't this port should be named py-pyasn1?

Port maintainer (mhjacks@swbell.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-asn1-0.1.3,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-asn1/Makefile ./Makefile
--- /usr/ports/devel/py-asn1/Makefile	2012-01-12 18:00:11.000000000 +1100
+++ ./Makefile	2012-06-16 17:10:51.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asn1
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.3
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
@@ -18,7 +18,6 @@
 COMMENT=	ASN.1 toolkit for Python
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 # Python3 ready
 USE_PYTHON=		yes
diff -ruN --exclude=CVS /usr/ports/devel/py-asn1/distinfo ./distinfo
--- /usr/ports/devel/py-asn1/distinfo	2012-04-12 12:30:53.000000000 +1000
+++ ./distinfo	2012-06-16 17:08:33.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (pyasn1-0.1.2.tar.gz) = 2422dabc63126cd6a27e41ad6dec53b3df1d701114a1184e7630e4c857380e12
-SIZE (pyasn1-0.1.2.tar.gz) = 53547
+SHA256 (pyasn1-0.1.3.tar.gz) = 937fd751c4c25dbd37810d15138114640773c7c276039c9f6d7276fdacb355b7
+SIZE (pyasn1-0.1.3.tar.gz) = 54291
--- py27-asn1-0.1.3,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 16 16:20:42 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169143 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jun 16 16:20:49 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169143 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mhjacks@swbell.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/169143: [PATCH] devel/py-asn1: update to 0.1.3,1
Date: Sat, 16 Jun 2012 16:20:46 UT

 Maintainer of devel/py-asn1,
 
 Please note that PR ports/169143 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169143
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Martin Jackson <mhjacks@swbell.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169143: [PATCH] devel/py-asn1: update to 0.1.3,1
Date: Sat, 16 Jun 2012 11:50:03 -0500

 On 06/16/2012 11:20 AM, Edwin Groothuis wrote:
 > Maintainer of devel/py-asn1,
 >
 > Please note that PR ports/169143 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169143
 >
 Approved.
 
 Thanks,
 Marty
Responsible-Changed-From-To: freebsd-python->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Sat Jun 16 19:30:54 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169143 
State-Changed-From-To: feedback->open 
State-Changed-By: jgh 
State-Changed-When: Tue Jun 19 16:16:11 UTC 2012 
State-Changed-Why:  
maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169143 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Tue Jun 19 16:33:18 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169143 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169143: commit references a PR
Date: Tue, 19 Jun 2012 16:33:17 +0000 (UTC)

 jgh         2012-06-19 16:33:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-asn1        Makefile distinfo 
   Log:
   - update to 0.1.3,1
   - Remove LICENSE_FILE for well-known licenses
   - while here use optionsNG for portdocs
   
   PR:     ports/169143
   Submitted by:   koobs.freebsd@gmail.com
   Approved by:    maintainer, mhjacks@swbell.net
   
   Revision  Changes    Path
   1.16      +4 -3      ports/devel/py-asn1/Makefile
   1.13      +2 -2      ports/devel/py-asn1/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
