aboutsummaryrefslogtreecommitdiff
path: root/net/liferea
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-06-12 15:21:00 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-06-12 15:21:00 +0000
commit34c1f4f0a7a567bd10bd43f6b38649fa93b1d263 (patch)
tree6e441f0b9c263c60c539c8cb76aba715ea62b013 /net/liferea
parent7cef57ebd9e6eec97668e258ba3e82ce6e59dab5 (diff)
downloadports-34c1f4f0a7a567bd10bd43f6b38649fa93b1d263.tar.gz
ports-34c1f4f0a7a567bd10bd43f6b38649fa93b1d263.zip
Notes
Diffstat (limited to 'net/liferea')
-rw-r--r--net/liferea/Makefile15
-rw-r--r--net/liferea/distinfo4
2 files changed, 13 insertions, 6 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 153df82eaddf..2136a6b46954 100644
--- a/net/liferea/Makefile
+++ b/net/liferea/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= liferea
-PORTVERSION= 1.10.14
+PORTVERSION= 1.10.15
CATEGORIES= net gnome
MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION}/
@@ -15,19 +15,26 @@ BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-
LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
-RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
+RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py-libpeas
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
- tar:bzip2
+ python:2 tar:bzip2
USE_GNOME= gnomeprefix gtk30 introspection:build libxslt:build libxml2
USE_SQLITE= 3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-CONFIGURE_ARGS= --disable-libnotify --disable-libindicate
+CONFIGURE_ARGS= --disable-libindicate --enable-introspection
GLIB_SCHEMAS= net.sf.liferea.gschema.xml
INSTALLS_ICONS= yes
+OPTIONS_DEFINE= NOTIFY
+OPTIONS_DEFAULT=NOTIFY
+
+NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_CONFIGURE_ENABLE=libnotify
+
.include <bsd.port.mk>
diff --git a/net/liferea/distinfo b/net/liferea/distinfo
index de06a034bdcf..afb611d6fcd6 100644
--- a/net/liferea/distinfo
+++ b/net/liferea/distinfo
@@ -1,2 +1,2 @@
-SHA256 (liferea-1.10.14.tar.bz2) = da5906994c315033af6154995dc5bf098cac9048993a92ed8e866765a7fbea6b
-SIZE (liferea-1.10.14.tar.bz2) = 1458761
+SHA256 (liferea-1.10.15.tar.bz2) = afb9586fb277e135dc41d015385a74fdecb18ba45c05a43bc170039705e12c46
+SIZE (liferea-1.10.15.tar.bz2) = 1460072