View | Details | Raw Unified | Return to bug 107381
Collapse All | Expand All

(-)/home/lwhsu/ports/dns/py-adns/Makefile (-4 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	adns
8
PORTNAME=	adns
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.2.0
10
PORTREVISION=	1
11
CATEGORIES=	dns python
10
CATEGORIES=	dns python
12
MASTER_SITES=	http://dustman.net/andy/python/adns-python/${PORTVERSION}/
11
MASTER_SITES=	http://adns-python.googlecode.com/files/ \
12
		http://dustman.net/andy/python/adns-python/${PORTVERSION}/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
DISTNAME=	adns-python-${PORTVERSION}
14
DISTNAME=	adns-python-${PORTVERSION}
15
15
Lines 25-31 Link Here
25
post-patch:
25
post-patch:
26
	@${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \
26
	@${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \
27
		-e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \
27
		-e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \
28
		-e 's|\(extra_objects=.*\)$$|\1define_macros=[("adns__rrt_typemask","adns_rrt_typemask")],|g' \
29
		${WRKSRC}/setup.py
28
		${WRKSRC}/setup.py
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)/home/lwhsu/ports/dns/py-adns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (adns-python-1.1.0.tar.gz) = 9ccff9655e8eb20563306d56676b0aee
1
MD5 (adns-python-1.2.0.tar.gz) = e2d756ba982ce3181ebb4c40a42d80dd
2
SHA256 (adns-python-1.1.0.tar.gz) = b5def9d1487d5b9bace2ebf7a12cf2fc5c9afdf8f9ba9e44d374e3191e34afdd
2
SHA256 (adns-python-1.2.0.tar.gz) = 1d1942ddfab4c3db2208cd7869d00b06df06161e7c26e23b045122a4bf3f0d7e
3
SIZE (adns-python-1.1.0.tar.gz) = 16576
3
SIZE (adns-python-1.2.0.tar.gz) = 16495
(-)/home/lwhsu/ports/dns/py-adns/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
The adns module provides an interface to
1
The adns module provides an interface to
2
the GNU adns asynchronous DNS resolver library.
2
the GNU adns asynchronous DNS resolver library.
3
3
4
WWW: http://dustman.net/andy/python/adns-python/
4
WWW:	http://code.google.com/p/adns-python/

Return to bug 107381