Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Dec 2019 16:44:08
1.3.1

|
0mp  |
Update to v1.3.1
Changelogs:
- https://github.com/rs/curlie/releases/tag/v1.3.0
- https://github.com/rs/curlie/releases/tag/v1.3.1
Reported by: portscout |
02 Dec 2019 19:40:38
1.2.0_3

|
dmgk  |
ftp/curlie: Unbreak on aarch64
===> Building curlie from .
# 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
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: too many errors
Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.
PR: 242377
Approved by: 0mp (maintainer) |
16 Nov 2019 12:52:40
1.2.0_2

|
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
20 Aug 2019 11:17:35
1.2.0_1

|
0mp  |
ftp/curlie: Add a missing runtime dependency |
16 Aug 2019 15:26:02
1.2.0

|
0mp  |
New port: ftp/curlie: Frontend to cURL that adds the ease of use of HTTPie
If you like the interface of HTTPie but miss the features of curl, curlie
is what you are searching for. Curlie is a frontend to curl that adds the
ease of use of httpie, without compromising on features and performance.
All curl options are exposed with syntax sugar and output formatting
inspired from httpie. |