1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Mateusz Piotrowski
7c61ca70a1 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
2019-12-05 16:44:08 +00:00
Dmitri Goutnik
e0c315c81f 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)
2019-12-02 19:40:38 +00:00
Dmitri Goutnik
d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00
Mateusz Piotrowski
aa007b973e ftp/curlie: Add a missing runtime dependency 2019-08-20 11:17:35 +00:00
Mateusz Piotrowski
a321328bdc 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.
2019-08-16 15:26:02 +00:00