Index: head/devel/cdialog/Makefile =================================================================== --- head/devel/cdialog/Makefile (revision 560315) +++ head/devel/cdialog/Makefile (revision 560316) @@ -1,46 +1,39 @@ # $FreeBSD$ PORTNAME= cdialog -DISTVERSION= 1.3.20200327 +DISTVERSION= 1.3.20201126 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME:S|^c||}/ DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= jcpierri@gmail.com COMMENT= Enhanced version of 'dialog' to work with ncurses LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool:build ncurses tar:tgz -GNU_CONFIGURE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-widec \ --includedir=${PREFIX}/include/${PORTNAME} \ --with-libtool \ --with-${NCURSES_IMPL} \ - --with-package=${PORTNAME} + --with-package=${PORTNAME}\ + --with-curses-dir=${NCURSESBASE} MAKEFILE= makefile - INSTALL_TARGET= install-strip install-man install-lib - OPTIONS_DEFINE= EXAMPLES -.include - -.if ${NCURSESBASE} != /usr -CONFIGURE_ARGS+= --with-curses-dir=${NCURSESBASE} -.endif - pre-patch-EXAMPLES-on: @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \; pre-install: @${STRIP_CMD} ${WRKSRC}/.libs/libcdialog.so.15.0.0 post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.include +.include Index: head/devel/cdialog/distinfo =================================================================== --- head/devel/cdialog/distinfo (revision 560315) +++ head/devel/cdialog/distinfo (revision 560316) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597082646 -SHA256 (dialog-1.3-20200327.tgz) = 466163e8b97c2b7709d00389199add3156bd813f60ccb0335d0a30f2d4a17f99 -SIZE (dialog-1.3-20200327.tgz) = 547962 +TIMESTAMP = 1609528564 +SHA256 (dialog-1.3-20201126.tgz) = c9233a6c8ea33a59e2378e5146ae2bd13b519744cfdb647af7420adac5ad3866 +SIZE (dialog-1.3-20201126.tgz) = 555473