diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-18 16:28:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-18 16:28:48 +0800 |
commit | 1414e411bfd303201308b556c78ac39d0754b89d (patch) | |
tree | 029fd507c132ec72fbd9f0799b2e1853a6d96d05 /math | |
parent | eb2ee74a59a089e181edaaf882223342b7b1ad26 (diff) | |
download | freebsd-ports-gnome-1414e411bfd303201308b556c78ac39d0754b89d.tar.gz freebsd-ports-gnome-1414e411bfd303201308b556c78ac39d0754b89d.tar.zst freebsd-ports-gnome-1414e411bfd303201308b556c78ac39d0754b89d.zip |
- update to 1.1.13
- pet portlint
- pass maintainership to submitter
PR: ports/108049
Submitted by: Marcelo Araujo
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 9 | ||||
-rw-r--r-- | math/cln/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index af5458d3d71a..96784d63fe0c 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -7,14 +7,13 @@ # PORTNAME= cln -PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTVERSION= 1.1.13 CATEGORIES= math devel MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 @@ -42,12 +41,12 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= "Does not compile on sparc64 or ia64" +BROKEN= Does not compile on sparc64 or ia64 .endif pre-build: .if exists(${LOCALBASE}/lib/libcln.so.3) -BROKEN= "Does not compile when older version is installed. Please pkg_delete old cln first" +BROKEN= Does not compile when older version is installed. Please pkg_delete old cln first .endif post-install: diff --git a/math/cln/distinfo b/math/cln/distinfo index 975b487737b6..2f991857a6ca 100644 --- a/math/cln/distinfo +++ b/math/cln/distinfo @@ -1,3 +1,3 @@ -MD5 (cln-1.1.11.tar.bz2) = 7313dc20608ddc5dcfdae4d2f9138762 -SHA256 (cln-1.1.11.tar.bz2) = a9a31815381f716840acabc42fac641ada5a5a1463a36a036d219c5134001e15 -SIZE (cln-1.1.11.tar.bz2) = 1710717 +MD5 (cln-1.1.13.tar.bz2) = 1f3d227360003b389bba14c8a5c3695a +SHA256 (cln-1.1.13.tar.bz2) = fb570c0ac44aef1ffe251fdf2a9b40448c95aa21398b492566203dd982b18c03 +SIZE (cln-1.1.13.tar.bz2) = 1708927 |