Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.4_3 30 Jun 2022 20:48:41
    |
Rene Ladan (rene)  |
cleanup: Remove expired ports:
2022-06-30 databases/pgpool-II-36: Upstream support ended use
databases/pgpool-II-43
2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 devel/electron13: EOLed upstream, switch to newer version
2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is
dead. Please consider using www/aria2
2022-06-30 security/gss: Abandonware, last release in 2014 and no development
since
2022-06-30 security/shishi: Abandonware, last release in 2013 and no development
since
2022-06-30 ftp/urlgfe
2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream
is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2
2022-06-30 devel/govendor: Use Go modules
2022-06-30 devel/racer: Racer is not actively developped now. Please consider
using newer software such as devel/rust-analyzer.
2022-06-30 net-mgmt/unifi6: No longer maintained by upstream
2022-06-30 devel/dep: Use Go modules
2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5
2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu
2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down
in 2013
2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5
2022-06-30 www/getleft: Abandonware last updated on 2008
2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget |
0.5.4_3 07 Jun 2022 21:56:10
    |
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
0.5.4_2 18 May 2022 12:18:44
    |
Dmitri Goutnik (dmgk)  |
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. |
0.5.4_2 30 Mar 2022 07:01:44
    |
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
0.5.4_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5.4_1 27 Dec 2019 13:51:43
  |
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. |
0.5.4 03 Dec 2019 07:42:15
  |
lwhsu  |
- Update to 0.5.4 |
0.5.0_1 16 Nov 2019 12:52:40
  |
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
0.5.0 12 Nov 2019 16:53:42
  |
zi  |
- Reset MAINTAINER due to fatal bounces
Reported by: portscout! |
0.5.0 10 Aug 2018 14:53:39
  |
miwi  |
- Update to 0.5.0
PR: 230091
Sponsored by: iXsystems Inc. |
0.4.1 12 Feb 2018 19:05:01
  |
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) |
0.3.2 14 Jan 2018 17:24:54
  |
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 |