From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 24 04:00:31 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4433C16A421 for ; Sun, 24 Jul 2005 04:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A46D43D53 for ; Sun, 24 Jul 2005 04:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6O40RuD016091 for ; Sun, 24 Jul 2005 04:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6O40REH016085; Sun, 24 Jul 2005 04:00:27 GMT (envelope-from gnats) Resent-Date: Sun, 24 Jul 2005 04:00:27 GMT Resent-Message-Id: <200507240400.j6O40REH016085@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pedro F. Giffuni" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EB916A420 for ; Sun, 24 Jul 2005 03:58:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5C043D48 for ; Sun, 24 Jul 2005 03:58:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j6O3wKiE084266 for ; Sun, 24 Jul 2005 03:58:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j6O3wKIi084265; Sun, 24 Jul 2005 03:58:20 GMT (envelope-from nobody) Message-Id: <200507240358.j6O3wKIi084265@www.freebsd.org> Date: Sun, 24 Jul 2005 03:58:20 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/83979: update cad/impact port to version 1.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 04:00:31 -0000 >Number: 83979 >Category: ports >Synopsis: update cad/impact port to version 1.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 24 04:00:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 4.11-Release >Organization: >Environment: FreeBSD Estudio 4.11-RELEASE FreeBSD 4.11-RELEASE #7: Sat Mar 26 10:55:47 COT 2005 root@Estudio:/usr/src/sys/compile/COMPAQ i386 >Description: Version 1.6.1 has several bugfixes and a general cleanup. The port was changed slightly to better conform to the Java porting standards. >How-To-Repeat: Still remaining is the problem of having this port work automatically with cad/gmsh and cad/linux-gid. I still don't know well how to tackle this without invading other ports' workspace, but it would make the port much better. >Fix: Patch follows: diff -ruN impact.orig/Makefile impact/Makefile --- impact.orig/Makefile Sat Jul 23 18:45:19 2005 +++ impact/Makefile Sat Jul 23 22:34:47 2005 @@ -7,7 +7,7 @@ # PORTNAME= impact -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,20 +22,21 @@ JAVA_VERSION= 1.4+ NO_BUILD= yes +DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= impact impactgui -SUB_LIST= DIR=${PREFIX}/impact +SUB_LIST= DIR=${DATADIR} PLIST_FILES= bin/impact bin/impactgui do-install: - @${MKDIR} ${PREFIX}/impact - ${CP} -R ${WRKSRC}/ ${PREFIX}/impact + @${MKDIR} ${DATADIR} + ${CP} -R ${WRKSRC}/ ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/impact ${WRKDIR}/impactgui ${PREFIX}/bin post-install: - @${FIND} ${PREFIX}/impact ! -type d | \ + @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${PREFIX}/impact -type d | ${SORT} -r | \ + @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include diff -ruN impact.orig/distinfo impact/distinfo --- impact.orig/distinfo Sat Jul 23 18:45:19 2005 +++ impact/distinfo Sat Jul 23 18:55:10 2005 @@ -1,2 +1,2 @@ -MD5 (Impact-0.5.3.zip) = 45fbc9e4e17daeb7ff06d0118eb11298 -SIZE (Impact-0.5.3.zip) = 5150450 +MD5 (Impact-0.6.1.zip) = c06f34619bfe878fc8aa24f5f5c19d0a +SIZE (Impact-0.6.1.zip) = 3670738 >Release-Note: >Audit-Trail: >Unformatted: