Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 07:55:33 -0500 (CDT)
From:      "Matthew D.Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189910: [MAINTAINER][PATCH] Update x11-wm/ctwm to 3.8.2
Message-ID:  <3gWjyF2v8Sz3cP@draco.over-yonder.net>
Resent-Message-ID: <201405181300.s4ID00YK016582@freefall.freebsd.org>

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

>Number:         189910
>Category:       ports
>Synopsis:       [MAINTAINER][PATCH] Update x11-wm/ctwm to 3.8.2
>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:   Sun May 18 13:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        
>Organization:
>Environment:


	
>Description:
	New upstream release.  Eliminate old patches, update website, add
	LICENSE.

>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
--- Makefile	(revision 354412)
+++ Makefile	(working copy)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	ctwm
-PORTVERSION=	3.8.1
-PORTREVISION=	1
+PORTVERSION=	3.8.2
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://ctwm.free.lp.se/dist/ \
+MASTER_SITES=	http://www.ctwm.org/dist/ \
 		http://distfiles.over-yonder.net/ctwm/
 
 MAINTAINER=	fullermd@over-yonder.net
 COMMENT=	Extension to twm, with support for multiple virtual screens, etc
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
-USES=		imake
+USES=		imake tar:xz
 USE_XORG=	xpm xmu
 
 pre-configure:
Index: distinfo
===================================================================
--- distinfo	(revision 354412)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ctwm-3.8.1.tar.gz) = 293657511eaa3f0f147bae2f50ed3caf6bbaa64dd142dfdbd9d6576d89c6970d
-SIZE (ctwm-3.8.1.tar.gz) = 737958
+SHA256 (ctwm-3.8.2.tar.xz) = 574d67a8a69f2f1ebaa71aa40cc50667e814f74b51f5db8886e2def6a3e0900f
+SIZE (ctwm-3.8.2.tar.xz) = 549984
Index: files/patch-Imakefile
===================================================================
--- files/patch-Imakefile	(revision 354412)
+++ files/patch-Imakefile	(working copy)
@@ -1,13 +0,0 @@
---- ./Imakefile.orig	2014-01-20 08:59:13.000000000 +0100
-+++ ./Imakefile	2014-01-20 08:59:40.000000000 +0100
-@@ -167,8 +167,8 @@
- 		3dcircle.xpm 3ddimple.xpm 3ddot.xpm 3dfeet.xpm 3dleopard.xpm \
- 		3dpie.xpm 3dpyramid.xpm 3dslant.xpm
- 
--SpecialObjectRule(parse.o,parse.c,'-DSYSTEM_INIT_FILE="$(DESTDIR)$(CONFDIR)/system.ctwmrc"' '-DPIXMAP_DIRECTORY="$(DESTDIR)$(PIXMAPDIR)"')
--SpecialObjectRule(ctwm.o,ctwm.c,'-DPIXMAP_DIRECTORY="$(DESTDIR)$(PIXMAPDIR)"')
-+SpecialObjectRule(parse.o,parse.c,'-DSYSTEM_INIT_FILE="$(CONFDIR)/system.ctwmrc"' '-DPIXMAP_DIRECTORY="$(PIXMAPDIR)"')
-+SpecialObjectRule(ctwm.o,ctwm.c,'-DPIXMAP_DIRECTORY="$(PIXMAPDIR)"')
- #if !HasPutenv
- SpecialObjectRule(util.o,util.c,-DNOPUTENV)
- #endif
Index: files/patch-util.c
===================================================================
--- files/patch-util.c	(revision 354412)
+++ files/patch-util.c	(working copy)
@@ -1,11 +0,0 @@
---- util.c.orig	2012-01-08 16:51:48.245308175 -0600
-+++ util.c	2012-01-08 16:51:52.168309618 -0600
-@@ -3941,7 +3941,7 @@
- #ifdef JPEG
- 
- unsigned short int *buffer_16bpp;
--long *buffer_32bpp;
-+uint32_t *buffer_32bpp;
- 
- static void convert_for_16 (int w, int x, int y, int r, int g, int b) {
-   buffer_16bpp [y * w + x] = ((r >> 3) << 11) + ((g >> 2) << 5) + (b >> 3);
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 354412)
+++ pkg-descr	(working copy)
@@ -20,4 +20,4 @@
         - Pinnable and sticky menus.
         - etc...
 
-WWW: http://ctwm.free.lp.se/
+WWW: http://www.ctwm.org/

>Release-Note:
>Audit-Trail:
>Unformatted:



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