[23470] trunk/dports/net/net-snmp/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 1 13:24:20 PDT 2007


Revision: 23470
          http://trac.macosforge.org/projects/macports/changeset/23470
Author:   ricci at macports.org
Date:     2007-04-01 13:24:19 -0700 (Sun, 01 Apr 2007)

Log Message:
-----------
add openmaintainer@
remove DarwinPortsStartup
fake the startupitem stop/start items

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

Modified: trunk/dports/net/net-snmp/Portfile
===================================================================
--- trunk/dports/net/net-snmp/Portfile	2007-04-01 19:37:06 UTC (rev 23469)
+++ trunk/dports/net/net-snmp/Portfile	2007-04-01 20:24:19 UTC (rev 23470)
@@ -5,7 +5,7 @@
 version			5.4
 revision		1
 categories		net
-maintainers		opendarwin.org at darkart.com
+maintainers		opendarwin.org at darkart.com openmaintainer at macports.org
 description		An extendable SNMP implementation
 long_description	This is net-snmp, a derivative of CMU's SNMP \
 					package. Various tools relating to the Simple \
@@ -52,8 +52,14 @@
 }
 
 variant server	{
-	depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
 	configure.args-delete	--disable-agent
+
+	startupitem.create              yes
+	startupitem.name                NetSNMP
+	startupitem.start \
+		"echo \"NOT starting (net-)snmpd, no real startup item yet\""
+	startupitem.stop \
+		"echo \"NOT stopping (net-)snmpd, no real startup item yet\""
 }
 
 variant ipv6	{ configure.args-append --enable-ipv6 --with-out-mib-modules=mibII/ipv6}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070401/33d219f2/attachment.html


More information about the macports-changes mailing list