From owner-svn-ports-all@FreeBSD.ORG Sun Jul 7 16:27:30 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 8A6F186A; Sun, 7 Jul 2013 16:27:30 +0000 (UTC) (envelope-from glewis@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 7D3A41ABE; Sun, 7 Jul 2013 16:27:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r67GRURm053591; Sun, 7 Jul 2013 16:27:30 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r67GRUGb053590; Sun, 7 Jul 2013 16:27:30 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201307071627.r67GRUGb053590@svn.freebsd.org> From: Greg Lewis Date: Sun, 7 Jul 2013 16:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322451 - head/java/jai 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: Sun, 07 Jul 2013 16:27:30 -0000 Author: glewis Date: Sun Jul 7 16:27:30 2013 New Revision: 322451 URL: http://svnweb.freebsd.org/changeset/ports/322451 Log: . Don't force a manual download when it's unnecessary. Add the download location to MASTER_SITES instead and remove the manual download prompt. Modified: head/java/jai/Makefile Modified: head/java/jai/Makefile ============================================================================== --- head/java/jai/Makefile Sun Jul 7 16:23:32 2013 (r322450) +++ head/java/jai/Makefile Sun Jul 7 16:27:30 2013 (r322451) @@ -5,7 +5,7 @@ PORTNAME= jai PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= java graphics -MASTER_SITES= # +MASTER_SITES= http://download.java.net/media/${PORTNAME}/builds/release/${PORTVERSION:S/./_/g}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-lib MAINTAINER= java@FreeBSD.org @@ -36,10 +36,6 @@ PORTDOCS= \ .include -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= you must manually fetch from the "Java Advanced Imaging API 1.1.3 Download Page", the "Java (no native acceleration)" distribution (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - do-install: # documentation .ifndef(NOPORTDOCS)