svn commit: r381935 - in head/security/hpenc: . files
Vsevolod Stakhov
vsevolod at FreeBSD.org
Sun Mar 22 16:32:28 UTC 2015
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 <bsd.port.pre.mk>
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
More information about the svn-ports-all
mailing list