Index: head/math/GiNaC/Makefile =================================================================== --- head/math/GiNaC/Makefile (revision 385774) +++ head/math/GiNaC/Makefile (revision 385775) @@ -1,35 +1,34 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= GiNaC -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= C++ library for symbolic mathematical calculations LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln USES= gmake libtool makeinfo pathfix pkgconfig python:build tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= ginac ginac-examples .include post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure .if ${ARCH} != "i386" @${REINPLACE_CMD} -e 's|unsigned|size_t|g' \ ${WRKSRC}/ginac/parser/parser.cpp .endif .include Index: head/math/GiNaC/distinfo =================================================================== --- head/math/GiNaC/distinfo (revision 385774) +++ head/math/GiNaC/distinfo (revision 385775) @@ -1,2 +1,2 @@ -SHA256 (ginac-1.6.3.tar.bz2) = 6756c7de3485bc5245f8b0e4b3c046ac75406b93e9205b4180b096846932d9bd -SIZE (ginac-1.6.3.tar.bz2) = 1027896 +SHA256 (ginac-1.6.4.tar.bz2) = 6241158216b4f68c625ce7d843d5b6b070304f87e7fc8f4075b76501ca0f3c60 +SIZE (ginac-1.6.4.tar.bz2) = 1028044 Index: head/math/GiNaC/pkg-plist =================================================================== --- head/math/GiNaC/pkg-plist (revision 385774) +++ head/math/GiNaC/pkg-plist (revision 385775) @@ -1,56 +1,56 @@ bin/ginac-excompiler bin/ginsh bin/viewgar include/ginac/factor.h include/ginac/parse_context.h include/ginac/parser.h include/ginac/add.h include/ginac/archive.h include/ginac/assertion.h include/ginac/basic.h include/ginac/class_info.h include/ginac/clifford.h include/ginac/color.h include/ginac/constant.h include/ginac/container.h include/ginac/ex.h include/ginac/excompiler.h include/ginac/expair.h include/ginac/expairseq.h include/ginac/exprseq.h include/ginac/fail.h include/ginac/fderivative.h include/ginac/flags.h include/ginac/function.h include/ginac/ginac.h include/ginac/hash_map.h include/ginac/idx.h include/ginac/indexed.h include/ginac/inifcns.h include/ginac/integral.h include/ginac/lst.h include/ginac/matrix.h include/ginac/mul.h include/ginac/ncmul.h include/ginac/normal.h include/ginac/numeric.h include/ginac/operators.h include/ginac/power.h include/ginac/print.h include/ginac/pseries.h include/ginac/ptr.h include/ginac/registrar.h include/ginac/relational.h include/ginac/structure.h include/ginac/symbol.h include/ginac/symmetry.h include/ginac/tensor.h include/ginac/version.h include/ginac/wildcard.h lib/libginac.a lib/libginac.so -lib/libginac.so.4 -lib/libginac.so.4.0.0 +lib/libginac.so.5 +lib/libginac.so.5.0.0 libdata/pkgconfig/ginac.pc man/man1/ginsh.1.gz man/man1/viewgar.1.gz