pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: sniproxy: Improve distinfo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30addfa50ab4
branches:  trunk
changeset: 306555:30addfa50ab4
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Apr 18 19:34:11 2018 +0000
description:
sniproxy: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

diffstat:

 net/sniproxy/Makefile |   9 +++------
 net/sniproxy/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (40 lines):

diff -r 59fdf31036b2 -r 30addfa50ab4 net/sniproxy/Makefile
--- a/net/sniproxy/Makefile     Wed Apr 18 19:25:27 2018 +0000
+++ b/net/sniproxy/Makefile     Wed Apr 18 19:34:11 2018 +0000
@@ -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@localhost
 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
diff -r 59fdf31036b2 -r 30addfa50ab4 net/sniproxy/distinfo
--- a/net/sniproxy/distinfo     Wed Apr 18 19:25:27 2018 +0000
+++ b/net/sniproxy/distinfo     Wed Apr 18 19:34:11 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index