Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2012 05:05:41 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306899 - in head/devel/astah-community: . files
Message-ID:  <201211030505.qA355fuM090909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat Nov  3 05:05:41 2012
New Revision: 306899
URL: http://svn.freebsd.org/changeset/ports/306899

Log:
  - 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

Modified:
  head/devel/astah-community/Makefile
  head/devel/astah-community/distinfo
  head/devel/astah-community/files/patch-astah

Modified: head/devel/astah-community/Makefile
==============================================================================
--- head/devel/astah-community/Makefile	Sat Nov  3 03:08:45 2012	(r306898)
+++ head/devel/astah-community/Makefile	Sat Nov  3 05:05:41 2012	(r306899)
@@ -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.
 		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

Modified: head/devel/astah-community/distinfo
==============================================================================
--- head/devel/astah-community/distinfo	Sat Nov  3 03:08:45 2012	(r306898)
+++ head/devel/astah-community/distinfo	Sat Nov  3 05:05:41 2012	(r306899)
@@ -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

Modified: head/devel/astah-community/files/patch-astah
==============================================================================
--- head/devel/astah-community/files/patch-astah	Sat Nov  3 03:08:45 2012	(r306898)
+++ head/devel/astah-community/files/patch-astah	Sat Nov  3 05:05:41 2012	(r306899)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211030505.qA355fuM090909>