Hi,

here's an update to icedtea-web 1.2, please test if you want to help
debug it/need java plugin in web browsers. Rather important update after
almost a year, see
http://icedtea.classpath.org/wiki/IcedTea-Web#IcedTea-Web_1.2
or
http://icedtea.classpath.org/hg/release/icedtea-web-1.2/file/9b8837c53c09/ChangeLog
for the full changelog.

Landry
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/icedtea-web/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    29 Feb 2012 20:57:52 -0000      1.1.1.1
+++ Makefile    15 Mar 2012 21:05:18 -0000
@@ -2,7 +2,7 @@
 
 SHARED_ONLY =  Yes
 COMMENT =      Java web browser plugin
-DISTNAME =     icedtea-web-1.1.2
+DISTNAME =     icedtea-web-1.2
 CATEGORIES =   www
 
 MAINTAINER =   Landry Breuil <lan...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/icedtea-web/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    29 Feb 2012 20:57:52 -0000      1.1.1.1
+++ distinfo    15 Mar 2012 21:05:18 -0000
@@ -1,5 +1,5 @@
-MD5 (icedtea-web-1.1.2.tar.gz) = Vk4QggiHeTuGsErJl5y25Q==
-RMD160 (icedtea-web-1.1.2.tar.gz) = fKM+Z1muwnVnoisH8Cr8d1M51RM=
-SHA1 (icedtea-web-1.1.2.tar.gz) = +GIiC0UE5ohwa3Q/aPYsgeV7wYM=
-SHA256 (icedtea-web-1.1.2.tar.gz) = 
MFHzvx4dB616qiiyBIIafAYxhI0gunlC/CNEDndGSeQ=
-SIZE (icedtea-web-1.1.2.tar.gz) = 807736
+MD5 (icedtea-web-1.2.tar.gz) = j1DPsbZdYgp4ErWXbzlFmA==
+RMD160 (icedtea-web-1.2.tar.gz) = Noa2ZTEIgFCTS6JcisW+P8I/+Jk=
+SHA1 (icedtea-web-1.2.tar.gz) = S344sTEBrB8Y3CdvF743oO0rKN8=
+SHA256 (icedtea-web-1.2.tar.gz) = P40itlXfIHQJ3TRRugKQf2GhKsBR5N9NRLte1HxPd40=
+SIZE (icedtea-web-1.2.tar.gz) = 885793
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/www/icedtea-web/patches/patch-Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-Makefile_in
--- patches/patch-Makefile_in   29 Feb 2012 20:57:52 -0000      1.1.1.1
+++ patches/patch-Makefile_in   15 Mar 2012 21:05:18 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.1.1.1 2012/02/29 20:57:52 landry Exp $
---- Makefile.in.orig   Fri Jul 15 22:03:11 2011
-+++ Makefile.in        Thu Aug  4 15:19:39 2011
-@@ -654,12 +654,12 @@ install-data-local:
+--- Makefile.in.orig   Mon Mar  5 18:06:46 2012
++++ Makefile.in        Thu Mar 15 21:56:38 2012
+@@ -671,12 +671,12 @@ install-data-local:
  @ENABLE_DOCS_TRUE@    (cd ${abs_top_builddir}/docs/netx; \
  @ENABLE_DOCS_TRUE@     for files in $$(find . -type f); \
  @ENABLE_DOCS_TRUE@     do \
@@ -16,7 +16,7 @@
  @ENABLE_DOCS_TRUE@@ENABLE_PLUGIN_TRUE@         done)
  
  uninstall-local:
-@@ -758,7 +758,7 @@ clean-liveconnect:
+@@ -776,7 +776,7 @@ clean-liveconnect:
  
  netx-source-files.txt:
        find $(NETX_SRCDIR) -name '*.java' | sort > $@
@@ -25,7 +25,7 @@
  
  stamps/netx.stamp: netx-source-files.txt stamps/bootstrap-directory.stamp
        mkdir -p $(NETX_DIR)
-@@ -768,14 +768,15 @@ stamps/netx.stamp: netx-source-files.txt stamps/bootst
+@@ -786,14 +786,15 @@ stamps/netx.stamp: netx-source-files.txt stamps/bootst
            -bootclasspath $(RUNTIME) \
            @netx-source-files.txt
        (cd $(NETX_RESOURCE_DIR); \
@@ -44,7 +44,7 @@
        mkdir -p stamps
        touch $@
  
-@@ -811,9 +812,10 @@ stamps/extra-class-files.stamp: extra-source-files.txt
+@@ -829,9 +830,10 @@ stamps/extra-class-files.stamp: extra-source-files.txt
            -sourcepath $(abs_top_srcdir)/extra -cp netx.build \
            -bootclasspath $(RUNTIME) @extra-source-files.txt
        (cd $(NETX_EXTRA_DIR); \

Reply via email to