pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sniproxy



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.

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@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
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



Home | Main Index | Thread Index | Old Index