Date: Mon, 24 Feb 2020 14:40:58 +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: r526972 - head/japanese/lynx-current Message-ID: <202002241440.01OEewnn056940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Feb 24 14:40:58 2020 New Revision: 526972 URL: https://svnweb.freebsd.org/changeset/ports/526972 Log: - Update to latest release - Use ncursesw instead of ncurses - Add IDN and SSL configuration options - Add LICENSE_FILE - Update CONFLICTS PR: 243444 Submitted by: CQG00620@nifty.ne.jp(maintainer) Modified: head/japanese/lynx-current/Makefile head/japanese/lynx-current/distinfo Modified: head/japanese/lynx-current/Makefile ============================================================================== --- head/japanese/lynx-current/Makefile Mon Feb 24 14:20:52 2020 (r526971) +++ head/japanese/lynx-current/Makefile Mon Feb 24 14:40:58 2020 (r526972) @@ -5,23 +5,25 @@ PORTNAME= lynx DISTVERSION= ${VERSION}.${MINOR_VERSION:S/.//} CATEGORIES= japanese www MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ -DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION} PKGNAMESUFFIX= -current +DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION} MAINTAINER= CQG00620@nifty.ne.jp COMMENT= Console WWW client (browser) with multi-byte encoding support (development release) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -VERSION= 2.8.9 -MINOR_VERSION= dev.8 +USES= cpe ncurses shebangfix tar:bzip2 -CONFLICTS= lynx-2.* ja-lynx-2.8.8.* +VERSION= 2.9.0 +MINOR_VERSION= dev.4 -USES= cpe ncurses shebangfix tar:bzip2 +CONFLICTS= lynx-2.* lynx-current-2.* ja-lynx-2.* + 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,8 +36,8 @@ CPE_UPDATE= ${PORTVERSION:E:S/p/pre./:S/d/dev./} L_LIB= ${PREFIX}/etc L_HELP= ${PREFIX}/share/lynx_help -OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8 EXPERIMENTAL_OPTS -OPTIONS_DEFAULT=JAPANESE_UTF8 EXPERIMENTAL_OPTS +OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8 IDN SSL EXPERIMENTAL_OPTS +OPTIONS_DEFAULT=JAPANESE_UTF8 IDN SSL EXPERIMENTAL_OPTS OPTIONS_SUB= yes COLOR_STYLE_DESC= Optional color style support @@ -47,15 +49,26 @@ DEFAULT_COLORS_CONFIGURE_ENABLE=default-colors EXPERIMENTAL_OPTS_DESC= Use experimental options EXPERIMENTAL_OPTS_CONFIGURE_ON= --enable-charset-choice --enable-nested-tables +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-current/distinfo ============================================================================== --- head/japanese/lynx-current/distinfo Mon Feb 24 14:20:52 2020 (r526971) +++ head/japanese/lynx-current/distinfo Mon Feb 24 14:40:58 2020 (r526972) @@ -1,2 +1,3 @@ -SHA256 (lynx2.8.9dev.8.tar.bz2) = c6223b885378d77cbc7cf7137273f1e9c142ec846d4d78477d319d10c4316d31 -SIZE (lynx2.8.9dev.8.tar.bz2) = 2657804 +TIMESTAMP = 1579002856 +SHA256 (lynx2.9.0dev.4.tar.bz2) = 043aaf753de917687094bc80c37db93390904b573c13e82dbd1756de4c00af00 +SIZE (lynx2.9.0dev.4.tar.bz2) = 2723001
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002241440.01OEewnn056940>