diff options
author | pat <pat@FreeBSD.org> | 2002-08-12 14:33:14 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-12 14:33:14 +0800 |
commit | be25e1cc886aaf6b446a56bb98f103105794029c (patch) | |
tree | 6fc0e1a20d4199fc4f6b9540f94646fbc657290b /net/honeyd | |
parent | 9da12eea9ce98b3fdd1ffa7836c66f0db0369afa (diff) | |
download | freebsd-ports-gnome-be25e1cc886aaf6b446a56bb98f103105794029c.tar.gz freebsd-ports-gnome-be25e1cc886aaf6b446a56bb98f103105794029c.tar.zst freebsd-ports-gnome-be25e1cc886aaf6b446a56bb98f103105794029c.zip |
- Update to 0.3
- Fix typo in maintainer email address
- Also use LOCALBASE to pass to configure the location of dependencies
instead of PREFIX
PR: ports/41563
Submitted by: maintainer
Diffstat (limited to 'net/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 8 | ||||
-rw-r--r-- | net/honeyd/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 985f3e215db4..cc37e088d754 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,18 +6,18 @@ # PORTNAME= honeyd -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ -MAINTAINER= dominc_marks@btinternet.com +MAINTAINER= dominic_marks@btinternet.com BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libdnet=${PREFIX} \ - --with-libevent=${PREFIX} \ +CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ + --with-libevent=${LOCALBASE} \ --with-pcap WRKSRC= ${WRKDIR}/${PORTNAME} MAN8= honeyd.8 diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index 33b05ac024f0..8cbca756f6fd 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1 +1 @@ -MD5 (honeyd-0.2.tar.gz) = 4ce368e4e73254642297c8525fa5f1ae +MD5 (honeyd-0.3.tar.gz) = 027c507bb165bea70403309e4445c601 |