Index: head/audio/HVSC-Update/Makefile =================================================================== --- head/audio/HVSC-Update/Makefile (revision 398248) +++ head/audio/HVSC-Update/Makefile (revision 398249) @@ -1,31 +1,31 @@ # Created by: Anders Nordby # $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 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend GNU_CONFIGURE= yes USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} PORTDOCS= HVS_file_format.txt HVSC_Update.txt SID_file_format.txt PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/audio/HVSC-Update/distinfo =================================================================== --- head/audio/HVSC-Update/distinfo (revision 398248) +++ head/audio/HVSC-Update/distinfo (revision 398249) @@ -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 Index: head/audio/HVSC-Update/files/patch-configure =================================================================== --- head/audio/HVSC-Update/files/patch-configure (nonexistent) +++ head/audio/HVSC-Update/files/patch-configure (revision 398249) @@ -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; + } Property changes on: head/audio/HVSC-Update/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property