svn commit: r354574 - head/net/gupnp-av

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


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

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

Modified:
  head/net/gupnp-av/Makefile
  head/net/gupnp-av/pkg-plist

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Mon May 19 18:38:30 2014	(r354573)
+++ head/net/gupnp-av/Makefile	Mon May 19 18:38:37 2014	(r354574)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gupnp-av
 PORTVERSION=	0.12.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -22,7 +23,9 @@ 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
+
+PORTDATA=	*
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in

Modified: head/net/gupnp-av/pkg-plist
==============================================================================
--- head/net/gupnp-av/pkg-plist	Mon May 19 18:38:30 2014	(r354573)
+++ head/net/gupnp-av/pkg-plist	Mon May 19 18:38:37 2014	(r354574)
@@ -20,9 +20,9 @@ include/gupnp-av-1.0/libgupnp-av/gupnp-p
 include/gupnp-av-1.0/libgupnp-av/gupnp-search-criteria-parser.h
 lib/girepository-1.0/GUPnPAV-1.0.typelib
 lib/libgupnp-av-1.0.a
-lib/libgupnp-av-1.0.la
 lib/libgupnp-av-1.0.so
 lib/libgupnp-av-1.0.so.2
+lib/libgupnp-av-1.0.so.2.0.0
 libdata/pkgconfig/gupnp-av-1.0.pc
 share/gir-1.0/GUPnPAV-1.0.gir
 share/gtk-doc/html/gupnp-av/GUPnPCDSLastChangeParser.html
@@ -53,12 +53,6 @@ share/gtk-doc/html/gupnp-av/left.png
 share/gtk-doc/html/gupnp-av/right.png
 share/gtk-doc/html/gupnp-av/style.css
 share/gtk-doc/html/gupnp-av/up.png
-%%DATADIR%%/av.xsd
-%%DATADIR%%/didl-lite-v2.xsd
-%%DATADIR%%/simpledc20021212.xsd
-%%DATADIR%%/upnp.xsd
-%%DATADIR%%/xml.xsd
- at dirrm %%DATADIR%%
 @dirrm share/gtk-doc/html/gupnp-av
 @dirrmtry share/gtk-doc/html
 @dirrmtry share/gtk-doc


More information about the svn-ports-all mailing list