Hi, please find below an update to x11/lsw to verison 0.3.
There was an earlier version of this update from with czarkoff@ some months ago which choses a different route and lead to some mails about how we treat suckless ports in general e.g. maybe handle them in a module to be able to maintain local patches more easily. But for now, below just a straight forward update. Comments? Oks? Regards, Joerg Index: Makefile =================================================================== RCS file: /cvs/ports/x11/lsw/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 17 Jul 2013 03:27:01 -0000 1.3 +++ Makefile 15 Apr 2015 20:19:13 -0000 @@ -2,8 +2,7 @@ COMMENT= list titles of runnnig X windows -DISTNAME= lsw-0.2 -REVISION = 0 +DISTNAME= lsw-0.3 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /cvs/ports/x11/lsw/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 1 Nov 2012 14:39:36 -0000 1.1.1.1 +++ distinfo 15 Apr 2015 20:19:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (lsw-0.2.tar.gz) = MH3LSdX9gUyljjx8rgYAigxoNDtphH5Z3fDjSlVdX2A= -SIZE (lsw-0.2.tar.gz) = 2946 +SHA256 (lsw-0.3.tar.gz) = Cz884W7vBg324NkDJ+6CWT39dSgTR5CGmHR8+j+NBlU= +SIZE (lsw-0.3.tar.gz) = 2723 Index: patches/patch-Makefile =================================================================== RCS file: /cvs/ports/x11/lsw/patches/patch-Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-Makefile --- patches/patch-Makefile 1 Nov 2012 14:39:36 -0000 1.1.1.1 +++ patches/patch-Makefile 15 Apr 2015 20:19:13 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2012/11/01 14:39:36 zinke Exp $ ---- Makefile.orig Sat Jun 4 22:35:09 2011 -+++ Makefile Tue Jul 10 21:20:34 2012 +--- Makefile.orig Sat Nov 29 17:18:56 2014 ++++ Makefile Wed Apr 15 22:16:22 2015 @@ -15,12 +15,10 @@ options: @echo "CC = ${CC}" @@ -16,7 +16,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2012/ clean: @echo cleaning -@@ -35,13 +33,12 @@ dist: clean +@@ -35,14 +33,12 @@ dist: clean @rm -rf lsw-${VERSION} install: all @@ -25,6 +25,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2012/ - @cp -f lsw ${DESTDIR}${PREFIX}/bin - @chmod 755 ${DESTDIR}${PREFIX}/bin/lsw - @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1/lsw.1 +- @mkdir -p ${DESTDIR}${MANPREFIX}/man1 - @sed "s/VERSION/${VERSION}/g" < lsw.1 > ${DESTDIR}${MANPREFIX}/man1/lsw.1 - @chmod 644 ${DESTDIR}${MANPREFIX}/man1/lsw.1 + ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin Index: patches/patch-config_mk =================================================================== RCS file: /cvs/ports/x11/lsw/patches/patch-config_mk,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-config_mk --- patches/patch-config_mk 1 Nov 2012 14:39:36 -0000 1.1.1.1 +++ patches/patch-config_mk 15 Apr 2015 20:19:13 -0000 @@ -1,8 +1,8 @@ $OpenBSD: patch-config_mk,v 1.1.1.1 2012/11/01 14:39:36 zinke Exp $ ---- config.mk.orig Tue Jul 10 21:17:34 2012 -+++ config.mk Tue Jul 10 21:19:18 2012 +--- config.mk.orig Sat Nov 29 17:18:56 2014 ++++ config.mk Wed Apr 15 22:13:22 2015 @@ -2,20 +2,20 @@ - VERSION = 0.2 + VERSION = 0.3 # paths -PREFIX = /usr/local