summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2011-01-17 11:15:16 +0000
committerjmcneill <jmcneill@pkgsrc.org>2011-01-17 11:15:16 +0000
commit7d009747859631b3568385f71a736faaf7d7776d (patch)
tree96df39cb36e5a41cb981e837e428bd86d012a9e4 /wm
parentb79bf3d3bb21ca77453a4365fb847ee3233516fe (diff)
downloadpkgsrc-7d009747859631b3568385f71a736faaf7d7776d.tar.gz
replace netscape with firefox in default menu config
Diffstat (limited to 'wm')
-rw-r--r--wm/pwm/Makefile3
-rw-r--r--wm/pwm/distinfo3
-rw-r--r--wm/pwm/patches/patch-ai13
3 files changed, 17 insertions, 2 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile
index 3a348598247..2eb1ad14b1b 100644
--- a/wm/pwm/Makefile
+++ b/wm/pwm/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:54 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2011/01/17 11:15:16 jmcneill Exp $
#
DISTNAME= pwm-20060517
PKGNAME= ${DISTNAME:S/-/-1.0./}
+PKGREVISION= 1
CATEGORIES= wm x11
MASTER_SITES= http://modeemi.fi/~tuomov/pwm/dl/
diff --git a/wm/pwm/distinfo b/wm/pwm/distinfo
index cf1fddf749d..b7572474b22 100644
--- a/wm/pwm/distinfo
+++ b/wm/pwm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2008/06/12 02:14:54 joerg Exp $
+$NetBSD: distinfo,v 1.19 2011/01/17 11:15:16 jmcneill Exp $
SHA1 (pwm-20060517.tar.gz) = d69dd232e07c20a053d1eec92355ee5134a422b3
RMD160 (pwm-20060517.tar.gz) = a2df30c1a4b68b569b5c9e3ec3a8c4ff003714ab
@@ -8,3 +8,4 @@ SHA1 (patch-ac) = 793f1348e45a6ee3e21b5fa5ff02b00d1dd48ef1
SHA1 (patch-af) = 1f302ae3b78c436bd5170dea55e77e8e00f789d0
SHA1 (patch-ag) = ed5df2ddc4b4061c66f7599ac1f787a5d78dd778
SHA1 (patch-ah) = 146a957d385cfc70322ffd2c2ddf10238e2960bc
+SHA1 (patch-ai) = bf0a0aaf07b53220c01b7e4a0e244988353b22e2
diff --git a/wm/pwm/patches/patch-ai b/wm/pwm/patches/patch-ai
new file mode 100644
index 00000000000..5e1d1936b5f
--- /dev/null
+++ b/wm/pwm/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2011/01/17 11:15:17 jmcneill Exp $
+
+--- etc/pwm/menus-default.conf.orig 2011-01-17 06:08:31.000000000 -0500
++++ etc/pwm/menus-default.conf 2011-01-17 06:08:55.000000000 -0500
+@@ -13,7 +13,7 @@
+
+ menu "root_menu", "Root Menu" {
+ entry "XTerm", "exec", "xterm"
+- entry "Netscape", "exec", "netscape"
++ entry "Firefox", "exec", "firefox"
+ entry "Acroread", "exec", "acroread"
+ entry "Lyx", "exec", "lyx"
+ entry "Xmcd", "exec", "xmcd"