diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-02 14:50:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-02 14:50:52 +0800 |
commit | 3a9c8eb2f33890cc161502f140ff4c2aa87a4e2b (patch) | |
tree | 28d07ee46cc299e2894b741a0c97f66acb1693a0 /cad/astk-client | |
parent | 585178529f0f69015562696dbcb000d17907e910 (diff) | |
download | freebsd-ports-gnome-3a9c8eb2f33890cc161502f140ff4c2aa87a4e2b.tar.gz freebsd-ports-gnome-3a9c8eb2f33890cc161502f140ff4c2aa87a4e2b.tar.zst freebsd-ports-gnome-3a9c8eb2f33890cc161502f140ff4c2aa87a4e2b.zip |
cad/astk-serveur & cad/astk-client: fixing patch + tarball has been rerolled.
1) This is a common tarball with french/aster: the tarball has
been rerolled to fix a bug in ASTK for Linux, but they did not
upgrade the version. Our ASTK is not impacted by this change.
The full story, in french, is here:
<http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>.
2) Since I was testing this upgrade, I have found a bug from the
previous commit: the patch patch-lib::ASTK::astkrc::outils does
not belong to files, but to files.client => bumping PORTREVISION.
PR: ports/56288
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'cad/astk-client')
-rw-r--r-- | cad/astk-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/astk-client/Makefile b/cad/astk-client/Makefile index ae36352f6151..f4a418f469f1 100644 --- a/cad/astk-client/Makefile +++ b/cad/astk-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= astk -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Graphical interface for Code_Aster (client side) |