From owner-svn-ports-all@FreeBSD.ORG Sun Mar 22 16:32:28 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 837395DB; Sun, 22 Mar 2015 16:32:28 +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 6EB4D383; Sun, 22 Mar 2015 16:32:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2MGWRnE085865; Sun, 22 Mar 2015 16:32:27 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2MGWRZj085863; Sun, 22 Mar 2015 16:32:27 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201503221632.t2MGWRZj085863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sun, 22 Mar 2015 16:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381935 - in head/security/hpenc: . files 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.18-1 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: Sun, 22 Mar 2015 16:32:28 -0000 Author: vsevolod Date: Sun Mar 22 16:32:26 2015 New Revision: 381935 URL: https://svnweb.freebsd.org/changeset/ports/381935 QAT: https://qat.redports.org/buildarchive/r381935/ Log: - Update to 2.0 - Remove obsoleted patch (included to the upstream) - Honor openssl CFLAGS and LDFLAGS to use the proper version Deleted: head/security/hpenc/files/ Modified: head/security/hpenc/Makefile head/security/hpenc/distinfo Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Sun Mar 22 15:57:13 2015 (r381934) +++ head/security/hpenc/Makefile Sun Mar 22 16:32:26 2015 (r381935) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hpenc -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= security MASTER_SITES= http://highsecure.ru/distfiles/ @@ -17,9 +16,10 @@ PLIST_FILES= bin/hpenc MAKE_ARGS+= "ARCH=${ARCH:S/amd64/x86/:S/i386/x86/}" CXXFLAGS+= -std=c++11 \ - -I${WRKSRC}/chacha-opt/app/include \ - -I${WRKSRC}/poly1305-opt/app/include -LDFLAGS+= -pthread -lcrypto + -I${WRKSRC}/chacha-opt/app/include \ + -I${WRKSRC}/poly1305-opt/app/include \ + -I${OPENSSLINC} +LDFLAGS+= -pthread -lcrypto -L${OPENSSLLIB} .include Modified: head/security/hpenc/distinfo ============================================================================== --- head/security/hpenc/distinfo Sun Mar 22 15:57:13 2015 (r381934) +++ head/security/hpenc/distinfo Sun Mar 22 16:32:26 2015 (r381935) @@ -1,2 +1,2 @@ -SHA256 (hpenc-1.0.tar.xz) = 81a87c05b693285c26585053d34c49cda158f2f07f64b71202bf48ef48a5ea4d -SIZE (hpenc-1.0.tar.xz) = 612044 +SHA256 (hpenc-2.0.tar.xz) = 4fa26a5ee88cbc85c4117e13295f3ee9ec4b959bf6077f6f65be3fddc6f30351 +SIZE (hpenc-2.0.tar.xz) = 612404