From owner-svn-ports-all@freebsd.org Fri Dec 7 13:40:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD2FC130DF20; Fri, 7 Dec 2018 13:40:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83B328B5B1; Fri, 7 Dec 2018 13:40:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64A7113C71; Fri, 7 Dec 2018 13:40:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7DeIwG084226; Fri, 7 Dec 2018 13:40:18 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7DeIV2084224; Fri, 7 Dec 2018 13:40:18 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812071340.wB7DeIV2084224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 7 Dec 2018 13:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486861 - head/audio/icecast-kh X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/icecast-kh X-SVN-Commit-Revision: 486861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 83B328B5B1 X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 13:40:19 -0000 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 # $FreeBSD$ -PORTNAME= icecast-kh +PORTNAME= icecast DISTVERSIONPREFIX= icecast- DISTVERSION= 2.4.0-kh10 CATEGORIES= audio net ipv6 +PKGNAMESUFFIX= -kh MAINTAINER= ports@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 +@sample etc/icecast.xml.sample %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @comment %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS