From owner-svn-ports-all@freebsd.org Wed Jul 26 14:13:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF5C7DBED31; Wed, 26 Jul 2017 14:13:53 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C352C63E04; Wed, 26 Jul 2017 14:13:53 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6QEDqJS012817; Wed, 26 Jul 2017 14:13:52 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6QEDqCX012812; Wed, 26 Jul 2017 14:13:52 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201707261413.v6QEDqCX012812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 26 Jul 2017 14:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446658 - in head/emulators: fuse libspectrum X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/emulators: fuse libspectrum X-SVN-Commit-Revision: 446658 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 14:13:54 -0000 Author: rene Date: Wed Jul 26 14:13:52 2017 New Revision: 446658 URL: https://svnweb.freebsd.org/changeset/ports/446658 Log: Update emulators/libspectrum and emulators/fuse to their latest versions. Reported by: portscout Modified: 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/Makefile ============================================================================== --- head/emulators/fuse/Makefile Wed Jul 26 13:42:00 2017 (r446657) +++ head/emulators/fuse/Makefile Wed Jul 26 14:13:52 2017 (r446658) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse/distinfo ============================================================================== --- head/emulators/fuse/distinfo Wed Jul 26 13:42:00 2017 (r446657) +++ head/emulators/fuse/distinfo Wed Jul 26 14:13:52 2017 (r446658) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496938838 -SHA256 (fuse-1.3.6.tar.gz) = 184a91f1320cf81cafeea1a7e4cb0e76ca43bcf6060f8d20b0bfb98790eadd35 -SIZE (fuse-1.3.6.tar.gz) = 1636416 +TIMESTAMP = 1500374656 +SHA256 (fuse-1.3.7.tar.gz) = ba57f4b4c1a7ed398b8d85b7da14b85bd346023bed17d8d7b6ed3e0452e7b4b0 +SIZE (fuse-1.3.7.tar.gz) = 1644585 Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Wed Jul 26 13:42:00 2017 (r446657) +++ head/emulators/libspectrum/Makefile Wed Jul 26 14:13:52 2017 (r446658) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -15,9 +15,9 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes +USES= gettext gmake libtool pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gettext gmake libtool pkgconfig INSTALL_TARGET= install-strip Modified: head/emulators/libspectrum/distinfo ============================================================================== --- head/emulators/libspectrum/distinfo Wed Jul 26 13:42:00 2017 (r446657) +++ head/emulators/libspectrum/distinfo Wed Jul 26 14:13:52 2017 (r446658) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496857592 -SHA256 (libspectrum-1.3.4.tar.gz) = 1f4a92a8703fe9e6c3a995d324916ecb52e3281673b999ce3da2aaa4d67e8e5c -SIZE (libspectrum-1.3.4.tar.gz) = 500444 +TIMESTAMP = 1500981545 +SHA256 (libspectrum-1.3.5.tar.gz) = 674c3c973af342054a3613686a57f5ddd425c2b83cd84a07bcbe5c89f312461d +SIZE (libspectrum-1.3.5.tar.gz) = 502777 Modified: head/emulators/libspectrum/pkg-plist ============================================================================== --- head/emulators/libspectrum/pkg-plist Wed Jul 26 13:42:00 2017 (r446657) +++ head/emulators/libspectrum/pkg-plist Wed Jul 26 14:13:52 2017 (r446658) @@ -2,7 +2,7 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.so lib/libspectrum.so.8 -lib/libspectrum.so.8.5.7 +lib/libspectrum.so.8.6.8 man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog