Skip to content

Commit

Permalink
wcd: update to 6.0.4, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Nov 1, 2021
1 parent db5107e commit a053241
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sysutils/wcd/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name wcd
version 6.0.3
version 6.0.4
revision 0
categories sysutils
maintainers {mps @Schamschula} openmaintainer
Expand All @@ -12,7 +12,7 @@ license GPL-2

description Wcd is a command-line program to change directory fast.

long_description Wcd is a command-line program to change directory fast. It \
long_description {*}${description} It \
saves time typing at the keyboard. One needs to type only \
a part of a directory name and wcd will jump to it. Wcd \
has a fast selection method in case of multiple matches \
Expand All @@ -23,9 +23,9 @@ long_description Wcd is a command-line program to change directory fast. It \
homepage http://waterlan.home.xs4all.nl/
master_sites ${homepage}wcd

checksums rmd160 e55585f8c21a04c290e498fca94b1c2f06dc39ce \
sha256 0a7be2018577c7ab34436740a13c9d5deaf850fd4217666ab8a133b6bc4e8471 \
size 813763
checksums rmd160 e83736afbea8f323545706c384b823f61935c137 \
sha256 5673645f77505c8d03ca75ffcb32f6a2a86fa1b1e9a8dd9d0a5bd10a202eabf2 \
size 935815

depends_lib port:gettext \
port:ncurses
Expand All @@ -34,15 +34,15 @@ patchfiles patch-src-Makefile.diff

use_configure no

variant universal {}
variant universal {}

build.args PREFIX=${prefix} \
INCPREFIX=${prefix} \
CC="${configure.cc} [get_canonical_archflags cc]" \
EXT= \
docsubdir=${name}

destroot.args {*}${build.args}
destroot.args {*}${build.args}

livecheck.type regex
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}

0 comments on commit a053241

Please sign in to comment.