From owner-svn-ports-all@FreeBSD.ORG Wed May 29 23:43:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E181AD3; Wed, 29 May 2013 23:43:56 +0000 (UTC) (envelope-from bf@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 75537F13; Wed, 29 May 2013 23:43:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4TNhuT2006174; Wed, 29 May 2013 23:43:56 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4TNhtF3006169; Wed, 29 May 2013 23:43:55 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201305292343.r4TNhtF3006169@svn.freebsd.org> From: Brendan Fabeny Date: Wed, 29 May 2013 23:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319398 - in head: math/glpk math/octave net-p2p/gnunet 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: Wed, 29 May 2013 23:43:56 -0000 Author: bf Date: Wed May 29 23:43:55 2013 New Revision: 319398 URL: http://svnweb.freebsd.org/changeset/ports/319398 Log: Update math/glpk to 4.50 and adjust dependent ports Modified: head/math/glpk/Makefile head/math/glpk/distinfo head/math/glpk/pkg-plist head/math/octave/Makefile head/net-p2p/gnunet/Makefile Modified: head/math/glpk/Makefile ============================================================================== --- head/math/glpk/Makefile Wed May 29 23:42:40 2013 (r319397) +++ head/math/glpk/Makefile Wed May 29 23:43:55 2013 (r319398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glpk -PORTVERSION= 4.49 +PORTVERSION= 4.50 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk Modified: head/math/glpk/distinfo ============================================================================== --- head/math/glpk/distinfo Wed May 29 23:42:40 2013 (r319397) +++ head/math/glpk/distinfo Wed May 29 23:43:55 2013 (r319398) @@ -1,2 +1,2 @@ -SHA256 (glpk-4.49.tar.gz) = 1e7cbec1ff4a9ae910414b25d8fea93229a3ec7ceaedf21504b4e940e34e8008 -SIZE (glpk-4.49.tar.gz) = 2991108 +SHA256 (glpk-4.50.tar.gz) = 8173cee2b251796229103b805a6f3d194773435cfa2e3f3567fb0c6e7b6d9766 +SIZE (glpk-4.50.tar.gz) = 2806395 Modified: head/math/glpk/pkg-plist ============================================================================== --- head/math/glpk/pkg-plist Wed May 29 23:42:40 2013 (r319397) +++ head/math/glpk/pkg-plist Wed May 29 23:43:55 2013 (r319398) @@ -4,4 +4,4 @@ include/glplpx.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.34 +lib/libglpk.so.35 Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Wed May 29 23:42:40 2013 (r319397) +++ head/math/octave/Makefile Wed May 29 23:43:55 2013 (r319398) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Wed May 29 23:42:40 2013 (r319397) +++ head/net-p2p/gnunet/Makefile Wed May 29 23:43:55 2013 (r319398) @@ -3,7 +3,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU