summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-03-30 09:18:30 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-03-30 09:18:30 +0000
commit0a966326762de8771d2a18042dc52ccc87308422 (patch)
treed5b4b3be71f49d9bcd366832ef285d9f99b29592 /x11-wm
parentAdd messages to pkg-comment and pkg-descr (diff)
Update to 1.2.4.
Notes
Notes: svn path=/head/; revision=40575
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/swm/Makefile8
-rw-r--r--x11-wm/swm/distinfo2
-rw-r--r--x11-wm/swm/files/patch-Makefile10
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile
index 6db83cb6de58..ead6883918ed 100644
--- a/x11-wm/swm/Makefile
+++ b/x11-wm/swm/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= swm
-PORTVERSION= 1.2.3
+PORTVERSION= 1.2.4
CATEGORIES= x11-wm
MASTER_SITES= http://www.informatik.hu-berlin.de/~sperling/prog/
EXTRACT_SUFX= -src.tgz
MAINTAINER= trevor@FreeBSD.org
-BINS= swm swmbg swmswitch
+BINS= swm swmbg swmpanel swmswitch
DOCDIR= share/doc/${PORTNAME}
DOCS= AUTHORS COMPILE_PARAMS COPYING ChangeLog LIESMICH README \
- README.iPaq TODO startswm swm.lsm KNOWN-BUGS swm-de.1x
-EXAMPLES= startswm.default startswm.gnome startswm.kde
+ README.iPaq swm.lsm KNOWN-BUGS swm-de.1x
+EXAMPLES= startswm.default startswm.gnome startswm.kde startswm.kde1
MAN1= swm.1 swmbg.1
PLIST= ${WRKDIR}/pkg-plist
SCRIPTS= startswm.default
diff --git a/x11-wm/swm/distinfo b/x11-wm/swm/distinfo
index e27be933e24e..a450a2e21165 100644
--- a/x11-wm/swm/distinfo
+++ b/x11-wm/swm/distinfo
@@ -1 +1 @@
-MD5 (swm-1.2.3-src.tgz) = d34168f18e723695f670253e15872e52
+MD5 (swm-1.2.4-src.tgz) = 479eb31251311b89cc40c131a2ded300
diff --git a/x11-wm/swm/files/patch-Makefile b/x11-wm/swm/files/patch-Makefile
index 8afabb2a65cc..8fcf63f53d60 100644
--- a/x11-wm/swm/files/patch-Makefile
+++ b/x11-wm/swm/files/patch-Makefile
@@ -1,10 +1,10 @@
---- Makefile.orig Mon Mar 19 01:54:40 2001
-+++ Makefile Tue Mar 20 12:55:19 2001
-@@ -3,16 +3,15 @@
+--- Makefile.orig Tue Mar 20 08:41:39 2001
++++ Makefile Fri Mar 30 01:06:27 2001
+@@ -2,16 +2,15 @@
+ # the swm.conf file. Normally, you should not have to edit this Makefile.
# Only for testing & devellopment
- # CFLAGS = -O0 -Wall -g3 -ggdb -p -H
--CFLAGS = -O3 -s
+-CFLAGS = -O0 -Wall -g3 -ggdb -p -H
# There should be nothing to edit below this line
# -----------------------------------------------------------------------------