aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-08-18 08:51:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-08-18 08:51:53 +0000
commit9d8e41ec8bfc756a2e2807bf9d158a7307c38c7c (patch)
tree903b9a408df2c2efc1513d7082e4b392569e2241 /cad
parent726b26ae8bedf0c7cb55678785bbb29c018f5323 (diff)
downloadports-9d8e41ec8bfc756a2e2807bf9d158a7307c38c7c.tar.gz
ports-9d8e41ec8bfc756a2e2807bf9d158a7307c38c7c.zip
Upgrade Code_Aster to 13.6.0-1.
Notes
Notes: svn path=/head/; revision=477484
Diffstat (limited to 'cad')
-rw-r--r--cad/astk-serveur/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile
index 426c4fd70ea7..5f7a8f80ace8 100644
--- a/cad/astk-serveur/Makefile
+++ b/cad/astk-serveur/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= astk
-DISTVERSION= 1.13.10-1
-PORTREVISION= 1
+DISTVERSION= 2018.0-1
CATEGORIES= cad
.if !defined(CLIENT_SEUL)
PKGNAMESUFFIX= -serveur
@@ -123,7 +122,6 @@ SHIA= zsh
.endif
SHIADEP= ${SHIA}
BASH2RC= asrun/calcul.py share/codeaster/asrun/data/mpirun_template
-BASH2RC2= lib/tkselecteur.tcl
BASH2RC3= deprecated_outils.sh extract_info.py deprecated_client.sh \
deprecated_server.sh
@@ -262,9 +260,6 @@ do-configure:
${WRKSRC}/lib/tkselecteur.tcl
${REINPLACE_CMD} -e "s|%%unamesm%%|${unamesm}|" \
${WRKSRC}/lib/init.tcl
-. for sh in ${BASH2RC2}
- ${REINPLACE_CMD} -e 's|/bin/bash|${SHELL_INSTALL_ASTER}|' ${WRKSRC}/${sh}
-. endfor
.endif
.for sh in ${BASH2RC3}
${REINPLACE_CMD} -e 's|/bin/bash|${SHELL_INSTALL_ASTER}|' ${WRKCONF}/${sh}