summaryrefslogtreecommitdiff
path: root/audio/abcde
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-07-14 04:24:15 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-07-14 04:24:15 +0000
commitd2853c7c2f8e46410b364f4564d5104587598c54 (patch)
treee67698f201c05a1f970b798103d3c055a331258c /audio/abcde
parent- Update to 1.8-4 (diff)
audio/abcde: Drop Perl build dependency
There is no opt_USE_PERL5 helper. While here convert pkg-message to UCL. Remove the hint about upgrading from abcde-2.1.4 or older. 2.1.5 is from 2003 so that hint is probably no longer relevant.
Notes
Notes: svn path=/head/; revision=506600
Diffstat (limited to 'audio/abcde')
-rw-r--r--audio/abcde/Makefile2
-rw-r--r--audio/abcde/files/pkg-message.in11
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile
index 847bb0be7169..dc8be863bab6 100644
--- a/audio/abcde/Makefile
+++ b/audio/abcde/Makefile
@@ -40,7 +40,7 @@ FLAC_RUN_DEPENDS= flac:audio/flac
MPP_RUN_DEPENDS= mpcenc:audio/musepack
MUSICBRAINZ_DESC= Enable MusicBrainz DiscID support
MUSICBRAINZ_USES= perl5
-MUSICBRAINZ_USE_PERL5= run
+MUSICBRAINZ_USE= PERL5=run
MUSICBRAINZ_RUN_DEPENDS= \
p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \
p5-WebService-MusicBrainz>=1:www/p5-WebService-MusicBrainz
diff --git a/audio/abcde/files/pkg-message.in b/audio/abcde/files/pkg-message.in
index 61f33298dde6..3ffff17915a4 100644
--- a/audio/abcde/files/pkg-message.in
+++ b/audio/abcde/files/pkg-message.in
@@ -1,7 +1,8 @@
-******************************************************************
+[
+{ type: install
+ message: <<EOD
Please copy %%PREFIX%%/etc/abcde.conf.sample to ~/.abcde.conf and
edit as necessary. Sane defaults have been set.
-
-NOTE: If you have been using abcde-2.1.4 or older, you must start
-with a fresh ~/.abcde.conf.
-******************************************************************
+EOD
+}
+]