From owner-svn-ports-head@freebsd.org Mon Dec 28 23:32:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3530A547F7; Mon, 28 Dec 2015 23:32:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C6D8417E3; Mon, 28 Dec 2015 23:32:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSNWwgF089437; Mon, 28 Dec 2015 23:32:58 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSNWwPp089436; Mon, 28 Dec 2015 23:32:58 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512282332.tBSNWwPp089436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Dec 2015 23:32:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404708 - head/graphics/volpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 23:33:00 -0000 Author: rakuco Date: Mon Dec 28 23:32:58 2015 New Revision: 404708 URL: https://svnweb.freebsd.org/changeset/ports/404708 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/graphics/volpack/Makefile Modified: head/graphics/volpack/Makefile ============================================================================== --- head/graphics/volpack/Makefile Mon Dec 28 23:28:08 2015 (r404707) +++ head/graphics/volpack/Makefile Mon Dec 28 23:32:58 2015 (r404708) @@ -4,13 +4,12 @@ PORTNAME= volpack PORTVERSION= 1.0b3 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www-graphics.stanford.edu/software/volpack/ +MASTER_SITES= http://graphics.stanford.edu/software/volpack/ EXTRACT_SUFX= .tar.Z MAINTAINER= madpilot@FreeBSD.org COMMENT= Portable software library for volume rendering -BROKEN= unfetchable LICENSE= MIT GNU_CONFIGURE= yes