Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 16:27:30 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322451 - head/java/jai
Message-ID:  <201307071627.r67GRUGb053590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
-.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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307071627.r67GRUGb053590>