Bug 187660 - [PORT-UPDATE] x11-wm/jwm 2.2.1 -> 2.2.2
Summary: [PORT-UPDATE] x11-wm/jwm 2.2.1 -> 2.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 14:00 UTC by Bartek Rutkowski
Modified: 2014-03-17 20:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.40 KB, patch)
2014-03-17 14:00 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-03-17 14:00:00 UTC
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/

Fix: Patch attached.

Patch attached with submission follows:
How-To-Repeat: Use the patch, test the port, commit.
Comment 1 Steve Wills freebsd_committer freebsd_triage 2014-03-17 14:04:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-17 19:57:27 UTC
Author: swills
Date: Mon Mar 17 19:57:22 2014
New Revision: 348503
URL: http://svnweb.freebsd.org/changeset/ports/348503
QAT: https://qat.redports.org/buildarchive/r348503/

Log:
  - Update to 2.2.2
  - Pet portlint
  
  PR:		ports/187660
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/x11-wm/jwm/Makefile
  head/x11-wm/jwm/distinfo

Modified: head/x11-wm/jwm/Makefile
==============================================================================
--- head/x11-wm/jwm/Makefile	Mon Mar 17 19:53:51 2014	(r348502)
+++ head/x11-wm/jwm/Makefile	Mon Mar 17 19:57:22 2014	(r348503)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 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 @@ COMMENT=	Joe's Window Manager
 
 LICENSE=	GPLv2
 
-USE_XZ=		yes
-USES=		pkgconfig
+USES=		pkgconfig tar:xz
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 
@@ -57,15 +56,15 @@ XRENDER_CONFIGURE_ENABLE=xrender
 .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:

Modified: head/x11-wm/jwm/distinfo
==============================================================================
--- head/x11-wm/jwm/distinfo	Mon Mar 17 19:53:51 2014	(r348502)
+++ head/x11-wm/jwm/distinfo	Mon Mar 17 19:57:22 2014	(r348503)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-17 19:57:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!