svn commit: r451531 - in head/audio/icecast2: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 8 13:48:39 UTC 2017
Author: sunpoet
Date: Sun Oct 8 13:48:37 2017
New Revision: 451531
URL: https://svnweb.freebsd.org/changeset/ports/451531
Log:
Convert PLIST_FILES, PORTDATA=* and PORTDOCS=* to PLIST entries
Added:
head/audio/icecast2/files/patch-conf-Makefile.in
- copied unchanged from r451530, head/audio/icecast2/files/patch-conf_Makefile.in
head/audio/icecast2/pkg-plist (contents, props changed)
Deleted:
head/audio/icecast2/files/patch-conf_Makefile.in
Modified:
head/audio/icecast2/Makefile
Modified: head/audio/icecast2/Makefile
==============================================================================
--- head/audio/icecast2/Makefile Sun Oct 8 13:47:16 2017 (r451530)
+++ head/audio/icecast2/Makefile Sun Oct 8 13:48:37 2017 (r451531)
@@ -37,10 +37,6 @@ WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
DATADIR= ${PREFIX}/share/icecast
DOCSDIR= ${PREFIX}/share/doc/icecast
-PLIST_FILES= bin/icecast \
- etc/icecast.xml.sample
-PORTDATA= *
-PORTDOCS= *
SUB_FILES= pkg-message
CPE_VENDOR= xiph
Copied: head/audio/icecast2/files/patch-conf-Makefile.in (from r451530, head/audio/icecast2/files/patch-conf_Makefile.in)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/icecast2/files/patch-conf-Makefile.in Sun Oct 8 13:48:37 2017 (r451531, copy of r451530, head/audio/icecast2/files/patch-conf_Makefile.in)
@@ -0,0 +1,12 @@
+--- conf/Makefile.in.orig 2016-01-04 21:07:07 UTC
++++ conf/Makefile.in
+@@ -539,8 +539,7 @@ uninstall-am: uninstall-docDATA
+
+ install-data-hook:
+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
+- test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \
+- $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml
++ $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml.sample
+
+ icecast.xml.dist: $(srcdir)/icecast.xml.in
+ $(edit) $(srcdir)/icecast.xml.in > icecast.xml.dist
Added: head/audio/icecast2/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/icecast2/pkg-plist Sun Oct 8 13:48:37 2017 (r451531)
@@ -0,0 +1,63 @@
+bin/icecast
+etc/icecast.xml.sample
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/admin-interface.html
+%%PORTDOCS%%%%DOCSDIR%%/assets/css/style.css
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraMono-Bold.eot
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraMono-Bold.woff
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraMono-Regular.eot
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraMono-Regular.woff
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-Bold.eot
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-Bold.woff
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-BoldItalic.eot
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-BoldItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-Italic.eot
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-Italic.woff
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-Regular.eot
+%%PORTDOCS%%%%DOCSDIR%%/assets/font/FiraSans-Regular.woff
+%%PORTDOCS%%%%DOCSDIR%%/assets/img/xiph-community.svg
+%%PORTDOCS%%%%DOCSDIR%%/auth.html
+%%PORTDOCS%%%%DOCSDIR%%/basic-setup.html
+%%PORTDOCS%%%%DOCSDIR%%/changes.html
+%%PORTDOCS%%%%DOCSDIR%%/config-file.html
+%%PORTDOCS%%%%DOCSDIR%%/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/glossary.html
+%%PORTDOCS%%%%DOCSDIR%%/img/listener_auth1.png
+%%PORTDOCS%%%%DOCSDIR%%/img/listener_auth2.png
+%%PORTDOCS%%%%DOCSDIR%%/img/listener_auth3.png
+%%PORTDOCS%%%%DOCSDIR%%/img/masterslave.png
+%%PORTDOCS%%%%DOCSDIR%%/img/relay.png
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/introduction.html
+%%PORTDOCS%%%%DOCSDIR%%/relaying.html
+%%PORTDOCS%%%%DOCSDIR%%/server-stats.html
+%%PORTDOCS%%%%DOCSDIR%%/win32.html
+%%PORTDOCS%%%%DOCSDIR%%/yp.html
+%%DATADIR%%/admin/listclients.xsl
+%%DATADIR%%/admin/listmounts.xsl
+%%DATADIR%%/admin/manageauth.xsl
+%%DATADIR%%/admin/moveclients.xsl
+%%DATADIR%%/admin/response.xsl
+%%DATADIR%%/admin/stats.xsl
+%%DATADIR%%/admin/updatemetadata.xsl
+%%DATADIR%%/admin/vclt.xsl
+%%DATADIR%%/admin/xspf.xsl
+%%DATADIR%%/doc/icecast.xml.dist
+%%DATADIR%%/doc/icecast_minimal.xml.dist
+%%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist
+%%DATADIR%%/doc/icecast_urlauth.xml.dist
+%%DATADIR%%/web/auth.xsl
+%%DATADIR%%/web/favicon.ico
+%%DATADIR%%/web/icecast.png
+%%DATADIR%%/web/key.png
+%%DATADIR%%/web/server_version.xsl
+%%DATADIR%%/web/status-json.xsl
+%%DATADIR%%/web/status.xsl
+%%DATADIR%%/web/style.css
+%%DATADIR%%/web/tunein.png
+%%DATADIR%%/web/xml2json.xslt
More information about the svn-ports-head
mailing list