1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 2014.03.31

Submitted by: gleb@freebsd.org
This commit is contained in:
Kris Moore 2014-05-05 18:31:54 +00:00
parent a53fde59be
commit e30da1785f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353036
2 changed files with 14 additions and 4 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= pefs
DISTVERSION= 2013-10-13
DISTVERSION= 2014-03-31
CATEGORIES= sysutils
MASTER_SITES= https://pefs.googlecode.com/files/
MASTER_SITES= LOCAL/gleb
PKGNAMESUFFIX= -kmod
MAINTAINER= gleb@FreeBSD.org
@ -19,4 +19,14 @@ ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs
USES= kmod uidfix
OPTIONS_DEFINE= AESNI
OPTIONS_DEFAULT=
AESNI_DESC= Enable AES-NI hardware acceleration
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAESNI}
MAKE_ENV+= PEFS_AESNI=yes
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (pefs-2013-10-13.tar.gz) = b81bb0379d93b22ab4d56ea350fe1f8b4502be437543fd15239a0fb224dff3dd
SIZE (pefs-2013-10-13.tar.gz) = 96357
SHA256 (pefs-2014-03-31.tar.gz) = 2a0ab43fc921dbda660f42ba0a522b9aebd783d220b5e8e897273e645a361daa
SIZE (pefs-2014-03-31.tar.gz) = 90552