From owner-svn-ports-all@FreeBSD.ORG Sat May 10 22:01:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE7E0A9C; Sat, 10 May 2014 22:01:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9CF4EAC; Sat, 10 May 2014 22:01:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AM10M1068145; Sat, 10 May 2014 22:01:00 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4AM10pa068140; Sat, 10 May 2014 22:01:00 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201405102201.s4AM10pa068140@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sat, 10 May 2014 22:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353618 - in head/math: biggles pspp 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.18 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: Sat, 10 May 2014 22:01:00 -0000 Author: stephen Date: Sat May 10 22:00:59 2014 New Revision: 353618 URL: http://svnweb.freebsd.org/changeset/ports/353618 QAT: https://qat.redports.org/buildarchive/r353618/ Log: - Chase revision 353604 to graphics/plotutils. Approved by: portmgr (implicit) Modified: head/math/biggles/Makefile head/math/pspp/Makefile Modified: head/math/biggles/Makefile ============================================================================== --- head/math/biggles/Makefile Sat May 10 21:57:46 2014 (r353617) +++ head/math/biggles/Makefile Sat May 10 22:00:59 2014 (r353618) @@ -3,7 +3,7 @@ PORTNAME= biggles PORTVERSION= 1.6.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF DISTNAME= python2-${PORTNAME}-${PORTVERSION} Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Sat May 10 21:57:46 2014 (r353617) +++ head/math/pspp/Makefile Sat May 10 22:00:59 2014 (r353618) @@ -3,7 +3,7 @@ PORTNAME= pspp PORTVERSION= 0.6.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MASTER_SITES= GNU