ports/77699: [PATCH] misc/splitvt: update distinfo and misc. changes

Sam Lawrance boris at brooknet.com.au
Sat Feb 19 00:40:15 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 19 00:40:14 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list