aboutsummaryrefslogtreecommitdiff
path: root/audio/HVSC-Update
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-10-01 05:58:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-10-01 05:58:56 +0000
commit6b8dd1703881980bf83c21906c080e43220b6ef9 (patch)
treeb3831e80aa856323038ded5541d6722ef7190d7d /audio/HVSC-Update
parent47a58a1d7c4d42eb7e02e963aa5a81c5c313a384 (diff)
downloadports-6b8dd1703881980bf83c21906c080e43220b6ef9.tar.gz
ports-6b8dd1703881980bf83c21906c080e43220b6ef9.zip
Upgrade to 2.8.7.
Notes
Notes: svn path=/head/; revision=398249
Diffstat (limited to 'audio/HVSC-Update')
-rw-r--r--audio/HVSC-Update/Makefile4
-rw-r--r--audio/HVSC-Update/distinfo4
-rw-r--r--audio/HVSC-Update/files/patch-configure16
3 files changed, 20 insertions, 4 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile
index 91c53f97f329..a34bb60b721a 100644
--- a/audio/HVSC-Update/Makefile
+++ b/audio/HVSC-Update/Makefile
@@ -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
diff --git a/audio/HVSC-Update/distinfo b/audio/HVSC-Update/distinfo
index 8a6995537ab4..76270e0fef93 100644
--- a/audio/HVSC-Update/distinfo
+++ b/audio/HVSC-Update/distinfo
@@ -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
diff --git a/audio/HVSC-Update/files/patch-configure b/audio/HVSC-Update/files/patch-configure
new file mode 100644
index 000000000000..e7677f6cc011
--- /dev/null
+++ b/audio/HVSC-Update/files/patch-configure
@@ -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;
+ }