diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
commit | 2201ea060728156976b0e1b780148e35c73632db (patch) | |
tree | edffbbfffa6384672226bec39c6fa1a71e26e147 /net/nepenthes | |
parent | 254b91789e523c1441e55817f55f9c1ff8c81f79 (diff) | |
download | ports-2201ea060728156976b0e1b780148e35c73632db.tar.gz ports-2201ea060728156976b0e1b780148e35c73632db.zip |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
Notes
Notes:
svn path=/head/; revision=160087
Diffstat (limited to 'net/nepenthes')
-rw-r--r-- | net/nepenthes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 84cd01e708f7..0baaee9ea2ba 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -7,6 +7,7 @@ PORTNAME= nepenthes PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nepenthes @@ -17,7 +18,7 @@ COMMENT= Determine the malware activity on a network LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ magic.1:${PORTSDIR}/sysutils/file \ pcre.0:${PORTSDIR}/devel/pcre \ - adns.1:${PORTSDIR}/dns/adns + adns.12:${PORTSDIR}/dns/adns USE_PERL5= yes GNU_CONFIGURE= yes |