From owner-freebsd-ports Fri Nov 30 11:51: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DE1037B419 for ; Fri, 30 Nov 2001 11:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUJo1X39208; Fri, 30 Nov 2001 11:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8952D37B417 for ; Fri, 30 Nov 2001 11:44:41 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUJifl38584; Fri, 30 Nov 2001 11:44:41 -0800 (PST) (envelope-from nobody) Message-Id: <200111301944.fAUJifl38584@freefall.freebsd.org> Date: Fri, 30 Nov 2001 11:44:41 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32406: Update port: audio/xsidplay to 1.6.4.3 (fix ports/32304) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32406 >Category: ports >Synopsis: Update port: audio/xsidplay to 1.6.4.3 (fix ports/32304) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 30 11:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.6.4.3 This PR supersedes ports/32304. >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xsidplay/Makefile audio/xsidplay/Makefile --- /usr/ports/audio/xsidplay/Makefile Sat Nov 24 14:00:31 2001 +++ audio/xsidplay/Makefile Sat Dec 1 02:00:03 2001 @@ -6,7 +6,7 @@ # PORTNAME= xsidplay -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4.3 PORTEPOCH= 1 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ @@ -23,6 +23,8 @@ QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} +MAN1= xsidplay.1 + .include .if ${MACHINE_ARCH} == "alpha" @@ -34,8 +36,15 @@ @${PERL} -pi -e 's|moc|${MOC:T}|g ; \ s|qt-mt|${QTNAME}-mt|g' ${WRKSRC}/${file} .endfor + @${PERL} -pi -e 's|/usr/share|${PREFIX}|g' ${WRKSRC}/xsidplay.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xsidplay.1 ${MANPREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.faq ${DOCSDIR} +.endif .include diff -urN /usr/ports/audio/xsidplay/distinfo audio/xsidplay/distinfo --- /usr/ports/audio/xsidplay/distinfo Sat Nov 24 14:00:33 2001 +++ audio/xsidplay/distinfo Sat Dec 1 02:02:08 2001 @@ -1 +1 @@ -MD5 (xsidplay-1.6.3.tgz) = 2712556f53848749644f1f0466685885 +MD5 (xsidplay-1.6.4.3.tgz) = a57dda653c9c27068fb830de3de2e6f8 diff -urN /usr/ports/audio/xsidplay/pkg-plist audio/xsidplay/pkg-plist --- /usr/ports/audio/xsidplay/pkg-plist Mon Jun 12 04:06:58 2000 +++ audio/xsidplay/pkg-plist Thu Nov 29 07:48:07 2001 @@ -1 +1,5 @@ bin/xsidplay +%%PORTDOCS%%share/doc/xsidplay/README +%%PORTDOCS%%share/doc/xsidplay/STIL.faq +%%PORTDOCS%%share/doc/xsidplay/hv_sids.faq +%%PORTDOCS%%@dirrm share/doc/xsidplay >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message