Update 2.3.6 --> 2.3.7

This commit is contained in:
Cy Schubert 2017-03-28 05:30:32 +00:00
parent 9fc5e5d249
commit 35f875a7d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437094
3 changed files with 5 additions and 17 deletions

View File

@ -1,11 +1,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= open-motif PORTNAME= open-motif
PORTVERSION= 2.3.6 PORTVERSION= 2.3.7
PORTREVISION= 1
CATEGORIES= x11-toolkits CATEGORIES= x11-toolkits
# MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ # 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} DISTNAME= motif-${PORTVERSION}
MAINTAINER= cy@FreeBSD.org MAINTAINER= cy@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1465621623 TIMESTAMP = 1490677498
SHA256 (motif-2.3.6.tar.gz) = fa810e6bedeca0f5a2eb8216f42129bcf6bd23919068d433e386b7bfc05d58cf SHA256 (motif-2.3.7.tar.gz) = 8f7aadbb0f42df2093d4690735a2b9a02ea2bf69dfb15ae0a39cae28f1580d14
SIZE (motif-2.3.6.tar.gz) = 5725456 SIZE (motif-2.3.7.tar.gz) = 5715478

View File

@ -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"