mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- update to 1.1.13
- pet portlint - pass maintainership to submitter PR: ports/108049 Submitted by: Marcelo Araujo
This commit is contained in:
parent
11b8c10b23
commit
fe6d0cfe74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182707
2 changed files with 7 additions and 8 deletions
|
@ -7,14 +7,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cln
|
PORTNAME= cln
|
||||||
PORTVERSION= 1.1.11
|
PORTVERSION= 1.1.13
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= math devel
|
CATEGORIES= math devel
|
||||||
MASTER_SITES= http://www.ginac.de/CLN/ \
|
MASTER_SITES= http://www.ginac.de/CLN/ \
|
||||||
http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
|
http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
|
||||||
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
|
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= araujo@bsdmail.org
|
||||||
COMMENT= Class Library for Numbers
|
COMMENT= Class Library for Numbers
|
||||||
|
|
||||||
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
||||||
|
@ -42,12 +41,12 @@ LDFLAGS= -L${LOCALBASE}/lib
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||||
BROKEN= "Does not compile on sparc64 or ia64"
|
BROKEN= Does not compile on sparc64 or ia64
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
.if exists(${LOCALBASE}/lib/libcln.so.3)
|
.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
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (cln-1.1.11.tar.bz2) = 7313dc20608ddc5dcfdae4d2f9138762
|
MD5 (cln-1.1.13.tar.bz2) = 1f3d227360003b389bba14c8a5c3695a
|
||||||
SHA256 (cln-1.1.11.tar.bz2) = a9a31815381f716840acabc42fac641ada5a5a1463a36a036d219c5134001e15
|
SHA256 (cln-1.1.13.tar.bz2) = fb570c0ac44aef1ffe251fdf2a9b40448c95aa21398b492566203dd982b18c03
|
||||||
SIZE (cln-1.1.11.tar.bz2) = 1710717
|
SIZE (cln-1.1.13.tar.bz2) = 1708927
|
||||||
|
|
Loading…
Add table
Reference in a new issue