[29157] trunk/dports/gnome/libglade2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 16 09:11:06 PDT 2007


Revision: 29157
          http://trac.macosforge.org/projects/macports/changeset/29157
Author:   nox at macports.org
Date:     2007-09-16 09:11:05 -0700 (Sun, 16 Sep 2007)

Log Message:
-----------
libglade2:
 * Updated to 2.6.2.
 * Added sha1 and rmd160 checksums.
 * Added test support.
 * Added build dependency pkgconfig.

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

Modified: trunk/dports/gnome/libglade2/Portfile
===================================================================
--- trunk/dports/gnome/libglade2/Portfile	2007-09-16 15:56:13 UTC (rev 29156)
+++ trunk/dports/gnome/libglade2/Portfile	2007-09-16 16:11:05 UTC (rev 29157)
@@ -1,8 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		libglade2
-version		2.6.1
-revision	1
+version     2.6.2
 description	GNOME glade library.
 long_description        A library that allows you to load GLADE interfaces \
 			at runtime (you don't have to generate stubs with \
@@ -16,10 +15,15 @@
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/libglade/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	rmd160 74c546e68c479f59b3100c6e267592d91539dcef
+master_sites    gnome:sources/libglade/[join [lrange [split ${version} .] 0 1] .]/
 distname	libglade-${version}
 
+checksums   md5 da4f9d1c6cd1337f6ef5e2db768d8557 \
+            sha1 99ffcf33bcd0fdd67191c99b117a0cefc26b84bc \
+            rmd160 d6b25114cdbcc5c74412186a9a5a2cc9a140c4e7
+
+depends_build \
+        port:pkgconfig
 depends_lib \
         port:fontconfig \
         port:xrender \
@@ -28,4 +32,8 @@
 
 use_bzip2	yes
 
-configure.args  --mandir=${prefix}/share/man
+configure.args  --disable-gtktest
+
+test.run    yes
+test.target check
+

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


More information about the macports-changes mailing list