From trasz@pin.if.uz.zgora.pl  Sat Mar 24 08:58:34 2007
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A810C16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Mar 2007 08:58:34 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.freebsd.org (Postfix) with ESMTP id 713D413C455
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Mar 2007 08:58:34 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 5577E39DBA; Sat, 24 Mar 2007 10:07:58 +0100 (CET)
Message-Id: <20070324090758.5577E39DBA@pin.if.uz.zgora.pl>
Date: Sat, 24 Mar 2007 10:07:58 +0100 (CET)
From: <trasz@pin.if.uz.zgora.pl>
Reply-To: <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Rename emulators/sim to emulators/simh
X-Send-Pr-Version: 3.113
X-GNATS-Notify: trasz@pin.if.uz.zgora.pl

>Number:         110753
>Category:       ports
>Synopsis:       [patch] Rename emulators/sim to emulators/simh
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 09:00:11 GMT 2007
>Closed-Date:    Wed Mar 28 07:32:56 GMT 2007
>Last-Modified:  Wed Mar 28 07:32:56 GMT 2007
>Originator:     <trasz@pin.if.uz.zgora.pl>
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 trasz@pin.if.uz.zgora.pl:/usr/obj/usr/src/sys/PIN i386


>Description:
Simh (http://simh.trailing-edge.com) is currently available as emulators/sim,
which is confusing.  I'd like to ask for renaming it to emulators/simh.

>How-To-Repeat:
	
>Fix:

	

--- sim-to-simh.diff begins here ---
diff -urN sim/Makefile simh/Makefile
--- sim/Makefile	Mon Feb 12 09:17:36 2007
+++ simh/Makefile	Sat Mar 24 09:24:10 2007
@@ -5,11 +5,11 @@
 # $FreeBSD: ports/emulators/sim/Makefile,v 1.43 2007/02/12 08:17:36 miwi Exp $
 #
 
-PORTNAME=	sim
+PORTNAME=	simh
 PORTVERSION=	3.7
 CATEGORIES=	emulators
 MASTER_SITES=	http://simh.trailing-edge.com/sources/
-DISTNAME=	${PORTNAME}hv37-0
+DISTNAME=	${PORTNAME}v37-0
 
 MAINTAINER=	trasz@pin.if.uz.zgora.pl
 COMMENT=	Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
@@ -30,7 +30,7 @@
 
 PORTDOCS=	0readme_37.txt 0readme_ethernet.txt
 
-PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse
+PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/simh-eclipse
 PLIST_DIRS=	%%DATADIR%%
 
 SUB_FILES+=	pkg-message
@@ -51,8 +51,8 @@
 .for file in ${BIN_FILES}
 	${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
 .endfor
-# eclipse conflicts with java/eclipse, install it as sim-eclipse
-	${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/sim-eclipse
+# eclipse conflicts with java/eclipse, install it as simh-eclipse
+	${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/simh-eclipse
 
 	@${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
diff -urN sim/files/pkg-message.in simh/files/pkg-message.in
--- sim/files/pkg-message.in	Sun Jun 18 14:19:36 2006
+++ simh/files/pkg-message.in	Sat Mar 24 09:44:33 2007
@@ -1,5 +1,5 @@
 *********************************************************************
 
-The file needed by the VAX emulator is located in %%PREFIX%%/share/sim
+The file needed by the VAX emulator is located in %%PREFIX%%/share/simh
 
 *********************************************************************
--- sim-to-simh.diff ends here ---


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sat Mar 24 09:00:18 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110753 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Mar 24 09:00:26 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110753 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 24 09:00:33 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110753 

From: trasz@pin.if.uz.zgora.pl
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110753: [patch] Rename emulators/sim to emulators/simh
Date: Sat, 24 Mar 2007 10:33:38 +0100

 On 0324T0900, Edwin Groothuis wrote:
 > Maintainer of emulators/sim,
 > 
 > Please note that PR ports/110753 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 I approve that patch.  I submitted it, actually ;-)
 
 -- 
 If you cut off my head, what would I say?  Me and my head, or me and my body?
 
State-Changed-From-To: feedback->repocopy 
State-Changed-By: miwi 
State-Changed-When: Mon Mar 26 09:50:00 UTC 2007 
State-Changed-Why:  
Please make a repocopy from emulators/sim to emulators/simh. 


Responsible-Changed-From-To: miwi->portmgr 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Mar 26 09:50:00 UTC 2007 
Responsible-Changed-Why:  
Please make a repocopy from emulators/sim to emulators/simh. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110753 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Wed Mar 28 05:08:43 UTC 2007 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->miwi 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Wed Mar 28 05:08:43 UTC 2007 
Responsible-Changed-Why:  
Repocopy complete. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110753 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110753: commit references a PR
Date: Wed, 28 Mar 2007 06:17:24 +0000 (UTC)

 miwi        2007-03-28 06:17:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    modules 
     emulators            Makefile 
     emulators/simh       Makefile 
     emulators/simh/files pkg-message.in 
   Removed files:
     emulators/sim        Makefile distinfo pkg-descr 
     emulators/sim/files  patch-makefile pkg-message.in 
   Log:
   Project was renamed
   
   PR:             110753
   Submitted by:   trasz (maintainer)
   Repocopy by:    marcus
   
   Revision  Changes    Path
   1.17730   +1 -1      CVSROOT/modules
   1.224     +1 -1      ports/emulators/Makefile
   1.44      +0 -70     ports/emulators/sim/Makefile (dead)
   1.21      +0 -3      ports/emulators/sim/distinfo (dead)
   1.6       +0 -11     ports/emulators/sim/files/patch-makefile (dead)
   1.2       +0 -5      ports/emulators/sim/files/pkg-message.in (dead)
   1.3       +0 -18     ports/emulators/sim/pkg-descr (dead)
   1.44      +5 -5      ports/emulators/simh/Makefile
   1.2       +1 -1      ports/emulators/simh/files/pkg-message.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Mar 28 07:32:54 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110753 
>Unformatted:
