[29431] trunk/dports/gnome/libgnomecups/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 23 09:15:49 PDT 2007


Revision: 29431
          http://trac.macosforge.org/projects/macports/changeset/29431
Author:   nox at macports.org
Date:     2007-09-23 09:15:49 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
libgnomecups:
 * Fixed dependencies (specially cups-headers is now a darwin_7-only dependency).
 * Set master_sites to something more beautiful.
 * Added sha1 and rmd160 checksums.

Modified Paths:
--------------
    trunk/dports/gnome/libgnomecups/Portfile

Modified: trunk/dports/gnome/libgnomecups/Portfile
===================================================================
--- trunk/dports/gnome/libgnomecups/Portfile	2007-09-23 15:15:22 UTC (rev 29430)
+++ trunk/dports/gnome/libgnomecups/Portfile	2007-09-23 16:15:49 UTC (rev 29431)
@@ -2,17 +2,33 @@
 PortSystem 1.0
 name		libgnomecups
 version		0.2.2
+revision    1
 description	This is an implementation of the Gnome Printing Architecture
 long_description       	This is an implementation of the Gnome Printing \
 			Architecture
-maintainers	rhwood openmaintainer at macports.org
+maintainers	rhwood openmaintainer
 categories	gnome
 platforms	darwin 
 homepage	http://www.levien.com/gnome/print-arch.html
-master_sites    gnome:sources/libgnomecups/0.2/
-checksums	rmd160 150e1c87a43d92dfa5237995f3615c733ed3e20f
-depends_lib	lib:libglib.2:glib2
-depends_build	path:${prefix}/include/cups/cups.h:cups-headers \
-		port:p5-xml-parser
+master_sites    gnome:sources/libgnomecups/[join [lrange [split ${version} .] 0 1] .]/
+
+checksums       md5 959d5524fe9c37efb55ccfa02e3a063b \
+                sha1 d0bf3a87f9c540bca366f6fefdecdefa145e8e66 \
+                rmd160 150e1c87a43d92dfa5237995f3615c733ed3e20f
+
+depends_build   port:pkgconfig \
+                port:perl5.8 \
+                port:p5-xml-parser \
+                port:intltool
+
+depends_lib     port:glib2 \
+                port:gettext \
+                port:libiconv
+
 use_bzip2 	yes
 configure.args  --mandir=${prefix}/share/man 
+
+platform darwin 7 {
+    depends_build-append    port:cups-headers
+}
+

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


More information about the macports-changes mailing list