From mhjacks@swbell.net  Sun May 28 00:16:49 2006
Return-Path: <mhjacks@swbell.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 24BDC16A7C8
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 May 2006 00:12:50 +0000 (UTC)
	(envelope-from mhjacks@swbell.net)
Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203])
	by mx1.FreeBSD.org (Postfix) with SMTP id ACC8743D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 May 2006 00:12:49 +0000 (GMT)
	(envelope-from mhjacks@swbell.net)
Received: (qmail 62939 invoked from network); 28 May 2006 00:12:48 -0000
Received: from unknown (HELO anduril.minas.tirith) (mhjacks@swbell.net@65.67.72.193 with login)
  by smtp104.sbc.mail.mud.yahoo.com with SMTP; 28 May 2006 00:12:48 -0000
Received: from localhost (localhost [127.0.0.1])
	by anduril.minas.tirith (Postfix) with ESMTP id AA0C92E06E
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 May 2006 19:12:47 -0500 (CDT)
Received: from anduril.minas.tirith ([127.0.0.1])
	by localhost (anduril.minas.tirith [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id th9r06JdkAy2 for <FreeBSD-gnats-submit@freebsd.org>;
	Sat, 27 May 2006 19:12:46 -0500 (CDT)
Received: by anduril.minas.tirith (Postfix, from userid 0)
	id 18B3A2E030; Sat, 27 May 2006 19:12:46 -0500 (CDT)
Message-Id: <20060528001246.18B3A2E030@anduril.minas.tirith>
Date: Sat, 27 May 2006 19:12:46 -0500 (CDT)
From: Martin Jackson <mhjacks@swbell.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/py-asn1: update to 0.0.5a
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98042
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-asn1: update to 0.0.5a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 28 00:20:20 GMT 2006
>Closed-Date:    Sun May 28 06:55:45 GMT 2006
>Last-Modified:  Sun May 28 06:55:45 GMT 2006
>Originator:     Martin Jackson
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD anduril.minas.tirith 6.1-RELEASE FreeBSD 6.1-RELEASE #5: Sun May 14 16:27:56 CDT 2006
>Description:
- Update to 0.0.5a

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-asn1-0.0.5a.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-asn1/Makefile /root/ports_devel/py-asn1/Makefile
--- /usr/ports/devel/py-asn1/Makefile	Mon Apr 17 06:22:21 2006
+++ /root/ports_devel/py-asn1/Makefile	Sat May 27 18:42:29 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asn1
-PORTVERSION=	0.0.4a
+PORTVERSION=	0.0.5a
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	py${PORTNAME}
@@ -30,6 +30,7 @@
 DOCDOCS=	notes.html
 
 EXAMPLE_FILES=	snmp.py \
+		sshkey.py \
 		x509.py
 
 post-install:
diff -ruN --exclude=CVS /usr/ports/devel/py-asn1/distinfo /root/ports_devel/py-asn1/distinfo
--- /usr/ports/devel/py-asn1/distinfo	Mon Apr 17 06:22:21 2006
+++ /root/ports_devel/py-asn1/distinfo	Sat May 27 18:39:05 2006
@@ -1,3 +1,3 @@
-MD5 (pyasn1-0.0.4a.tar.gz) = 85a1c06c34b301efbf08bb8c52e43f15
-SHA256 (pyasn1-0.0.4a.tar.gz) = c8f3046374e72d71b9e6e323394fe5387b97e839c01b78f5633e2334a67c5727
-SIZE (pyasn1-0.0.4a.tar.gz) = 31445
+MD5 (pyasn1-0.0.5a.tar.gz) = 5ebbcfa99ad6cde5ccd320d744bc7d04
+SHA256 (pyasn1-0.0.5a.tar.gz) = 2232ec8701b88adedfa44b99e7cb129445ef2c69c3a14ff86700768bda2401f9
+SIZE (pyasn1-0.0.5a.tar.gz) = 33093
diff -ruN --exclude=CVS /usr/ports/devel/py-asn1/pkg-plist /root/ports_devel/py-asn1/pkg-plist
--- /usr/ports/devel/py-asn1/pkg-plist	Mon Apr 17 06:22:21 2006
+++ /root/ports_devel/py-asn1/pkg-plist	Sat May 27 18:42:47 2006
@@ -71,6 +71,7 @@
 %%PYTHON_SITELIBDIR%%/pyasn1/v1/codec/der/encoder.pyc
 %%PYTHON_SITELIBDIR%%/pyasn1/v1/codec/der/encoder.pyo
 %%EXAMPLESDIR%%/snmp.py
+%%EXAMPLESDIR%%/sshkey.py
 %%EXAMPLESDIR%%/x509.py
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
--- py24-asn1-0.0.5a.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: novel 
Responsible-Changed-When: Sun May 28 06:06:39 UTC 2006 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98042 
State-Changed-From-To: open->closed 
State-Changed-By: novel 
State-Changed-When: Sun May 28 06:55:43 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98042 
>Unformatted:
