pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Fix packaging



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16a548549dee
branches:  trunk
changeset: 374317:16a548549dee
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Jan 21 01:28:08 2018 +0000

description:
Fix packaging

diffstat:

 lang/go/PLIST   |  3 +--
 lang/go14/PLIST |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r a0793d2dbe9e -r 16a548549dee lang/go/PLIST
--- a/lang/go/PLIST     Sat Jan 20 21:17:02 2018 +0000
+++ b/lang/go/PLIST     Sun Jan 21 01:28:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2018/01/20 16:55:05 christos Exp $
+@comment $NetBSD: PLIST,v 1.36 2018/01/21 01:28:39 ryoon Exp $
 bin/go
 bin/gofmt
 go/AUTHORS
@@ -4584,7 +4584,6 @@
 go/src/runtime/crash_test.go
 go/src/runtime/crash_unix_test.go
 go/src/runtime/debug.go
-go/src/runtime/debug_netbsd.go
 go/src/runtime/debug/debug.s
 go/src/runtime/debug/garbage.go
 go/src/runtime/debug/garbage_test.go
diff -r a0793d2dbe9e -r 16a548549dee lang/go14/PLIST
--- a/lang/go14/PLIST   Sat Jan 20 21:17:02 2018 +0000
+++ b/lang/go14/PLIST   Sun Jan 21 01:28:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/09/02 17:15:00 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/21 01:28:08 ryoon Exp $
 go14/AUTHORS
 go14/CONTRIBUTORS
 go14/LICENSE
@@ -2569,6 +2569,7 @@
 go14/src/runtime/crash_cgo_test.go
 go14/src/runtime/crash_test.go
 go14/src/runtime/debug.go
+go14/src/runtime/debug_netbsd.go
 go14/src/runtime/debug/debug.s
 go14/src/runtime/debug/garbage.go
 go14/src/runtime/debug/garbage_test.go



Home | Main Index | Thread Index | Old Index