svn commit: r330681 - in head/sysutils/pefs-kmod: . files

Pav Lucistnik pav at FreeBSD.org
Thu Oct 17 22:00:35 UTC 2013


Author: pav
Date: Thu Oct 17 22:00:33 2013
New Revision: 330681
URL: http://svnweb.freebsd.org/changeset/ports/330681

Log:
  - Update to 2013-10-13
  
  Submitted by:	gleb (maintainer)

Added:
  head/sysutils/pefs-kmod/files/patch-pam_pefs-Makefile   (contents, props changed)
Modified:
  head/sysutils/pefs-kmod/Makefile
  head/sysutils/pefs-kmod/distinfo

Modified: head/sysutils/pefs-kmod/Makefile
==============================================================================
--- head/sysutils/pefs-kmod/Makefile	Thu Oct 17 21:46:25 2013	(r330680)
+++ head/sysutils/pefs-kmod/Makefile	Thu Oct 17 22:00:33 2013	(r330681)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pefs
-DISTVERSION=	2013-09-14
+DISTVERSION=	2013-10-13
 CATEGORIES=	sysutils kld
 MASTER_SITES=	https://pefs.googlecode.com/files/
 PKGNAMESUFFIX=	-kmod

Modified: head/sysutils/pefs-kmod/distinfo
==============================================================================
--- head/sysutils/pefs-kmod/distinfo	Thu Oct 17 21:46:25 2013	(r330680)
+++ head/sysutils/pefs-kmod/distinfo	Thu Oct 17 22:00:33 2013	(r330681)
@@ -1,2 +1,2 @@
-SHA256 (pefs-2013-09-14.tar.gz) = e5e5af2e88355b844ac9a85b52b40eca1f6731741c1dc127ab2e385f08734c2c
-SIZE (pefs-2013-09-14.tar.gz) = 96012
+SHA256 (pefs-2013-10-13.tar.gz) = b81bb0379d93b22ab4d56ea350fe1f8b4502be437543fd15239a0fb224dff3dd
+SIZE (pefs-2013-10-13.tar.gz) = 96357

Added: head/sysutils/pefs-kmod/files/patch-pam_pefs-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pefs-kmod/files/patch-pam_pefs-Makefile	Thu Oct 17 22:00:33 2013	(r330681)
@@ -0,0 +1,9 @@
+--- lib/libpam/modules/pam_pefs/Makefile.orig	2013-10-13 11:08:05.000000000 -0700
++++ lib/libpam/modules/pam_pefs/Makefile	2013-10-13 11:08:33.000000000 -0700
+@@ -26,3 +26,6 @@
+ .PATH: ${SYS}/fs/pefs
+ .PATH: ${SYS}/crypto/rijndael
+ .PATH: ${SYS}/crypto/sha2
++
++# Fix build without OBJDIR for shared components
++.NOPATH: ${OBJS}


More information about the svn-ports-head mailing list