diff options
author | sem <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
commit | 7d4a9df88e9d1da2f626504e2601b986d42f01e6 (patch) | |
tree | cabcd3ee57fcd248e26f08a08053276ec5659245 /dns | |
parent | 88b9e9b1885ef211d7a646d04fa32ee1038a1609 (diff) | |
download | FreeBSD-ports-7d4a9df88e9d1da2f626504e2601b986d42f01e6.zip FreeBSD-ports-7d4a9df88e9d1da2f626504e2601b986d42f01e6.tar.gz |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 4 | ||||
-rw-r--r-- | dns/py-adns/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 903fb24..29459a5 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -7,14 +7,14 @@ PORTNAME= fastresolve PORTVERSION= 2.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.djmnet.org/sw/dist/ MAINTAINER= martin@matuska.org COMMENT= Programs that process web logs to get DNS and domain ownership info -LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns +LIB_DEPENDS= adns.12:${PORTSDIR}/dns/adns RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB USE_BZIP2= yes diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index e93042a..f9bc09e 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 |