Upgrade to 2.8.7.

This commit is contained in:
Vanilla I. Shu 2015-10-01 05:58:56 +00:00
parent 47a58a1d7c
commit 6b8dd17038
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398249
3 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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;
}