aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-03-28 05:30:32 +0000
committerCy Schubert <cy@FreeBSD.org>2017-03-28 05:30:32 +0000
commit35f875a7d90a5110c53070f83a299dada1f63342 (patch)
tree426dddf73df93bfbc9aed8fdb1a82b434872296d
parent9fc5e5d2495f051017ebf35029032c51d80df3c2 (diff)
Update 2.3.6 --> 2.3.7
Notes
Notes: svn path=/head/; revision=437094
-rw-r--r--x11-toolkits/open-motif/Makefile5
-rw-r--r--x11-toolkits/open-motif/distinfo6
-rw-r--r--x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c11
3 files changed, 5 insertions, 17 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index 5c2b08586b27..7c86b813291b 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -1,11 +1,10 @@
# $FreeBSD$
PORTNAME= open-motif
-PORTVERSION= 2.3.6
-PORTREVISION= 1
+PORTVERSION= 2.3.7
CATEGORIES= x11-toolkits
# MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/
-MASTER_SITES= SF/motif/Motif%202.3.6%20Source%20Code/
+MASTER_SITES= SF/motif/Motif%202.3.7%20Source%20Code/
DISTNAME= motif-${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
diff --git a/x11-toolkits/open-motif/distinfo b/x11-toolkits/open-motif/distinfo
index bdf209d9c32a..ae6658a4d045 100644
--- a/x11-toolkits/open-motif/distinfo
+++ b/x11-toolkits/open-motif/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465621623
-SHA256 (motif-2.3.6.tar.gz) = fa810e6bedeca0f5a2eb8216f42129bcf6bd23919068d433e386b7bfc05d58cf
-SIZE (motif-2.3.6.tar.gz) = 5725456
+TIMESTAMP = 1490677498
+SHA256 (motif-2.3.7.tar.gz) = 8f7aadbb0f42df2093d4690735a2b9a02ea2bf69dfb15ae0a39cae28f1580d14
+SIZE (motif-2.3.7.tar.gz) = 5715478
diff --git a/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c b/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c
deleted file mode 100644
index 9f898dc4d9eb..000000000000
--- a/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./demos/programs/workspace/xrmLib.c.orig 2016-03-15 19:52:10.000000000 -0700
-+++ ./demos/programs/workspace/xrmLib.c 2016-03-16 22:01:43.990986434 -0700
-@@ -30,7 +30,7 @@
- #endif
-
- #include <stdio.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <Xm/Xm.h>
- #include "wsm.h"
- #include "wsmDebug.h"