diff -urN /usr/ports/math/GiNaC/Makefile math/GiNaC/Makefile --- /usr/ports/math/GiNaC/Makefile Sat Oct 11 13:54:09 2003 +++ math/GiNaC/Makefile Thu Nov 6 13:19:48 2003 @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.5 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ diff -urN /usr/ports/math/GiNaC/distinfo math/GiNaC/distinfo --- /usr/ports/math/GiNaC/distinfo Sat Oct 11 13:54:09 2003 +++ math/GiNaC/distinfo Thu Nov 6 13:22:20 2003 @@ -1 +1 @@ -MD5 (GiNaC-1.1.3.tar.bz2) = 4b3b5ea4ac9650d6bcd4708e43a3a532 +MD5 (GiNaC-1.1.5.tar.bz2) = 84d459db2dbc2c87963a91d9457f5773 diff -urN /usr/ports/math/GiNaC/files/patch-ginac::matrix.h math/GiNaC/files/patch-ginac::matrix.h --- /usr/ports/math/GiNaC/files/patch-ginac::matrix.h Thu Jan 1 09:00:00 1970 +++ math/GiNaC/files/patch-ginac::matrix.h Thu Nov 6 13:30:30 2003 @@ -0,0 +1,18 @@ +--- ginac/matrix.h.orig Wed Oct 1 01:00:24 2003 ++++ ginac/matrix.h Thu Nov 6 13:30:18 2003 +@@ -100,6 +100,7 @@ + matrix(unsigned r, unsigned c, const exvector & m2); + matrix(unsigned r, unsigned c, const lst & l); + ++#if 0 + // First step of initialization of matrix with a comma-separated seqeuence + // of expressions. Subsequent steps are handled by matrix_init<>::operator,(). + matrix_init operator=(const ex & x) +@@ -107,6 +108,7 @@ + m[0] = x; + return matrix_init(++m.begin()); + } ++#endif + + // functions overriding virtual functions from base classes + public: diff -urN /usr/ports/math/GiNaC/pkg-plist math/GiNaC/pkg-plist --- /usr/ports/math/GiNaC/pkg-plist Sat Oct 11 13:54:09 2003 +++ math/GiNaC/pkg-plist Thu Nov 6 19:25:33 2003 @@ -8,6 +8,7 @@ include/ginac/clifford.h include/ginac/color.h include/ginac/constant.h +include/ginac/container_suppl.h include/ginac/ex.h include/ginac/expair.h include/ginac/expairseq.h @@ -43,6 +44,6 @@ lib/libginac.a lib/libginac.so lib/libginac-1.1.so -lib/libginac-1.1.so.3 +lib/libginac-1.1.so.5 share/aclocal/ginac.m4 @dirrm include/ginac