summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-01-06 10:04:02 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-01-06 10:04:02 +0000
commit82859f6914dce4788b6ebd5ad121853f8bc8686f (patch)
tree35892adfb4f06fbb5e0ca4f6336e5d3fb7da4531 /dns
parentUpdate to 0.3.0 (diff)
- Update to 1.2.0
- Update WWW, this project moved to code.google.com PR: 107381 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=181618
Diffstat (limited to 'dns')
-rw-r--r--dns/py-adns/Makefile7
-rw-r--r--dns/py-adns/distinfo6
-rw-r--r--dns/py-adns/pkg-descr2
3 files changed, 7 insertions, 8 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile
index 93b5eced4d13..200bd897be1d 100644
--- a/dns/py-adns/Makefile
+++ b/dns/py-adns/Makefile
@@ -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 @@ PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
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 <bsd.port.mk>
diff --git a/dns/py-adns/distinfo b/dns/py-adns/distinfo
index 6e30dc9b96c0..7ebb1c6dd028 100644
--- a/dns/py-adns/distinfo
+++ b/dns/py-adns/distinfo
@@ -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 --git a/dns/py-adns/pkg-descr b/dns/py-adns/pkg-descr
index e5a5229524fe..c82f637938d6 100644
--- a/dns/py-adns/pkg-descr
+++ b/dns/py-adns/pkg-descr
@@ -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/