From owner-freebsd-ports Mon Oct 29 14:30:26 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 C8C1F37B407 for ; Mon, 29 Oct 2001 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TMU1h88916; Mon, 29 Oct 2001 14:30: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 795DF37B403 for ; Mon, 29 Oct 2001 14:21:35 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TMLZ187360; Mon, 29 Oct 2001 14:21:35 -0800 (PST) (envelope-from nobody) Message-Id: <200110292221.f9TMLZ187360@freefall.freebsd.org> Date: Mon, 29 Oct 2001 14:21:35 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31610: Update port: emulators/x48 to 0.4.1e 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: 31610 >Category: ports >Synopsis: Update port: emulators/x48 to 0.4.1e >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: Mon Oct 29 14:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.4.1e >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/x48/Makefile emulators/x48/Makefile --- /usr/ports/emulators/x48/Makefile Sat Aug 19 01:44:31 2000 +++ emulators/x48/Makefile Sun Oct 28 12:30:18 2001 @@ -6,23 +6,24 @@ # PORTNAME= x48 -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.1e CATEGORIES= emulators -MASTER_SITES= http://home.earthlink.net/~rmmlgetz/ -DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} +MASTER_SITES= http://www.hpcalc.org/hp48/pc/emulators/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/e//} USE_IMAKE= yes NO_INSTALL_MANPAGES= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/x48 + @${MKDIR} ${DOCSDIR} .for file in README doc/CARDS.doc doc/ROMDump.doc - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/x48 + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/emulators/x48/distinfo emulators/x48/distinfo --- /usr/ports/emulators/x48/distinfo Sat Aug 19 01:44:34 2000 +++ emulators/x48/distinfo Sun Oct 28 12:27:26 2001 @@ -1 +1 @@ -MD5 (x48_041.tar.gz) = f74af15851d1feb9d80ec6ef4ccc3c83 +MD5 (x48-041e.tgz) = 0f03da2cea0ca3fd690dcae00f088faa diff -urN /usr/ports/emulators/x48/pkg-plist emulators/x48/pkg-plist --- /usr/ports/emulators/x48/pkg-plist Sat Aug 19 01:44:39 2000 +++ emulators/x48/pkg-plist Sun Oct 28 12:38:41 2001 @@ -3,7 +3,7 @@ bin/mkcard bin/x48 lib/X11/app-defaults/X48 -share/doc/x48/CARDS.doc -share/doc/x48/README -share/doc/x48/ROMDump.doc -@dirrm share/doc/x48 +%%PORTDOCS%%share/doc/x48/CARDS.doc +%%PORTDOCS%%share/doc/x48/README +%%PORTDOCS%%share/doc/x48/ROMDump.doc +%%PORTDOCS%%@dirrm share/doc/x48 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message