Update to 0.0.12
This commit is contained in:
parent
69eedc8fe5
commit
2b2effe9d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353067
2 changed files with 8 additions and 5 deletions
|
@ -2,10 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flac123
|
||||
PORTVERSION= 0.0.11
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.0.12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/flac-tools/${PORTNAME}/${PORTVERSION}
|
||||
MASTER_SITES= SF/flac-tools/${PORTNAME}/
|
||||
DISTVERSIONSUFFIX= -release
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Command-line player for flac audio files
|
||||
|
@ -16,6 +17,8 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_AUTOTOOLS= aclocal autoconf automake
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (flac123-0.0.11.tar.gz) = 2f96da02c28730fcc2c71e9e6975268a4b01b0a298f1bea58a5543192f972b66
|
||||
SIZE (flac123-0.0.11.tar.gz) = 71244
|
||||
SHA256 (flac123-0.0.12-release.tar.gz) = 1976efd54a918eadd3cb10b34c77cee009e21ae56274148afa01edf32654e47d
|
||||
SIZE (flac123-0.0.12-release.tar.gz) = 129795
|
||||
|
|
Loading…
Reference in a new issue