Date: Thu, 25 Aug 2011 03:34:23 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/160073: Update port: audio/HVSC-Update to 2.8.5 Message-ID: <20110825033423.108b0458.tkato432@yahoo.com> Resent-Message-ID: <201108241850.p7OIoAsv011140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160073 >Category: ports >Synopsis: Update port: audio/HVSC-Update to 2.8.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 24 18:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to versoin 2.8.5 Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/HVSC-Update/Makefile audio/HVSC-Update/Makefile --- /usr/ports/audio/HVSC-Update/Makefile 2009-08-05 12:28:06.000000000 +0900 +++ audio/HVSC-Update/Makefile 2011-08-09 16:06:20.000000000 +0900 @@ -6,33 +6,33 @@ # PORTNAME= HVSC-Update -PORTVERSION= 2.8.4 +PORTVERSION= 2.8.5 CATEGORIES= audio emulators -MASTER_SITES= http://www.hvsc.c64.org/Downloads/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= http://www.hvsc.c64.org/download/files/tools/ DISTNAME= ${PORTNAME:S/-/_/}_Tool_source_${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Update program for the HVSC C= 64 SID tune collection -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +BUILDD_EPENDS= makedepend:${PORTSDIR}/devel/makedepend -WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} +WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes -DOCS= HVSC_Update.txt SID_file_format.txt +PORTDOCS= HVSC_Update.txt SID_file_format.txt +PLIST_FILES= bin/${PORTNAME} .include <bsd.port.pre.mk> do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/HVSC-Update + ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) - @${INSTALL} -d -m 0755 ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/audio/HVSC-Update/distinfo audio/HVSC-Update/distinfo --- /usr/ports/audio/HVSC-Update/distinfo 2011-03-20 02:13:21.000000000 +0900 +++ audio/HVSC-Update/distinfo 2011-08-09 15:56:08.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (HVSC_Update_Tool_source_284.tgz) = 29698dfdb9998fcfc5bf5234d98fdaa5ea6f6cf708e317934ab946fe3a8f5f4c -SIZE (HVSC_Update_Tool_source_284.tgz) = 111554 +SHA256 (HVSC_Update_Tool_source_285.tar.gz) = b047f03b547858b3c56902582524b33af5cf60142fac56346ef0857e6fa947b2 +SIZE (HVSC_Update_Tool_source_285.tar.gz) = 106891 diff -urN /usr/ports/audio/HVSC-Update/pkg-plist audio/HVSC-Update/pkg-plist --- /usr/ports/audio/HVSC-Update/pkg-plist 2003-10-21 20:23:55.000000000 +0900 +++ audio/HVSC-Update/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,4 +0,0 @@ -bin/HVSC-Update -%%PORTDOCS%%%%DOCSDIR%%/HVSC_Update.txt -%%PORTDOCS%%%%DOCSDIR%%/SID_file_format.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110825033423.108b0458.tkato432>