1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 1.10

PR:		217568
Submitted by:	rhurlin@gwdg.de(maintainer)
This commit is contained in:
Wen Heping 2017-03-06 05:58:09 +00:00
parent 91a846b45e
commit 8a5a8805d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435513
4 changed files with 632 additions and 610 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= OpenJUMP
PORTVERSION= 1.9.1
PORTVERSION= 1.10
CATEGORIES= graphics java geography
MASTER_SITES= SF/jump-pilot/OpenJUMP/${PORTVERSION}
DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS
@ -41,12 +41,12 @@ LICENSE_PERMS_JYTHON= auto-accept
TARGET_DIR= ${STAGEDIR}${PREFIX}/${PORTNAME}
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_VERSION= 1.7+
USES= zip
NO_BUILD= yes
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS
PLUS_REV= 4840
PLUS_REV= 5336
do-install:
@${ECHO_CMD} "---> Installing JAR files"

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1466351799
SHA256 (OpenJUMP-Portable-1.9.1-r4840-PLUS.zip) = ac2fa50260ee0293dafbee55bdac71765beb9e4cadc0946835034fe8da5180ee
SIZE (OpenJUMP-Portable-1.9.1-r4840-PLUS.zip) = 53414805
TIMESTAMP = 1488733286
SHA256 (OpenJUMP-Portable-1.10-r5336-PLUS.zip) = 9199c9617df41db66be58b7974e9c7a93fedaa1a91297c619f7c1e825b7a057f
SIZE (OpenJUMP-Portable-1.10-r5336-PLUS.zip) = 55506041

View File

@ -1,4 +1,4 @@
--- bin/oj_linux.sh.orig 2016-01-08 09:30:28 UTC
--- bin/oj_linux.sh.orig 2016-05-29 14:45:28 UTC
+++ bin/oj_linux.sh
@@ -4,9 +4,11 @@
## if unset defaults to
@ -28,11 +28,12 @@
cp -R -a "$1"/bin/OpenJUMP.app/Contents "$1" &&\
awk '{sub(/..\/oj_/,"bin/oj_",$0)}1' "$1"/bin/OpenJUMP.app/Contents/Resources/script > "$1"/Contents/Resources/script &&\
echo patched oj.app
@@ -110,13 +114,19 @@ esac
@@ -109,14 +113,20 @@ case "$1" in
esac
## cd into jump home
OLD_DIR=`pwd`
+echo "##### pwd = '$OLD_DIR'"
OLD_DIR=`pwd`
cd "$JUMP_HOME"
+PWD_DIR=`pwd`
+echo "##### cd '$JUMP_HOME', pwd = '$PWD_DIR'"
@ -212,8 +213,3 @@
# output info
echo set max. memory limit to $MEM_MAX_MB MiB
fi
@@ -318,3 +360,4 @@ cd "$OLD_DIR"
## run end function
end
+

File diff suppressed because it is too large Load Diff