From boris@brooknet.com.au  Sat Feb 19 00:35:41 2005
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B4B6616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Feb 2005 00:35:41 +0000 (GMT)
Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0651143D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Feb 2005 00:35:41 +0000 (GMT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (ppp2092.dyn.pacific.net.au [61.8.32.146])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id j1J0ZcD5016834
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Feb 2005 11:35:38 +1100
Received: by localhost (Postfix, from userid 0)
	id 67F4116A0; Sat, 19 Feb 2005 11:36:44 +1100 (EST)
Message-Id: <20050219003644.67F4116A0@localhost>
Date: Sat, 19 Feb 2005 11:36:44 +1100 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] misc/splitvt: update distinfo and misc. changes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77699
>Category:       ports
>Synopsis:       [PATCH] misc/splitvt: update distinfo and misc. changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 19 00:40:14 GMT 2005
>Closed-Date:    Sat Feb 19 20:57:07 GMT 2005
>Last-Modified:  Sat Feb 19 20:57:07 GMT 2005
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
The original distfile has indeed changed. How naughty. Looks like a
re-roll with a few changes.

>How-To-Repeat:
>Fix:

--- splitvt-1.6.5_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/misc/splitvt/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	18 Jun 2003 11:53:49 -0000	1.17
+++ Makefile	19 Feb 2005 00:34:01 -0000
@@ -8,20 +8,21 @@
 
 PORTNAME=	splitvt
 PORTVERSION=	1.6.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	http://www.devolution.com/~slouken/projects/splitvt/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Run two shells in a split window/terminal
 
-HAS_CONFIGURE=		yes
+HAS_CONFIGURE=	yes
 ALL_TARGET=
-MAN1=			splitvt.1
+MAN1=		splitvt.1
 
 post-patch:
 	@(cd ${WRKSRC} && ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
 		config.c > foo && ${MV} foo config.c)
+	${RM} ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/misc/splitvt/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	29 Jan 2004 16:10:25 -0000	1.4
+++ distinfo	19 Feb 2005 00:28:35 -0000
@@ -1,2 +1,2 @@
-MD5 (splitvt-1.6.5.tar.gz) = f93974daa4f39945b3d5b9cc39bb1b0f
-SIZE (splitvt-1.6.5.tar.gz) = 64301
+MD5 (splitvt-1.6.5.tar.gz) = 9f8ea38241daef8161b8010bc2249f0b
+SIZE (splitvt-1.6.5.tar.gz) = 66451
Index: files/patch-config.c
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/misc/splitvt/files/patch-config.c,v
retrieving revision 1.1
diff -u -u -r1.1 patch-config.c
--- files/patch-config.c	14 Jan 2001 11:47:57 -0000	1.1
+++ files/patch-config.c	19 Feb 2005 00:31:10 -0000
@@ -1,13 +1,13 @@
---- config.c.orig	Sun Jan 14 11:33:17 2001
-+++ config.c	Sun Jan 14 11:33:36 2001
-@@ -237,8 +237,8 @@
- #endif
+--- config.c.orig	Sun May  4 06:48:04 2003
++++ config.c	Sat Feb 19 11:30:53 2005
+@@ -238,8 +238,8 @@
  	fprintf(makefile, "\nclean: \n\trm -f *.o core \n");
  	fprintf(makefile, "\ndistclean: clean\n\trm -f splitvt Makefile\n");
--	fprintf(makefile, "\ninstall: \n\tmv splitvt /usr/local/bin/splitvt\n");
+ 	fprintf(makefile, "\ninstall: install-man\n");
+-	fprintf(makefile, "\tmv splitvt /usr/local/bin/splitvt\n");
 -	fprintf(makefile, "\tmv examples/xsplitvt /usr/local/bin/xsplitvt\n");
-+	fprintf(makefile, "\ninstall: \n\tmv splitvt %%PREFIX%%/bin/splitvt\n");
++	fprintf(makefile, "\tmv splitvt %%PREFIX%%/bin/splitvt\n");
 +	fprintf(makefile, "\tmv examples/xsplitvt %%PREFIX%%/bin/xsplitvt\n");
+ 	fprintf(makefile, "\ninstall-man:\n");
+ 	fprintf(makefile, "\tcp splitvt.man /usr/local/man/man1/splitvt.1\n");
  
- 	fclose(makefile);
- 	exit(0);
--- splitvt-1.6.5_2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Feb 19 20:56:58 GMT 2005 
State-Changed-Why:  
Comitted, thanks! 

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