1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to 1.3.3-1.

This commit is contained in:
Thierry Thomas 2006-07-06 19:43:47 +00:00
parent 8027d58234
commit 97b152a1ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167089
3 changed files with 7 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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,