non port: devel/dep/Makefile |
SVNWeb
|
Number of commits found: 11 |
Wed, 18 May 2022
|
[ 12:18 Dmitri Goutnik (dmgk) ] 8940501
devel/dep: Deprecate and set expiration date to 2022-06-30
Unmaintained by the upstream. Go modules support is considered
production now, deprecate this port and set expiration date.
|
Wed, 30 Mar 2022
|
[ 07:01 Guangyuan Yang (ygy) ] d690b51 (Only the first 10 of 498 ports in this commit are shown above. )
*/*: Bump PORTREVISION after lang/go 1.18 update
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 27 Dec 2019
|
[ 13:51 dmgk ]
devel/dep: Unbreak on aarch64, take maintainership
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p520537_s355573/logs/errors/dep-0.5.4.log
# github.com/golang/dep/vendor/golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined:
CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:19:23: undefined:
CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:46:21: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:50:24: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:55:27: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: undefined: CapRights
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:12:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:13:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:14:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:15:6: missing function body
- Unbreak by updating golang.org/x/sys to 33540a1f6037 which brings in
necessary freebsd/arm64 bits.
- Take maintainership.
|
Tue, 3 Dec 2019
|
[ 07:42 lwhsu ]
- Update to 0.5.4
|
Sat, 16 Nov 2019
|
[ 12:52 dmgk ] (Only the first 10 of 177 ports in this commit are shown above. )
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854
|
Tue, 12 Nov 2019
|
[ 16:53 zi ]
- Reset MAINTAINER due to fatal bounces
Reported by: portscout!
|
Fri, 10 Aug 2018
|
[ 14:53 miwi ]
- Update to 0.5.0
PR: 230091
Sponsored by: iXsystems Inc.
|
Mon, 12 Feb 2018
|
[ 19:05 sunpoet ]
Update to 0.4.1
Changes: https://github.com/golang/dep/releases
PR: 225484
Submitted by: Sean Chittenden <sean@chittenden.org>
Approved by: maintainer (timeout, 16 days)
|
Sun, 14 Jan 2018
|
[ 17:24 swills ]
devel/dep: create port
Dep is a Go tool for managing vendor dependencies (not to be confused
with godep, a different, deprecated tool). dep updates the vendor/
directory contents based on a manifest, prunes unnecessary dependencies,
and adds missing dependencies to vendor/ as necessary.
dep is the heir-apparent for vendor management and is being actively
driven by the Go core team with an eye toward inclusion in the Go tool.
WWW: https://github.com/golang/dep
Submitted by: Sam Gwydir <sam.gwydir@joyent.com>
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D13364
|
Number of commits found: 11 |