From owner-svn-ports-head@FreeBSD.ORG Fri Jun 12 15:21:01 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8416188A; Fri, 12 Jun 2015 15:21:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 587E1A0B; Fri, 12 Jun 2015 15:21:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CFL1Mk053829; Fri, 12 Jun 2015 15:21:01 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5CFL0gF053822; Fri, 12 Jun 2015 15:21:00 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201506121521.t5CFL0gF053822@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 12 Jun 2015 15:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389278 - head/net/liferea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 15:21:01 -0000 Author: kwm Date: Fri Jun 12 15:21:00 2015 New Revision: 389278 URL: https://svnweb.freebsd.org/changeset/ports/389278 Log: Update liferea to 1.10.15. * Add NOTIFY option. * Catch up with libpeas change in r389277. PR: 200153 Submitted by: olivierd@ Modified: head/net/liferea/Makefile head/net/liferea/distinfo Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Fri Jun 12 15:14:18 2015 (r389277) +++ head/net/liferea/Makefile Fri Jun 12 15:21:00 2015 (r389278) @@ -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 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 Modified: head/net/liferea/distinfo ============================================================================== --- head/net/liferea/distinfo Fri Jun 12 15:14:18 2015 (r389277) +++ head/net/liferea/distinfo Fri Jun 12 15:21:00 2015 (r389278) @@ -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