aboutsummaryrefslogtreecommitdiffstats
path: root/audio/flac123
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-03-13 04:35:06 +0800
committerahze <ahze@FreeBSD.org>2005-03-13 04:35:06 +0800
commit0ea8a11e8c5bd0830c9d18f6b0f73d1f50d240c4 (patch)
tree85cf0a399974767a4ae1f509be7aa1b6fe8697e5 /audio/flac123
parent8ee1987886251c63109daa1d518d1a5335b80546 (diff)
downloadfreebsd-ports-gnome-0ea8a11e8c5bd0830c9d18f6b0f73d1f50d240c4.tar.gz
freebsd-ports-gnome-0ea8a11e8c5bd0830c9d18f6b0f73d1f50d240c4.tar.zst
freebsd-ports-gnome-0ea8a11e8c5bd0830c9d18f6b0f73d1f50d240c4.zip
- Update to 0.0.8
PR: ports/78733 Submitted by: Ports Fury
Diffstat (limited to 'audio/flac123')
-rw-r--r--audio/flac123/Makefile16
-rw-r--r--audio/flac123/distinfo4
2 files changed, 10 insertions, 10 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
index 23c449e69577..ddf9992744b8 100644
--- a/audio/flac123/Makefile
+++ b/audio/flac123/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= flac123
-PORTVERSION= 0.0.7
+PORTVERSION= 0.0.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= flac-tools
@@ -14,22 +14,22 @@ MASTER_SITE_SUBDIR= flac-tools
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line player for flac audio files
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
+LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \
ao.3:${PORTSDIR}/audio/libao \
- FLAC.5:${PORTSDIR}/audio/flac
+ popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-PLIST_FILES= bin/flac123
PORTDOCS= README.remote
+PLIST_FILES= bin/flac123
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/audio/flac123/distinfo b/audio/flac123/distinfo
index 57ada9f5b7ca..6fccf09a8a14 100644
--- a/audio/flac123/distinfo
+++ b/audio/flac123/distinfo
@@ -1,2 +1,2 @@
-MD5 (flac123-0.0.7.tar.gz) = 0003aefd73f2bff4824e4b76a5b5331f
-SIZE (flac123-0.0.7.tar.gz) = 69852
+MD5 (flac123-0.0.8.tar.gz) = ccec5b21452334778b888ae68d322ba1
+SIZE (flac123-0.0.8.tar.gz) = 69156