ports/163868: [MAINTAINER] Update x11-wm/ctwm to 3.8.1

Matthew D.Fuller fullermd at over-yonder.net
Fri Jan 6 16:40:11 UTC 2012


>Number:         163868
>Category:       ports
>Synopsis:       [MAINTAINER] Update x11-wm/ctwm to 3.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 06 16:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 9.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD draco.over-yonder.net 9.0-RC1 FreeBSD 9.0-RC1 #0 r227108M: Sat Nov 5 09:06:02 CDT 2011 root at draco.over-yonder.net:/bsd/obj/bsd/src/sys/DRACO i386


	
>Description:
	New upstream release.

	Note that files/gm4-patch is emptied out and needs to be cvs rm'd;
	the code in Makefile it was used by was removed several years ago.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /draco/cvs/ports/x11-wm/ctwm/Makefile,v
retrieving revision 1.51
diff -u -r1.51 Makefile
--- Makefile	17 Oct 2011 22:40:45 -0000	1.51
+++ Makefile	6 Jan 2012 16:14:06 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	ctwm
-PORTVERSION=	3.8a
-PORTREVISION=	4
+PORTVERSION=	3.8.1
+PORTEPOCH=		1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://ctwm.free.lp.se/dist/ \
 		http://distfiles.over-yonder.net/ctwm/
Index: distinfo
===================================================================
RCS file: /draco/cvs/ports/x11-wm/ctwm/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	20 Mar 2011 12:54:32 -0000	1.16
+++ distinfo	6 Jan 2012 16:07:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (ctwm-3.8a.tar.gz) = 39322cc6b0d12dc286af0944f9a10d3a099a5f04c5d9c47b75742cdf65dbd4a4
-SIZE (ctwm-3.8a.tar.gz) = 738226
+SHA256 (ctwm-3.8.1.tar.gz) = 293657511eaa3f0f147bae2f50ed3caf6bbaa64dd142dfdbd9d6576d89c6970d
+SIZE (ctwm-3.8.1.tar.gz) = 737958
Index: files/gm4-patch
===================================================================
RCS file: files/gm4-patch
diff -N files/gm4-patch
--- files/gm4-patch	24 Mar 2007 14:52:52 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-$FreeBSD: ports/x11-wm/ctwm/files/gm4-patch,v 1.1 2007/03/24 14:52:52 pav Exp $
-
---- Imakefile.orig	Thu May  5 08:22:40 2005
-+++ Imakefile	Mon May  9 19:30:45 2005
-@@ -67,10 +67,12 @@
- #endif
- 
- #if defined USE_M4 || defined USEM4
-+ M4PROGNAME = gm4
-+     M4PROG = $(LOCALBASE)/bin/$(M4PROGNAME)
-    M4LIBDIR =
-    M4INCDIR =
- 
--  M4DEFINES = -DUSEM4
-+  M4DEFINES = -DUSEM4 -DM4PROG=\"$(M4PROG)\" -DM4PROGNAME=\"$(M4PROGNAME)\"
-       M4LIB = $(M4LIBDIR)
- #else
-    M4LIBDIR = 
---- parse.c.orig	Fri Feb 16 03:24:27 2007
-+++ parse.c	Sun Mar  4 18:36:18 2007
-@@ -2128,7 +2128,7 @@
-                 dup2(fids[1], 1);       /* stdout = pipe to parent */
-                 /* get_defs("m4", dpy, display_name) */
-                 tmp_file = m4_defs(dpy, display_name);
--                execlp("m4", "m4",
-+                execlp(M4PROG, M4PROGNAME,
- #if !defined(__NetBSD__)
- 			"-s",
- #endif
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list