[56232] users/devans/GNOME_2_27/gnome

devans at macports.org devans at macports.org
Tue Aug 25 06:37:01 PDT 2009


Revision: 56232
          http://trac.macports.org/changeset/56232
Author:   devans at macports.org
Date:     2009-08-25 06:36:53 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
GNOME_2_27/gnome/libunique:

  * copy from trunk and update to unstable version 1.1.2.
  * update configuration, dependencies
  * add +no_x11 variant

Modified Paths:
--------------
    users/devans/GNOME_2_27/gnome/libunique/Portfile

Added Paths:
-----------
    users/devans/GNOME_2_27/gnome/libunique/

Modified: users/devans/GNOME_2_27/gnome/libunique/Portfile
===================================================================
--- trunk/dports/gnome/libunique/Portfile	2009-08-24 23:53:32 UTC (rev 56165)
+++ users/devans/GNOME_2_27/gnome/libunique/Portfile	2009-08-25 13:36:53 UTC (rev 56232)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		libunique
-version		1.0.8
+version		1.1.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	Unique is a library for writing single instance applications.
 long_description \
@@ -18,15 +18,27 @@
 homepage	http://live.gnome.org/LibUnique
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     8ea35a7d8da7ef2952cd79f9e1324053 \
-                sha1    3497b89b69c5d8ed70b487d32bd449bb0b7bc91f \
-                rmd160  6fb3469fc8282e248e9776cc4972f2eac75971db
+checksums       md5     a99799e72779baa98352fbac7f91c910 \
+                sha1    02577b7cc2483e4d03e15a40b88b967240941562 \
+                rmd160  7c86260af179bcf253b0fa759cb968c42279d053
 
 depends_build   port:pkgconfig
 
 depends_lib     port:gtk2 \
-                port:dbus-glib
+                port:dbus-glib \
+                port:xorg-libX11
 
+configure.args  --enable-maintainer-flags=no \
+                --x-includes=${prefix}/include \
+                --x-libraries=${prefix}/lib
+                
+variant no_x11 {
+    depends_lib-delete port:xorg-libX11
+    configure.args-delete --x-includes=${prefix}/include \
+                          --x-libraries=${prefix}/lib
+    configure.args-append --without-x
+}
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/7d17d1c2/attachment.html>


More information about the macports-changes mailing list