svn commit: r351389 - head/audio/gbsplay

Emanuel Haupt ehaupt at FreeBSD.org
Wed Apr 16 14:48:10 UTC 2014


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
- at unexec if cmp -s %D/etc/gbsplayrc %D/etc/gbsplayrc.default; then rm -f %D/etc/gbsplayrc; fi
-etc/gbsplayrc.default
- at exec [ -f %B/gbsplayrc ] || cp %B/%f %B/gbsplayrc
+ at sample etc/gbsplayrc.sample
 share/locale/de/LC_MESSAGES/gbsplay.mo
 share/locale/en/LC_MESSAGES/gbsplay.mo
 man/man1/gbsinfo.1.gz


More information about the svn-ports-all mailing list