Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 14:37:23 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351478 - head/audio/shout-idjc
Message-ID:  <201404171437.s3HEbNvP083637@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
-@dirrmtry %%DOCSDIR%%-idjc
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+@dirrmtry %%DOCSDIR%%
 @dirrmtry libdata/pkgconfig
 @dirrmtry include/shoutidjc



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