[125509] trunk/dports/gnome/liferea

devans at macports.org devans at macports.org
Thu Sep 18 20:51:29 PDT 2014


Revision: 125509
          https://trac.macports.org/changeset/125509
Author:   devans at macports.org
Date:     2014-09-18 20:51:29 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
liferea: update to version, 1.11.1.

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

Added Paths:
-----------
    trunk/dports/gnome/liferea/files/
    trunk/dports/gnome/liferea/files/patch-autogen.sh.diff

Modified: trunk/dports/gnome/liferea/Portfile
===================================================================
--- trunk/dports/gnome/liferea/Portfile	2014-09-19 03:23:55 UTC (rev 125508)
+++ trunk/dports/gnome/liferea/Portfile	2014-09-19 03:51:29 UTC (rev 125509)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        lwindolf liferea 1.10.10 v
+github.setup        lwindolf liferea 1.11.1 v
 # Note: do not remove the epoch line.
 epoch               20090731
 description         A feed aggregator for GTK+/GNOME.
@@ -18,8 +18,8 @@
 platforms           darwin
 homepage            http://lzone.de/${name}/
 
-checksums           rmd160  76e27c1b64ca04795704710304ca6d0deacf38fb \
-                    sha256  2cd330197c871b45d7a9b26ba9f5a61d7c9fc02536b17db5bdb933131d3202ba
+checksums           rmd160  a7c4a6de4b8db0b13ce4caba437c16c371d31619 \
+                    sha256  42969312e7c8ea6d67a9bc0d4f384a93ce0192077a11a585041c7f19db6cd175
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -48,10 +48,11 @@
     }
 }
 
+patchfiles          patch-autogen.sh.diff
+
 configure.cmd       ./autogen.sh
 
 configure.args      --disable-schemas-compile \
-                    --disable-libindicate \
                     --enable-introspection=yes
 
 post-activate {

Added: trunk/dports/gnome/liferea/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/gnome/liferea/files/patch-autogen.sh.diff	                        (rev 0)
+++ trunk/dports/gnome/liferea/files/patch-autogen.sh.diff	2014-09-19 03:51:29 UTC (rev 125509)
@@ -0,0 +1,11 @@
+--- autogen.sh.orig	2014-09-18 20:36:18.000000000 -0700
++++ autogen.sh	2014-09-18 20:36:30.000000000 -0700
+@@ -12,7 +12,7 @@
+ 	exit 1
+ fi
+ 
+-tmp=`which libtoolize`
++tmp=`which glibtoolize`
+ if [ "$tmp" = "" ]; then
+ 	echo "ERROR: You need to install libtool!"
+ 	exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140918/cb09bcf5/attachment-0001.html>


More information about the macports-changes mailing list