diff options
author | osa <osa@FreeBSD.org> | 2003-06-23 21:05:38 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-23 21:05:38 +0800 |
commit | 64cae12ec4532817ea6f3b9d6ca0934a598f810d (patch) | |
tree | 2800cfd321b045090b056b07bc4cdf75402caa8b /audio/abcde | |
parent | 41c4131899c8a5f76b4ceae612606f91725f89cc (diff) | |
download | freebsd-ports-gnome-64cae12ec4532817ea6f3b9d6ca0934a598f810d.tar.gz freebsd-ports-gnome-64cae12ec4532817ea6f3b9d6ca0934a598f810d.tar.zst freebsd-ports-gnome-64cae12ec4532817ea6f3b9d6ca0934a598f810d.zip |
Update checksum, remove refuse '\n' from Makefile
A letter from maintainer:
<quote>
I submitted the port update a little bit before he
[author] actually announced the new version, since
I'd seen the tarball already. He decided to make a
few minor documentation changes before releasing though.
</quote>
Also, Debianers have the same distro on they pool.
Submitted by: maintainer
PR: 52624
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 3 | ||||
-rw-r--r-- | audio/abcde/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index f157990e1407..2995591c3911 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.hispalinux.es/~data/files/ DISTNAME= abcde_${PORTVERSION}.orig MAINTAINER= mchopra@engmail.uwaterloo.ca -COMMENT= Front-end sh script to encode CDs in ogg or mp3 format +COMMENT= Front-end shell script to encode CDs in ogg, mp3 or flac format RUN_DEPENDS= cd-discid:${PORTSDIR}/audio/cd-discid \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ @@ -74,7 +74,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/abcde.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/cddb-tool.1 ${PREFIX}/man/man1 - post-install: @${ECHO_MSG} "" @${ECHO_MSG} "Please copy ${PREFIX}/etc/abcde.conf to ~/.abcde.conf" diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index bb254739f777..225b0a751b68 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1 +1 @@ -MD5 (abcde_2.1.4.orig.tar.gz) = aef4170cb8e8e41d0434bdd30b61e502 +MD5 (abcde_2.1.4.orig.tar.gz) = bfc554c403d6cff332ffd4e9ce965404 |