Index: head/emulators/fuse/Makefile =================================================================== --- head/emulators/fuse/Makefile (revision 468982) +++ head/emulators/fuse/Makefile (revision 468983) @@ -1,69 +1,69 @@ # Created by: Alexey V. Antipovsky # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgcrypt.so:security/libgcrypt \ libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum GNU_CONFIGURE= yes USES= gettext gmake localbase pkgconfig USE_GNOME= cairo libxml2 glib20 USE_XORG= x11 CONFIGURE_ARGS+=--without-alsa --without-joystick OPTIONS_DEFINE= AO ICONS ROMS OPTIONS_DEFAULT= ICONS GTK2 OPTIONS_SINGLE= UI UI_DESC= User Interface ROMS_DESC= Extra ROM images (128p, 256s, Gluck, IF1, Opus, TrDOS) OPTIONS_SINGLE_UI= GTK2 GTK3 SDL SVGALIB OPTIONS_SUB= yes AO_CONFIGURE_WITH= libao AO_LIB_DEPENDS= libao.so:audio/libao ICONS_USES= desktop-file-utils shared-mime-info ICONS_CONFIGURE_ENABLE= desktop-integration GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_ON= --with-gtk GTK3_USE= GNOME=gtk30 GTK3_CONFIGURE_ON= --with-gtk GTK3_CONFIGURE_ENABLE= gtk3 SDL_USE= SDL=sdl SDL_CONFIGURE_WITH= sdl SDL_CONFIGURE_ON= --without-gtk SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_CONFIGURE_WITH= svgalib SVGALIB_CONFIGURE_ON= --without-gtk ROMS_RUN_DEPENDS= fuse-roms>0:emulators/fuse-roms PORTDOCS= AUTHORS ChangeLog README THANKS README.copyright .include .if ${PORT_OPTIONS:MICONS} INSTALLS_ICONS= yes .endif post-extract: ${CP} ${WRKSRC}/roms/README.copyright ${WRKSRC} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/emulators/fuse/distinfo =================================================================== --- head/emulators/fuse/distinfo (revision 468982) +++ head/emulators/fuse/distinfo (revision 468983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522964247 -SHA256 (fuse-1.5.2.tar.gz) = 141550e2ed270d800307333b1e3d588ab75d92522434cf82948755eb38ffbd5a -SIZE (fuse-1.5.2.tar.gz) = 1626746 +TIMESTAMP = 1525207190 +SHA256 (fuse-1.5.3.tar.gz) = c83972381ae3bf105abe8a8ef9da94e4599560ed0d63d5ac5c7b81a72eb0aa04 +SIZE (fuse-1.5.3.tar.gz) = 1627487 Index: head/emulators/fuse-utils/Makefile =================================================================== --- head/emulators/fuse-utils/Makefile (revision 468982) +++ head/emulators/fuse-utils/Makefile (revision 468983) @@ -1,31 +1,31 @@ # Created by: rene # $FreeBSD$ PORTNAME= fuse-utils -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Utilities from the Free Unix Spectrum Emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libgcrypt.so:security/libgcrypt \ libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum USES= gettext iconv jpeg pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/fuse-utils/distinfo =================================================================== --- head/emulators/fuse-utils/distinfo (revision 468982) +++ head/emulators/fuse-utils/distinfo (revision 468983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513172664 -SHA256 (fuse-utils-1.4.0.tar.gz) = b001e779a272c6a3a6719b897e9b56ae2b1aa9d63af4e4d267d313995722d95a -SIZE (fuse-utils-1.4.0.tar.gz) = 499865 +TIMESTAMP = 1525347488 +SHA256 (fuse-utils-1.4.1.tar.gz) = 3e15c323149a346cb4e51ab7efccd65e3527374ec4e648cf9e56a7e1841a1d6a +SIZE (fuse-utils-1.4.1.tar.gz) = 500533 Index: head/emulators/libspectrum/Makefile =================================================================== --- head/emulators/libspectrum/Makefile (revision 468982) +++ head/emulators/libspectrum/Makefile (revision 468983) @@ -1,29 +1,29 @@ # Created by: Alexey V. Antipovsky # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Handling of ZX-Spectrum emulator files formats LICENSE= GPLv2 LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes USES= gettext gmake libtool pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README THANKS \ doc/libspectrum.txt ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/libspectrum/distinfo =================================================================== --- head/emulators/libspectrum/distinfo (revision 468982) +++ head/emulators/libspectrum/distinfo (revision 468983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508788575 -SHA256 (libspectrum-1.4.1.tar.gz) = 025a1663491cc58174e91df77d82b28782310f6831485cb14291ce774f23c729 -SIZE (libspectrum-1.4.1.tar.gz) = 516697 +TIMESTAMP = 1525203006 +SHA256 (libspectrum-1.4.2.tar.gz) = ea7db5c7a413e7104ffc1e9c2b97fe4ba94f48155aeb4b11ce95d3baad836e81 +SIZE (libspectrum-1.4.2.tar.gz) = 568052 Index: head/emulators/libspectrum/pkg-plist =================================================================== --- head/emulators/libspectrum/pkg-plist (revision 468982) +++ head/emulators/libspectrum/pkg-plist (revision 468983) @@ -1,12 +1,12 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.so lib/libspectrum.so.8 -lib/libspectrum.so.8.7.11 +lib/libspectrum.so.8.7.12 libdata/pkgconfig/libspectrum.pc man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/libspectrum.txt