pkgsrc-WIP-changes archive

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

dnscrypt-proxy2: Cleanup for consistency and fix pkglint warning by adding pax to USE_TOOLS early in the makefile (go-package.mk adds it later).



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun Apr 1 15:46:21 2018 +0100
Changeset:	6fb0061e41bb712e63346b7dde55326dacdca406

Modified Files:
	dnscrypt-proxy2/Makefile
	dnscrypt-proxy2/PLIST

Log Message:
dnscrypt-proxy2: Cleanup for consistency and fix pkglint warning
by adding pax to USE_TOOLS early in the makefile (go-package.mk
adds it later).

Package name is now dnscrypt-proxy2 instead of dnscrypt2-proxy.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fb0061e41bb712e63346b7dde55326dacdca406

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dnscrypt-proxy2/Makefile | 12 ++++++------
 dnscrypt-proxy2/PLIST    |  1 -
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/dnscrypt-proxy2/Makefile b/dnscrypt-proxy2/Makefile
index f85a737b2f..35594e5a24 100644
--- a/dnscrypt-proxy2/Makefile
+++ b/dnscrypt-proxy2/Makefile
@@ -1,18 +1,18 @@
 # $NetBSD$
 
-PKGNAME=	dnscrypt2-proxy-2.0.7
+PKGNAME=	dnscrypt-proxy2-2.0.7
 DISTNAME=	dnscrypt-proxy-${PKGVERSION_NOREV}
-MASTER_SITES=	${MASTER_SITE_GITHUB:=jedisct1/}
 CATEGORIES=	net security
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jedisct1/}
+GITHUB_PROJECT=	dnscrypt-proxy
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
-COMMENT=	DNS proxy with support for encrypted protocols
 HOMEPAGE=	https://github.com/jedisct1/dnscrypt-proxy
+COMMENT=	DNS proxy with support for encrypted protocols
 LICENSE=	isc
 
 EXTRACT_USING=	bsdtar
-
-GITHUB_PROJECT=	dnscrypt-proxy
-GITHUB_TAG=	${PKGVERSION_NOREV}
+USE_TOOLS+=	pax
 
 GO_SRCPATH=	github.com/jedisct1/dnscrypt-proxy/
 GO_DIST_BASE=	${DISTNAME}
diff --git a/dnscrypt-proxy2/PLIST b/dnscrypt-proxy2/PLIST
index c540e1a3a1..97ae824ce7 100644
--- a/dnscrypt-proxy2/PLIST
+++ b/dnscrypt-proxy2/PLIST
@@ -1,3 +1,2 @@
 @comment $NetBSD$
 bin/dnscrypt-proxy
-@pkgdir gopkg


Home | Main Index | Thread Index | Old Index