diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-23 04:30:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-23 04:30:25 +0800 |
commit | d8a7a12270114b7f60cb06860202c965424ce37c (patch) | |
tree | 759b28c804618a6a8b1ddddad650d987d66feceb /net/honeyd | |
parent | 39da34ff54d1d517b7dfe567df4d3bc569a8b901 (diff) | |
download | freebsd-ports-gnome-d8a7a12270114b7f60cb06860202c965424ce37c.tar.gz freebsd-ports-gnome-d8a7a12270114b7f60cb06860202c965424ce37c.tar.zst freebsd-ports-gnome-d8a7a12270114b7f60cb06860202c965424ce37c.zip |
- Update to 1.5b
PR: 105744
Submitted by: miwi
Approved by: maintainer
Diffstat (limited to 'net/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 6 | ||||
-rw-r--r-- | net/honeyd/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index e15ec297b807..0747609dda86 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 1.5a +PORTVERSION= 1.5b CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libdnsres.a:${PORTSDIR}/devel/libdnsres \ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libdnsres=${LOCALBASE} .if defined(WITH_PYTHON) -USE_PYTHON= yes +USE_PYTHON= 2.4 CONFIGURE_ARGS+= --with-python .else CONFIGURE_ARGS+= --without-python diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index df813b21b22a..5244cc74e5f4 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1,3 +1,3 @@ -MD5 (honeyd-1.5a.tar.gz) = 5bec8d97c235f910aa56e83ba7d302bc -SHA256 (honeyd-1.5a.tar.gz) = 86ada31e91c28c29bdb7a4b841b5014cb3f78747adc7d209b623573e82a6be83 -SIZE (honeyd-1.5a.tar.gz) = 893323 +MD5 (honeyd-1.5b.tar.gz) = fe571133c9b65c5e1dca57515122ab62 +SHA256 (honeyd-1.5b.tar.gz) = 2f00ebdac4c47b157b076e255bd757a6ef7b7f043cc499493d1c0f9e458527a5 +SIZE (honeyd-1.5b.tar.gz) = 881787 |