Date: Thu, 17 Aug 2017 20:38:08 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448189 - in head/emulators: fuse fuse-utils libspectrum Message-ID: <201708172038.v7HKc8fm027230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Aug 17 20:38:08 2017 New Revision: 448189 URL: https://svnweb.freebsd.org/changeset/ports/448189 Log: Update libspectrum and fuse[utils] to their latest versions. libspectrum: - 1.3.5 -> 1.3.6 - add libspectrum.pc fuse: - 1.3.7 -> 1.3.8 fuse-utils: - 1.3.1 -> 1.3.2 - remove obsolete comment in Makefile about removed ffmpeg1 port - add missing libraries - sort pkg-plist Reported by: portscout Modified: head/emulators/fuse-utils/Makefile head/emulators/fuse-utils/distinfo head/emulators/fuse-utils/pkg-plist head/emulators/fuse/Makefile head/emulators/fuse/distinfo head/emulators/libspectrum/Makefile head/emulators/libspectrum/distinfo head/emulators/libspectrum/pkg-plist Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/fuse-utils/Makefile Thu Aug 17 20:38:08 2017 (r448189) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fuse-utils -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -15,18 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libgcrypt.so:security/libgcrypt \ + libpng16.so:graphics/png \ libspectrum.so:emulators/libspectrum -USES= gettext iconv pkgconfig +USES= gettext iconv jpeg pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} - -# FIXME no way to specify ffmpeg1 paths to configure script -#FFMPEG_LIB_DEPENDS= libavformat1.so:multimedia/ffmpeg1 -#FFMPEG_CONFIGURE_WITH= ffmpeg post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/emulators/fuse-utils/distinfo ============================================================================== --- head/emulators/fuse-utils/distinfo Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/fuse-utils/distinfo Thu Aug 17 20:38:08 2017 (r448189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478688895 -SHA256 (fuse-utils-1.3.1.tar.gz) = 1f9f95851a179ed9be474605a1580739168e68d051945729242274bea2f0e87c -SIZE (fuse-utils-1.3.1.tar.gz) = 488461 +TIMESTAMP = 1502635214 +SHA256 (fuse-utils-1.3.2.tar.gz) = 45b664bf7b2130899bffad4606d8de824c002ee2f0af9683ad343630efe4190a +SIZE (fuse-utils-1.3.2.tar.gz) = 490454 Modified: head/emulators/fuse-utils/pkg-plist ============================================================================== --- head/emulators/fuse-utils/pkg-plist Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/fuse-utils/pkg-plist Thu Aug 17 20:38:08 2017 (r448189) @@ -14,10 +14,12 @@ bin/tape2pulses bin/tape2wav bin/tapeconv bin/tzxlist +man/man1/audio2tape.1.gz man/man1/createhdf.1.gz man/man1/fmfconv.1.gz man/man1/fuse-utils.1.gz man/man1/listbasic.1.gz +man/man1/profile2map.1.gz man/man1/raw2hdf.1.gz man/man1/rzxcheck.1.gz man/man1/rzxdump.1.gz @@ -25,12 +27,10 @@ man/man1/rzxtool.1.gz man/man1/scl2trd.1.gz man/man1/snap2tzx.1.gz man/man1/snapconv.1.gz -man/man1/tapeconv.1.gz -man/man1/tzxlist.1.gz -man/man1/profile2map.1.gz -man/man1/audio2tape.1.gz man/man1/tape2pulses.1.gz man/man1/tape2wav.1.gz +man/man1/tapeconv.1.gz +man/man1/tzxlist.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/fuse/Makefile Thu Aug 17 20:38:08 2017 (r448189) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse/distinfo ============================================================================== --- head/emulators/fuse/distinfo Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/fuse/distinfo Thu Aug 17 20:38:08 2017 (r448189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500374656 -SHA256 (fuse-1.3.7.tar.gz) = ba57f4b4c1a7ed398b8d85b7da14b85bd346023bed17d8d7b6ed3e0452e7b4b0 -SIZE (fuse-1.3.7.tar.gz) = 1644585 +TIMESTAMP = 1502621842 +SHA256 (fuse-1.3.8.tar.gz) = 299b7efe342c6268a05e805c20427083bcec127ad36b1ebfd4ae7294978a7de1 +SIZE (fuse-1.3.8.tar.gz) = 1645303 Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/libspectrum/Makefile Thu Aug 17 20:38:08 2017 (r448189) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/libspectrum/distinfo ============================================================================== --- head/emulators/libspectrum/distinfo Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/libspectrum/distinfo Thu Aug 17 20:38:08 2017 (r448189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500981545 -SHA256 (libspectrum-1.3.5.tar.gz) = 674c3c973af342054a3613686a57f5ddd425c2b83cd84a07bcbe5c89f312461d -SIZE (libspectrum-1.3.5.tar.gz) = 502777 +TIMESTAMP = 1502634882 +SHA256 (libspectrum-1.3.6.tar.gz) = 31c85d85bc17acbf7465f7d7805fc84dfc4830cee3715b929d4440aaacb6ef47 +SIZE (libspectrum-1.3.6.tar.gz) = 503554 Modified: head/emulators/libspectrum/pkg-plist ============================================================================== --- head/emulators/libspectrum/pkg-plist Thu Aug 17 20:37:09 2017 (r448188) +++ head/emulators/libspectrum/pkg-plist Thu Aug 17 20:38:08 2017 (r448189) @@ -2,7 +2,8 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.so lib/libspectrum.so.8 -lib/libspectrum.so.8.6.8 +lib/libspectrum.so.8.6.9 +libdata/pkgconfig/libspectrum.pc man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708172038.v7HKc8fm027230>