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

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 16 02:32:35 PDT 2007


Revision: 27038
          http://trac.macosforge.org/projects/macports/changeset/27038
Author:   rhwood at macports.org
Date:     2007-07-16 02:32:35 -0700 (Mon, 16 Jul 2007)

Log Message:
-----------
Upgrade to version 2.6.1
Remove useless configure.env settings
Remove use_sys_deps variant
Replace hard-coded master-sites version with a regex

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

Modified: trunk/dports/gnome/libglade2/Portfile
===================================================================
--- trunk/dports/gnome/libglade2/Portfile	2007-07-16 07:40:05 UTC (rev 27037)
+++ trunk/dports/gnome/libglade2/Portfile	2007-07-16 09:32:35 UTC (rev 27038)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		libglade2
-version		2.6.0
+version		2.6.1
 revision	1
 description	GNOME glade library.
 long_description        A library that allows you to load GLADE interfaces \
@@ -12,12 +12,12 @@
 			interface separately from the code to build the \
 			interface, so changing the interface is not so \
 			much of a problem. 
-maintainers	nomaintainer at macports.org
+maintainers	rhwood openmaintainer at macports.org
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/libglade/2.6/
-checksums	rmd160 4aac5a50cc1672e03684648c190185f35397604d
+master_sites    gnome:sources/libglade/[strsed ${version} {/\.[0-9]*$//}]/
+checksums	rmd160 74c546e68c479f59b3100c6e267592d91539dcef
 distname	libglade-${version}
 
 depends_lib \
@@ -29,12 +29,3 @@
 use_bzip2	yes
 
 configure.args  --mandir=${prefix}/share/man
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 
-
-variant use-sys-deps {
-	depends_lib \
-        lib:libfontconfig.1:fontconfig \
-        lib:libXrender.1:xrender \
-        lib:libxml2:libxml2 \
-        lib:libgtk-x11-2.0:gtk2
-}

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


More information about the macports-changes mailing list