svn commit: r351478 - head/audio/shout-idjc

Sean Bruno sbruno at FreeBSD.org
Thu Apr 17 14:37:24 UTC 2014


Author: sbruno (src committer)
Date: Thu Apr 17 14:37:23 2014
New Revision: 351478
URL: http://svnweb.freebsd.org/changeset/ports/351478
QAT: https://qat.redports.org/buildarchive/r351478/

Log:
  Change PORTNAME to what it should have been to begin with as there is
  already a libshout in ports.
  
  Resolves duplicate warning from INDEX builds.
  
  Submitted by:	indexbuild@

Modified:
  head/audio/shout-idjc/Makefile
  head/audio/shout-idjc/pkg-plist

Modified: head/audio/shout-idjc/Makefile
==============================================================================
--- head/audio/shout-idjc/Makefile	Thu Apr 17 14:16:26 2014	(r351477)
+++ head/audio/shout-idjc/Makefile	Thu Apr 17 14:37:23 2014	(r351478)
@@ -1,11 +1,12 @@
 # Created by: Sean Bruno <sbruno at freebsd.org>
 # $FreeBSD$
 
-PORTNAME=	libshout
+PORTNAME=	libshout-idjc
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	SF/idjc/libshout-idjc/
-DISTNAME=	${PORTNAME}-idjc-${PORTVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	sbruno at FreeBSD.org
 COMMENT=	Shoutcast/Icecast Library for audio/idjc

Modified: head/audio/shout-idjc/pkg-plist
==============================================================================
--- head/audio/shout-idjc/pkg-plist	Thu Apr 17 14:16:26 2014	(r351477)
+++ head/audio/shout-idjc/pkg-plist	Thu Apr 17 14:37:23 2014	(r351478)
@@ -4,9 +4,9 @@ lib/libshout-idjc.la
 lib/libshout-idjc.so
 lib/libshout-idjc.so.5
 libdata/pkgconfig/shout-idjc.pc
-%%DOCSDIR%%-idjc/COPYING
-%%DOCSDIR%%-idjc/NEWS
-%%DOCSDIR%%-idjc/README
- at dirrmtry %%DOCSDIR%%-idjc
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+ at dirrmtry %%DOCSDIR%%
 @dirrmtry libdata/pkgconfig
 @dirrmtry include/shoutidjc


More information about the svn-ports-head mailing list