svn commit: r348503 - head/x11-wm/jwm
Steve Wills
swills at FreeBSD.org
Mon Mar 17 19:57:23 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list