svn commit: r506600 - in head/audio/abcde: . files

Tobias Kortkamp tobik at FreeBSD.org
Sun Jul 14 04:24:16 UTC 2019


Author: tobik
Date: Sun Jul 14 04:24:15 2019
New Revision: 506600
URL: https://svnweb.freebsd.org/changeset/ports/506600

Log:
  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.

Modified:
  head/audio/abcde/Makefile
  head/audio/abcde/files/pkg-message.in

Modified: head/audio/abcde/Makefile
==============================================================================
--- head/audio/abcde/Makefile	Sun Jul 14 03:52:28 2019	(r506599)
+++ head/audio/abcde/Makefile	Sun Jul 14 04:24:15 2019	(r506600)
@@ -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

Modified: head/audio/abcde/files/pkg-message.in
==============================================================================
--- head/audio/abcde/files/pkg-message.in	Sun Jul 14 03:52:28 2019	(r506599)
+++ head/audio/abcde/files/pkg-message.in	Sun Jul 14 04:24:15 2019	(r506600)
@@ -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
+}
+]


More information about the svn-ports-head mailing list