From owner-svn-ports-head@FreeBSD.ORG Wed Oct 10 11:25:07 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BC1FA5D; Wed, 10 Oct 2012 11:25:07 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 644458FC25; Wed, 10 Oct 2012 11:25:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9ABP7tW016792; Wed, 10 Oct 2012 11:25:07 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9ABP7aK016790; Wed, 10 Oct 2012 11:25:07 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201210101125.q9ABP7aK016790@svn.freebsd.org> From: Ryan Steinmetz Date: Wed, 10 Oct 2012 11:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305640 - head/security/truecrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 11:25:07 -0000 Author: zi Date: Wed Oct 10 11:25:06 2012 New Revision: 305640 URL: http://svn.freebsd.org/changeset/ports/305640 Log: - Add additional MASTER_SITES for pkcs header files. Modified: head/security/truecrypt/Makefile Modified: head/security/truecrypt/Makefile ============================================================================== --- head/security/truecrypt/Makefile Wed Oct 10 09:11:41 2012 (r305639) +++ head/security/truecrypt/Makefile Wed Oct 10 11:25:06 2012 (r305640) @@ -5,7 +5,8 @@ PORTNAME= truecrypt PORTVERSION= 7.1a CATEGORIES= security MASTER_SITES= SF/wxwindows/${WX_VER}/:wxwidgets \ - ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/:rsa + ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/:rsa \ + http://mirrors.rit.edu/zi/pkcs-11/v2-20/:rsa DISTFILES= ${TC_SRCFILE}:tc \ wxWidgets-${WX_VER}.tar.gz:wxwidgets \ pkcs11.h:rsa \