diff options
Diffstat (limited to 'cad/astk-serveur')
-rw-r--r-- | cad/astk-serveur/Makefile | 9 | ||||
-rw-r--r-- | cad/astk-serveur/distinfo | 6 | ||||
-rw-r--r-- | cad/astk-serveur/files/patch-lib__as_system.py | 11 |
3 files changed, 7 insertions, 19 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 7837a646612a..45eb90a6b68b 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -6,7 +6,7 @@ # PORTNAME= astk -DISTVERSION= 1.3.0-1 +DISTVERSION= 1.3.3-1 CATEGORIES= cad MASTER_SITES= http://www.code-aster.org/FICHIERS/ .if !defined(CLIENT_SEUL) @@ -74,10 +74,10 @@ TCL_VER?= ${TK_VER} SHORT_TK_VER= ${TK_VER:S/.//} BWidget_VER= 1.7.0 -ASTER_VER= 8.2.0 +ASTER_VER= 8.3.0 vaster= STA${ASTER_VER:R} -GIBI= gibi2000 +GIBI= gibi2003 .if defined(WITH_ZSH) SHIA= zsh @@ -143,8 +143,7 @@ post-patch: .if !defined(CLIENT_SEUL) @${RM} ${WRKSRC}/conf/config.orig ${WRKSRC}/bin/as_exec.orig \ ${WRKSRC}/bin/as_serv.orig ${WRKSRC}/lib/as_config.py.orig \ - ${WRKSRC}/lib/as_exec.py.orig ${WRKSRC}/lib/as_system.py.orig \ - ${WRKSRC}/conf/aster_profile.sh.orig + ${WRKSRC}/lib/as_exec.py.orig ${WRKSRC}/conf/aster_profile.sh.orig .else @${RM} ${WRKSRC}/lib/ASTK/init.tcl.orig ${WRKSRC}/lib/ASTK/astkrc/outils.orig \ ${WRKSRC}/share/tkselecteur.tcl.orig diff --git a/cad/astk-serveur/distinfo b/cad/astk-serveur/distinfo index e4c081830952..d18a1b0035f9 100644 --- a/cad/astk-serveur/distinfo +++ b/cad/astk-serveur/distinfo @@ -1,3 +1,3 @@ -MD5 (astk-1.3.0-1.noarch.tar.gz) = 1f1d7bfa735b4bd6f66ab2cc3e30968a -SHA256 (astk-1.3.0-1.noarch.tar.gz) = 1a20330818ac5747b5c0f88a94d76daabbca1230f5e7f02ada532328609e0f34 -SIZE (astk-1.3.0-1.noarch.tar.gz) = 374950 +MD5 (astk-1.3.3-1.noarch.tar.gz) = 468ff9c130d9dfbce18d7b18f8c778cf +SHA256 (astk-1.3.3-1.noarch.tar.gz) = 829b18ad7e7d3b1e8779ff4f7f943d7cdefcc93704adfa51e77694eead5cd1e4 +SIZE (astk-1.3.3-1.noarch.tar.gz) = 378106 diff --git a/cad/astk-serveur/files/patch-lib__as_system.py b/cad/astk-serveur/files/patch-lib__as_system.py deleted file mode 100644 index 2437cbbc8fb4..000000000000 --- a/cad/astk-serveur/files/patch-lib__as_system.py +++ /dev/null @@ -1,11 +0,0 @@ ---- ./lib/as_system.py.orig Tue Jun 28 12:56:13 2005 -+++ ./lib/as_system.py Sun Jul 3 18:02:43 2005 -@@ -597,7 +597,7 @@ - self._mess(_('error getting environment'), '<E>_ABNORMAL_ABORT') - return - # read profile and dump modified environment -- iret, out = self.Shell('sh -c "source '+profile+' ; env"') -+ iret, out = self.Shell('sh -c ". '+profile+' ; env"') - env_prof = env2dict(out) - if iret<>0: - self._mess(_('error reading profile : %s') % profile, |