Index: head/devel/git-absorb/Makefile =================================================================== --- head/devel/git-absorb/Makefile (revision 497007) +++ head/devel/git-absorb/Makefile (revision 497008) @@ -1,88 +1,88 @@ # $FreeBSD$ PORTNAME= git-absorb DISTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= greg@unrelenting.technology COMMENT= Git command for automating fixup/autosquash commits LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cargo USE_GITHUB= yes GH_ACCOUNT= tummychow CARGO_CRATES= ansi_term-0.10.2 \ atty-0.2.6 \ backtrace-0.3.5 \ backtrace-sys-0.1.16 \ bitflags-1.0.1 \ cc-1.0.25 \ cfg-if-0.1.2 \ chrono-0.4.0 \ clap-2.30.0 \ failure-0.1.1 \ failure_derive-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ git2-0.7.5 \ idna-0.1.4 \ isatty-0.1.6 \ kernel32-sys-0.2.2 \ lazy_static-1.0.0 \ libc-0.2.49 \ libgit2-sys-0.7.10 \ libz-sys-1.0.25 \ log-0.4.6 \ matches-0.1.6 \ memchr-2.0.1 \ num-0.1.42 \ num-integer-0.1.36 \ num-iter-0.1.35 \ num-traits-0.2.0 \ percent-encoding-1.0.1 \ pkg-config-0.3.9 \ quote-0.3.15 \ rand-0.4.2 \ redox_syscall-0.1.37 \ redox_termios-0.1.1 \ remove_dir_all-0.3.0 \ rustc-demangle-0.1.5 \ slog-2.1.1 \ slog-async-2.2.0 \ slog-term-2.3.0 \ strsim-0.7.0 \ syn-0.11.11 \ synom-0.11.3 \ synstructure-0.6.1 \ take_mut-0.2.0 \ tempdir-0.3.6 \ term-0.4.6 \ termion-1.5.1 \ textwrap-0.9.0 \ thread_local-0.3.5 \ time-0.1.39 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.5 \ unicode-width-0.1.4 \ unicode-xid-0.0.4 \ unreachable-1.0.0 \ url-1.6.0 \ vcpkg-0.2.2 \ vec_map-0.8.0 \ void-1.0.2 \ winapi-0.2.8 \ winapi-0.3.4 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/git-absorb post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/git-absorb .include Index: head/devel/interactive_rebase_tool/Makefile =================================================================== --- head/devel/interactive_rebase_tool/Makefile (revision 497007) +++ head/devel/interactive_rebase_tool/Makefile (revision 497008) @@ -1,64 +1,64 @@ # $FreeBSD$ PORTNAME= interactive_rebase_tool DISTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi COMMENT= Improved sequence editor for Git LICENSE= ISCL USES= cargo ncurses USE_GITHUB= yes GH_ACCOUNT= MitMaro GH_PROJECT= git-interactive-rebase-tool CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.11 \ bitflags-1.0.4 \ cc-1.0.25 \ cfg-if-0.1.6 \ clap-2.32.0 \ curl-sys-0.4.13 \ git2-0.7.5 \ idna-0.1.5 \ libc-0.2.49 \ libgit2-sys-0.7.10 \ libssh2-sys-0.2.11 \ libz-sys-1.0.25 \ log-0.4.6 \ matches-0.1.8 \ ncurses-5.94.0 \ openssl-probe-0.1.2 \ openssl-sys-0.9.39 \ pad-0.1.5 \ pancurses-0.16.0 \ pdcurses-sys-0.7.0 \ percent-encoding-1.0.1 \ pkg-config-0.3.14 \ redox_syscall-0.1.40 \ redox_termios-0.1.1 \ strsim-0.7.0 \ termion-1.5.1 \ textwrap-0.10.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.7 \ unicode-width-0.1.5 \ url-1.7.1 \ vcpkg-0.2.6 \ vec_map-0.8.1 \ winapi-0.3.6 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.5.1 PLIST_FILES= bin/interactive-rebase-tool \ man/man1/interactive-rebase-tool.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/interactive-rebase-tool ${INSTALL_MAN} ${WRKSRC}/src/interactive-rebase-tool.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/security/cargo-audit/Makefile =================================================================== --- head/security/cargo-audit/Makefile (revision 497007) +++ head/security/cargo-audit/Makefile (revision 497008) @@ -1,86 +1,86 @@ # $FreeBSD$ PORTNAME= cargo-audit DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org COMMENT= Audit Cargo.lock for crates with security vulnerabilities LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= RustSec CARGO_CRATES= atty-0.2.11 \ autocfg-0.1.1 \ backtrace-0.3.13 \ backtrace-sys-0.1.26 \ bitflags-1.0.4 \ byteorder-1.2.7 \ cc-1.0.26 \ cfg-if-0.1.6 \ chrono-0.4.6 \ curl-sys-0.4.15 \ directories-1.0.2 \ failure-0.1.3 \ failure_derive-0.1.3 \ git2-0.8.0 \ gumdrop-0.5.0 \ gumdrop_derive-0.5.0 \ idna-0.1.5 \ itoa-0.4.3 \ lazy_static-1.2.0 \ libc-0.2.49 \ libgit2-sys-0.7.11 \ libssh2-sys-0.2.11 \ libz-sys-1.0.25 \ log-0.4.6 \ matches-0.1.8 \ num-integer-0.1.39 \ num-traits-0.2.6 \ openssl-probe-0.1.2 \ openssl-sys-0.9.39 \ percent-encoding-1.0.1 \ pkg-config-0.3.14 \ platforms-0.1.4 \ proc-macro2-0.4.24 \ quote-0.6.10 \ redox_syscall-0.1.44 \ redox_termios-0.1.1 \ rustc-demangle-0.1.11 \ rustsec-0.10.0 \ ryu-0.2.7 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.82 \ serde_derive-1.0.82 \ serde_json-1.0.33 \ syn-0.14.9 \ syn-0.15.23 \ synstructure-0.10.1 \ term-0.5.1 \ termion-1.5.1 \ time-0.1.41 \ toml-0.4.10 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.7 \ unicode-xid-0.1.0 \ url-1.7.2 \ vcpkg-0.2.6 \ winapi-0.3.6 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/cargo-audit post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cargo-audit .include Index: head/sysutils/exa/Makefile =================================================================== --- head/sysutils/exa/Makefile (revision 497007) +++ head/sysutils/exa/Makefile (revision 497008) @@ -1,97 +1,97 @@ # $FreeBSD$ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org COMMENT= Modern replacement for ls LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE USES= cargo USE_GITHUB= yes GH_ACCOUNT= ogham CARGO_CRATES= aho-corasick-0.5.3 \ ansi_term-0.8.0 \ bitflags-0.7.0 \ bitflags-0.9.1 \ byteorder-0.4.2 \ cmake-0.1.25 \ conv-0.3.3 \ custom_derive-0.1.7 \ datetime-0.4.5 \ env_logger-0.3.5 \ gcc-0.3.53 \ getopts-0.2.14 \ git2-0.6.8 \ glob-0.2.11 \ idna-0.1.4 \ iso8601-0.1.1 \ kernel32-sys-0.2.2 \ lazy_static-0.2.8 \ libc-0.2.49 \ libgit2-sys-0.6.14 \ libz-sys-1.0.16 \ locale-0.2.2 \ log-0.3.8 \ magenta-0.1.1 \ magenta-sys-0.1.1 \ matches-0.1.6 \ memchr-0.1.11 \ natord-1.0.9 \ nom-1.2.4 \ num-0.1.40 \ num-bigint-0.1.40 \ num-complex-0.1.40 \ num-integer-0.1.35 \ num-iter-0.1.34 \ num-rational-0.1.39 \ num-traits-0.1.40 \ num_cpus-1.6.2 \ number_prefix-0.2.7 \ pad-0.1.4 \ percent-encoding-1.0.0 \ pkg-config-0.3.9 \ rand-0.3.16 \ redox_syscall-0.1.31 \ regex-0.1.80 \ regex-syntax-0.3.9 \ rustc-serialize-0.3.24 \ scoped_threadpool-0.1.7 \ term_grid-0.1.6 \ term_size-0.3.0 \ thread-id-2.0.0 \ thread_local-0.2.7 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.5 \ unicode-width-0.1.4 \ url-1.5.1 \ users-0.5.3 \ utf8-ranges-0.1.3 \ vcpkg-0.2.2 \ winapi-0.2.8 \ winapi-build-0.1.1 \ zoneinfo_compiled-0.4.5 PLIST_FILES= bin/exa \ man/man1/exa.1.gz \ etc/bash_completion.d/exa.bash \ share/fish/completions/exa.fish \ share/zsh/site-functions/_exa post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/contrib/completions.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/exa.bash @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/contrib/completions.fish ${STAGEDIR}${PREFIX}/share/fish/completions/exa.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/contrib/completions.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_exa ${INSTALL_MAN} ${WRKSRC}/contrib/man/exa.1 ${STAGEDIR}${PREFIX}/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exa .include Index: head/textproc/bat/Makefile =================================================================== --- head/textproc/bat/Makefile (revision 497007) +++ head/textproc/bat/Makefile (revision 497008) @@ -1,158 +1,158 @@ # $FreeBSD$ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org COMMENT= Clone of cat with syntax highlighting LICENSE= APACHE20 USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp PLIST_FILES= bin/bat CARGO_CRATES= adler32-1.0.3 \ aho-corasick-0.6.9 \ ansi_colours-1.0.1 \ ansi_term-0.11.0 \ argon2rs-0.2.5 \ arrayvec-0.4.10 \ assert_cmd-0.11.0 \ atty-0.2.11 \ backtrace-0.3.11 \ backtrace-sys-0.1.28 \ base64-0.9.3 \ bincode-1.0.1 \ bitflags-1.0.4 \ blake2-rfc-0.2.18 \ build_const-0.2.1 \ byteorder-1.2.7 \ cc-1.0.25 \ cfg-if-0.1.6 \ clap-2.32.0 \ clicolors-control-1.0.0 \ cloudabi-0.0.3 \ console-0.7.5 \ constant_time_eq-0.1.3 \ content_inspector-0.2.4 \ crc-1.8.1 \ difference-2.0.0 \ dirs-1.0.4 \ encode_unicode-0.3.5 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ encoding-index-korean-1.20141219.5 \ encoding-index-simpchinese-1.20141219.5 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ error-chain-0.12.0 \ escargot-0.4.0 \ failure-0.1.5 \ failure_derive-0.1.5 \ flate2-1.0.4 \ fnv-1.0.6 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ git2-0.8.0 \ glob-0.2.11 \ humantime-1.1.1 \ idna-0.1.5 \ itoa-0.4.3 \ kernel32-sys-0.2.2 \ lazy_static-1.2.0 \ lazycell-1.2.0 \ libc-0.2.49 \ libgit2-sys-0.7.11 \ libz-sys-1.0.25 \ linked-hash-map-0.5.1 \ lock_api-0.1.4 \ log-0.4.6 \ matches-0.1.8 \ memchr-2.1.1 \ miniz-sys-0.1.11 \ miniz_oxide-0.2.0 \ miniz_oxide_c_api-0.2.0 \ nodrop-0.1.13 \ onig-4.2.1 \ onig_sys-69.0.0 \ owning_ref-0.3.3 \ parking_lot-0.6.4 \ parking_lot_core-0.3.1 \ percent-encoding-1.0.1 \ pkg-config-0.3.14 \ plist-0.3.0 \ predicates-1.0.0 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ proc-macro2-0.4.21 \ quick-error-1.2.2 \ quote-0.6.10 \ rand-0.4.3 \ rand-0.5.5 \ rand_core-0.2.2 \ rand_core-0.3.0 \ redox_syscall-0.1.40 \ redox_termios-0.1.1 \ redox_users-0.2.0 \ regex-1.0.6 \ regex-syntax-0.6.3 \ remove_dir_all-0.5.1 \ rustc-demangle-0.1.13 \ rustc_version-0.2.3 \ ryu-0.2.7 \ safemem-0.3.0 \ same-file-1.0.4 \ scoped_threadpool-0.1.9 \ scopeguard-0.3.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.80 \ serde_derive-1.0.80 \ serde_json-1.0.33 \ shell-words-0.1.0 \ smallvec-0.6.5 \ stable_deref_trait-1.1.1 \ strsim-0.7.0 \ syn-0.15.19 \ synstructure-0.10.1 \ syntect-3.0.2 \ tempdir-0.3.7 \ term_size-0.3.1 \ termion-1.5.1 \ termios-0.3.1 \ textwrap-0.10.0 \ thread_local-0.3.6 \ treeline-0.1.0 \ ucd-util-0.1.2 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.7 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unreachable-1.0.0 \ url-1.7.2 \ utf8-ranges-1.0.2 \ vcpkg-0.2.6 \ vec_map-0.8.1 \ version_check-0.1.5 \ void-1.0.2 \ walkdir-2.2.6 \ wild-2.0.1 \ winapi-0.2.8 \ winapi-0.3.6 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xml-rs-0.7.0 \ yaml-rust-0.4.2 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bat .include