diff options
author | sem <sem@FreeBSD.org> | 2006-04-22 02:39:19 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-22 02:39:19 +0800 |
commit | 7d4a9df88e9d1da2f626504e2601b986d42f01e6 (patch) | |
tree | cabcd3ee57fcd248e26f08a08053276ec5659245 /dns/py-adns | |
parent | 88b9e9b1885ef211d7a646d04fa32ee1038a1609 (diff) | |
download | freebsd-ports-gnome-7d4a9df88e9d1da2f626504e2601b986d42f01e6.tar.gz freebsd-ports-gnome-7d4a9df88e9d1da2f626504e2601b986d42f01e6.tar.zst freebsd-ports-gnome-7d4a9df88e9d1da2f626504e2601b986d42f01e6.zip |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
Diffstat (limited to 'dns/py-adns')
-rw-r--r-- | dns/py-adns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index e93042aa3570..f9bc09eb800e 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -7,6 +7,7 @@ PORTNAME= adns PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= http://dustman.net/andy/python/adns-python/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DISTNAME= adns-python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A Python Interface to adns, the asynchronous DNS library -LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns +LIB_DEPENDS= adns.12:${PORTSDIR}/dns/adns USE_PYTHON= yes USE_PYDISTUTILS= yes |