Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 17:12:22 +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: r397165 - head/audio/icecast2
Message-ID:  <201509171712.t8HHCMXA099786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 17 17:12:21 2015
New Revision: 397165
URL: https://svnweb.freebsd.org/changeset/ports/397165

Log:
  - Add CPE information
  
  PR:		203139
  Submitted by:	shun <shun.fbsd.pr@dropcut.net>

Modified:
  head/audio/icecast2/Makefile

Modified: head/audio/icecast2/Makefile
==============================================================================
--- head/audio/icecast2/Makefile	Thu Sep 17 17:12:17 2015	(r397164)
+++ head/audio/icecast2/Makefile	Thu Sep 17 17:12:21 2015	(r397165)
@@ -32,7 +32,7 @@ CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ENV=	OGG_PREFIX=${LOCALBASE}
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
-USES=		gmake
+USES=		cpe gmake
 WRKSRC=		${WRKDIR}/icecast-${PORTVERSION}
 
 DATADIR=	${PREFIX}/share/icecast
@@ -43,6 +43,9 @@ PORTDATA=	*
 PORTDOCS=	*
 SUB_FILES=	pkg-message
 
+CPE_VENDOR=	xiph
+CPE_PRODUCT=	icecast
+
 post-install:
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/
 



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