diff options
author | tdb <tdb@FreeBSD.org> | 2005-12-02 20:50:25 +0000 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2005-12-02 20:50:25 +0000 |
commit | 1968ec7a02e2227c945181d8ae6eafe5821016ea (patch) | |
tree | e43a054cb0272f9760a26f19cc17d82c152c7df9 /math | |
parent | 13705cdd7802fb56adf5ac108e211002739aa30b (diff) | |
download | FreeBSD-ports-1968ec7a02e2227c945181d8ae6eafe5821016ea.zip FreeBSD-ports-1968ec7a02e2227c945181d8ae6eafe5821016ea.tar.gz |
- Update to 0.37
- Add SHA256 checksum
- Use PLIST_FILES instead of pkg-plist
PR: 89863
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by: clement (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 6 | ||||
-rw-r--r-- | math/libtommath/distinfo | 5 | ||||
-rw-r--r-- | math/libtommath/pkg-plist | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 8a1a2b5..6fde51a 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libtommath -PORTVERSION= 0.36 -PORTREVISION= 1 +PORTVERSION= 0.37 CATEGORIES= math MASTER_SITES= http://math.libtomcrypt.org/files/ DISTNAME= ltm-${PORTVERSION} @@ -21,4 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes ALL_TARGET= default +PLIST_FILES= include/tommath.h include/tommath_class.h \ + include/tommath_superclass.h lib/libtommath.a + .include <bsd.port.mk> diff --git a/math/libtommath/distinfo b/math/libtommath/distinfo index f95c6f9..e8b3700 100644 --- a/math/libtommath/distinfo +++ b/math/libtommath/distinfo @@ -1,2 +1,3 @@ -MD5 (ltm-0.36.tar.bz2) = cd4f9305e1b721b3c3eb7bcdc25abfc6 -SIZE (ltm-0.36.tar.bz2) = 1924150 +MD5 (ltm-0.37.tar.bz2) = 447d8088e6546d79d5b8f95adadea3c5 +SHA256 (ltm-0.37.tar.bz2) = 13895c54b51eec6690568e83cc8ea8e087dafc9236a6ae2573edd91dcf29df15 +SIZE (ltm-0.37.tar.bz2) = 1924958 diff --git a/math/libtommath/pkg-plist b/math/libtommath/pkg-plist index b0e3aa8..e69de29 100644 --- a/math/libtommath/pkg-plist +++ b/math/libtommath/pkg-plist @@ -1,4 +0,0 @@ -include/tommath.h -include/tommath_class.h -include/tommath_superclass.h -lib/libtommath.a |