Received: by mail.netbsd.org (Postfix, from userid 605) id BDBB384D6A; Tue, 1 Aug 2017 16:50:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5006A84CE2 for ; Tue, 1 Aug 2017 16:50:18 +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 GAIc4zoksgcI for ; Tue, 1 Aug 2017 16:50:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B314F84CDA for ; Tue, 1 Aug 2017 16:50:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1239FACD; Tue, 1 Aug 2017 16:50:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501606217174410" MIME-Version: 1.0 Date: Tue, 1 Aug 2017 16:50:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/ap2-authn-otp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170801165017.B1239FACD@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1501606217174410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 1 16:50:17 UTC 2017 Modified Files: pkgsrc/www/ap2-authn-otp: Makefile Log Message: Update HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ap2-authn-otp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501606217174410 Content-Disposition: inline Content-Length: 814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ap2-authn-otp/Makefile diff -u pkgsrc/www/ap2-authn-otp/Makefile:1.8 pkgsrc/www/ap2-authn-otp/Makefile:1.9 --- pkgsrc/www/ap2-authn-otp/Makefile:1.8 Sat Mar 5 11:29:34 2016 +++ pkgsrc/www/ap2-authn-otp/Makefile Tue Aug 1 16:50:17 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:29:34 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2017/08/01 16:50:17 wiz Exp $ DISTNAME= mod_authn_otp-${DISTVERS} PKGNAME= ${APACHE_PKG_PREFIX}-authn-otp-${DISTVERS} @@ -8,7 +8,7 @@ MASTER_SITES= http://mod-authn-otp.googl LICENSE= apache-2.0 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://mod-authn-otp.googlecode.com/ +HOMEPAGE= https://github.com/archiecobbs/mod-authn-otp COMMENT= Apache module for one-time password authentication PKG_APACHE_ACCEPTED= apache22 --_----------=_1501606217174410--