Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 13:49:33 +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: r451542 - head/net/gupnp-av
Message-ID:  <201710081349.v98DnXAJ000108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710081349.v98DnXAJ000108>