[66257] trunk/dports/net/ipcheck/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 7 20:38:15 PDT 2010


Revision: 66257
          http://trac.macports.org/changeset/66257
Author:   ryandesign at macports.org
Date:     2010-04-07 20:38:13 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
ipcheck: update to 0.242 and indicate that this is noarch

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

Modified: trunk/dports/net/ipcheck/Portfile
===================================================================
--- trunk/dports/net/ipcheck/Portfile	2010-04-08 03:29:28 UTC (rev 66256)
+++ trunk/dports/net/ipcheck/Portfile	2010-04-08 03:38:13 UTC (rev 66257)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			ipcheck
-version			0.226
+version			0.242
 categories		net
 maintainers		nomaintainer
 description		dynamic dns client written in python
@@ -12,10 +12,15 @@
 				dns address providers like dyndns.org
 
 homepage		http://ipcheck.sourceforge.net
-master_sites	${homepage}/releases/
-distfiles		${name}.226
-checksums		md5 04db7332df0b28ee0991d3d8b4878df7
+master_sites	sourceforge
 
+dist_subdir		${name}/${version}
+distfiles		${name}.py
+
+checksums		md5     297ac4ea00216b13a73646f0d76c267e \
+				sha1    42b785ebf55a23d6526178f863716c35260d0d2c \
+				rmd160  6609da8a647b0b795b6b1ce63cac59eb2fd9abd5
+
 depends_run		bin:python:python24
 
 extract {
@@ -28,6 +33,10 @@
 
 use_configure	no
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
+
 build			{}
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100407/6c41a9b3/attachment.html>


More information about the macports-changes mailing list