diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:41:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:41:58 +0000 |
commit | aaadc5d1056a49c7dee7bc9b781b384d5a771519 (patch) | |
tree | 3746483e1684e2cbd79ea579f72773d65ddff575 /math | |
parent | 9cc0b3d227cf60dbf864abe2f670fd89edf7ec89 (diff) | |
download | ports-aaadc5d1056a49c7dee7bc9b781b384d5a771519.tar.gz ports-aaadc5d1056a49c7dee7bc9b781b384d5a771519.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/siag/Makefile | 11 | ||||
-rw-r--r-- | math/siag/distinfo | 2 | ||||
-rw-r--r-- | math/siag/pkg-plist | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index 2ec79cc55c01..e597280d6299 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -6,9 +6,10 @@ # PORTNAME= siag -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.8 CATEGORIES= math -MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ \ +MASTER_SITES= ftp://ftp.siag.nu/pub/siag/ \ + ftp://ftp.edu.stockholm.se/pub/siag/ \ ftp://ftp.icm.edu.pl/site/siag/ MAINTAINER= mi@aldan.algebra.com @@ -40,9 +41,9 @@ LIB_DEPENDS+= t1:${PORTSDIR}/devel/t1lib .if !defined(NOTCL) # Feel free to try other versions of TCL here: -LIB_DEPENDS+= tcl82:${PORTSDIR}/lang/tcl82 -CPPFLAGS+= -I${LOCALBASE}/include/tcl8.2 -CONFIGURE_ARGS+=--with-tcl=tcl82 +LIB_DEPENDS+= tcl83:${PORTSDIR}/lang/tcl83 +CPPFLAGS+= -I${LOCALBASE}/include/tcl8.3 +CONFIGURE_ARGS+=--with-tcl=tcl83 .endif CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ diff --git a/math/siag/distinfo b/math/siag/distinfo index f140a674f587..7d0e617a4928 100644 --- a/math/siag/distinfo +++ b/math/siag/distinfo @@ -1 +1 @@ -MD5 (siag-3.3.3.tar.gz) = 0c7e2e3c1221185c64d695175f211574 +MD5 (siag-3.3.8.tar.gz) = aed9a2ccbc8fb88403e652a85fd61921 diff --git a/math/siag/pkg-plist b/math/siag/pkg-plist index 2e1f841ac230..a239bb0b369b 100644 --- a/math/siag/pkg-plist +++ b/math/siag/pkg-plist @@ -33,6 +33,7 @@ share/siag/common/bitmaps/icons.xpm share/siag/common/bitmaps/info.xpm share/siag/common/bitmaps/insert.xpm share/siag/common/bitmaps/italic.xpm +share/siag/common/bitmaps/lline.xpm share/siag/common/bitmaps/new.xpm share/siag/common/bitmaps/next.xpm share/siag/common/bitmaps/none.xpm @@ -63,6 +64,7 @@ share/siag/common/bitmaps/cancel.xpm share/siag/common/bitmaps/home.xpm share/siag/common/bitmaps/quit.xpm share/siag/common/bitmaps/reload.xpm +share/siag/common/bitmaps/rline.xpm share/siag/common/bitmaps/search.xpm share/siag/common/bitmaps/SO3.xpm share/siag/common/bitmaps/center.xpm |