diff options
author | tota <tota@FreeBSD.org> | 2012-11-03 13:05:41 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-11-03 13:05:41 +0800 |
commit | b2dbeccfc009d13eed5c53949ca5aa80c4b82f0d (patch) | |
tree | cdd95ef35506b80368810796ae6964a92ac18539 /devel/astah-community | |
parent | a614448729c24b0e4612b05e52c4ab5fbd3ca7e8 (diff) | |
download | freebsd-ports-gnome-b2dbeccfc009d13eed5c53949ca5aa80c4b82f0d.tar.gz freebsd-ports-gnome-b2dbeccfc009d13eed5c53949ca5aa80c4b82f0d.tar.zst freebsd-ports-gnome-b2dbeccfc009d13eed5c53949ca5aa80c4b82f0d.zip |
- Update to 6.6.4
- Convert to new Makefile header
Release Notes: http://astah.net/release-notes/community/com-6.6.4
Feature safe: yes
Diffstat (limited to 'devel/astah-community')
-rw-r--r-- | devel/astah-community/Makefile | 17 | ||||
-rw-r--r-- | devel/astah-community/distinfo | 4 | ||||
-rw-r--r-- | devel/astah-community/files/patch-astah | 12 |
3 files changed, 15 insertions, 18 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile index a11952d05a16..20edcc48c516 100644 --- a/devel/astah-community/Makefile +++ b/devel/astah-community/Makefile @@ -1,21 +1,18 @@ -# New ports collection makefile for: jude_take -# Date created: 19 April 2004 -# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp> -# +# Created by: Yoshihiko Sarumaru <mistral@imasy.or.jp> # $FreeBSD$ -# PORTNAME= astah -PORTVERSION= 6.6.3 +PORTVERSION= 6.6.4 CATEGORIES= devel java MASTER_SITES= # PKGNAMESUFFIX= -community -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S!.!_!g} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S!.!_!g}-${REVISION} MAINTAINER= tota@FreeBSD.org COMMENT= A Java/UML Object-Oriented Design Tool USE_ZIP= yes +REVISION= 41775 .include <bsd.port.pre.mk> @@ -46,9 +43,9 @@ PORTDATA= astah-community.jar astah-api.jar astah-gui_en.properties_org \ lib template .if !defined(NOPORTDOCS) -PORTDOCS= API_sample_program_license_agreement-e.txt \ - API_sample_program_license_agreement.txt \ - CommandRunner-e.html CommandRunner.html \ +PORTDOCS= API_sample_program_license_agreement.txt \ + API_sample_program_license_agreement_ja.txt \ + CommandRunner.html CommandRunner_ja.html \ ProductInformation.txt \ api .endif diff --git a/devel/astah-community/distinfo b/devel/astah-community/distinfo index 884e750b7973..b325ae8a62d3 100644 --- a/devel/astah-community/distinfo +++ b/devel/astah-community/distinfo @@ -1,2 +1,2 @@ -SHA256 (astah-community-6_6_3.zip) = d0c0de83eaff87ba25ab9eba7a26ea1601f16fa4bd2e40d0062d2e3c81931519 -SIZE (astah-community-6_6_3.zip) = 21518092 +SHA256 (astah-community-6_6_4-41775.zip) = 7f7b4328a145bad9457386b57c7ede22499f1ad360c674c8464ba930db0f9c0a +SIZE (astah-community-6_6_4-41775.zip) = 22582299 diff --git a/devel/astah-community/files/patch-astah b/devel/astah-community/files/patch-astah index 60a3e304157b..c3c1d350751d 100644 --- a/devel/astah-community/files/patch-astah +++ b/devel/astah-community/files/patch-astah @@ -1,5 +1,5 @@ ---- astah.orig 2012-03-19 00:16:44.000000000 +0900 -+++ astah 2012-03-25 21:33:58.000000000 +0900 +--- astah.orig 2012-10-24 13:26:12.000000000 +0900 ++++ astah 2012-11-02 21:45:00.000000000 +0900 @@ -3,13 +3,14 @@ #Remove "#" from following two lines, if you'd like to use j2sdk. #JAVA_HOME=/usr/lib/j2sdk1.4/;export JAVA_HOME @@ -7,14 +7,14 @@ +PATH=%%DATADIR%%:$PATH -#ASTAH_HOME=/usr/local/share/astah_community --ASTAH_HOME=`dirname $0` +-ASTAH_HOME=`dirname "$0"` +ASTAH_HOME=%%DATADIR%% -+#ASTAH_HOME=`dirname $0` ++#ASTAH_HOME=`dirname "$0"` ASTAH_JAR=astah-community.jar CLASSPATH=$ASTAH_HOME/$ASTAH_JAR JAVA_OPTS="-Xms16m -Xmx384m" --java $JAVA_OPTS -jar $ASTAH_HOME/$ASTAH_JAR $1 $2 $3 -+%%JAVA_HOME%%/bin/java $JAVA_OPTS -jar $ASTAH_HOME/$ASTAH_JAR $1 $2 $3 +-java $JAVA_OPTS -jar $ASTAH_HOME/$ASTAH_JAR "$1" $2 $3 ++%%JAVA_HOME%%/bin/java $JAVA_OPTS -jar $ASTAH_HOME/$ASTAH_JAR "$1" $2 $3 |