[52821] trunk/dports/gnome/gnome-photo-print/Portfile

devans at macports.org devans at macports.org
Tue Jun 23 14:59:19 PDT 2009


Revision: 52821
          http://trac.macports.org/changeset/52821
Author:   devans at macports.org
Date:     2009-06-23 14:59:18 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
gnome-photo-print: fix livecheck, lint.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-photo-print/Portfile

Modified: trunk/dports/gnome/gnome-photo-print/Portfile
===================================================================
--- trunk/dports/gnome/gnome-photo-print/Portfile	2009-06-23 21:47:46 UTC (rev 52820)
+++ trunk/dports/gnome/gnome-photo-print/Portfile	2009-06-23 21:59:18 UTC (rev 52821)
@@ -1,17 +1,26 @@
 # $Id$
+
 PortSystem 1.0
+
 name		gnome-photo-print
+set gname       gpp
 version		0.6.3
 description	Gnome Photo Printer is intended for printing photos in an easy way.
 long_description	${description}
 maintainers	nomaintainer
 categories	gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.fogman.de/gpp/
-distname	gpp-${version}
+distname	${gname}-${version}
 master_sites	http://www.fogman.de/gpp/
+
 checksums	md5 5abf0e96d9997ed7cbe362b8fa10230f
+
 depends_lib	lib:libgnomeprintui-2-2:libgnomeprintui
-configure.args	--mandir=${prefix}/share/man 
+
+configure.args	--mandir=${prefix}/share/man
 configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 
+configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
+
+livecheck.check regex
+livecheck.regex "${gname}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/f44dcdde/attachment.html>


More information about the macports-changes mailing list