Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0AEBF7A111 for ; Thu, 19 Jan 2017 09:24:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ABECD85600; Thu, 19 Jan 2017 09:24:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 399FF855A2 for ; Thu, 19 Jan 2017 09:24:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2xy7mViKnnA7 for ; Thu, 19 Jan 2017 09:24:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C17AF8557D for ; Thu, 19 Jan 2017 09:24:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF5ECFBA6; Thu, 19 Jan 2017 09:24:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484817878122690" MIME-Version: 1.0 Date: Thu, 19 Jan 2017 09:24:38 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/net/kppp To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170119092438.BF5ECFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484817878122690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Jan 19 09:24:38 UTC 2017 Modified Files: pkgsrc/net/kppp: Makefile distinfo Log Message: Update to kppp 16.12.0 minor changes To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/kppp/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/kppp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484817878122690 Content-Disposition: inline Content-Length: 1687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/kppp/Makefile diff -u pkgsrc/net/kppp/Makefile:1.16 pkgsrc/net/kppp/Makefile:1.17 --- pkgsrc/net/kppp/Makefile:1.16 Sun Jan 1 16:06:33 2017 +++ pkgsrc/net/kppp/Makefile Thu Jan 19 09:24:38 2017 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 16:06:33 adam Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/19 09:24:38 markd Exp $ -DISTNAME= kppp-15.12.0 -PKGREVISION= 3 +DISTNAME= kppp-16.12.0 CATEGORIES= net COMMENT= Dialer and front end for pppd -MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.12.0/src/} LDFLAGS.SunOS+= -lsocket -lnsl Index: pkgsrc/net/kppp/distinfo diff -u pkgsrc/net/kppp/distinfo:1.5 pkgsrc/net/kppp/distinfo:1.6 --- pkgsrc/net/kppp/distinfo:1.5 Sun Jan 10 19:19:30 2016 +++ pkgsrc/net/kppp/distinfo Thu Jan 19 09:24:38 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/01/10 19:19:30 markd Exp $ +$NetBSD: distinfo,v 1.6 2017/01/19 09:24:38 markd Exp $ -SHA1 (kppp-15.12.0.tar.xz) = de23b10a30b65a93fee448c8304373351ed60ccf -RMD160 (kppp-15.12.0.tar.xz) = 907b5ad15a6b2033d7cf63027339c45c7787fde6 -SHA512 (kppp-15.12.0.tar.xz) = b5f69cca1b916dfd6a253222dff1e339a7a2e16180e0b1eb73b81b457b33b6a39c213f2be5cc6174745b5ee6ca3e8fb8129390bae167230ad7ea90a440fc0914 -Size (kppp-15.12.0.tar.xz) = 700072 bytes +SHA1 (kppp-16.12.0.tar.xz) = 0ae2496ed325607058656643516ad412bcfc32f9 +RMD160 (kppp-16.12.0.tar.xz) = 21e9b300631724e86d350a1d117b9194623f280a +SHA512 (kppp-16.12.0.tar.xz) = 780fbf76f5fadf54eb0c9fc9abb711c4338d577dd02d19384d97530aa5057c129fdaa638e1eae9dc89481a0283a1d043a7973a6df6d3ffd9fbeb57a98f3f8a89 +Size (kppp-16.12.0.tar.xz) = 700920 bytes --_----------=_1484817878122690--