diff options
author | imura <imura@FreeBSD.org> | 1999-11-27 01:17:16 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-11-27 01:17:16 +0800 |
commit | 07d823e3d27a5aa735f73885b4f6329b537fc27a (patch) | |
tree | b4561f314daa958688d7e435a6ce485136007b6b /audio/libcdaudio | |
parent | 16c2e9f5840c6caa193721d76e5b0b211f5190e1 (diff) | |
download | freebsd-ports-gnome-07d823e3d27a5aa735f73885b4f6329b537fc27a.tar.gz freebsd-ports-gnome-07d823e3d27a5aa735f73885b4f6329b537fc27a.tar.zst freebsd-ports-gnome-07d823e3d27a5aa735f73885b4f6329b537fc27a.zip |
update to 0.99.3
PR: 15076
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'audio/libcdaudio')
-rw-r--r-- | audio/libcdaudio/Makefile | 7 | ||||
-rw-r--r-- | audio/libcdaudio/distinfo | 2 | ||||
-rw-r--r-- | audio/libcdaudio/pkg-descr | 26 |
3 files changed, 6 insertions, 29 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index b57de36d6a36..484d1c828fc1 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libcdaudio -# Version required: 0.99.2 +# Version required: 0.99.3 # Date created: 01 June 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= libcdaudio-0.99.2 +DISTNAME= libcdaudio-0.99.3 CATEGORIES= audio MASTER_SITES= ftp://cdcd.undergrid.net/libcdaudio/ @@ -14,7 +14,4 @@ MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/audio/libcdaudio/distinfo b/audio/libcdaudio/distinfo index eca4c0831bfb..28e5f9bd4fae 100644 --- a/audio/libcdaudio/distinfo +++ b/audio/libcdaudio/distinfo @@ -1 +1 @@ -MD5 (libcdaudio-0.99.2.tar.gz) = eb0344f96fd3f621a3ac5df55397716d +MD5 (libcdaudio-0.99.3.tar.gz) = 957f722132a4b950748fd361dedbb128 diff --git a/audio/libcdaudio/pkg-descr b/audio/libcdaudio/pkg-descr index e7558400c5ed..4057cf37b7df 100644 --- a/audio/libcdaudio/pkg-descr +++ b/audio/libcdaudio/pkg-descr @@ -1,25 +1,5 @@ -General Information -------------------- - libcdaudio is a library designed to provide functions to control - operation of a CD-ROM when playing audio CDs. - -Thanks ------- - Thanks to: +libcdaudio is a library designed to provide functions to control +operation of a CD-ROM when playing audio CDs. It also contains +functions for CDDB and CD Index lookup. - Mike Oliphant for parts of the HTTP code. - Ryan Werber for a box to test the CD-ROM changer code on. - -Bugs ----- - All bugs reports should be sent to libcdaudio@procyon.mesa.k12.co.us. - -A few final words ------------------ - libcdaudio is distributed under the GNU Library General Public License, - included in this package under the top level source directory in the file - LICENSE. - - This package uses the CD Database (CDDB), created by CDDB, Inc. - WWW: http://cdcd.undergrid.net/libcdaudio/ |