svn commit: r354572 - head/net/gssdp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 19 18:38:22 UTC 2014


Author: sunpoet
Date: Mon May 19 18:38:21 2014
New Revision: 354572
URL: http://svnweb.freebsd.org/changeset/ports/354572
QAT: https://qat.redports.org/buildarchive/r354572/

Log:
  - Use USES=libtool
  - Bump PORTREVISION for package change

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

Modified: head/net/gssdp/Makefile
==============================================================================
--- head/net/gssdp/Makefile	Mon May 19 18:38:16 2014	(r354571)
+++ head/net/gssdp/Makefile	Mon May 19 18:38:21 2014	(r354572)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gssdp
 PORTVERSION=	0.14.7
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -24,7 +25,7 @@ GNU_CONFIGURE=	yes
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
-USES=		gmake pathfix pkgconfig tar:xz
+USES=		gmake libtool pathfix pkgconfig tar:xz
 
 GTK3_CONFIGURE_WITH=	gtk
 GTK3_USE=		GNOME=gtk30

Modified: head/net/gssdp/pkg-plist
==============================================================================
--- head/net/gssdp/pkg-plist	Mon May 19 18:38:16 2014	(r354571)
+++ head/net/gssdp/pkg-plist	Mon May 19 18:38:21 2014	(r354572)
@@ -6,9 +6,9 @@ include/gssdp-1.0/libgssdp/gssdp-resourc
 include/gssdp-1.0/libgssdp/gssdp.h
 lib/girepository-1.0/GSSDP-1.0.typelib
 lib/libgssdp-1.0.a
-lib/libgssdp-1.0.la
 lib/libgssdp-1.0.so
 lib/libgssdp-1.0.so.3
+lib/libgssdp-1.0.so.3.0.0
 libdata/pkgconfig/gssdp-1.0.pc
 %%GTK3%%%%DATADIR%%/gssdp-device-sniffer.ui
 share/gir-1.0/GSSDP-1.0.gir


More information about the svn-ports-all mailing list