pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/pam-ldap
Module Name: pkgsrc
Committed By: maya
Date: Wed Apr 29 19:33:25 UTC 2020
Modified Files:
pkgsrc/security/pam-ldap: Makefile
Log Message:
pam-ldap: preemptively avoid "version 10" issues by accepting all
versions of netbsd. unlikely that anyone is using netbsd<3.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/pam-ldap/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/pam-ldap/Makefile
diff -u pkgsrc/security/pam-ldap/Makefile:1.48 pkgsrc/security/pam-ldap/Makefile:1.49
--- pkgsrc/security/pam-ldap/Makefile:1.48 Sat Jan 18 21:50:43 2020
+++ pkgsrc/security/pam-ldap/Makefile Wed Apr 29 19:33:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/01/18 21:50:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.49 2020/04/29 19:33:25 maya Exp $
DISTNAME= pam_ldap-186
PKGNAME= ${DISTNAME:S/_/-/}
@@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Pluggable authentication module for LDAP directories
LICENSE= gnu-lgpl-v2
-ONLY_FOR_PLATFORM= NetBSD-[3-9]*-* FreeBSD-*-* SunOS-*-*
+ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* SunOS-*-*
USE_LIBTOOL= yes
USE_TOOLS+= gmake
Home |
Main Index |
Thread Index |
Old Index