- Update to 5.0
This commit is contained in:
parent
54684b0574
commit
0a02e66c58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227552
2 changed files with 13 additions and 6 deletions
|
@ -6,20 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= libaiff
|
||||
PORTVERSION= 3.0
|
||||
PORTVERSION= 5.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/aifftools
|
||||
DISTNAME= libaiff-5.0-release
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Read and write AIFF files
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= lib/${PORTNAME}.a include/${PORTNAME}/config.h include/${PORTNAME}/endian.h \
|
||||
include/${PORTNAME}/${PORTNAME}.h
|
||||
include/${PORTNAME}/${PORTNAME}.h include/${PORTNAME}/config.vc.h
|
||||
PLIST_DIRS= include/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/install: libaiff.a/install:/' ${WRKSRC}/${MAKEFILE}.in
|
||||
@${REINPLACE_CMD} -e 's/install: libaiff.a/install:/' \
|
||||
${WRKSRC}/${MAKEFILE}.in
|
||||
|
||||
.if ${OSVERSION} < 700042
|
||||
BROKEN= does not build on 6.x.
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libaiff-3.0.tar.gz) = 4e68706957562bcc8f91ae24b997da07
|
||||
SHA256 (libaiff-3.0.tar.gz) = 3c050e9559f6fe1b53fbd3544edd5c5b235a672783bbdca80ab3fd4a0b71ed94
|
||||
SIZE (libaiff-3.0.tar.gz) = 61887
|
||||
MD5 (libaiff-5.0-release.tar.gz) = ae9072f189479870a272f1cc8f49d482
|
||||
SHA256 (libaiff-5.0-release.tar.gz) = 0ec0f093151ba1bd7064dca98e0e48d137d12f9ef0f5f20235bb0c6a378334c7
|
||||
SIZE (libaiff-5.0-release.tar.gz) = 64539
|
||||
|
|
Loading…
Reference in a new issue