Date: Mon, 21 Nov 2011 11:09:36 -0600 From: Shaun Meyer <meyersh@morningside.edu> To: freebsd-java@freebsd.org Subject: [patch] linux-sun-jre16 version bump to 6u29 Message-ID: <CAFfydH5PwNULrTa2G2Q=Vvgmm3rC4o13vsQw1qstc%2BzGYpQL8w@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, freebsd-java@, While installing the java/linux-sun-jre16 port I was unable to find 6u24 on the oracle website. I adjusted the port to use 6u29 and regenerated the pkg-plist as I understood from http://www.freebsd.org/doc/en/books/porters-handbook/plist-autoplist.html This is my first contribution, any constructive feedback would be appreciated to make future contributions as useful as possible. Regards, Shaun diff --git a/Makefile b/Makefile index a9d6895..caaadfb 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ NO_BUILD= yes USE_LINUX= yes USE_LINUX_APPS= xorglibs JRE_VERSION= 1.6.0 -JRE_REVISION= 24 +JRE_REVISION= 29 DL_JRE_VERSION= ${JRE_VERSION}_${JRE_REVISION} ONLY_FOR_ARCHS= i386 amd64 DOWNLOAD_URL?= http://www.oracle.com/technetwork/java/javase/downloads/index.html diff --git a/distinfo b/distinfo index 5d5db85..1ba7a2c 100644 --- a/distinfo +++ b/distinfo @@ -1,2 +1,2 @@ -SHA256 (jre-6u24-linux-i586.bin) = 8ce84fd30b1d6beaffef3f24d8d5f6f1807fe62ec659a120ac7c2b59b2e9edfd -SIZE (jre-6u24-linux-i586.bin) = 21428830 +SHA256 (jre-6u29-linux-i586.bin) = 13bd1ce27709be7d05c07221185d4f572242b14a80cea67b557e761f5ba7e440 +SIZE (jre-6u29-linux-i586.bin) = 21632980 diff --git a/pkg-plist b/pkg-plist index 3d76e9d..a5ae7e1 100644 --- a/pkg-plist +++ b/pkg-plist @@ -1,7 +1,7 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" %%T%%/.systemPrefs/.system.lock %%T%%/.systemPrefs/.systemRootModFile %%T%%/COPYRIGHT +%%T%%/LICENSE %%T%%/README %%T%%/THIRDPARTYLICENSEREADME.txt %%T%%/Welcome.html @@ -22,7 +22,6 @@ %%T%%/javaws/javaws %%T%%/lib/alt-rt.jar %%T%%/lib/alt-string.jar -@exec mkdir -p %D/%%T%%/lib/applet %%T%%/lib/audio/soundbank.gm %%T%%/lib/calendars.properties %%T%%/lib/charsets.jar @@ -114,6 +113,8 @@ %%T%%/lib/fontconfig.RedHat.3.properties.src %%T%%/lib/fontconfig.RedHat.4.bfc %%T%%/lib/fontconfig.RedHat.4.properties.src +%%T%%/lib/fontconfig.RedHat.6.0.bfc +%%T%%/lib/fontconfig.RedHat.6.0.properties.src %%T%%/lib/fontconfig.RedHat.bfc %%T%%/lib/fontconfig.RedHat.properties.src %%T%%/lib/fontconfig.SuSE.11.bfc @@ -385,6 +386,7 @@ %%T%%/lib/zi/America/Mazatlan %%T%%/lib/zi/America/Menominee %%T%%/lib/zi/America/Merida +%%T%%/lib/zi/America/Metlakatla %%T%%/lib/zi/America/Mexico_City %%T%%/lib/zi/America/Miquelon %%T%%/lib/zi/America/Moncton @@ -397,6 +399,7 @@ %%T%%/lib/zi/America/Nipigon %%T%%/lib/zi/America/Nome %%T%%/lib/zi/America/Noronha +%%T%%/lib/zi/America/North_Dakota/Beulah %%T%%/lib/zi/America/North_Dakota/Center %%T%%/lib/zi/America/North_Dakota/New_Salem %%T%%/lib/zi/America/Ojinaga @@ -420,6 +423,7 @@ %%T%%/lib/zi/America/Santo_Domingo %%T%%/lib/zi/America/Sao_Paulo %%T%%/lib/zi/America/Scoresbysund +%%T%%/lib/zi/America/Sitka %%T%%/lib/zi/America/St_Johns %%T%%/lib/zi/America/St_Kitts %%T%%/lib/zi/America/St_Lucia
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFfydH5PwNULrTa2G2Q=Vvgmm3rC4o13vsQw1qstc%2BzGYpQL8w>
