Received: by mail.netbsd.org (Postfix, from userid 605) id 21DB384D31; Sun, 25 Apr 2021 05:52:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C95B84D25 for ; Sun, 25 Apr 2021 05:52:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LSBVAzOgfetn for ; Sun, 25 Apr 2021 05:52:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B731284CD9 for ; Sun, 25 Apr 2021 05:52:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B38AEFA95; Sun, 25 Apr 2021 05:52:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619329964199590" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 05:52:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/pam-ldap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210425055244.B38AEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619329964199590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 25 05:52:44 UTC 2021 Modified Files: pkgsrc/security/pam-ldap: Makefile Log Message: pam-ldap: remove dead links To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/pam-ldap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619329964199590 Content-Disposition: inline Content-Length: 720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/pam-ldap/Makefile diff -u pkgsrc/security/pam-ldap/Makefile:1.50 pkgsrc/security/pam-ldap/Makefile:1.51 --- pkgsrc/security/pam-ldap/Makefile:1.50 Fri Oct 23 09:20:59 2020 +++ pkgsrc/security/pam-ldap/Makefile Sun Apr 25 05:52:44 2021 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2020/10/23 09:20:59 tnn Exp $ +# $NetBSD: Makefile,v 1.51 2021/04/25 05:52:44 wiz Exp $ DISTNAME= pam_ldap-186 PKGNAME= ${DISTNAME:S/_/-/} PKGREVISION= 7 CATEGORIES= security -MASTER_SITES= ftp://ftp.padl.com/pub/ -MASTER_SITES+= http://www.padl.com/download/ +#MASTER_SITES+= http://www.padl.com/download/ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.padl.com/pam_ldap.html --_----------=_1619329964199590--