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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 8 13:49:34 UTC 2017


Author: sunpoet
Date: Sun Oct  8 13:49:33 2017
New Revision: 451542
URL: https://svnweb.freebsd.org/changeset/ports/451542

Log:
  Convert PORTDATA=* to PLIST entries
  
  - Sort PLIST

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

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Sun Oct  8 13:49:28 2017	(r451541)
+++ head/net/gupnp-av/Makefile	Sun Oct  8 13:49:33 2017	(r451542)
@@ -26,8 +26,6 @@ USE_GNOME=	glib20 introspection:build libxml2
 USE_LDCONFIG=	yes
 USES=		gmake gnome libtool pathfix pkgconfig tar:xz
 
-PORTDATA=	*
-
 VALA_BUILD_DEPENDS=	vala>=0.22:lang/vala
 VALA_CONFIGURE_ENV=	ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen
 VALA_CONFIGURE_ENV_OFF=	ac_cv_path_VAPIGEN=""

Modified: head/net/gupnp-av/pkg-plist
==============================================================================
--- head/net/gupnp-av/pkg-plist	Sun Oct  8 13:49:28 2017	(r451541)
+++ head/net/gupnp-av/pkg-plist	Sun Oct  8 13:49:33 2017	(r451542)
@@ -48,12 +48,17 @@ share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPDIDLLiteCrea
 share/gtk-doc/html/gupnp-av/gupnp-av.devhelp2
 share/gtk-doc/html/gupnp-av/home.png
 share/gtk-doc/html/gupnp-av/index.html
-share/gtk-doc/html/gupnp-av/left.png
 share/gtk-doc/html/gupnp-av/left-insensitive.png
-share/gtk-doc/html/gupnp-av/right.png
+share/gtk-doc/html/gupnp-av/left.png
 share/gtk-doc/html/gupnp-av/right-insensitive.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
 share/gtk-doc/html/gupnp-av/up-insensitive.png
+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
 %%VALA%%share/vala/vapi/gupnp-av-1.0.deps
 %%VALA%%share/vala/vapi/gupnp-av-1.0.vapi


More information about the svn-ports-all mailing list