1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrade to 1.2.1.

This commit is contained in:
Thierry Thomas 2005-01-24 21:26:06 +00:00
parent f178ee0e58
commit f636b19453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127224
3 changed files with 5 additions and 24 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= astk
PORTVERSION= 1.2.0
PORTVERSION= 1.2.1
CATEGORIES= cad
MASTER_SITES= http://www.code-aster.org/FICHIERS/
.if !defined(CLIENT_SEUL)
@ -14,8 +14,7 @@ PKGNAMESUFFIX= -serveur
.else
PKGNAMESUFFIX= -client
.endif
DISTNAME= aster-full-src-${ASTER_VER}-3
EXTRACT_SUFX= .tar
DISTNAME= aster-full-src-${ASTER_VER}-4
MAINTAINER= ports@FreeBSD.org
COMMENT?= Graphical interface for Code_Aster (server side)
@ -153,7 +152,7 @@ post-patch:
${WRKSRC}/bin/as_serv.orig
.else
@${RM} ${WRKSRC}/lib/ASTK/init.tcl.orig ${WRKSRC}/lib/ASTK/astkrc/outils.orig \
${WRKSRC}/share/tkselecteur.tcl.orig ${WRKSRC}/lib/ASTK/tools.tcl.orig
${WRKSRC}/share/tkselecteur.tcl.orig
.endif
do-configure:

View File

@ -1,2 +1,2 @@
MD5 (aster-full-src-7.4.0-3.tar) = 0d756794a176f2e1b92412382373a629
SIZE (aster-full-src-7.4.0-3.tar) = 87232678
MD5 (aster-full-src-7.4.0-4.tar.gz) = a685292db713eb846c2cdff9164d6c0b
SIZE (aster-full-src-7.4.0-4.tar.gz) = 95276818

View File

@ -1,18 +0,0 @@
--- ./lib/ASTK/tools.tcl.orig Mon Dec 6 09:48:47 2004
+++ ./lib/ASTK/tools.tcl Sun Jan 16 00:43:35 2005
@@ -51,12 +51,12 @@
if { $sortie } {
# vérifie que les commandes distantes fonctionnent
init_config
- if { $config(-1,remote_shell_protocol) == "" || $config(-1,remote_shell_protocol) == "RSH" } {
+ if { $astk::config(-1,remote_shell_protocol) == "" || $astk::config(-1,remote_shell_protocol) == "RSH" } {
set cmd "rsh -n -l $astk::config(-1,login) $astk::config(-1,nom_complet) echo hello"
- } elseif { $config(-1,remote_shell_protocol) == "SSH" } {
+ } elseif { $astk::config(-1,remote_shell_protocol) == "SSH" } {
set cmd "ssh -n -l $astk::config(-1,login) $astk::config(-1,nom_complet) echo hello"
} else {
- ashare::mess erreur 49 $config(-1,remote_shell_protocol)
+ ashare::mess erreur 49 $astk::config(-1,remote_shell_protocol)
# le premier appel à rexec_cmd échouera
cmd="echo ERROR"
}