[29712] trunk/dports/gnome/icon-naming-utils/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 6 13:14:49 PDT 2007


Revision: 29712
          http://trac.macosforge.org/projects/macports/changeset/29712
Author:   nox at macports.org
Date:     2007-10-06 13:14:48 -0700 (Sat, 06 Oct 2007)

Log Message:
-----------
icon-naming-utils:
 * Updated to 0.8.6.
 * Removed pkgconfig lib dependency.
 * Added p5-getopt-long run dependency.
 * Build dependencies are also run dependencies.
 * Added livecheck.
 * Disabled universal variant (arch-agnostic port).
 * Added sha1 and rmd160 checksums.

Modified Paths:
--------------
    trunk/dports/gnome/icon-naming-utils/Portfile

Modified: trunk/dports/gnome/icon-naming-utils/Portfile
===================================================================
--- trunk/dports/gnome/icon-naming-utils/Portfile	2007-10-06 19:33:16 UTC (rev 29711)
+++ trunk/dports/gnome/icon-naming-utils/Portfile	2007-10-06 20:14:48 UTC (rev 29712)
@@ -1,15 +1,35 @@
 # $Id$
-PortSystem 1.0
+
+PortSystem  1.0
+
 name		icon-naming-utils
-version		0.8.2
+version     0.8.6
 description	A default fallback theme.
 long_description        This is the default fallback theme used by \
 			implementations of the icon theme specification.
-maintainers	rhwood openmaintainer at macports.org
+maintainers	rhwood openmaintainer
 categories	gnome 
 platforms	darwin 
-homepage	http://tango-project.org
-master_sites    http://tango-project.org/releases/
-checksums	md5 76e6afde567bd17b4fe095aa0ec90531
-depends_build	port:p5-xml-simple
-depends_lib	port:pkgconfig
+
+homepage	http://tango-project.org/
+master_sites    ${homepage}releases/
+use_bzip2   yes
+
+checksums       md5 1b255dbd674954a00d20434568da45ac \
+                sha1 624b252b54671c0ba8d540dbcef811b5d86bca14 \
+                rmd160 c7ec8236cb1c50a0a6b261836109eab50c850b74
+
+set build_deps  "port:perl5.8 port:p5-xml-simple"
+
+eval [subst {
+    depends_build   ${build_deps}
+    depends_run     ${build_deps} \
+                    port:p5-getopt-long
+}]
+
+universal_variant   no
+
+livecheck.check regex
+livecheck.url   ${master_sites}?C=M&O=D
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
+

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


More information about the macports-changes mailing list