[125188] trunk/dports/aqua/ArpSpyX/Portfile

jmr at macports.org jmr at macports.org
Mon Sep 8 23:49:46 PDT 2014


Revision: 125188
          https://trac.macports.org/changeset/125188
Author:   jmr at macports.org
Date:     2014-09-08 23:49:46 -0700 (Mon, 08 Sep 2014)
Log Message:
-----------
ArpSpyX: update to 1.3, set license

Modified Paths:
--------------
    trunk/dports/aqua/ArpSpyX/Portfile

Modified: trunk/dports/aqua/ArpSpyX/Portfile
===================================================================
--- trunk/dports/aqua/ArpSpyX/Portfile	2014-09-09 06:27:46 UTC (rev 125187)
+++ trunk/dports/aqua/ArpSpyX/Portfile	2014-09-09 06:49:46 UTC (rev 125188)
@@ -4,37 +4,22 @@
 PortGroup		xcode 1.0
 
 name			ArpSpyX
-version			1.1
+version			1.3
 categories		aqua net
+license			BSD
 maintainers		nomaintainer
 description		ArpSpyX displays ARP packets received by your computer
 long_description	ArpSpyX will passively sniff your network for ARP packets \
 					and display the IP and MAC address of the machine that \
 					generated the packet.
 
-homepage		http://www.thebends.org/~allen/
-master_sites	${homepage}code/
-distname		${name}-${version}-source
+homepage		http://www.thebends.org/~allen/arpspyx/
 
-extract.cmd		cat
-extract.pre_args
-extract.suffix	.tgz
+fetch.type      svn
+svn.url         https://arpspyx.googlecode.com/svn/trunk/
+svn.post_args   ${distname}
+svn.revision    11
 
-checksums		md5 e5c2fdb34ce4539a5cbbf340cef39ba3 \
-				sha1 17203ab4851e603d129448e66b682a21052f79d1 \
-				rmd160 ed858edbd7ce51b6eaa430964cb6e0ce2fd23f3e
-
-worksrcdir		ArpSpyX
-
-universal_variant no
-
-platform darwin i386 {
-	pre-fetch {
-		return -code 1 "${name} does not currently work on Intel Macs."
-	}
-}
-
 livecheck.type	regex
-livecheck.url	${master_sites}
-livecheck.regex	"${name}-(\\d+\\.\\d+(?:\\.\\d+)*)-source"
-
+livecheck.url   ${homepage}CHANGELOG
+livecheck.regex	{v([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140908/96bd076d/attachment.html>


More information about the macports-changes mailing list