From owner-svn-ports-all@FreeBSD.ORG Wed Apr 9 02:28:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E055E58; Wed, 9 Apr 2014 02:28:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B825190A; Wed, 9 Apr 2014 02:28:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s392Sj7V032485; Wed, 9 Apr 2014 02:28:45 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s392SjBc032484; Wed, 9 Apr 2014 02:28:45 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201404090228.s392SjBc032484@svn.freebsd.org> From: Ryan Steinmetz Date: Wed, 9 Apr 2014 02:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350662 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 02:28:45 -0000 Author: zi Date: Wed Apr 9 02:28:44 2014 New Revision: 350662 URL: http://svnweb.freebsd.org/changeset/ports/350662 QAT: https://qat.redports.org/buildarchive/r350662/ Log: - Fix build segfault under 10 - Bump PORTREVISION PR: ports/188297 Submitted by: cy@ Approved by: portmgr (bdrewery) Modified: head/security/truecrypt/Makefile Modified: head/security/truecrypt/Makefile ============================================================================== --- head/security/truecrypt/Makefile Wed Apr 9 02:19:06 2014 (r350661) +++ head/security/truecrypt/Makefile Wed Apr 9 02:28:44 2014 (r350662) @@ -3,7 +3,7 @@ PORTNAME= truecrypt PORTVERSION= 7.1a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/wxwindows/${WX_VER}/:wxwidgets \ ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/:rsa \ @@ -24,7 +24,6 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/s WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source USES= fuse iconv pkgconfig -USE_GCC= any USE_GMAKE= yes RESTRICTED= May not be redistributed. Must accept license to download. NO_CDROM= May not be redistributed. Must accept license to download.