Skip to content

Commit 2e6dfe7

Browse files
authored
cdargs: fix opportunistic linking with ncurses
- add license, and openmaintainer - modernize checksums Closes: https://trac.macports.org/ticket/72470
1 parent fd81fe4 commit 2e6dfe7

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

sysutils/cdargs/Portfile

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ name cdargs
44
version 1.35
55
revision 1
66
categories sysutils
7-
maintainers entropy.ch:reg.macports
7+
license GPL-2
8+
maintainers entropy.ch:reg.macports \
9+
openmaintainer
10+
811
description Bookmarks for the shell
912
long_description \
1013
CDargs heavily enhances the navigation of the common unix \
@@ -17,15 +20,18 @@ long_description \
1720

1821
homepage http://www.skamphausen.de/cgi-bin/ska/CDargs
1922

20-
platforms darwin
21-
2223
master_sites http://www.skamphausen.de/downloads/cdargs/
2324

24-
checksums md5 50be618d67f0b9f2439526193c69c567 \
25-
sha1 20017d09d3259fcd1385754554a3e17a1c975f9b \
26-
rmd160 44cbe35281ab29fa48149792c34afa61d117e33d
25+
checksums rmd160 44cbe35281ab29fa48149792c34afa61d117e33d \
26+
sha256 ee35a8887c2379c9664b277eaed9b353887d89480d5749c9ad957adf9c57ed2c \
27+
size 74103
28+
29+
depends_lib-append \
30+
port:ncurses
2731

28-
configure.args --mandir=${prefix}/share/man
32+
configure.args-append \
33+
--with-ncurses \
34+
--mandir=${prefix}/share/man
2935

3036
patchfiles patch-contrib-cdargs-bash.sh.diff
3137

0 commit comments

Comments
 (0)