math/libtommath: update to 1.2.0
Release notes: https://www.libtom.net/news/LTM_1.2.0/
This commit is contained in:
parent
c0ac0bb4d6
commit
a732cdea65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515191
2 changed files with 5 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libtommath
|
||||
DISTVERSION= 1.1.0
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/
|
||||
DISTNAME= ltm-${DISTVERSION}
|
||||
|
@ -24,8 +24,6 @@ CFLAGS+= -fPIC
|
|||
PORTDOCS= *
|
||||
|
||||
PLIST_FILES= include/tommath.h \
|
||||
include/tommath_class.h \
|
||||
include/tommath_superclass.h \
|
||||
lib/libtommath.a \
|
||||
lib/libtommath.so \
|
||||
lib/libtommath.so.${DISTVERSION:R:R} \
|
||||
|
@ -37,8 +35,6 @@ OPTIONS_DEFINE= DOCS
|
|||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/bn.pdf ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/poster.pdf ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/tommath.pdf ${STAGEDIR}${DOCSDIR}
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.${DISTVERSION}
|
||||
|
||||
do-test:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1548935126
|
||||
SHA256 (ltm-1.1.0.tar.xz) = 90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead
|
||||
SIZE (ltm-1.1.0.tar.xz) = 2125456
|
||||
TIMESTAMP = 1571744626
|
||||
SHA256 (ltm-1.2.0.tar.xz) = b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1
|
||||
SIZE (ltm-1.2.0.tar.xz) = 622120
|
||||
|
|
Loading…
Reference in a new issue