Hi ports --
Here's an update for liferea. The update itself is just a few bugfixes,
but upstream changed a whole lot of annoying things: the tarball has
moved and there's no configure.
I will poke upstream and see if we can't get them to generate a
configure for each release.
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/liferea/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- Makefile 26 Mar 2014 06:57:52 -0000 1.66
+++ Makefile 4 Apr 2014 23:19:36 -0000
@@ -2,12 +2,11 @@
SHARED_ONLY= Yes
-V= 1.10.7
+V= 1.10.8
COMMENT= simple GTK desktop news aggregator
DISTNAME= liferea-${V}
+DISTFILES= ${DISTNAME}{v${V}}.tar.gz
CATEGORIES= www x11
-EXTRACT_SUFX= .tar.bz2
-REVISION= 0
HOMEPAGE= http://lzone.de/liferea/
MAINTAINER= Brian Callahan <bcal...@openbsd.org>
@@ -30,11 +29,14 @@ WANTLIB += pixman-1 png pthread pthread-
WANTLIB += sqlite3 stdc++ webkitgtk-3.0 webp xcb xcb-render xcb-shm
WANTLIB += xml2 xslt z
-MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${V}/
+MASTER_SITES= https://github.com/lwindolf/liferea/archive/
MODULES= devel/gettext \
textproc/intltool
+BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
+ ${MODGNU_AUTOMAKE_DEPENDS}
+
LIB_DEPENDS= devel/libnotify>=0.7.2 \
textproc/libxslt \
devel/libpeas \
@@ -61,5 +63,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= Yes
+
+AUTOCONF_VERSION = 2.69
+AUTOMAKE_VERSION = 1.11
+
+pre-configure:
+ cd ${WRKSRC} && \
+ ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
+ AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -i && \
+ ${LOCALBASE}/bin/intltoolize
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/liferea/distinfo,v
retrieving revision 1.27
diff -u -p -r1.27 distinfo
--- distinfo 18 Mar 2014 04:12:55 -0000 1.27
+++ distinfo 4 Apr 2014 23:19:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (liferea-1.10.7.tar.bz2) = kBchYS5On0FG7uOzcE+mTW0WUccFlpyjS+m3vAh5e54=
-SIZE (liferea-1.10.7.tar.bz2) = 1431058
+SHA256 (liferea-1.10.8.tar.gz) = xpFGIrMvrmHVrQDir+7LA0XZ6h/78Q3vwQZu8PERbEQ=
+SIZE (liferea-1.10.8.tar.gz) = 1509615