svn commit: r367969 - head/security/pam_search_list

Antoine Brodin antoine at FreeBSD.org
Thu Sep 11 19:52:48 UTC 2014


Author: antoine
Date: Thu Sep 11 19:52:47 2014
New Revision: 367969
URL: http://svnweb.freebsd.org/changeset/ports/367969
QAT: https://qat.redports.org/buildarchive/r367969/

Log:
  Allow staging as a regular user

Modified:
  head/security/pam_search_list/Makefile

Modified: head/security/pam_search_list/Makefile
==============================================================================
--- head/security/pam_search_list/Makefile	Thu Sep 11 19:50:14 2014	(r367968)
+++ head/security/pam_search_list/Makefile	Thu Sep 11 19:52:47 2014	(r367969)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME:S/_/-/g}-${PORTVERS
 MAINTAINER=	v.a.popov at gmail.com
 COMMENT=	PAM module to search arbitrary file for user
 
-USES=		tar:xz
+USES=		tar:xz uidfix
 
 PLIST_FILES=	lib/libpam_search_list.a \
 		lib/libpam_search_list_p.a \


More information about the svn-ports-head mailing list