[64736] trunk/dports/devel/geany/Portfile

nox at macports.org nox at macports.org
Mon Mar 15 06:13:41 PDT 2010


Revision: 64736
          http://trac.macports.org/changeset/64736
Author:   nox at macports.org
Date:     2010-03-15 06:13:40 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update geany to 0.18.1

Modified Paths:
--------------
    trunk/dports/devel/geany/Portfile

Modified: trunk/dports/devel/geany/Portfile
===================================================================
--- trunk/dports/devel/geany/Portfile	2010-03-15 13:13:30 UTC (rev 64735)
+++ trunk/dports/devel/geany/Portfile	2010-03-15 13:13:40 UTC (rev 64736)
@@ -2,9 +2,11 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       archcheck 1.0
 
 name            geany
-version         0.18
+version         0.18.1
+license         GPL-2
 maintainers     nox openmaintainer
 categories      devel
 platforms       darwin
@@ -21,14 +23,21 @@
 master_sites    http://download.geany.org/
 use_bzip2       yes
 
-checksums       md5     d8e301f6933c828e2c36b3afdb3f4c34 \
-                sha1    5284e069d5da5581cf87474b5a4b37aed015d77e \
-                rmd160  38d053bb9952965560ae19cf48584a3d6f88d30a
+checksums       md5     e8be4c0918a8b29ef43bf17fa080c11c \
+                sha1    cb039ac4c6fe3738afb8d0aa9f4ddb024eebb084 \
+                rmd160  56df2c2d41d4dce73d4ecc849e50b3ad4b3a85a8
 
-depends_lib     port:gettext \
-                port:vte
-
-post-extract {
-    reinplace "s|libvte.so|${prefix}/lib/libvte.dylib|g" \
+post-patch {
+    reinplace "s|libvte\\.so|${prefix}/lib/libvte.dylib|g" \
         ${worksrcpath}/src/vte.c
 }
+
+depends_lib \
+    port:gettext \
+    port:gtk2 \
+    port:vte
+
+archcheck.files \
+    lib/libgdk_pixbuf-2.0.dylib \
+    lib/libintl.dylib \
+    lib/libvte.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/d818f285/attachment.html>


More information about the macports-changes mailing list