Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 05:58:57 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
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
Message-ID:  <201510010558.t915wv3J012432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fstream.h>
++#include <fstream>
+ int
+ main ()
+ {
+-ifstream myTest("test",std::ios::binary);
++std::ifstream myTest("test",std::ios::binary);
+   ;
+   return 0;
+ }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510010558.t915wv3J012432>