- Upgrade ASTK to 1.2.3;
- fix a typo when editor was gvim.
This commit is contained in:
parent
f50fab0412
commit
1b0050f0c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134282
4 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= astk
|
PORTNAME= astk
|
||||||
PORTVERSION= 1.2.2
|
PORTVERSION= 1.2.3
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= http://www.code-aster.org/FICHIERS/
|
MASTER_SITES= http://www.code-aster.org/FICHIERS/
|
||||||
.if !defined(CLIENT_SEUL)
|
.if !defined(CLIENT_SEUL)
|
||||||
|
@ -14,7 +14,7 @@ PKGNAMESUFFIX= -serveur
|
||||||
.else
|
.else
|
||||||
PKGNAMESUFFIX= -client
|
PKGNAMESUFFIX= -client
|
||||||
.endif
|
.endif
|
||||||
DISTNAME= aster-full-src-${ASTER_VER}-5
|
DISTNAME= aster-full-src-${ASTER_VER}-6
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT?= Graphical interface for Code_Aster (server side)
|
COMMENT?= Graphical interface for Code_Aster (server side)
|
||||||
|
@ -108,7 +108,7 @@ SHIADEP= ${SHIA}
|
||||||
WITH_ED= nedit
|
WITH_ED= nedit
|
||||||
RUN_DEPENDS+= ${X11BASE}/bin/nedit:${PORTSDIR}/editors/nedit
|
RUN_DEPENDS+= ${X11BASE}/bin/nedit:${PORTSDIR}/editors/nedit
|
||||||
. elif exists(${LOCALBASE}/bin/gvim)
|
. elif exists(${LOCALBASE}/bin/gvim)
|
||||||
WITH_ED= gvim${WRKSRC}/bin/as_exec.orig
|
WITH_ED= gvim
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/bin/gvim:${PORTSDIR}/editors/vim
|
RUN_DEPENDS+= ${LOCALBASE}/bin/gvim:${PORTSDIR}/editors/vim
|
||||||
. elif exists(${LOCALBASE}/bin/emacs)
|
. elif exists(${LOCALBASE}/bin/emacs)
|
||||||
WITH_ED= emacs
|
WITH_ED= emacs
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (aster-full-src-7.4.0-5.tar.gz) = 35aa65b0b3885e678c1c9ee3e16ad9c2
|
MD5 (aster-full-src-7.4.0-6.tar.gz) = 7ac835a222b7044feee1054e786749df
|
||||||
SIZE (aster-full-src-7.4.0-5.tar.gz) = 95266285
|
SIZE (aster-full-src-7.4.0-6.tar.gz) = 99082661
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
PORTNAME= aster
|
PORTNAME= aster
|
||||||
PORTVERSION= 7.4.0
|
PORTVERSION= 7.4.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= french cad python
|
CATEGORIES= french cad python
|
||||||
MASTER_SITES= http://www.code-aster.org/FICHIERS/
|
MASTER_SITES= http://www.code-aster.org/FICHIERS/
|
||||||
DISTNAME= ${PORTNAME}-full-src-${PORTVERSION}-5
|
DISTNAME= ${PORTNAME}-full-src-${PORTVERSION}-6
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Analyse des structures et thermo-mécanique
|
COMMENT= Analyse des structures et thermo-mécanique
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (aster-full-src-7.4.0-5.tar.gz) = 35aa65b0b3885e678c1c9ee3e16ad9c2
|
MD5 (aster-full-src-7.4.0-6.tar.gz) = 7ac835a222b7044feee1054e786749df
|
||||||
SIZE (aster-full-src-7.4.0-5.tar.gz) = 95266285
|
SIZE (aster-full-src-7.4.0-6.tar.gz) = 99082661
|
||||||
|
|
Loading…
Reference in a new issue