diff options
author | pawel <pawel@FreeBSD.org> | 2016-02-24 02:31:34 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-02-24 02:31:34 +0800 |
commit | 238163ae7def0b3f64455a0b1399fc7f5b38575c (patch) | |
tree | 4b2f695355ae74cc7fb08bbd5676552697816228 /shells | |
parent | c45d2d1ef5aced24ca96ef919eb369110838768d (diff) | |
download | freebsd-ports-gnome-238163ae7def0b3f64455a0b1399fc7f5b38575c.tar.gz freebsd-ports-gnome-238163ae7def0b3f64455a0b1399fc7f5b38575c.tar.zst freebsd-ports-gnome-238163ae7def0b3f64455a0b1399fc7f5b38575c.zip |
- Update to version 5.3.2
- Port uses ncurses
Diffstat (limited to 'shells')
-rw-r--r-- | shells/wcd/Makefile | 4 | ||||
-rw-r--r-- | shells/wcd/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index 73b99b0d6ebe..c8ac69abd00e 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.3.1 +PORTVERSION= 5.3.2 CATEGORIES= shells MASTER_SITES= SF @@ -12,7 +12,7 @@ COMMENT= Command-line program to change directory fast LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/copying.txt -USES= gmake +USES= gmake ncurses MAKE_ARGS= EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \ mandir=${PREFIX}/man diff --git a/shells/wcd/distinfo b/shells/wcd/distinfo index 8c75678fc0d6..2e9404663bfa 100644 --- a/shells/wcd/distinfo +++ b/shells/wcd/distinfo @@ -1,2 +1,2 @@ -SHA256 (wcd-5.3.1.tar.gz) = bd1705529311e8825a20af742c4c4004857917c623ee9e8fc63ff5c1fb56d525 -SIZE (wcd-5.3.1.tar.gz) = 625579 +SHA256 (wcd-5.3.2.tar.gz) = a16434cb7a177ec8e9be67a1cfe7f6406a7c9190726d0ead5c44afdc4b8d3612 +SIZE (wcd-5.3.2.tar.gz) = 595071 |