[20553] trunk/dports/net/honeyd

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 6 12:44:16 PST 2006


Revision: 20553
          http://trac.macosforge.org/projects/macports/changeset/20553
Author:   markd at macports.org
Date:     2006-11-06 12:44:16 -0800 (Mon, 06 Nov 2006)

Log Message:
-----------
Update to 1.5b.  Add rrdtool variant.

Modified Paths:
--------------
    trunk/dports/net/honeyd/Portfile

Removed Paths:
-------------
    trunk/dports/net/honeyd/files/

Modified: trunk/dports/net/honeyd/Portfile
===================================================================
--- trunk/dports/net/honeyd/Portfile	2006-11-06 20:37:05 UTC (rev 20552)
+++ trunk/dports/net/honeyd/Portfile	2006-11-06 20:44:16 UTC (rev 20553)
@@ -1,9 +1,9 @@
 # $Id$
 PortSystem        1.0
 name              honeyd
-version           1.5a
+version           1.5b
 categories        net
-maintainers       markd at opendarwin.org
+maintainers       markd at macports.org
 
 description       A small daemon that creates virtual hosts appearing to run various \
 		  operating systems and services.
@@ -17,10 +17,8 @@
 homepage          http://www.honeyd.org/
 master_sites      http://www.citi.umich.edu/u/provos/honeyd/
 platforms         darwin
-checksums         md5 5bec8d97c235f910aa56e83ba7d302bc
+checksums         md5 fe571133c9b65c5e1dca57515122ab62
 
-patchfiles	  patch-Makefile.in
-
 depends_lib       port:libevent \
 		  port:libdnet \
 		  port:libpcap \
@@ -32,6 +30,10 @@
 
 configure.args	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 
+variant rrdtool {
+	depends_lib-append	port:rrdtool
+}
+
 post-install {
                 ui_msg "\n
 	See README in ${prefix}/share/${name}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061106/1bcdbbc2/attachment.html


More information about the macports-changes mailing list