ports/107283: [PATCH] dns/py-adns: update to 1.1.1

Li-Wen Hsu lwhsu at lwhsu.org
Thu Dec 28 14:30:12 UTC 2006


>Number:         107283
>Category:       ports
>Synopsis:       [PATCH] dns/py-adns: update to 1.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:   Thu Dec 28 14:30:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec  6 11:34:36 CST
>Description:
- Update to 1.1.1
- Update WWW, this project is moving to code.google.com

This version fixes a memory leak.

Port maintainer (perky at FreeBSD.org) is cc'd.

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

--- py24-adns-1.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/dns/py-adns/Makefile /home/lwhsu/ports/dns/py-adns/Makefile
--- /usr/ports/dns/py-adns/Makefile	Mon Apr 24 02:43:51 2006
+++ /home/lwhsu/ports/dns/py-adns/Makefile	Thu Dec 28 14:04:34 2006
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	adns
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.1.1
 CATEGORIES=	dns python
-MASTER_SITES=	http://dustman.net/andy/python/adns-python/${PORTVERSION}/
+MASTER_SITES=	http://adns-python.googlecode.com/files/ \
+		http://dustman.net/andy/python/adns-python/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	adns-python-${PORTVERSION}
 
diff -ruN --exclude=CVS /usr/ports/dns/py-adns/distinfo /home/lwhsu/ports/dns/py-adns/distinfo
--- /usr/ports/dns/py-adns/distinfo	Sun Jan 22 08:31:45 2006
+++ /home/lwhsu/ports/dns/py-adns/distinfo	Thu Dec 28 14:01:46 2006
@@ -1,3 +1,3 @@
-MD5 (adns-python-1.1.0.tar.gz) = 9ccff9655e8eb20563306d56676b0aee
-SHA256 (adns-python-1.1.0.tar.gz) = b5def9d1487d5b9bace2ebf7a12cf2fc5c9afdf8f9ba9e44d374e3191e34afdd
-SIZE (adns-python-1.1.0.tar.gz) = 16576
+MD5 (adns-python-1.1.1.tar.gz) = f7a3e7e81f6c13859261b40a9b5dc130
+SHA256 (adns-python-1.1.1.tar.gz) = 998566e1425a9606a41533b9ca8be00573d98d76f59b07ba77a3709e243c9376
+SIZE (adns-python-1.1.1.tar.gz) = 16422
diff -ruN --exclude=CVS /usr/ports/dns/py-adns/pkg-descr /home/lwhsu/ports/dns/py-adns/pkg-descr
--- /usr/ports/dns/py-adns/pkg-descr	Tue Feb 26 22:35:54 2002
+++ /home/lwhsu/ports/dns/py-adns/pkg-descr	Thu Dec 28 14:03:57 2006
@@ -1,4 +1,4 @@
 The adns module provides an interface to
 the GNU adns asynchronous DNS resolver library.
 
-WWW: http://dustman.net/andy/python/adns-python/
+WWW:	http://code.google.com/p/adns-python/
--- py24-adns-1.1.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list