svn commit: r328657 - head/audio/abcde
Grzegorz Blach
gblach at FreeBSD.org
Sun Sep 29 09:31:12 UTC 2013
Author: gblach
Date: Sun Sep 29 09:31:11 2013
New Revision: 328657
URL: http://svnweb.freebsd.org/changeset/ports/328657
Log:
- Move PLIST_FILES and MAN1 to pkg-plist
- Bump PORTREVISION
Approved by: crees (mentor)
Added:
head/audio/abcde/pkg-plist (contents, props changed)
Modified:
head/audio/abcde/Makefile
Modified: head/audio/abcde/Makefile
==============================================================================
--- head/audio/abcde/Makefile Sun Sep 29 09:28:59 2013 (r328656)
+++ head/audio/abcde/Makefile Sun Sep 29 09:31:11 2013 (r328657)
@@ -3,7 +3,7 @@
PORTNAME= abcde
PORTVERSION= 2.5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
@@ -20,9 +20,6 @@ RUN_DEPENDS= cd-discid:${PORTSDIR}/audio
bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
-MAN1= abcde.1 cddb-tool.1
-
-PLIST_FILES= bin/abcde bin/cddb-tool etc/abcde.conf.sample
OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT FLAC MPP NORMALIZE REPLAYGAIN SPEEX
Added: head/audio/abcde/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/abcde/pkg-plist Sun Sep 29 09:31:11 2013 (r328657)
@@ -0,0 +1,5 @@
+bin/abcde
+bin/cddb-tool
+etc/abcde.conf.sample
+man/man1/abcde.1.gz
+man/man1/cddb-tool.1.gz
More information about the svn-ports-head
mailing list