svn commit: r350704 - head/net/liferea

Koop Mast kwm at FreeBSD.org
Wed Apr 9 13:54:37 UTC 2014


Author: kwm
Date: Wed Apr  9 13:54:36 2014
New Revision: 350704
URL: http://svnweb.freebsd.org/changeset/ports/350704
QAT: https://qat.redports.org/buildarchive/r350704/

Log:
  Stageify, USES=tar:bzip2 libtool and desktop-file-utils.
  Use new LIB_DEPENDS syntax, and strip.

Modified:
  head/net/liferea/Makefile
  head/net/liferea/pkg-plist

Modified: head/net/liferea/Makefile
==============================================================================
--- head/net/liferea/Makefile	Wed Apr  9 13:52:50 2014	(r350703)
+++ head/net/liferea/Makefile	Wed Apr  9 13:54:36 2014	(r350704)
@@ -11,24 +11,21 @@ COMMENT=	Simple RSS/RDF feed reader
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
-		unique-1.0:${PORTSDIR}/x11-toolkits/unique \
-		json-glib-1.0:${PORTSDIR}/devel/json-glib
+LIB_DEPENDS=	libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \
+		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
+		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
 
-USE_BZIP2=	yes
-USES=		gmake pathfix pkgconfig
+USES=		desktop-file-utils libtool gmake pathfix pkgconfig \
+		tar:bzip2
 USE_GNOME=	gnomeprefix gconf2
-USE_AUTOTOOLS=	libtool
 USE_SQLITE=	3
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--disable-libnotify --disable-libindicate
 
-MAN1=		liferea.1
-MANLANG=	"" pl
 GCONF_SCHEMAS=	liferea.schemas
 INSTALLS_ICONS=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/liferea/pkg-plist
==============================================================================
--- head/net/liferea/pkg-plist	Wed Apr  9 13:52:50 2014	(r350703)
+++ head/net/liferea/pkg-plist	Wed Apr  9 13:54:36 2014	(r350704)
@@ -1,5 +1,7 @@
 bin/liferea
 bin/liferea-add-feed
+man/man1/liferea.1.gz
+man/pl/man1/liferea.1.gz
 share/applications/liferea.desktop
 share/liferea/auth.ui
 share/liferea/google_source.ui


More information about the svn-ports-all mailing list