aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
commitb2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch)
tree72e0f50b478fcc72d7fc0a63685fd4e55917df11 /net/nepenthes
parentad444725e12107f98ef3a17901a6c968e5f165f6 (diff)
downloadports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz
ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.zip
Update PCRE to 8.32
Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
Notes
Notes: svn path=/head/; revision=308630
Diffstat (limited to 'net/nepenthes')
-rw-r--r--net/nepenthes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index 4dcee0c5cc12..a87c3781410d 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nepenthes
PORTVERSION= 0.2.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION}
@@ -16,7 +16,7 @@ COMMENT= Determine the malware activity on a network
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
magic.1:${PORTSDIR}/sysutils/file \
- pcre.1:${PORTSDIR}/devel/pcre \
+ pcre.3:${PORTSDIR}/devel/pcre \
adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE)