From owner-svn-ports-head@freebsd.org Thu Oct 1 05:58:58 2015 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 91AC1A0EACF; Thu, 1 Oct 2015 05:58:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 69ACA1EAE; Thu, 1 Oct 2015 05:58:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t915ww6i012436; Thu, 1 Oct 2015 05:58:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t915wv3J012432; Thu, 1 Oct 2015 05:58:57 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201510010558.t915wv3J012432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 1 Oct 2015 05:58:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398249 - in head/audio/HVSC-Update: . 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.20 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: Thu, 01 Oct 2015 05:58:58 -0000 Author: vanilla Date: Thu Oct 1 05:58:56 2015 New Revision: 398249 URL: https://svnweb.freebsd.org/changeset/ports/398249 Log: Upgrade to 2.8.7. Added: head/audio/HVSC-Update/files/ head/audio/HVSC-Update/files/patch-configure (contents, props changed) Modified: head/audio/HVSC-Update/Makefile head/audio/HVSC-Update/distinfo Modified: head/audio/HVSC-Update/Makefile ============================================================================== --- head/audio/HVSC-Update/Makefile Thu Oct 1 05:05:05 2015 (r398248) +++ head/audio/HVSC-Update/Makefile Thu Oct 1 05:58:56 2015 (r398249) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= HVSC-Update -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.7 CATEGORIES= audio emulators MASTER_SITES= http://www.hvsc.c64.org/download/files/tools/ -DISTNAME= ${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g}_source +DISTNAME= ${PORTNAME:S/-/_/}_Tool_source_${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Update program for the HVSC C= 64 SID tune collection Modified: head/audio/HVSC-Update/distinfo ============================================================================== --- head/audio/HVSC-Update/distinfo Thu Oct 1 05:05:05 2015 (r398248) +++ head/audio/HVSC-Update/distinfo Thu Oct 1 05:58:56 2015 (r398249) @@ -1,2 +1,2 @@ -SHA256 (HVSC_Update_Tool_286_source.tar.gz) = 4205dda6b0b6adc3adee59f7c4843d7b96ff02a2654f9d9d92eed278c07f4b7f -SIZE (HVSC_Update_Tool_286_source.tar.gz) = 116159 +SHA256 (HVSC_Update_Tool_source_287.tar.gz) = c61177a98c893d3f3f5214edea42b28e16f1af2567cbbf6e639ca9d682b6572c +SIZE (HVSC_Update_Tool_source_287.tar.gz) = 189813 Added: head/audio/HVSC-Update/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/HVSC-Update/files/patch-configure Thu Oct 1 05:58:56 2015 (r398249) @@ -0,0 +1,16 @@ +--- configure.orig 2013-09-06 21:05:00 UTC ++++ configure +@@ -5168,11 +5168,11 @@ _ACEOF + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include ++#include + int + main () + { +-ifstream myTest("test",std::ios::binary); ++std::ifstream myTest("test",std::ios::binary); + ; + return 0; + }