svn commit: r522888 - head/java/bootstrap-openjdk8

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 13 13:24:57 UTC 2020


Author: pkubaj
Date: Mon Jan 13 13:24:56 2020
New Revision: 522888
URL: https://svnweb.freebsd.org/changeset/ports/522888

Log:
  java/bootstrap-openjdk8: use the correct behaviour for the bootstrap
  
  LOCAL was correct after all.
  
  Reported by:	fluffy, linimon

Modified:
  head/java/bootstrap-openjdk8/Makefile

Modified: head/java/bootstrap-openjdk8/Makefile
==============================================================================
--- head/java/bootstrap-openjdk8/Makefile	Mon Jan 13 13:02:20 2020	(r522887)
+++ head/java/bootstrap-openjdk8/Makefile	Mon Jan 13 13:24:56 2020	(r522888)
@@ -4,7 +4,7 @@ PORTNAME=	openjdk8
 PORTVERSION=	${DISTVERSION_${JDK_ARCH}}
 CATEGORIES=	java devel
 MASTER_SITES=	LOCAL/jkim \
-		http://people.freebsd.org/~pkubaj/
+		LOCAL/pkubaj
 PKGNAMEPREFIX=	bootstrap-
 DISTNAME=	${JDK_PORT}-${JDK_ARCH}-${PORTVERSION}
 


More information about the svn-ports-head mailing list