1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Update to 2011-12-25

Submitted by:	gleb (maintainer)
This commit is contained in:
Pav Lucistnik 2011-12-26 17:13:39 +00:00
parent 9dccfd8fa5
commit 3c1d88375e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288058
4 changed files with 17 additions and 5 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= pefs
DISTVERSION= 2011-10-18
DISTVERSION= 2011-12-25
CATEGORIES= sysutils kld
MASTER_SITES= http://cloud.github.com/downloads/glk/${PORTNAME}/
PKGNAMESUFFIX= -kmod
MAINTAINER= gleb@freebsd.org
MAINTAINER= gleb@FreeBSD.org
COMMENT= PEFS kernel level stacked cryptographic filesystem
LICENSE= BSD
@ -24,7 +24,7 @@ MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
NO_MANCOMPRESS= \
KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys"
MAN8= pefs.8
MAN8= pam_pefs.8 pefs.8
ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs

View File

@ -1,2 +1,2 @@
SHA256 (pefs-2011-10-18.tar.gz) = d7afe5b4ce930f88eb186f47422bb14ced0bfff296f64e57a3049405e1bbe296
SIZE (pefs-2011-10-18.tar.gz) = 86554
SHA256 (pefs-2011-12-25.tar.gz) = b88dd1247d2aebefafc2ae1bced6dd0d6e808dc1bd011394424f7afcbdf1420d
SIZE (pefs-2011-12-25.tar.gz) = 88110

View File

@ -0,0 +1,10 @@
--- lib/libpam/modules/Makefile.inc.orig 2011-12-25 08:01:28.000000000 +0200
+++ lib/libpam/modules/Makefile.inc 2011-12-25 08:02:17.000000000 +0200
@@ -1,4 +1,6 @@
# Include Makefiles from $SRCDIR
-.include </usr/src/lib/libpam/modules/Makefile.inc>
+LIBDIR=${PREFIX}/lib
+
+.include <${SYSDIR}/../lib/libpam/modules/Makefile.inc>

View File

@ -1,4 +1,6 @@
sbin/pefs
lib/pam_pefs.so
lib/pam_pefs.so.5
@cwd %%KMODDIR%%
pefs.ko
@exec kldxref %%KMODDIR%%