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 Sun Dec 31 22:49:18 2006 @@ -6,10 +6,10 @@ # PORTNAME= adns -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 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} @@ -25,7 +25,6 @@ post-patch: @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \ - -e 's|\(extra_objects=.*\)$$|\1define_macros=[("adns__rrt_typemask","adns_rrt_typemask")],|g' \ ${WRKSRC}/setup.py .include 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 Sun Dec 31 22:37:08 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.2.0.tar.gz) = e2d756ba982ce3181ebb4c40a42d80dd +SHA256 (adns-python-1.2.0.tar.gz) = 1d1942ddfab4c3db2208cd7869d00b06df06161e7c26e23b045122a4bf3f0d7e +SIZE (adns-python-1.2.0.tar.gz) = 16495 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 Sun Dec 31 22:34:17 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/