From owner-svn-ports-head@freebsd.org Mon May 23 18:02:04 2016 Return-Path: Delivered-To: svn-ports-head@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 2154DB4770F; Mon, 23 May 2016 18:02:04 +0000 (UTC) (envelope-from amdmi3@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 CA0DA1191; Mon, 23 May 2016 18:02:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NI22RO022205; Mon, 23 May 2016 18:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NI22mb022202; Mon, 23 May 2016 18:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231802.u4NI22mb022202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 18:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415734 - in head/audio/libsidplayfp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 18:02:04 -0000 Author: amdmi3 Date: Mon May 23 18:02:02 2016 New Revision: 415734 URL: https://svnweb.freebsd.org/changeset/ports/415734 Log: - Update to 1.8.6 - While here, clarify LICENSE PR: 209683 Submitted by: liangtai.s16@gmail.com (maintainer) Modified: head/audio/libsidplayfp/Makefile head/audio/libsidplayfp/distinfo head/audio/libsidplayfp/files/patch-Makefile.in Modified: head/audio/libsidplayfp/Makefile ============================================================================== --- head/audio/libsidplayfp/Makefile Mon May 23 17:55:06 2016 (r415733) +++ head/audio/libsidplayfp/Makefile Mon May 23 18:02:02 2016 (r415734) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= libsidplayfp -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.6 CATEGORIES= audio MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R} MAINTAINER= liangtai.s16@gmail.com COMMENT= Library to play Commodore 64 music derived from libsidplay2 -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes @@ -35,7 +36,7 @@ MMX_CONFIGURE_ENABLE= mmx BUILD_DEPENDS+= xa65:devel/xa65 -SIDPLAYFP_SHLIB_VERSION= 4.2.5 +SIDPLAYFP_SHLIB_VERSION= 4.2.7 STILVIEW_SHLIB_VERSION= 0.0.3 PLIST_SUB+= \ SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \ Modified: head/audio/libsidplayfp/distinfo ============================================================================== --- head/audio/libsidplayfp/distinfo Mon May 23 17:55:06 2016 (r415733) +++ head/audio/libsidplayfp/distinfo Mon May 23 18:02:02 2016 (r415734) @@ -1,2 +1,3 @@ -SHA256 (libsidplayfp-1.8.4.tar.gz) = 43a4159cbd8d2d27accfb071d05740c7f7f35610e859cb60fe86379dada40ab3 -SIZE (libsidplayfp-1.8.4.tar.gz) = 670890 +TIMESTAMP = 1464016730 +SHA256 (libsidplayfp-1.8.6.tar.gz) = dcf2da21d4bbb6acc79c1da5809fdafc643f1082c5191640763533809bdbf153 +SIZE (libsidplayfp-1.8.6.tar.gz) = 671485 Modified: head/audio/libsidplayfp/files/patch-Makefile.in ============================================================================== --- head/audio/libsidplayfp/files/patch-Makefile.in Mon May 23 17:55:06 2016 (r415733) +++ head/audio/libsidplayfp/files/patch-Makefile.in Mon May 23 18:02:02 2016 (r415734) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-01-25 00:59:52.000000000 +0900 -+++ Makefile.in 2015-01-26 21:02:06.000000000 +0900 -@@ -2000,8 +2000,8 @@ +--- Makefile.in.orig 2015-01-24 15:59:52 UTC ++++ Makefile.in +@@ -2000,8 +2000,8 @@ uninstall-am: uninstall-builders_hardsid .a65.bin: o65file=`echo $@ | sed 's/bin/o65/'`;\