aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pawm
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-03-12 03:07:33 +0800
committertrevor <trevor@FreeBSD.org>2004-03-12 03:07:33 +0800
commit0c74b2bb640fcd7126c0c548ed367d600c6394b7 (patch)
tree8e412070ada6e81643f68068cff9e580cc1e542f /x11-wm/pawm
parent1136b24a28ea8d321522a88c02185e51e1dd88e9 (diff)
downloadfreebsd-ports-gnome-0c74b2bb640fcd7126c0c548ed367d600c6394b7.tar.gz
freebsd-ports-gnome-0c74b2bb640fcd7126c0c548ed367d600c6394b7.tar.zst
freebsd-ports-gnome-0c74b2bb640fcd7126c0c548ed367d600c6394b7.zip
Update to 1.9.6.
Diffstat (limited to 'x11-wm/pawm')
-rw-r--r--x11-wm/pawm/Makefile3
-rw-r--r--x11-wm/pawm/distinfo4
-rw-r--r--x11-wm/pawm/files/patch-015
-rw-r--r--x11-wm/pawm/files/patch-src_paclock.c12
-rw-r--r--x11-wm/pawm/files/patch-src_pashut.c12
5 files changed, 27 insertions, 19 deletions
diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile
index d97ff9496e24..b6975f7e8bb8 100644
--- a/x11-wm/pawm/Makefile
+++ b/x11-wm/pawm/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pawm
-PORTVERSION= 1.9.4
-PORTREVISION= 1
+PORTVERSION= 1.9.6
CATEGORIES= x11-wm
MASTER_SITES= http://www.pleyades.net/pawm/files/
diff --git a/x11-wm/pawm/distinfo b/x11-wm/pawm/distinfo
index b7c33fd0ecd1..6438841d98c5 100644
--- a/x11-wm/pawm/distinfo
+++ b/x11-wm/pawm/distinfo
@@ -1,2 +1,2 @@
-MD5 (pawm-1.9.4.tar.bz2) = e13fb27eac50ef95566566b77667a551
-SIZE (pawm-1.9.4.tar.bz2) = 88601
+MD5 (pawm-1.9.6.tar.bz2) = b32da97faaf279efef152e987d9a53c1
+SIZE (pawm-1.9.6.tar.bz2) = 93069
diff --git a/x11-wm/pawm/files/patch-0 b/x11-wm/pawm/files/patch-0
deleted file mode 100644
index bc932d486704..000000000000
--- a/x11-wm/pawm/files/patch-0
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- 0.orig Thu Sep 11 13:37:45 2003
-+++ 0 Sat Oct 18 14:55:36 2003
-@@ -31,8 +31,8 @@ AUTHOR="David Gómez <david@pleyades.net>
- # LDIRS: A *space separated* list of additional library or .o search dirs.
- # LIBES: A *space separated* list of additional library names to link,
- ########################################
--IDIRS="/usr/include/X11 /usr/X11R6/include/X11"
--LDIRS="/usr/X11R6/lib /usr/lib/X11R6"
-+IDIRS="/usr/X11R6/include/"
-+LDIRS="/usr/X11R6/lib"
- LIBES="libX11 libXpm libXext libm"
-
- ########################################
diff --git a/x11-wm/pawm/files/patch-src_paclock.c b/x11-wm/pawm/files/patch-src_paclock.c
new file mode 100644
index 000000000000..01d3c42f2414
--- /dev/null
+++ b/x11-wm/pawm/files/patch-src_paclock.c
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- src/paclock.c.orig Fri Jan 16 13:22:09 2004
++++ src/paclock.c Thu Mar 11 18:00:10 2004
+@@ -20,6 +20,7 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
++#include <signal.h>
+ #include "pabar.h"
+ #include "paclock.h"
+ #include "timux.h"
diff --git a/x11-wm/pawm/files/patch-src_pashut.c b/x11-wm/pawm/files/patch-src_pashut.c
new file mode 100644
index 000000000000..99856625fca9
--- /dev/null
+++ b/x11-wm/pawm/files/patch-src_pashut.c
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- src/pashut.c.orig Thu Sep 4 22:29:02 2003
++++ src/pashut.c Thu Mar 11 18:08:38 2004
+@@ -20,6 +20,7 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
++#include <signal.h>
+ #include "pashut.h"
+ #include "pawindow.h"
+ #include "pabar.h"