diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-06 19:43:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-06 19:43:47 +0000 |
commit | 97b152a1ef8c4e1c9694bfff002de5a2f986f532 (patch) | |
tree | 938b512c6e373bc618b967f7daaaeef8ba07d007 /cad/astk-serveur/Makefile | |
parent | 8027d58234680053e1af5d2ccfbfb2dff5117b85 (diff) | |
download | ports-97b152a1ef8c4e1c9694bfff002de5a2f986f532.tar.gz ports-97b152a1ef8c4e1c9694bfff002de5a2f986f532.zip |
Notes
Diffstat (limited to 'cad/astk-serveur/Makefile')
-rw-r--r-- | cad/astk-serveur/Makefile | 9 |
1 files changed, 4 insertions, 5 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 |