[22523] trunk/dports/net/arpwatch/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 4 07:15:46 PST 2007


Revision: 22523
          http://trac.macosforge.org/projects/macports/changeset/22523
Author:   pmq at macports.org
Date:     2007-03-04 07:15:46 -0800 (Sun, 04 Mar 2007)

Log Message:
-----------
Don't pass --quiet to configure.
Simplified the portfile as darwin is the only platform we support.
Updated the livecheck.
Removed long time unresponsive co-maintainer.

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

Modified: trunk/dports/net/arpwatch/Portfile
===================================================================
--- trunk/dports/net/arpwatch/Portfile	2007-03-04 10:33:39 UTC (rev 22522)
+++ trunk/dports/net/arpwatch/Portfile	2007-03-04 15:15:46 UTC (rev 22523)
@@ -6,7 +6,7 @@
 version           2.1a15
 categories        net
 platforms         darwin
-maintainers       julien.touche at touche.fr.st pmq at macports.org
+maintainers       pmq at macports.org
 
 description       Monitor ARP & RARP requests
 long_description  Arpwatch monitors ethernet activity and maintains a \
@@ -21,10 +21,10 @@
 
 livecheck.url	  "http://www.freebsd.org/cgi/ports.cgi?query=${name}&stype=all"
 livecheck.regex	  ">${name}-(.*?)<"
-livecheck.version 2.1.a15_3
+livecheck.version 2.1.a15_4
 
-configure.args    --quiet --mandir=${prefix}/share/man
-
+configure.env     CFLAGS="-DBIND_8_COMPAT=1" 
+configure.args    --mandir=${prefix}/share/man
 post-configure {
     reinplace "s|-o bin -g bin||g" "${workdir}/${worksrcdir}/Makefile"
 }
@@ -33,20 +33,9 @@
 
 destroot.target   install install-man
 post-destroot {
-	file mkdir ${destroot}${prefix}/share/examples/${name}-${version}
+    set examples_dir ${destroot}${prefix}/share/examples/${name}-${version}
+    file mkdir ${examples_dir}
 
-	xinstall ${build.dir}/ethercodes.dat \
-		 ${destroot}${prefix}/share/examples/${name}-${version}
-	xinstall ${build.dir}/d.awk \
-		 ${destroot}${prefix}/share/examples/${name}-${version}
-	xinstall ${build.dir}/e.awk \
-		 ${destroot}${prefix}/share/examples/${name}-${version}
-	xinstall ${build.dir}/p.awk \
-		 ${destroot}${prefix}/share/examples/${name}-${version}
-	xinstall ${build.dir}/arp2ethers \
-		 ${destroot}${prefix}/share/examples/${name}-${version}
+    xinstall -W ${build.dir} ethercodes.dat d.awk e.awk p.awk arp2ethers \
+        ${examples_dir}
 }
-
-platform darwin { 
-	configure.env       CFLAGS="-DBIND_8_COMPAT=1" 
-}

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


More information about the macports-changes mailing list