From b191d62f9d95daf76bb018ecc41f827c7e1b0b4f Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Mon, 20 Feb 2006 18:05:32 +0000 Subject: [PATCH] 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 --- math/libtommath/Makefile | 5 ++--- math/tomsfastmath/Makefile | 5 ++--- security/libtomcrypt/Makefile | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 79d319b5f56b..f8ad2d5ee596 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -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 diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 87d56a61ce6c..aeb840f2e77f 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -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 diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index d11b18946489..e1a8dcdc948a 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -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" \