- 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
This commit is contained in:
parent
2549400723
commit
82859f6914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181618
3 changed files with 7 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue