pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/pwm Update to the latest snapshot.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bc4fa8cb155
branches:  trunk
changeset: 464807:6bc4fa8cb155
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Dec 15 18:51:21 2003 +0000

description:
Update to the latest snapshot.

2003-06-17
    * Applied a patch to convert sprintf:s to snprintf:s.

diffstat:

 wm/pwm/Makefile |  35 +++++++++++++++++------------------
 wm/pwm/distinfo |   6 +++---
 2 files changed, 20 insertions(+), 21 deletions(-)

diffs (71 lines):

diff -r cd0b22b87076 -r 6bc4fa8cb155 wm/pwm/Makefile
--- a/wm/pwm/Makefile   Mon Dec 15 18:51:13 2003 +0000
+++ b/wm/pwm/Makefile   Mon Dec 15 18:51:21 2003 +0000
@@ -1,36 +1,35 @@
-# $NetBSD: Makefile,v 1.10 2003/09/05 16:34:59 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/15 18:51:21 salo Exp $
 #
 
-DISTNAME=      pwm-20030528
+DISTNAME=      pwm-20030617
 PKGNAME=       ${DISTNAME:S/-/-1.0./}
-PKGREVISION=   1
 CATEGORIES=    wm x11
-MASTER_SITES=  http://modeemi.cs.tut.fi/~tuomov/dl/
+MASTER_SITES=  http://modeemi.fi/~tuomov/dl/
 
 MAINTAINER=    salo%NetBSD.org@localhost
 HOMEPAGE=      http://modeemi.fi/~tuomov/pwm/
 COMMENT=       Window manager that frames multiple client windows in a single frame
 
-USE_BUILDLINK2=                YES
-USE_PKGINSTALL=                YES
-USE_X11=               YES
-USE_GMAKE=             YES
+USE_BUILDLINK2=        YES
+USE_PKGINSTALL=        YES
+USE_X11=       YES
+USE_GMAKE=     YES
 
-CFLAGS+=               -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CFLAGS+=       -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
 
 PKG_SYSCONFSUBDIR=     pwm
 
-EGDIR=                 ${PREFIX}/share/examples/pwm
-CONF_FILES=            ${EGDIR}/pwm.conf.default ${PKG_SYSCONFDIR}/pwm.conf
+EGDIR=         ${PREFIX}/share/examples/pwm
+CONF_FILES=    ${EGDIR}/pwm.conf.default ${PKG_SYSCONFDIR}/pwm.conf
 
-SUPPS=                 buttons-default.conf
-SUPPS+=                        keys-default.conf
-SUPPS+=                        menus-default.conf
-SUPPS+=                        look-beoslike.conf
-SUPPS+=                        look-brownsteel.conf
-SUPPORT_FILES=         # empty
+SUPPS=         buttons-default.conf
+SUPPS+=                keys-default.conf
+SUPPS+=                menus-default.conf
+SUPPS+=                look-beoslike.conf
+SUPPS+=                look-brownsteel.conf
+SUPPORT_FILES= # empty
 .for FILE in ${SUPPS}
-SUPPORT_FILES+=                ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+SUPPORT_FILES+=        ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
 .endfor
 
 .include "../../mk/bsd.pkg.mk"
diff -r cd0b22b87076 -r 6bc4fa8cb155 wm/pwm/distinfo
--- a/wm/pwm/distinfo   Mon Dec 15 18:51:13 2003 +0000
+++ b/wm/pwm/distinfo   Mon Dec 15 18:51:21 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2003/08/12 06:44:35 jlam Exp $
+$NetBSD: distinfo,v 1.14 2003/12/15 18:51:21 salo Exp $
 
-SHA1 (pwm-20030528.tar.gz) = 36445864c5a2e19c35d7eb49ca5572651f4588d2
-Size (pwm-20030528.tar.gz) = 151869 bytes
+SHA1 (pwm-20030617.tar.gz) = 89e6e862746a65ad9a482ac22a1cfa4771736902
+Size (pwm-20030617.tar.gz) = 152149 bytes
 SHA1 (patch-aa) = 7566f850cc680017c388269316d7dec1296e1684
 SHA1 (patch-ac) = 793f1348e45a6ee3e21b5fa5ff02b00d1dd48ef1
 SHA1 (patch-af) = 1f302ae3b78c436bd5170dea55e77e8e00f789d0



Home | Main Index | Thread Index | Old Index