[35448] trunk/dports/xfce/libxfce4util

afb at macports.org afb at macports.org
Fri Mar 28 11:59:05 PDT 2008


Revision: 35448
          http://trac.macosforge.org/projects/macports/changeset/35448
Author:   afb at macports.org
Date:     2008-03-28 11:59:04 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
mass upgrade from Xfce 4.2.4 to Xfce 4.4.2 (#12749)

Modified Paths:
--------------
    trunk/dports/xfce/libxfce4util/Portfile

Removed Paths:
-------------
    trunk/dports/xfce/libxfce4util/files/patch-licenses2c

Modified: trunk/dports/xfce/libxfce4util/Portfile
===================================================================
--- trunk/dports/xfce/libxfce4util/Portfile	2008-03-28 18:59:00 UTC (rev 35447)
+++ trunk/dports/xfce/libxfce4util/Portfile	2008-03-28 18:59:04 UTC (rev 35448)
@@ -3,21 +3,22 @@
 PortSystem 1.0
 
 name		libxfce4util
-version		4.2.4
+version		4.4.2
 categories	xfce
 platforms	darwin
-maintainers  	nomaintainer
-description	Utility library for the XFce4 desktop environment
+maintainers  	afb at macports.org
+description	Utility library for the Xfce4 desktop environment
 long_description ${description}
 homepage	http://www.xfce.org/
-master_sites	http://www.us.xfce.org/archive/xfce-${version}/src/
-checksums	md5 ea8b18e09c14571bad3e352a78d591c7 \
-		sha1 89cd2c9570e1f068a1a1d3ddf5e5887576d6812c \
-		rmd160 88c70b3e3cc6dd5f0a1519dc12b8e4092943e899
+master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2	yes
+checksums	md5 261e7a5df039493ad746e0c359211092 \
+		sha1 b0399b476bd901a84424a2b77d4aa89d7fcfac7d \
+		rmd160 d0b92cae1a50cf219ff728a78789e8876aa63c91
 
 depends_lib	port:gettext port:glib2 \
 		port:libiconv port:pkgconfig
 
-configure.args	--disable-debug --enable-final
-
-patchfiles	patch-licenses2c
+platform darwin {
+	configure.args	--disable-visibility
+}

Deleted: trunk/dports/xfce/libxfce4util/files/patch-licenses2c
===================================================================
--- trunk/dports/xfce/libxfce4util/files/patch-licenses2c	2008-03-28 18:59:00 UTC (rev 35447)
+++ trunk/dports/xfce/libxfce4util/files/patch-licenses2c	2008-03-28 18:59:04 UTC (rev 35448)
@@ -1,24 +0,0 @@
---- libxfce4util/licenses-to-c.sh.orig	Tue Feb  3 21:06:07 2004
-+++ libxfce4util/licenses-to-c.sh	Tue Mar  1 00:20:39 2005
-@@ -3,20 +3,13 @@
- cat <<EOF
- /* Auto generated file, do not edit */
- 
--/* Keep the license stuff in one section if possible */
--#if defined(__GNUC__)
--#define SECTION __attribute__((section(".xfce.LICENSES")))
--#else
--#define SECTION
--#endif
--
- EOF
- 
- for item in $@; do
- 	name=`echo $item | awk 'BEGIN {FS=":"} {print $1}'`
- 	file=`echo $item | awk 'BEGIN {FS=":"} {print $2}'`
- 
--	echo "const char xfce_builtin_license_$name [] SECTION ="
-+	echo "const char xfce_builtin_license_$name [] ="
- 	sed -e 's/"/\\"/g' -e 's/^\(.*\)$/  "\1\\n"/' < $file
- 	echo ";"
- 	echo

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


More information about the macports-changes mailing list