From owner-svn-ports-all@FreeBSD.ORG Thu Oct 17 22:00:34 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F05FD9F4; Thu, 17 Oct 2013 22:00:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 040532612; Thu, 17 Oct 2013 22:00:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9HM0Xi1071966; Thu, 17 Oct 2013 22:00:33 GMT (envelope-from pav@svn.freebsd.org) Received: (from pav@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9HM0XTs071962; Thu, 17 Oct 2013 22:00:33 GMT (envelope-from pav@svn.freebsd.org) Message-Id: <201310172200.r9HM0XTs071962@svn.freebsd.org> From: Pav Lucistnik Date: Thu, 17 Oct 2013 22:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330681 - in head/sysutils/pefs-kmod: . 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.14 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: Thu, 17 Oct 2013 22:00:35 -0000 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}