Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-ldap pam-ldap: preemptively avoid "versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b1fd537ff7c
branches:  trunk
changeset: 428595:5b1fd537ff7c
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 29 19:33:25 2020 +0000

description:
pam-ldap: preemptively avoid "version 10" issues by accepting all
versions of netbsd. unlikely that anyone is using netbsd<3.

diffstat:

 security/pam-ldap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a034376531c1 -r 5b1fd537ff7c security/pam-ldap/Makefile
--- a/security/pam-ldap/Makefile        Wed Apr 29 19:23:10 2020 +0000
+++ b/security/pam-ldap/Makefile        Wed Apr 29 19:33:25 2020 +0000
@@ -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 @@
 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