Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 13:58:03 GMT
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187660: [PORT-UPDATE] x11-wm/jwm 2.2.1 -> 2.2.2
Message-ID:  <201403171358.s2HDw3N9029149@cgiserv.freebsd.org>
Resent-Message-ID: <201403171400.s2HE00jO065814@freefall.freebsd.org>

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

>Number:         187660
>Category:       ports
>Synopsis:       [PORT-UPDATE] x11-wm/jwm 2.2.1 -> 2.2.2
>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:   Mon Mar 17 14:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        10.0-RELEASE
>Organization:
Pixeware LTD
>Environment:
FreeBSD ports-dev 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Changes:

* updated the port to latest 2.2.2 version
* fixed IGNORE messages accordingly to portlint

Redports build report: https://redports.org/buildarchive/20140317134400-45291/
>How-To-Repeat:
Use the patch, test the port, commit.
>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN jwm.orig/Makefile jwm/Makefile
--- jwm.orig/Makefile	2014-03-17 04:51:50.544701925 +0100
+++ jwm/Makefile	2014-03-17 05:48:14.953874923 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/x11-wm/jwm/Makefile 347836 2014-03-11 02:42:14Z miwi $
 
 PORTNAME=	jwm
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://joewing.net/programs/jwm/releases/
 
@@ -11,8 +11,7 @@
 
 LICENSE=	GPLv2
 
-USE_XZ=		yes
-USES=		pkgconfig
+USES=		pkgconfig tar:xz
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 
@@ -57,15 +56,15 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MXFT} && empty(PORT_OPTIONS:MXRENDER)
-IGNORE=		XFT support requires XRENDER
+IGNORE=		the XFT support requires XRENDER
 .endif
 
 .if ${PORT_OPTIONS:MXMU} && empty(PORT_OPTIONS:MXEXT)
-IGNORE=		XMU support requires XEXT
+IGNORE=		the XMU support requires XEXT
 .endif
 
 .if ${PORT_OPTIONS:MXPM} && empty(PORT_OPTIONS:MXEXT)
-IGNORE=		XPM support requires XEXT
+IGNORE=		the XPM support requires XEXT
 .endif
 
 post-patch:
diff -ruN jwm.orig/distinfo jwm/distinfo
--- jwm.orig/distinfo	2014-03-17 04:51:50.544701925 +0100
+++ jwm/distinfo	2014-03-17 04:56:59.873527925 +0100
@@ -1,2 +1,2 @@
-SHA256 (jwm-2.2.1.tar.xz) = 27e1cd786494d3ac32806220ff141dd6bdfa4ced63a57859999d7ec8b5fb8a0b
-SIZE (jwm-2.2.1.tar.xz) = 282896
+SHA256 (jwm-2.2.2.tar.xz) = 96fa1c396c00ac0adf170863f8fc848e810e0c9953ad435a41b346c3d0f11e5a
+SIZE (jwm-2.2.2.tar.xz) = 283884


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



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