aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ctwm
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-07 19:26:58 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-07 19:26:58 +0000
commit7076de617a473f4a0573c893b27ad0d1ef18deb7 (patch)
tree4ba662b92c377884300985632f581f4a615e8c82 /x11-wm/ctwm
parent97bb622ab54c13de9e16a0a40cff7d48a86acb13 (diff)
downloadports-7076de617a473f4a0573c893b27ad0d1ef18deb7.tar.gz
ports-7076de617a473f4a0573c893b27ad0d1ef18deb7.zip
Notes
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r--x11-wm/ctwm/Makefile4
-rw-r--r--x11-wm/ctwm/distinfo4
-rw-r--r--x11-wm/ctwm/files/gm4-patch29
3 files changed, 4 insertions, 33 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile
index a3008906f06b..e263f61827bb 100644
--- a/x11-wm/ctwm/Makefile
+++ b/x11-wm/ctwm/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= ctwm
-PORTVERSION= 3.8a
-PORTREVISION= 4
+PORTVERSION= 3.8.1
+PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://ctwm.free.lp.se/dist/ \
http://distfiles.over-yonder.net/ctwm/
diff --git a/x11-wm/ctwm/distinfo b/x11-wm/ctwm/distinfo
index 142b2e8ab6e6..7391b0dd2e1f 100644
--- a/x11-wm/ctwm/distinfo
+++ b/x11-wm/ctwm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ctwm-3.8a.tar.gz) = 39322cc6b0d12dc286af0944f9a10d3a099a5f04c5d9c47b75742cdf65dbd4a4
-SIZE (ctwm-3.8a.tar.gz) = 738226
+SHA256 (ctwm-3.8.1.tar.gz) = 293657511eaa3f0f147bae2f50ed3caf6bbaa64dd142dfdbd9d6576d89c6970d
+SIZE (ctwm-3.8.1.tar.gz) = 737958
diff --git a/x11-wm/ctwm/files/gm4-patch b/x11-wm/ctwm/files/gm4-patch
deleted file mode 100644
index 183637ca2a6e..000000000000
--- a/x11-wm/ctwm/files/gm4-patch
+++ /dev/null
@@ -1,29 +0,0 @@
-$FreeBSD$
-
---- Imakefile.orig Thu May 5 08:22:40 2005
-+++ Imakefile Mon May 9 19:30:45 2005
-@@ -67,10 +67,12 @@
- #endif
-
- #if defined USE_M4 || defined USEM4
-+ M4PROGNAME = gm4
-+ M4PROG = $(LOCALBASE)/bin/$(M4PROGNAME)
- M4LIBDIR =
- M4INCDIR =
-
-- M4DEFINES = -DUSEM4
-+ M4DEFINES = -DUSEM4 -DM4PROG=\"$(M4PROG)\" -DM4PROGNAME=\"$(M4PROGNAME)\"
- M4LIB = $(M4LIBDIR)
- #else
- M4LIBDIR =
---- parse.c.orig Fri Feb 16 03:24:27 2007
-+++ parse.c Sun Mar 4 18:36:18 2007
-@@ -2128,7 +2128,7 @@
- dup2(fids[1], 1); /* stdout = pipe to parent */
- /* get_defs("m4", dpy, display_name) */
- tmp_file = m4_defs(dpy, display_name);
-- execlp("m4", "m4",
-+ execlp(M4PROG, M4PROGNAME,
- #if !defined(__NetBSD__)
- "-s",
- #endif