Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 14:21:35 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31610: Update port: emulators/x48 to 0.4.1e
Message-ID:  <200110292221.f9TMLZ187360@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110292221.f9TMLZ187360>