[123038] trunk/dports/editors/leafpad/Portfile

devans at macports.org devans at macports.org
Sun Aug 3 20:49:11 PDT 2014


Revision: 123038
          https://trac.macports.org/changeset/123038
Author:   devans at macports.org
Date:     2014-08-03 20:49:11 -0700 (Sun, 03 Aug 2014)
Log Message:
-----------
leafpad: update to version 0.8.18.1, depend on intltool and autoconf to reconfigure with our intltool.m4.

Modified Paths:
--------------
    trunk/dports/editors/leafpad/Portfile

Modified: trunk/dports/editors/leafpad/Portfile
===================================================================
--- trunk/dports/editors/leafpad/Portfile	2014-08-04 01:46:19 UTC (rev 123037)
+++ trunk/dports/editors/leafpad/Portfile	2014-08-04 03:49:11 UTC (rev 123038)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            leafpad
-version         0.8.17
+version         0.8.18.1
 license         GPL-2+
 description     A simple GTK+ 2 text editor that emphasizes simplicity.
 long_description \
@@ -15,16 +15,21 @@
 homepage        http://tarot.freeshell.org/leafpad/
 master_sites    http://savannah.nongnu.org/download/leafpad/
 
-checksums       md5     d39acdf4d31de309d484511bdc9f5924 \
-                sha1    d13f585f3b2d9ea263102e1abb9fc688e3e5874a \
-                rmd160  8302c5cff5174167567ab7a5eac664b95e6947a5
+checksums       rmd160  df9caa1d4248e7da3dc5ecae31f3e758f477732e \
+                sha256  959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c
 
-depends_build   port:pkgconfig
+depends_build   port:pkgconfig \
+                port:intltool
 
 depends_lib     port:gtk2 \
                 port:freetype \
                 port:desktop-file-utils
 
+# autoreconf to reconfigure with our intltool.m4
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140803/434e642d/attachment.html>


More information about the macports-changes mailing list