Date: Mon, 24 Feb 2020 13:07:33 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526968 - head/japanese/lynx Message-ID: <202002241307.01OD7XZJ002614@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Feb 24 13:07:33 2020 New Revision: 526968 URL: https://svnweb.freebsd.org/changeset/ports/526968 Log: - Update to latest release - Use ncursesw instead of ncurses - Add IDN and SSL configuration options - Add LICENSE_FILE - Update CONFLICTS PR: 243445 Submitted by: CQG00620@nifty.ne.jp(maintainer) Modified: head/japanese/lynx/Makefile head/japanese/lynx/distinfo Modified: head/japanese/lynx/Makefile ============================================================================== --- head/japanese/lynx/Makefile Mon Feb 24 13:02:10 2020 (r526967) +++ head/japanese/lynx/Makefile Mon Feb 24 13:07:33 2020 (r526968) @@ -11,17 +11,17 @@ MAINTAINER= CQG00620@nifty.ne.jp COMMENT= Console WWW client (browser) with multi-byte encoding support LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -VERSION= 2.8.8 -MINOR_VERSION= rel.2 +VERSION= 2.8.9 +MINOR_VERSION= rel.1 -CONFLICTS= lynx-2.* ja-lynx-2.8.9.* +CONFLICTS= lynx-2.* lynx-current-2.* ja-lynx-current-2.* -WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g} USES= cpe ncurses shebangfix tar:bzip2 SHEBANG_FILES= samples/mailto-form.pl GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ +CONFIGURE_ARGS+=--with-screen=ncursesw --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-ipv6 \ --enable-cjk --enable-internal-links \ --with-bzlib @@ -34,7 +34,7 @@ CPE_UPDATE= ${PORTVERSION:E:S/r/rel./} L_LIB= ${PREFIX}/etc L_HELP= ${PREFIX}/share/lynx_help -OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8 +OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8 IDN SSL OPTIONS_DEFAULT=JAPANESE_UTF8 OPTIONS_SUB= yes @@ -44,15 +44,26 @@ COLOR_STYLE_CONFIGURE_ENABLE= color-style DEFAULT_COLORS_DESC= Default-color background support (ncurses) DEFAULT_COLORS_CONFIGURE_ENABLE=default-colors +IDN_LIB_DEPENDS= libidn.so:dns/libidn +IDN_CONFIGURE_ENABLE= idna + JAPANESE_UTF8_DESC= Experimental Japanese UTF-8 logic support JAPANESE_UTF8_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} JAPANESE_UTF8_CONFIGURE_ENABLE= japanese-utf8 JAPANESE_UTF8_USES= iconv +SSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE} +SSL_USES= ssl + # Change "cd foo && $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak # parallel builds post-patch: @${REINPLACE_CMD} -E 's|cd (.+) && (\$$\(MAKE_RECUR\))|\2 -C \1|' \ ${WRKSRC}/${MAKEFILE}.in + +post-install-DOCS-on: +.for doc in COPYHEADER COPYING + ${RLN} ${STAGEDIR}${DOCSDIR}/${doc} ${STAGEDIR}${L_HELP} +.endfor .include <bsd.port.mk> Modified: head/japanese/lynx/distinfo ============================================================================== --- head/japanese/lynx/distinfo Mon Feb 24 13:02:10 2020 (r526967) +++ head/japanese/lynx/distinfo Mon Feb 24 13:07:33 2020 (r526968) @@ -1,2 +1,3 @@ -SHA256 (lynx2.8.8rel.2.tar.bz2) = 6980e75cf0d677fd52c116e2e0dfd3884e360970c88c8356a114338500d5bee7 -SIZE (lynx2.8.8rel.2.tar.bz2) = 2587120 +TIMESTAMP = 1582544404 +SHA256 (lynx2.8.9rel.1.tar.bz2) = 387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595 +SIZE (lynx2.8.9rel.1.tar.bz2) = 2689171
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002241307.01OD7XZJ002614>