[49362] trunk/dports/gnome/totem-pl-parser

jeremyhu at macports.org jeremyhu at macports.org
Wed Apr 8 03:31:51 PDT 2009


Revision: 49362
          http://trac.macports.org/changeset/49362
Author:   jeremyhu at macports.org
Date:     2009-04-08 03:31:50 -0700 (Wed, 08 Apr 2009)
Log Message:
-----------
totem-pl-parser: bump to 2.24.4.

Modified Paths:
--------------
    trunk/dports/gnome/totem-pl-parser/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/totem-pl-parser/files/

Modified: trunk/dports/gnome/totem-pl-parser/Portfile
===================================================================
--- trunk/dports/gnome/totem-pl-parser/Portfile	2009-04-08 09:52:52 UTC (rev 49361)
+++ trunk/dports/gnome/totem-pl-parser/Portfile	2009-04-08 10:31:50 UTC (rev 49362)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 
 name		totem-pl-parser
-version		2.22.3
+version		2.24.4
 set branch  [join [lrange [split ${version} .] 0 1] .]
 categories	gnome
 maintainers	nomaintainer
@@ -15,17 +15,29 @@
 homepage        http://live.gnome.org/Totem
 platforms       darwin
 master_sites	gnome:sources/${name}/${branch}/
-checksums       md5 a00956f87fa8fcb1f6760dccea5e0f84 \
-                sha1 65ec8c18384cb40fcbb006c948c9d6fad961b124
+checksums           md5     cff146663fe307a7d929e08ab0e4b3ca \
+                    sha1    7c6650fc9ee2190270e80a00a9afe77629c07700 \
+                    rmd160  af92fc1ccd8b51e16eea4d3b33d3dbace7859fc8
 distname        totem-pl-parser-${version}
 use_bzip2       yes
 
-depends_build   port:pkgconfig
+depends_build   port:pkgconfig \
+		port:autoconf \
+		port:automake \
+		port:libtool
+
 depends_lib     port:gnome-vfs \
 		port:evolution-data-server
-patchfiles	patch-lib-memmem.c.diff
-configure.args  --mandir=${prefix}/share/man \
 
+post-patch {
+	# http://bugzilla.gnome.org/show_bug.cgi?id=578358
+	reinplace "s:libtotem_glibc_la_SOURCES =:libtotem_glibc_la_SOURCES = stub.c:" ${worksrcpath}/lib/Makefile.am
+	copy ${filespath}/stub.c ${worksrcpath}/lib/stub.c
+}
+
+use_autoreconf yes
+autoreconf.args -fvi
+
 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/20090408/cd56bf62/attachment.html>


More information about the macports-changes mailing list