diff options
author | stas <stas@FreeBSD.org> | 2009-07-21 22:43:43 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-07-21 22:43:43 +0800 |
commit | bd17bfc02718b2fe56762cb8e8d7035995224f55 (patch) | |
tree | 8e5451ba10ee0904cedf26ee6dadb07a4cfa34f1 /astro/josm | |
parent | 7de0377812336358acb3127329b2b02d3fd2cde2 (diff) | |
download | freebsd-ports-gnome-bd17bfc02718b2fe56762cb8e8d7035995224f55.tar.gz freebsd-ports-gnome-bd17bfc02718b2fe56762cb8e8d7035995224f55.tar.zst freebsd-ports-gnome-bd17bfc02718b2fe56762cb8e8d7035995224f55.zip |
- Update to 1788.
Submitted by: glebius (maintainer)
Diffstat (limited to 'astro/josm')
-rw-r--r-- | astro/josm/Makefile | 2 | ||||
-rw-r--r-- | astro/josm/distinfo | 6 | ||||
-rw-r--r-- | astro/josm/files/josm.sh.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/astro/josm/Makefile b/astro/josm/Makefile index a54d68df597a..ecdc1545a6fa 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= josm -PORTVERSION= 1669 +PORTVERSION= 1788 CATEGORIES= astro java MASTER_SITES= http://josm.openstreetmap.de/download/:josm \ http://svn.openstreetmap.org/applications/editors/josm/plugins/wmsplugin/:wmsplugin diff --git a/astro/josm/distinfo b/astro/josm/distinfo index e43a0f0f7f5c..650d52970179 100644 --- a/astro/josm/distinfo +++ b/astro/josm/distinfo @@ -1,6 +1,6 @@ -MD5 (josm-snapshot-1669.jar) = f5d46eb5e2ef1efb4d32e3fbd37e93e9 -SHA256 (josm-snapshot-1669.jar) = 011b459d29f7f82f7f999c971b0720f59c66775e87a0af9fe2421a136172380b -SIZE (josm-snapshot-1669.jar) = 5184245 +MD5 (josm-snapshot-1788.jar) = 519be091d7a734386700c0111a9f2ac1 +SHA256 (josm-snapshot-1788.jar) = fbe9bd72ab8842bb71074b5d89557dea2e613b6c6f27f5378ca262f999ee8d8f +SIZE (josm-snapshot-1788.jar) = 5548847 MD5 (webkit-image.cpp) = b96ec14ffce19b977129cf07679e655c SHA256 (webkit-image.cpp) = 431f5b956c0e3d1615289dd6cb64effb988b30ace7c80f5a51f9546aa80d300d SIZE (webkit-image.cpp) = 2718 diff --git a/astro/josm/files/josm.sh.in b/astro/josm/files/josm.sh.in index 70ec795f43bf..5380e161581c 100644 --- a/astro/josm/files/josm.sh.in +++ b/astro/josm/files/josm.sh.in @@ -6,4 +6,4 @@ JAVA="%%LOCALBASE%%/bin/java" JARPATH="%%JAVALIBDIR%%" export JAVA_VERSION="%%JAVA_VERSION%%" -exec "${JAVA}" -Xmx256m -jar "${JARPATH}/%%JARNAME%%" "$@" +exec "${JAVA}" -Xmx1024m -jar "${JARPATH}/%%JARNAME%%" "$@" |