ports/82797: [PATCH] devel/argouml: update to 0.18.1

Rene Ladan r.c.ladan at student.tue.nl
Wed Jun 29 22:10:21 UTC 2005


>Number:         82797
>Category:       ports
>Synopsis:       [PATCH] devel/argouml: update to 0.18.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 29 22:10:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD 82-168-75-155-bbxl.xdsl.tiscali.nl 5.4-STABLE FreeBSD 5.4-STABLE #8: Mon Jun 27 00:56:59 CEST 2005
>Description:
Update port to 0.18.1 (latest stable release).

Bump minimal JDK version to 1.4, in accordance with http://argouml.tigris.org/documentation/defaulthtml/quick-guide/ch02.html#d0e104

Port maintainer (philip.reynolds at rfc-networks.ie) is cc'd.

Passes `portlint -A` and `port test`

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
apply patch
>Fix:

diff -ruN --exclude=CVS /usr/ports/devel/argouml.orig/Makefile /usr/ports/devel/argouml/Makefile
--- /usr/ports/devel/argouml.orig/Makefile	Mon Mar 14 17:43:14 2005
+++ /usr/ports/devel/argouml/Makefile	Wed Jun 29 23:37:18 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	argouml
-PORTVERSION=	0.16.1
+PORTVERSION=	0.18.1
 CATEGORIES=	devel java
 MASTER_SITES=	http://argouml.tigris.org/files/documents/4/0/argouml-${PORTVERSION}/
 DISTNAME=	ArgoUML-${PORTVERSION}
@@ -20,7 +20,7 @@
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.3+
+JAVA_VERSION=	1.4+
 
 SUB_FILES=	argouml.sh
 
diff -ruN --exclude=CVS /usr/ports/devel/argouml.orig/distinfo /usr/ports/devel/argouml/distinfo
--- /usr/ports/devel/argouml.orig/distinfo	Sun Nov 14 16:52:06 2004
+++ /usr/ports/devel/argouml/distinfo	Wed Jun 29 23:42:06 2005
@@ -1,2 +1,2 @@
-MD5 (ArgoUML-0.16.1.tar.gz) = a9cbe6b626f507e96e9c907db9819838
-SIZE (ArgoUML-0.16.1.tar.gz) = 5542726
+MD5 (ArgoUML-0.18.1.tar.gz) = 56ca12c9c14d21bfa6a4fd78be8b3c7b
+SIZE (ArgoUML-0.18.1.tar.gz) = 8950601
diff -ruN --exclude=CVS /usr/ports/devel/argouml.orig/files/argouml.sh.in /usr/ports/devel/argouml/files/argouml.sh.in
--- /usr/ports/devel/argouml.orig/files/argouml.sh.in	Sun Mar 13 03:16:13 2005
+++ /usr/ports/devel/argouml/files/argouml.sh.in	Wed Jun 29 23:36:15 2005
@@ -2,4 +2,4 @@
 #
 # $FreeBSD: ports/devel/argouml/files/argouml.sh.in,v 1.1 2005/03/13 02:16:13 hq Exp $
 
-JAVA_VERSION="1.3+"  "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/argouml.jar" "$@"
+JAVA_VERSION="1.4+"  "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/argouml.jar" "$@"
diff -ruN --exclude=CVS /usr/ports/devel/argouml.orig/pkg-plist /usr/ports/devel/argouml/pkg-plist
--- /usr/ports/devel/argouml.orig/pkg-plist	Mon Mar 14 17:43:15 2005
+++ /usr/ports/devel/argouml/pkg-plist	Wed Jun 29 23:50:40 2005
@@ -1,6 +1,7 @@
 @comment $FreeBSD: ports/devel/argouml/pkg-plist,v 1.4 2005/03/13 02:16:13 hq Exp $
 bin/argouml
 %%DATADIR%%/antlrall.jar
+%%DATADIR%%/argouml-model.jar
 %%DATADIR%%/argouml.jar
 %%DATADIR%%/commons-logging.jar
 %%DATADIR%%/gef.jar
@@ -9,6 +10,9 @@
 %%DATADIR%%/log4j.jar
 %%DATADIR%%/nsuml.jar
 %%DATADIR%%/ocl-argo.jar
+%%DATADIR%%/swidgets.jar
 %%DATADIR%%/toolbar.jar
-%%DATADIR%%/xerces.jar
+%%DATADIR%%/xalan.jar
+%%DATADIR%%/xercesImpl.jar
+%%DATADIR%%/xml-apis.jar
 @dirrm %%DATADIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list