Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken. Thanks to: Several people who found copies of the distfiles for me
This commit is contained in:
parent
4733ac6446
commit
b191d62f9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156515
3 changed files with 8 additions and 10 deletions
|
@ -8,14 +8,13 @@
|
|||
PORTNAME= libtommath
|
||||
PORTVERSION= 0.38
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://math.libtomcrypt.org/files/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cperciva/libtom
|
||||
DISTNAME= ltm-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
COMMENT= Comprehensive, modular and portable mathematical routines
|
||||
|
||||
BROKEN= "Does not fetch"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKEFILE= makefile
|
||||
USE_BZIP2= yes
|
||||
|
|
|
@ -8,14 +8,13 @@
|
|||
PORTNAME= tomsfastmath
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://libtomcrypt.org/tfm/files/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cperciva/libtom
|
||||
DISTNAME= tfm-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
COMMENT= Portable fixed precision math library for fast exponentiations
|
||||
|
||||
BROKEN= "Does not fetch"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKEFILE= makefile
|
||||
USE_BZIP2= yes
|
||||
|
|
|
@ -8,17 +8,17 @@
|
|||
PORTNAME= libtomcrypt
|
||||
PORTVERSION= 1.09
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://libtomcrypt.org/files/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= cperciva/libtom
|
||||
DISTNAME= crypt-${PORTVERSION}
|
||||
|
||||
PATCH_SITES= http://libtomcrypt.org/files/patch-1.09/
|
||||
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
||||
PATCH_SITE_SUBDIR= cperciva/libtom
|
||||
PATCHFILES= lrw_process.c.patch
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
COMMENT= Comprehensive, modular and portable cryptographic toolkit
|
||||
|
||||
BROKEN= "Does not fetch"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKEFILE= makefile
|
||||
MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \
|
||||
|
|
Loading…
Reference in a new issue