pkgsrc-WIP-changes archive

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

go-notify: switch upstream



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Sep 27 04:18:12 2015 +0200
Changeset:	7465d53b28e835a69c79d7468a495088ec0fccce

Modified Files:
	go-notify/Makefile
	go-notify/PLIST
	go-notify/distinfo

Log Message:
go-notify: switch upstream

XXX no idea what's going on here, just updating to the version
that syncthing-inotify wants.

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

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

diffstat:
 go-notify/Makefile |  13 ++++---
 go-notify/PLIST    | 110 ++++++++++++++++++++++++++---------------------------
 go-notify/distinfo |   6 +--
 3 files changed, 65 insertions(+), 64 deletions(-)

diffs:
diff --git a/go-notify/Makefile b/go-notify/Makefile
index d8f8d18..b90a5fa 100644
--- a/go-notify/Makefile
+++ b/go-notify/Makefile
@@ -1,17 +1,18 @@
 # $NetBSD: Makefile,v 1.1 2015/04/25 17:10:48 tnn2 Exp $
 
-DISTNAME=		go-notify-20150316
-GITHUB_PROJECT=         notify
-CATEGORIES=             devel
-MASTER_SITES=           ${MASTER_SITE_GITHUB:=rjeczalik/}
-GITHUB_TAG=             9ae2c42a589ea0ee4761559fd5b2c4b747b4150f
+DISTNAME=		go-notify-20150523
+GITHUB_PROJECT=		notify
+CATEGORIES=		devel
+#MASTER_SITES=		${MASTER_SITE_GITHUB:=rjeczalik/}
+MASTER_SITES=		${MASTER_SITE_GITHUB:=zillode/}
+GITHUB_TAG=		f06b1e3b795091f2e1414067b08e5f07332cdb05
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		https://fsnotify.org/
 COMMENT=		File system event notification library on steroids
 LICENSE=		mit
 
-GO_SRCPATH=		github.com/rjeczalik/notify
+GO_SRCPATH=		github.com/zillode/notify
 GO_DIST_BASE=		${GITHUB_PROJECT}-${GITHUB_TAG}*
 
 .include "../../lang/go/go-package.mk"
diff --git a/go-notify/PLIST b/go-notify/PLIST
index 44212a5..47730bd 100644
--- a/go-notify/PLIST
+++ b/go-notify/PLIST
@@ -1,55 +1,55 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/25 17:10:48 tnn2 Exp $
-gopkg/pkg/netbsd_amd64/github.com/rjeczalik/notify.a
-gopkg/src/github.com/rjeczalik/notify/AUTHORS
-gopkg/src/github.com/rjeczalik/notify/LICENSE
-gopkg/src/github.com/rjeczalik/notify/README.md
-gopkg/src/github.com/rjeczalik/notify/appveyor.yml
-gopkg/src/github.com/rjeczalik/notify/debug.go
-gopkg/src/github.com/rjeczalik/notify/debug_debug.go
-gopkg/src/github.com/rjeczalik/notify/doc.go
-gopkg/src/github.com/rjeczalik/notify/event.go
-gopkg/src/github.com/rjeczalik/notify/event_fsevents.go
-gopkg/src/github.com/rjeczalik/notify/event_inotify.go
-gopkg/src/github.com/rjeczalik/notify/event_kqueue.go
-gopkg/src/github.com/rjeczalik/notify/event_readdcw.go
-gopkg/src/github.com/rjeczalik/notify/event_stub.go
-gopkg/src/github.com/rjeczalik/notify/event_test.go
-gopkg/src/github.com/rjeczalik/notify/example_fsevents_test.go
-gopkg/src/github.com/rjeczalik/notify/example_inotify_test.go
-gopkg/src/github.com/rjeczalik/notify/example_readdcw_test.go
-gopkg/src/github.com/rjeczalik/notify/example_test.go
-gopkg/src/github.com/rjeczalik/notify/node.go
-gopkg/src/github.com/rjeczalik/notify/notify.go
-gopkg/src/github.com/rjeczalik/notify/notify_inotify_test.go
-gopkg/src/github.com/rjeczalik/notify/notify_readdcw_test.go
-gopkg/src/github.com/rjeczalik/notify/notify_test.go
-gopkg/src/github.com/rjeczalik/notify/sync_readdcw_test.go
-gopkg/src/github.com/rjeczalik/notify/sync_unix_test.go
-gopkg/src/github.com/rjeczalik/notify/testdata/vfs.txt
-gopkg/src/github.com/rjeczalik/notify/testing_test.go
-gopkg/src/github.com/rjeczalik/notify/tree.go
-gopkg/src/github.com/rjeczalik/notify/tree_nonrecursive.go
-gopkg/src/github.com/rjeczalik/notify/tree_nonrecursive_test.go
-gopkg/src/github.com/rjeczalik/notify/tree_recursive.go
-gopkg/src/github.com/rjeczalik/notify/tree_recursive_test.go
-gopkg/src/github.com/rjeczalik/notify/util.go
-gopkg/src/github.com/rjeczalik/notify/util_darwin_test.go
-gopkg/src/github.com/rjeczalik/notify/util_test.go
-gopkg/src/github.com/rjeczalik/notify/util_unix_test.go
-gopkg/src/github.com/rjeczalik/notify/watcher.go
-gopkg/src/github.com/rjeczalik/notify/watcher_fsevents.go
-gopkg/src/github.com/rjeczalik/notify/watcher_fsevents_cgo.go
-gopkg/src/github.com/rjeczalik/notify/watcher_fsevents_test.go
-gopkg/src/github.com/rjeczalik/notify/watcher_inotify.go
-gopkg/src/github.com/rjeczalik/notify/watcher_inotify_test.go
-gopkg/src/github.com/rjeczalik/notify/watcher_kqueue.go
-gopkg/src/github.com/rjeczalik/notify/watcher_kqueue_test.go
-gopkg/src/github.com/rjeczalik/notify/watcher_readdcw.go
-gopkg/src/github.com/rjeczalik/notify/watcher_readdcw_test.go
-gopkg/src/github.com/rjeczalik/notify/watcher_recursive_test.go
-gopkg/src/github.com/rjeczalik/notify/watcher_stub.go
-gopkg/src/github.com/rjeczalik/notify/watcher_test.go
-gopkg/src/github.com/rjeczalik/notify/watchpoint.go
-gopkg/src/github.com/rjeczalik/notify/watchpoint_other.go
-gopkg/src/github.com/rjeczalik/notify/watchpoint_readdcw.go
-gopkg/src/github.com/rjeczalik/notify/watchpoint_test.go
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/zillode/notify.a
+gopkg/src/github.com/zillode/notify/AUTHORS
+gopkg/src/github.com/zillode/notify/LICENSE
+gopkg/src/github.com/zillode/notify/README.md
+gopkg/src/github.com/zillode/notify/appveyor.yml
+gopkg/src/github.com/zillode/notify/debug.go
+gopkg/src/github.com/zillode/notify/debug_debug.go
+gopkg/src/github.com/zillode/notify/doc.go
+gopkg/src/github.com/zillode/notify/event.go
+gopkg/src/github.com/zillode/notify/event_fsevents.go
+gopkg/src/github.com/zillode/notify/event_inotify.go
+gopkg/src/github.com/zillode/notify/event_kqueue.go
+gopkg/src/github.com/zillode/notify/event_readdcw.go
+gopkg/src/github.com/zillode/notify/event_stub.go
+gopkg/src/github.com/zillode/notify/event_test.go
+gopkg/src/github.com/zillode/notify/example_fsevents_test.go
+gopkg/src/github.com/zillode/notify/example_inotify_test.go
+gopkg/src/github.com/zillode/notify/example_readdcw_test.go
+gopkg/src/github.com/zillode/notify/example_test.go
+gopkg/src/github.com/zillode/notify/node.go
+gopkg/src/github.com/zillode/notify/notify.go
+gopkg/src/github.com/zillode/notify/notify_inotify_test.go
+gopkg/src/github.com/zillode/notify/notify_readdcw_test.go
+gopkg/src/github.com/zillode/notify/notify_test.go
+gopkg/src/github.com/zillode/notify/sync_readdcw_test.go
+gopkg/src/github.com/zillode/notify/sync_unix_test.go
+gopkg/src/github.com/zillode/notify/testdata/vfs.txt
+gopkg/src/github.com/zillode/notify/testing_test.go
+gopkg/src/github.com/zillode/notify/tree.go
+gopkg/src/github.com/zillode/notify/tree_nonrecursive.go
+gopkg/src/github.com/zillode/notify/tree_nonrecursive_test.go
+gopkg/src/github.com/zillode/notify/tree_recursive.go
+gopkg/src/github.com/zillode/notify/tree_recursive_test.go
+gopkg/src/github.com/zillode/notify/util.go
+gopkg/src/github.com/zillode/notify/util_darwin_test.go
+gopkg/src/github.com/zillode/notify/util_test.go
+gopkg/src/github.com/zillode/notify/util_unix_test.go
+gopkg/src/github.com/zillode/notify/watcher.go
+gopkg/src/github.com/zillode/notify/watcher_fsevents.go
+gopkg/src/github.com/zillode/notify/watcher_fsevents_cgo.go
+gopkg/src/github.com/zillode/notify/watcher_fsevents_test.go
+gopkg/src/github.com/zillode/notify/watcher_inotify.go
+gopkg/src/github.com/zillode/notify/watcher_inotify_test.go
+gopkg/src/github.com/zillode/notify/watcher_kqueue.go
+gopkg/src/github.com/zillode/notify/watcher_kqueue_test.go
+gopkg/src/github.com/zillode/notify/watcher_readdcw.go
+gopkg/src/github.com/zillode/notify/watcher_readdcw_test.go
+gopkg/src/github.com/zillode/notify/watcher_recursive_test.go
+gopkg/src/github.com/zillode/notify/watcher_stub.go
+gopkg/src/github.com/zillode/notify/watcher_test.go
+gopkg/src/github.com/zillode/notify/watchpoint.go
+gopkg/src/github.com/zillode/notify/watchpoint_other.go
+gopkg/src/github.com/zillode/notify/watchpoint_readdcw.go
+gopkg/src/github.com/zillode/notify/watchpoint_test.go
diff --git a/go-notify/distinfo b/go-notify/distinfo
index 0896b94..0db9815 100644
--- a/go-notify/distinfo
+++ b/go-notify/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2015/04/25 17:10:48 tnn2 Exp $
 
-SHA1 (go-notify-20150316-9ae2c42a589ea0ee4761559fd5b2c4b747b4150f.tar.gz) = 6bcabc3ae45bb63036aa14da36102169c8ac6718
-RMD160 (go-notify-20150316-9ae2c42a589ea0ee4761559fd5b2c4b747b4150f.tar.gz) = 5fb5da3509a55ed70fa34efd1994c83e4d3cda63
-Size (go-notify-20150316-9ae2c42a589ea0ee4761559fd5b2c4b747b4150f.tar.gz) = 49653 bytes
+SHA1 (go-notify-20150523-f06b1e3b795091f2e1414067b08e5f07332cdb05.tar.gz) = 3a4816ada906a04baa5ae876880d0afc5a269278
+RMD160 (go-notify-20150523-f06b1e3b795091f2e1414067b08e5f07332cdb05.tar.gz) = 11e50804414f5e848d2219e45465710d05e0b989
+Size (go-notify-20150523-f06b1e3b795091f2e1414067b08e5f07332cdb05.tar.gz) = 49678 bytes


Home | Main Index | Thread Index | Old Index