Date: Thu, 17 Mar 2016 19:42:19 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411302 - in head/x11-toolkits/open-motif: . files Message-ID: <201603171942.u2HJgJKX035232@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Mar 17 19:42:19 2016 New Revision: 411302 URL: https://svnweb.freebsd.org/changeset/ports/411302 Log: Update 2.3.4 --> 2.3.5. Take maintainership of this port. PR: 2208077 Submitted by: cy Approved by: Maintainer (Mikhail Tsatsenko <m.tsatsenko@gmail.com>) Added: head/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c (contents, props changed) Modified: head/x11-toolkits/open-motif/Makefile head/x11-toolkits/open-motif/distinfo Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Thu Mar 17 19:36:07 2016 (r411301) +++ head/x11-toolkits/open-motif/Makefile Thu Mar 17 19:42:19 2016 (r411302) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= open-motif -PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTVERSION= 2.3.5 CATEGORIES= x11-toolkits # MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ -MASTER_SITES= SF/motif/Motif%202.3.4%20Source%20Code/ -DISTNAME= motif-${PORTVERSION}-src +MASTER_SITES= SF/motif/Motif%202.3.5%20Source%20Code/ +DISTNAME= motif-${PORTVERSION} -MAINTAINER= m.tsatsenko@gmail.com +MAINTAINER= cy@FreeBSD.org COMMENT= Motif X11 Toolkit (industry standard GUI (IEEE 1295)) LICENSE= LGPL21 @@ -21,7 +20,7 @@ CONFLICTS= lesstif-[0-9]* # WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/motif-${PORTVERSION} -USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig tar:tgz +USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig USE_XORG= x11 xaw xbitmaps xext xft xt GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/x11-toolkits/open-motif/distinfo ============================================================================== --- head/x11-toolkits/open-motif/distinfo Thu Mar 17 19:36:07 2016 (r411301) +++ head/x11-toolkits/open-motif/distinfo Thu Mar 17 19:42:19 2016 (r411302) @@ -1,2 +1,2 @@ -SHA256 (motif-2.3.4-src.tgz) = 637efa09608e0b8f93465dbeb7c92e58ebb14c4bc1b488040eb79a65af3efbe0 -SIZE (motif-2.3.4-src.tgz) = 9527040 +SHA256 (motif-2.3.5.tar.gz) = afc5c93c03327a7207f5822c272aaf0d98439007aa85a23149f833ba24916d25 +SIZE (motif-2.3.5.tar.gz) = 6035803 Added: head/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c Thu Mar 17 19:42:19 2016 (r411302) @@ -0,0 +1,11 @@ +--- ./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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603171942.u2HJgJKX035232>