Update to version 1.0.10
PR: ports/68859 Submitted by: Ports Fury
This commit is contained in:
parent
35d66bdf72
commit
997c82b947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113292
2 changed files with 9 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libsndfile
|
||||
PORTVERSION= 1.0.9
|
||||
PORTVERSION= 1.0.10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.mega-nerd.com/libsndfile/
|
||||
|
||||
|
@ -16,20 +16,24 @@ COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
|
|||
|
||||
USE_GCC= 3.3
|
||||
USE_GNOME= gnomehack gnometarget lthack pkgconfig
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= sndfile-convert.1 sndfile-info.1 sndfile-play.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc / /g' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in AUTHORS ChangeLog NEWS README TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
${TAR} -C ${WRKSRC}/doc --exclude "*Makefile*" -cf - . | \
|
||||
${TAR} -C ${DOCSDIR} --unlink -xf -
|
||||
${TAR} -C ${WRKSRC}/doc --exclude "*Makefile*" --exclude "*.in" \
|
||||
-cf - . | ${TAR} -C ${DOCSDIR} --unlink -xf -
|
||||
@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libsndfile-1.0.9.tar.gz) = d72ba14354d2d727c81afc16897749a5
|
||||
SIZE (libsndfile-1.0.9.tar.gz) = 776011
|
||||
MD5 (libsndfile-1.0.10.tar.gz) = 8146c8496b8587a789aafce0f9d7b77d
|
||||
SIZE (libsndfile-1.0.10.tar.gz) = 749365
|
||||
|
|
Loading…
Reference in a new issue