Received: by mail.netbsd.org (Postfix, from userid 605) id 6127484D89; Wed, 18 Apr 2018 19:34:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50AB984D28 for ; Wed, 18 Apr 2018 19:34:12 +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 oeTVHNefORx3 for ; Wed, 18 Apr 2018 19:34:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9909D84CE1 for ; Wed, 18 Apr 2018 19:34:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9265AFBEC; Wed, 18 Apr 2018 19:34:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1524080051137170" MIME-Version: 1.0 Date: Wed, 18 Apr 2018 19:34:11 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/net/sniproxy To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20180418193411.9265AFBEC@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. --_----------=_1524080051137170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Wed Apr 18 19:34:11 UTC 2018 Modified Files: pkgsrc/net/sniproxy: Makefile distinfo Log Message: sniproxy: Improve distinfo Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for distfile name. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/sniproxy/Makefile \ pkgsrc/net/sniproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1524080051137170 Content-Disposition: inline Content-Length: 2004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/sniproxy/Makefile diff -u pkgsrc/net/sniproxy/Makefile:1.5 pkgsrc/net/sniproxy/Makefile:1.6 --- pkgsrc/net/sniproxy/Makefile:1.5 Tue May 9 14:17:07 2017 +++ pkgsrc/net/sniproxy/Makefile Wed Apr 18 19:34:11 2018 @@ -1,17 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2017/05/09 14:17:07 wiedi Exp $ +# $NetBSD: Makefile,v 1.6 2018/04/18 19:34:11 kamil Exp $ -DISTNAME= 0.5.0 -PKGNAME= sniproxy-${DISTNAME} +DISTNAME= sniproxy-0.5.0 CATEGORIES= net -MASTER_SITES= https://github.com/dlundquist/sniproxy/archive/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=dlundquist/} MAINTAINER= wiedi@frubar.net HOMEPAGE= https://github.com/dlundquist/sniproxy/ COMMENT= Proxy that routes based on TLS server name extension LICENSE= 2-clause-bsd -WRKSRC= ${WRKDIR}/sniproxy-${DISTNAME} - USE_LANGUAGES= c99 USE_TOOLS+= autoconf aclocal automake pkg-config GNU_CONFIGURE= YES Index: pkgsrc/net/sniproxy/distinfo diff -u pkgsrc/net/sniproxy/distinfo:1.5 pkgsrc/net/sniproxy/distinfo:1.6 --- pkgsrc/net/sniproxy/distinfo:1.5 Tue May 9 14:17:07 2017 +++ pkgsrc/net/sniproxy/distinfo Wed Apr 18 19:34:11 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2017/05/09 14:17:07 wiedi Exp $ +$NetBSD: distinfo,v 1.6 2018/04/18 19:34:11 kamil Exp $ -SHA1 (0.5.0.tar.gz) = 181d2ce430bac34fbdf691870d089ef0ae92340a -RMD160 (0.5.0.tar.gz) = 27b10d8ffdbf960b91a319c36246a12609f0cf88 -SHA512 (0.5.0.tar.gz) = 52dbb217193d2b7bf9dea37b13fde395b5c56d0a6627508a245f2807920deb282aae3c1ae7e6b5fa68432990e48998989fd28027b65cb7310f214b29f98e5e5d -Size (0.5.0.tar.gz) = 72654 bytes +SHA1 (sniproxy-0.5.0.tar.gz) = 181d2ce430bac34fbdf691870d089ef0ae92340a +RMD160 (sniproxy-0.5.0.tar.gz) = 27b10d8ffdbf960b91a319c36246a12609f0cf88 +SHA512 (sniproxy-0.5.0.tar.gz) = 52dbb217193d2b7bf9dea37b13fde395b5c56d0a6627508a245f2807920deb282aae3c1ae7e6b5fa68432990e48998989fd28027b65cb7310f214b29f98e5e5d +Size (sniproxy-0.5.0.tar.gz) = 72654 bytes SHA1 (patch-src_connection.c) = 062fa7fc8f023cc9a4a57e15deaaec13d0547f6f --_----------=_1524080051137170--