[64922] trunk/dports/gnome/gtksourceview2/Portfile

nox at macports.org nox at macports.org
Wed Mar 17 13:38:40 PDT 2010


Revision: 64922
          http://trac.macports.org/changeset/64922
Author:   nox at macports.org
Date:     2010-03-17 13:38:40 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
Update gtksourceview2 to 2.8.2

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

Modified: trunk/dports/gnome/gtksourceview2/Portfile
===================================================================
--- trunk/dports/gnome/gtksourceview2/Portfile	2010-03-17 20:38:27 UTC (rev 64921)
+++ trunk/dports/gnome/gtksourceview2/Portfile	2010-03-17 20:38:40 UTC (rev 64922)
@@ -2,10 +2,12 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       archcheck 1.0
 
 name		    gtksourceview2
 set my_name     gtksourceview
-version		    2.6.2
+version		    2.8.2
+license         GPL-2 LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers	    gmail.com:micah.lerner openmaintainer
 categories	    gnome
@@ -25,16 +27,35 @@
 distname	    ${my_name}-${version}
 use_bzip2 	    yes
 
-checksums       md5     5f94a7c9e31f81b4a1780a3a83df6413 \
-                sha1    728a3b09a0d9d12f40f958f68713223ad1da9623 \
-                rmd160  8619b8518057595e656547d67ac3f4fc38da12ba
+checksums       md5     5ce481d3aa7d639fe4508530b184158c \
+                sha1    a2e411b191f03053b10a4f2acf866e1ae11fa15e \
+                rmd160  b2869efbfca82f1dd8526febcfd92d17ae05efcf
 
 depends_build   port:intltool \
 	        port:pkgconfig
 
-depends_lib     port:gtk2 \
-                port:libxml2
+depends_lib \
+    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+    port:gettext \
+    port:gtk2 \
+    port:libxml2
 
+archcheck.files \
+    lib/libglib-2.0.dylib \
+    lib/libgdk_pixbuf-2.0.dylib \
+    lib/libintl.dylib \
+    lib/libxml2.dylib
+
+test.run        yes
+test.target     check
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.lib MAINTAINERS \
+        NEWS README ${destroot}${docdir}
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100317/886e637c/attachment.html>


More information about the macports-changes mailing list