svn commit: r303820 - head/java/icedtea-web
Jung-uk Kim
jkim at FreeBSD.org
Fri Sep 7 18:59:29 UTC 2012
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 at 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)
More information about the svn-ports-head
mailing list