diff options
author | thierry <thierry@FreeBSD.org> | 2014-08-18 03:51:45 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-08-18 03:51:45 +0800 |
commit | 59e66718f36e5d340486f4da64a4a93a34efaac0 (patch) | |
tree | 8455c790f02e6f876e8a8b2837b8bd4635880a32 /cad | |
parent | 3cdb43bb595274b16f4fa5782b322ac18964d394 (diff) | |
download | freebsd-ports-gnome-59e66718f36e5d340486f4da64a4a93a34efaac0.tar.gz freebsd-ports-gnome-59e66718f36e5d340486f4da64a4a93a34efaac0.tar.zst freebsd-ports-gnome-59e66718f36e5d340486f4da64a4a93a34efaac0.zip |
- Upgrade Code_Aster to 11.6.0-1.
- Fix Homard.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/astk-serveur/Makefile | 8 | ||||
-rw-r--r-- | cad/astk-serveur/pkg-plist | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 426d0590f005..d31a1c63e219 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= astk -DISTVERSION= 1.13.3-2 -PORTREVISION= 1 +DISTVERSION= 1.13.4-1 CATEGORIES= cad .if !defined(CLIENT_SEUL) PKGNAMESUFFIX= -serveur @@ -32,8 +31,7 @@ LICENSE= GPLv2 RUN_DEPENDS+= ${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIADEP} .if !defined(CLIENT_SEUL) -USE_PYTHON= yes -USES+= tk:build gettext +USES+= tk:build gettext python .else USES+= tk .endif @@ -50,7 +48,7 @@ inst_dir= ${PREFIX}/${LINSTDIR} aster_dir= ${LOCALBASE}/aster/${vaster} S_SCRIPTS= bin/as_run bin/parallel_cp asrun/installation.py \ share/codeaster/asrun/data/mpirun_template \ - bin/auto_update.cron + etc/profile.csh S_PYLIBS= share/codeaster/asrun/examples/alamain.py \ unittest/datafiles/config_serveurs unittest/010_misc.py \ unittest/015_package.py unittest/run_test.py diff --git a/cad/astk-serveur/pkg-plist b/cad/astk-serveur/pkg-plist index 6515f6075fae..16dec6859f4d 100644 --- a/cad/astk-serveur/pkg-plist +++ b/cad/astk-serveur/pkg-plist @@ -430,7 +430,6 @@ %%SERV%%%%ASTKDIR%%/asrun/utils.pyc %%SERV%%%%ASTKDIR%%/asrun/utils.pyo %%SERV%%%%ASTKDIR%%/bin/as_run -%%SERV%%%%ASTKDIR%%/bin/auto_update.cron %%SERV%%%%ASTKDIR%%/bin/parallel_cp %%SERV%%%%ASTKDIR%%/etc/.mysql_connect_REX %%SERV%%%%ASTKDIR%%/etc/asrun @@ -443,6 +442,9 @@ %%SERV%%%%ASTKDIR%%/etc/plugins/aster4_calcul.py %%SERV%%%%ASTKDIR%%/etc/plugins/aster4_calcul.pyc %%SERV%%%%ASTKDIR%%/etc/plugins/aster4_calcul.pyo +%%SERV%%%%ASTKDIR%%/etc/plugins/aster5.py +%%SERV%%%%ASTKDIR%%/etc/plugins/aster5.pyc +%%SERV%%%%ASTKDIR%%/etc/plugins/aster5.pyo %%SERV%%%%ASTKDIR%%/etc/plugins/ivanoe.py %%SERV%%%%ASTKDIR%%/etc/plugins/ivanoe.pyc %%SERV%%%%ASTKDIR%%/etc/plugins/ivanoe.pyo @@ -571,6 +573,9 @@ %%SERV%%%%ETCDIR%%/plugins/aster4_calcul.py %%SERV%%%%ETCDIR%%/plugins/aster4_calcul.pyc %%SERV%%%%ETCDIR%%/plugins/aster4_calcul.pyo +%%SERV%%%%ETCDIR%%/plugins/aster5.py +%%SERV%%%%ETCDIR%%/plugins/aster5.pyc +%%SERV%%%%ETCDIR%%/plugins/aster5.pyo %%SERV%%%%ETCDIR%%/plugins/ivanoe.py %%SERV%%%%ETCDIR%%/plugins/ivanoe.pyc %%SERV%%%%ETCDIR%%/plugins/ivanoe.pyo |