pkgsrc-WIP-changes archive

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

Update my email.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Sat Sep 16 21:33:34 2017 +0100
Changeset:	6ef827ed2d8e3492cf6cc3b2a42c63054035268f

Modified Files:
	go-ed25519/Makefile
	go-flags/Makefile
	go-goptlib/Makefile
	go-humanize/Makefile
	go-log/Makefile
	go-pass/Makefile
	go-rateio/Makefile
	go-siphash/Makefile
	lua-lbn/Makefile
	mpfi/Makefile
	obfs4proxy/Makefile
	quickfix/Makefile
	sollya/Makefile
	ssh-chat/Makefile

Log Message:
Update my email.

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

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

diffstat:
 go-ed25519/Makefile  | 2 +-
 go-flags/Makefile    | 2 +-
 go-goptlib/Makefile  | 2 +-
 go-humanize/Makefile | 2 +-
 go-log/Makefile      | 2 +-
 go-pass/Makefile     | 2 +-
 go-rateio/Makefile   | 2 +-
 go-siphash/Makefile  | 2 +-
 lua-lbn/Makefile     | 2 +-
 mpfi/Makefile        | 2 +-
 obfs4proxy/Makefile  | 2 +-
 quickfix/Makefile    | 2 +-
 sollya/Makefile      | 2 +-
 ssh-chat/Makefile    | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diffs:
diff --git a/go-ed25519/Makefile b/go-ed25519/Makefile
index fe70aab701..cc85e79ba5 100644
--- a/go-ed25519/Makefile
+++ b/go-ed25519/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=agl/}
 GITHUB_PROJECT=	ed25519
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/agl/ed25519
 COMMENT=	Ed25519 for Go
 LICENSE=	modified-bsd
diff --git a/go-flags/Makefile b/go-flags/Makefile
index 463cc0b74e..4218a68eba 100644
--- a/go-flags/Makefile
+++ b/go-flags/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jessevdk/}
 GITHUB_PROJECT=	go-flags
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/jessevdk/go-flags
 COMMENT=	Go command line option parser
 LICENSE=	modified-bsd
diff --git a/go-goptlib/Makefile b/go-goptlib/Makefile
index 8e34690192..ebb8d6c013 100644
--- a/go-goptlib/Makefile
+++ b/go-goptlib/Makefile
@@ -6,7 +6,7 @@ PKGNAME=	${DIST_SUBDIR}-${DISTNAME}
 CATEGORIES=	net devel
 MASTER_SITES=	https://gitweb.torproject.org/pluggable-transports/goptlib.git/snapshot/
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://gitweb.torproject.org/pluggable-transports/goptlib.git/snapshot/
 COMMENT=	Library for writing Tor pluggable transports in Go
 LICENSE=	cc0-1.0-universal
diff --git a/go-humanize/Makefile b/go-humanize/Makefile
index bffc4daac4..c6ff88febd 100644
--- a/go-humanize/Makefile
+++ b/go-humanize/Makefile
@@ -9,7 +9,7 @@ CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=dustin/}
 GITHUB_PROJECT=	go-humanize
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/dustin/go-humanize
 COMMENT=	Go Humans! (formatters for units to human friendly sizes)
 LICENSE=	mit
diff --git a/go-log/Makefile b/go-log/Makefile
index 6bb17c1b3f..ebfa51d4ea 100644
--- a/go-log/Makefile
+++ b/go-log/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=alexcesaro/}
 GITHUB_PROJECT=	log
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/alexcesaro/log
 COMMENT=	Logging packages for Go
 LICENSE=	mit
diff --git a/go-pass/Makefile b/go-pass/Makefile
index fef3632aa0..dc5f2ca03d 100644
--- a/go-pass/Makefile
+++ b/go-pass/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=howeyc/}
 GITHUB_PROJECT=	gopass
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/howeyc/gopass
 COMMENT=	getpasswd for Go
 LICENSE=	isc
diff --git a/go-rateio/Makefile b/go-rateio/Makefile
index ac46576d87..156062928d 100644
--- a/go-rateio/Makefile
+++ b/go-rateio/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=shazow/}
 GITHUB_PROJECT=	rateio
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/shazow/rateio
 COMMENT=	Ratelimiting for io-style interfaces in Go
 LICENSE=	mit
diff --git a/go-siphash/Makefile b/go-siphash/Makefile
index 17840666ff..5e2b6c3976 100644
--- a/go-siphash/Makefile
+++ b/go-siphash/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=dchest/}
 GITHUB_PROJECT=	siphash
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/dchest/siphash
 COMMENT=	Go implementation of SipHash-2-4
 LICENSE=	public-domain
diff --git a/lua-lbn/Makefile b/lua-lbn/Makefile
index d4e7712a14..40c218325e 100644
--- a/lua-lbn/Makefile
+++ b/lua-lbn/Makefile
@@ -6,7 +6,7 @@ PKGNAME=	lua-lbn-${LBN_VERSION}
 CATEGORIES=	math
 MASTER_SITES=	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/${LVER}/
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbn
 COMMENT=	Arbitrary precision library for Lua based on OpenSSL bn
 LICENSE=	public-domain
diff --git a/mpfi/Makefile b/mpfi/Makefile
index 448e8927d7..6d7f65c668 100644
--- a/mpfi/Makefile
+++ b/mpfi/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	mpfi-1.5.1
 CATEGORIES=	math
 MASTER_SITES=	https://gforge.inria.fr/frs/download.php/file/30130/
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://gforge.inria.fr/frs/download.php/file/30130/
 COMMENT=	TODO: Short description of the package
 LICENSE=	gnu-gpl-v2
diff --git a/obfs4proxy/Makefile b/obfs4proxy/Makefile
index 4c6c41ea45..2a84234ccb 100644
--- a/obfs4proxy/Makefile
+++ b/obfs4proxy/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	security net
 MASTER_SITES=	https://people.torproject.org/~yawning/releases/obfs4proxy/
 EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://people.torproject.org/~yawning/releases/obfs4proxy/
 COMMENT=	Look-like nothing obfuscation protocol
 LICENSE=	modified-bsd
diff --git a/quickfix/Makefile b/quickfix/Makefile
index 3b24c85935..869deb8330 100644
--- a/quickfix/Makefile
+++ b/quickfix/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=quickfix/}
 GITHUB_TAG=	v.${PKGVERSION}
 GITHUB_PROJECT=	${DISTNAME:S/-${PKGVERSION}//}
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	http://www.quickfixengine.org/
 COMMENT=	FIX engine
 LICENSE=	quickfix
diff --git a/sollya/Makefile b/sollya/Makefile
index 88c31ac782..c02b6f5619 100644
--- a/sollya/Makefile
+++ b/sollya/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	sollya-5.0
 CATEGORIES=	math
 MASTER_SITES=	https://gforge.inria.fr/frs/download.php/33151/
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://gforge.inria.fr/frs/download.php/33151/
 COMMENT=	Environment and library for safe floating-point code development
 LICENSE=	cecil-1.0 AND gnu-gpl-v3
diff --git a/ssh-chat/Makefile b/ssh-chat/Makefile
index 785cd48067..af43449649 100644
--- a/ssh-chat/Makefile
+++ b/ssh-chat/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	chat security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=shazow/}
 GITHUB_PROJECT=	ssh-chat
 
-MAINTAINER=	alnsn%NetBSD.org@localhost
+MAINTAINER=	alnsn%yandex.ru@localhost
 HOMEPAGE=	https://github.com/shazow/ssh-chat
 COMMENT=	Chat over SSH
 LICENSE=	mit


Home | Main Index | Thread Index | Old Index