Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 18:59:28 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303820 - head/java/icedtea-web
Message-ID:  <201209071859.q87IxSMm047730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Sep  7 18:59:28 2012
New Revision: 303820
URL: http://svn.freebsd.org/changeset/ports/303820

Log:
  Catch up with icedtea.classpath.org changes to fix fetch & extract issues.
  
  Reported by:	osa, barbara (barbara dot freebsd at gmail dot com)

Modified:
  head/java/icedtea-web/Makefile

Modified: head/java/icedtea-web/Makefile
==============================================================================
--- head/java/icedtea-web/Makefile	Fri Sep  7 18:39:58 2012	(r303819)
+++ head/java/icedtea-web/Makefile	Fri Sep  7 18:59:28 2012	(r303820)
@@ -8,7 +8,8 @@
 PORTNAME=	icedtea-web
 PORTVERSION=	1.3
 CATEGORIES=	java www
-MASTER_SITES=	http://icedtea.classpath.org/download/source/
+MASTER_SITES=	http://icedtea.wildebeest.org/download/source/ \
+		http://icedtea.classpath.org/download/source/
 
 MAINTAINER=	java@FreeBSD.org
 COMMENT=	A free Java plug-in and Java Web Start for OpenJDK
@@ -46,6 +47,8 @@ USE_PKGCONFIG=	yes
 
 CONFIGURE_ARGS+=--with-ecj=no --with-jdk-home="${JAVA_HOME}"
 
+EXTRACT_AFTER_ARGS=	| ${SETENV} LANG=en_US.UTF-8 ${TAR} -xf -
+
 .include <bsd.port.pre.mk>
 
 .if empty(PORT_OPTIONS:MDOCS)



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