svn commit: r486861 - head/audio/icecast-kh

Tobias Kortkamp tobik at FreeBSD.org
Fri Dec 7 13:40:19 UTC 2018


Author: tobik
Date: Fri Dec  7 13:40:17 2018
New Revision: 486861
URL: https://svnweb.freebsd.org/changeset/ports/486861

Log:
  audio/icecast-kh: Revert last minute PORTNAME changes and fix build
  
  ===> Checking for items in STAGEDIR missing from pkg-plist
  Error: Orphaned: share/icecast/admin/listclients.xsl
  
  - Also install icecast.xml.sample with @sample
  
  PR:		230814
  Pointy hat to:	tobik

Modified:
  head/audio/icecast-kh/Makefile
  head/audio/icecast-kh/pkg-plist

Modified: head/audio/icecast-kh/Makefile
==============================================================================
--- head/audio/icecast-kh/Makefile	Fri Dec  7 13:08:51 2018	(r486860)
+++ head/audio/icecast-kh/Makefile	Fri Dec  7 13:40:17 2018	(r486861)
@@ -1,10 +1,11 @@
 # Created by: Anes Mukhametov <anes at anes.su>
 # $FreeBSD$
 
-PORTNAME=	icecast-kh
+PORTNAME=	icecast
 DISTVERSIONPREFIX=	icecast-
 DISTVERSION=	2.4.0-kh10
 CATEGORIES=	audio net ipv6
+PKGNAMESUFFIX=	-kh
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Streaming mp3/ogg-vorbis audio server, KH branch
@@ -19,6 +20,7 @@ LIB_DEPENDS=	libogg.so:audio/libogg \
 USES=		gmake gnome localbase pkgconfig ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	karlheyes
+GH_PROJECT=	icecast-kh
 USE_GNOME=	libxml2 libxslt
 USE_RC_SUBR=	icecast
 

Modified: head/audio/icecast-kh/pkg-plist
==============================================================================
--- head/audio/icecast-kh/pkg-plist	Fri Dec  7 13:08:51 2018	(r486860)
+++ head/audio/icecast-kh/pkg-plist	Fri Dec  7 13:40:17 2018	(r486861)
@@ -1,5 +1,5 @@
 bin/icecast
-etc/icecast.xml.sample
+ at sample etc/icecast.xml.sample
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 @comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/NEWS


More information about the svn-ports-all mailing list