aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2008-04-15 22:53:21 +0000
committerAnders Nordby <anders@FreeBSD.org>2008-04-15 22:53:21 +0000
commitd89c2e70d650925221ff88f7785c8b1453ac8775 (patch)
tree06f8eddd45653a93394521d73265f17b9e7b1984 /audio
parent58e3b7a68c242ae9d7b364f7442ba72952691deb (diff)
downloadports-d89c2e70d650925221ff88f7785c8b1453ac8775.tar.gz
ports-d89c2e70d650925221ff88f7785c8b1453ac8775.zip
Update to 2.8.4.
Notes
Notes: svn path=/head/; revision=211327
Diffstat (limited to 'audio')
-rw-r--r--audio/HVSC-Update/Makefile8
-rw-r--r--audio/HVSC-Update/distinfo6
-rw-r--r--audio/HVSC-Update/files/patch-src-TextFile.h23
-rw-r--r--audio/HVSC-Update/files/patch-src-include-fformat.h16
4 files changed, 7 insertions, 46 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile
index c235c9ea58d5..5e1a0528db24 100644
--- a/audio/HVSC-Update/Makefile
+++ b/audio/HVSC-Update/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= HVSC-Update
-PORTVERSION= 2.8.3
+PORTVERSION= 2.8.4
CATEGORIES= audio emulators
-MASTER_SITES= http://sidplay2.sourceforge.net/ \
+MASTER_SITES= http://www.hvsc.c64.org/Downloads/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
-DISTNAME= ${PORTNAME}-Tool-${PORTVERSION}-Source
+DISTNAME= ${PORTNAME:S/-/_/}_Tool_source_${PORTVERSION:S/.//g}
EXTRACT_SUFX= .tgz
MAINTAINER= anders@FreeBSD.org
@@ -18,7 +18,7 @@ COMMENT= Update program for the HVSC C= 64 SID tune collection
BUILD_DEPENDS= imake:${X_IMAKE_PORT}
-WRKSRC= ${WRKDIR}/${PORTNAME}-Tool-${PORTVERSION}-Source
+WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g}
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/audio/HVSC-Update/distinfo b/audio/HVSC-Update/distinfo
index 1e3945085de0..5ece5a8e1ee5 100644
--- a/audio/HVSC-Update/distinfo
+++ b/audio/HVSC-Update/distinfo
@@ -1,3 +1,3 @@
-MD5 (HVSC-Update-Tool-2.8.3-Source.tgz) = fc0865438f02d0211b890ff22406ef60
-SHA256 (HVSC-Update-Tool-2.8.3-Source.tgz) = 9b47279a57dc4c0204752d955a7c786c4c5d45f2a7129f609d6112f7e87c9c92
-SIZE (HVSC-Update-Tool-2.8.3-Source.tgz) = 87830
+MD5 (HVSC_Update_Tool_source_284.tgz) = 1a99285b79b36f5d0c7a51c03093a923
+SHA256 (HVSC_Update_Tool_source_284.tgz) = 29698dfdb9998fcfc5bf5234d98fdaa5ea6f6cf708e317934ab946fe3a8f5f4c
+SIZE (HVSC_Update_Tool_source_284.tgz) = 111554
diff --git a/audio/HVSC-Update/files/patch-src-TextFile.h b/audio/HVSC-Update/files/patch-src-TextFile.h
deleted file mode 100644
index 2d8fcfc01347..000000000000
--- a/audio/HVSC-Update/files/patch-src-TextFile.h
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/TextFile.h.orig Fri Mar 29 19:35:26 2002
-+++ src/TextFile.h Sun Feb 27 15:03:16 2005
-@@ -10,12 +10,18 @@
- #endif
- #include <ctype.h>
- #include <fstream.h>
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include <string.h>
- #if defined(HAVE_STRSTREA_H)
- #include <strstrea.h>
- #else
--#include <strstream.h>
-+#include "strstream"
-+
-+using std::strstreambuf;
-+using std::istrstream;
-+using std::ostrstream;
-+using std::strstream;
- #endif
-
- #include "fformat.h" // strnicmp stuff
diff --git a/audio/HVSC-Update/files/patch-src-include-fformat.h b/audio/HVSC-Update/files/patch-src-include-fformat.h
deleted file mode 100644
index 3d58eb4c530e..000000000000
--- a/audio/HVSC-Update/files/patch-src-include-fformat.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/include/fformat.h.orig Fri Mar 29 19:35:26 2002
-+++ src/include/fformat.h Sun Feb 27 13:52:05 2005
-@@ -13,7 +13,12 @@
- #if defined(HAVE_STRSTREA_H)
- #include <strstrea.h>
- #else
-- #include <strstream.h>
-+ #include <strstream>
-+
-+ using std::strstreambuf;
-+ using std::istrstream;
-+ using std::ostrstream;
-+ using std::strstream;
- #endif
-
- #if defined(HAVE_STRCASECMP)