diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-25 05:26:06 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-25 05:26:06 +0800 |
commit | a67a6f8d1ce45c230522661e85ed76473a130740 (patch) | |
tree | 985d5819ee9d8abdded4a19c8b9d363e8ada90cf /cad/astk-serveur | |
parent | 12af9cad6a01106756ab2d7dc85710d670359118 (diff) | |
download | freebsd-ports-gnome-a67a6f8d1ce45c230522661e85ed76473a130740.tar.gz freebsd-ports-gnome-a67a6f8d1ce45c230522661e85ed76473a130740.tar.zst freebsd-ports-gnome-a67a6f8d1ce45c230522661e85ed76473a130740.zip |
Upgrade to 1.2.1.
Diffstat (limited to 'cad/astk-serveur')
-rw-r--r-- | cad/astk-serveur/Makefile | 7 | ||||
-rw-r--r-- | cad/astk-serveur/distinfo | 4 | ||||
-rw-r--r-- | cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl | 18 |
3 files changed, 5 insertions, 24 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 69ea4b294008..3f694644879e 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -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: diff --git a/cad/astk-serveur/distinfo b/cad/astk-serveur/distinfo index 36bb0aadc2e4..d88019d17835 100644 --- a/cad/astk-serveur/distinfo +++ b/cad/astk-serveur/distinfo @@ -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 diff --git a/cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl b/cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl deleted file mode 100644 index b208c310f061..000000000000 --- a/cad/astk-serveur/files.client/patch-lib::ASTK::tools.tcl +++ /dev/null @@ -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" - } |