- Update to 5.9
This commit is contained in:
parent
f25d8f00e8
commit
27b1f4b8ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274103
@ -17,7 +17,7 @@ COMMENT= Library for terminal-independent, full-screen output
|
||||
|
||||
CONFLICTS= ncurses-devel-*
|
||||
|
||||
RELEASE= 5.8
|
||||
RELEASE= 5.9
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT=../configure
|
||||
@ -142,9 +142,9 @@ post-configure:
|
||||
.endif
|
||||
.for d in test c++
|
||||
.if !defined(WITHOUT_WIDEC)
|
||||
${CP} ${WRKSRC}/${d}/* ${WIDEC_WRKSRC}/${d}/
|
||||
${CP} -R ${WRKSRC}/${d}/* ${WIDEC_WRKSRC}/${d}/
|
||||
.endif
|
||||
${CP} ${WRKSRC}/${d}/* ${NOWIDEC_WRKSRC}/${d}/
|
||||
${CP} -R ${WRKSRC}/${d}/* ${NOWIDEC_WRKSRC}/${d}/
|
||||
.endfor
|
||||
|
||||
post-build:
|
||||
|
@ -18,6 +18,7 @@ MAN1= \
|
||||
tset.1
|
||||
MLINKS+=\
|
||||
adacursesw-config.1 adacurses-config.1 \
|
||||
adacursesw-config.1 adacurses.1 \
|
||||
tset.1 reset.1
|
||||
|
||||
.if !defined(WITHOUT_WIDEC)
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ncurses/ncurses-5.8.tar.gz) = 51597f89fd53aa990321954e33e5b4869c4a5ee6137bfa800f98f91d4b6b54b5
|
||||
SIZE (ncurses/ncurses-5.8.tar.gz) = 2832852
|
||||
SHA256 (ncurses/ncurses-5.9.tar.gz) = 9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b
|
||||
SIZE (ncurses/ncurses-5.9.tar.gz) = 2826473
|
||||
|
Loading…
Reference in New Issue
Block a user