Date: Sat, 10 Jul 2004 00:00:11 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68859: Update port: audio/libsndfile to 1.0.10 Message-ID: <20040710000011.71310b5c.tkato432@yahoo.com> Resent-Message-ID: <200407091510.i69FACTO088107@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68859 >Category: ports >Synopsis: Update port: audio/libsndfile to 1.0.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 09 15:10:11 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/libsndfile/Makefile audio/libsndfile/Makefile --- /usr/ports/audio/libsndfile/Makefile Mon May 24 20:58:11 2004 +++ audio/libsndfile/Makefile Fri Jul 9 00:23:20 2004 @@ -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 @@ 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 diff -urN /usr/ports/audio/libsndfile/distinfo audio/libsndfile/distinfo --- /usr/ports/audio/libsndfile/distinfo Mon May 24 20:58:11 2004 +++ audio/libsndfile/distinfo Thu Jul 8 23:54:27 2004 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040710000011.71310b5c.tkato432>