Date: Mon, 19 May 2014 18:38:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354574 - head/net/gupnp-av Message-ID: <201405191838.s4JIccU6041846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@dirrm %%DATADIR%% @dirrm share/gtk-doc/html/gupnp-av @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405191838.s4JIccU6041846>