Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 14:48:10 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351389 - head/audio/gbsplay
Message-ID:  <201404161448.s3GEmApN068055@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Apr 16 14:48:09 2014
New Revision: 351389
URL: http://svnweb.freebsd.org/changeset/ports/351389
QAT: https://qat.redports.org/buildarchive/r351389/

Log:
  Use @sample pkg-plist macro.

Modified:
  head/audio/gbsplay/Makefile
  head/audio/gbsplay/pkg-plist

Modified: head/audio/gbsplay/Makefile
==============================================================================
--- head/audio/gbsplay/Makefile	Wed Apr 16 14:41:38 2014	(r351388)
+++ head/audio/gbsplay/Makefile	Wed Apr 16 14:48:09 2014	(r351389)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gbsplay
 PORTVERSION=	0.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 MASTER_SITES=	CRITICAL
 PKGNAMEPREFIX?=
@@ -78,7 +78,7 @@ do-install:
 		${STAGEDIR}${EXAMPLESDIR}
 
 	${INSTALL_DATA} ${WRKSRC}/examples/gbsplayrc_sample \
-		${STAGEDIR}${PREFIX}/etc/gbsplayrc.default
+		${STAGEDIR}${PREFIX}/etc/gbsplayrc.sample
 .if !exists(${STAGEDIR}${PREFIX}/etc/gbsplayrc)
 	${INSTALL_DATA} ${WRKSRC}/examples/gbsplayrc_sample \
 		${STAGEDIR}${PREFIX}/etc/gbsplayrc

Modified: head/audio/gbsplay/pkg-plist
==============================================================================
--- head/audio/gbsplay/pkg-plist	Wed Apr 16 14:41:38 2014	(r351388)
+++ head/audio/gbsplay/pkg-plist	Wed Apr 16 14:48:09 2014	(r351389)
@@ -1,8 +1,6 @@
 bin/gbsplay
 bin/gbsinfo
-@unexec if cmp -s %D/etc/gbsplayrc %D/etc/gbsplayrc.default; then rm -f %D/etc/gbsplayrc; fi
-etc/gbsplayrc.default
-@exec [ -f %B/gbsplayrc ] || cp %B/%f %B/gbsplayrc
+@sample etc/gbsplayrc.sample
 share/locale/de/LC_MESSAGES/gbsplay.mo
 share/locale/en/LC_MESSAGES/gbsplay.mo
 man/man1/gbsinfo.1.gz



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