From owner-svn-ports-all@FreeBSD.ORG Mon Nov 12 14:42:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BC1289A; Mon, 12 Nov 2012 14:42:01 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1700B8FC08; Mon, 12 Nov 2012 14:42:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qACEg0H8035975; Mon, 12 Nov 2012 14:42:00 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qACEg0bK035974; Mon, 12 Nov 2012 14:42:00 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201211121442.qACEg0bK035974@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 12 Nov 2012 14:42:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307338 - head/math/grace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 14:42:01 -0000 Author: makc Date: Mon Nov 12 14:42:00 2012 New Revision: 307338 URL: http://svnweb.freebsd.org/changeset/ports/307338 Log: - Update MASTER_SITES - Remove needless dependency on graphics/tiff - Use xdg-open for help viewer Submitted by: KATO Tsuguru via mail Feature safe: yes Modified: head/math/grace/Makefile (contents, props changed) Modified: head/math/grace/Makefile ============================================================================== --- head/math/grace/Makefile Mon Nov 12 14:32:27 2012 (r307337) +++ head/math/grace/Makefile Mon Nov 12 14:42:00 2012 (r307338) @@ -3,14 +3,13 @@ PORTNAME= grace PORTVERSION= 5.1.23 +PORTREVISION= 1 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ - ftp://ftp.chg.ru/pub/math/grace/src/stable/ \ - ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ \ - ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/stable/ + ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ MAINTAINER= ports@FreeBSD.org COMMENT= Powerful 2D plotting tool (successor of xmgr) @@ -20,9 +19,9 @@ LICENSE= GPLv2 LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ Xbae:${PORTSDIR}/x11-toolkits/xbae \ XmHTML:${PORTSDIR}/x11-toolkits/xmhtml +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USE_MOTIF= yes USE_GCC= any @@ -31,6 +30,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-grace-home=${DATADIR} \ --with-extra-incpath=${LOCALBASE}/include \ --with-extra-ldpath=${LOCALBASE}/lib \ + --with-helpviewer="xdg-open %s" \ --without-bundled-xbae ALL_TARGET= # empty MAKE_JOBS_SAFE= yes