diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-23 18:11:38 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-23 18:46:00 +0000 |
commit | ccf1184f4028faa73a6d5072206dbc1b91710c9d (patch) | |
tree | 877b2f727bf1ced0a9e590dab4fd0203cbe5f680 | |
parent | 9391ca55ed715834f309a61b85af3031331dce37 (diff) | |
download | ports-ccf1184f4028faa73a6d5072206dbc1b91710c9d.tar.gz ports-ccf1184f4028faa73a6d5072206dbc1b91710c9d.zip |
devel/ncurses: Update version 6.3=>6.4
- Pet portclippy
Changeog: https://invisible-island.net/ncurses/NEWS.html#t20221231
-rw-r--r-- | devel/ncurses/Makefile | 41 | ||||
-rw-r--r-- | devel/ncurses/distinfo | 6 |
2 files changed, 18 insertions, 29 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index ae093c80c268..dd3bebd76b3e 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,5 +1,5 @@ PORTNAME= ncurses -DISTVERSION= 6.3 +DISTVERSION= 6.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME}/ \ https://invisible-mirror.net/archives/ncurses/ @@ -15,6 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_sparc64= cannot build: coredump: illegal instruction USES= cpe pkgconfig shebangfix +CPE_VENDOR= gnu +USE_LDCONFIG= yes + +SHEBANG_FILES= test/tracemunch GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share \ @@ -40,23 +44,22 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share \ --with-shared \ --with-termlib \ --without-manpage-renames +CONFIGURE_ENV= gnat_exists="no" cf_cv_ld_searchpath="${LOCALBASE}/lib /usr/lib /lib" + +PLIST_SUB= ABI_VER=6 \ + REL_VER=${DISTVERSION} +PORTDOCS= * +PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES PROFILE TRACE OPTIONS_DEFAULT= DOCS EXAMPLES MANPAGES +OPTIONS_SUB= yes TRACE_DESC= Add trace() function to all models of ncurses -CONFIGURE_ENV= gnat_exists="no" cf_cv_ld_searchpath="${LOCALBASE}/lib /usr/lib /lib" - -USE_LDCONFIG= yes -CPE_VENDOR= gnu -SHEBANG_FILES= test/tracemunch - -PLIST_SUB+= ABI_VER=6 \ - REL_VER=${DISTVERSION} - -PORTDOCS= * -PORTEXAMPLES= * +MANPAGES_CONFIGURE_WITH= manpages +PROFILE_CONFIGURE_WITH= profile +TRACE_CONFIGURE_ON= --with-trace DOCS= ANNOUNCE doc/hackguide.doc doc/html/announce.html \ doc/html/hackguide.html doc/html/index.html \ @@ -72,12 +75,6 @@ EXAMPLES_CPP= cursesapp.cc cursesapp.h cursesf.cc cursesf.h cursesm.cc \ cursesw.h cursslk.cc cursslk.h demo.cc etip.h internal.h \ Makefile NEWS PROBLEMS README-first -TRACE_CONFIGURE_ON= --with-trace -PROFILE_CONFIGURE_WITH= profile -MANPAGES_CONFIGURE_WITH= manpages - -OPTIONS_SUB= yes - .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --with-debug PLIST_SUB+= DEBUG="" @@ -85,14 +82,6 @@ PLIST_SUB+= DEBUG="" PLIST_SUB+= DEBUG="@comment " .endif -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MMANPAGES} -PLIST_SUB+= MANPAGES="" -.else -PLIST_SUB+= MANPAGES="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/misc/ncurses-config.in diff --git a/devel/ncurses/distinfo b/devel/ncurses/distinfo index 5cde0817530f..551ce1226f79 100644 --- a/devel/ncurses/distinfo +++ b/devel/ncurses/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635337979 -SHA256 (ncurses/ncurses-6.3.tar.gz) = 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059 -SIZE (ncurses/ncurses-6.3.tar.gz) = 3583550 +TIMESTAMP = 1682187584 +SHA256 (ncurses/ncurses-6.4.tar.gz) = 6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159 +SIZE (ncurses/ncurses-6.4.tar.gz) = 3612591 |