aboutsummaryrefslogtreecommitdiff
path: root/audio/flac123
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-03-12 20:35:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-03-12 20:35:06 +0000
commit64e6835d72e0d216c06ddef9933fbfadda8e6ddf (patch)
treecc4dea21d24e9a6117dab436f58df6eb1ad1c7f6 /audio/flac123
parent3f65f079cfc2752cad5ad55d4400790d456476ec (diff)
downloadports-64e6835d72e0d216c06ddef9933fbfadda8e6ddf.tar.gz
ports-64e6835d72e0d216c06ddef9933fbfadda8e6ddf.zip
- Update to 0.0.8
PR: ports/78733 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=131033
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