diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-19 11:00:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-19 11:00:18 +0000 |
commit | 88779195adf09d271acad36aee9e85cda783d2ed (patch) | |
tree | ab8768bc789c5012b4abbb9ed80bd6da2439f392 /japanese | |
parent | 8d17f4e83c3f7cd46fb4b89b7b6896108a71cf3e (diff) | |
download | ports-88779195adf09d271acad36aee9e85cda783d2ed.tar.gz ports-88779195adf09d271acad36aee9e85cda783d2ed.zip |
- Updates to 2.8.6.rel5
- Adds a missing configure option (--with-bzlib) to the CONFIGURE_ARGS.
- Fixes the CONFLICTS variable.
PR: 125684
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
Notes
Notes:
svn path=/head/; revision=217083
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lynx/Makefile | 7 | ||||
-rw-r--r-- | japanese/lynx/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index d4b1f436222b..55f3197fdb7a 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -16,16 +16,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A terminal-based World-Wide Web Client with multi-byte modification VERSION= 2.8.6 -MINOR_VERSION= rel.4 +MINOR_VERSION= rel.5 -CONFLICTS= lynx-2.* lynx-ssl-2.* +CONFLICTS= lynx-2.* ja-lynx-2.8.7.* WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g} USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-ipv6 \ - --enable-cjk --enable-justify-elts --enable-internal-links + --enable-cjk --enable-justify-elts --enable-internal-links \ + --with-bzlib .if defined(ENABLE_COLOR_STYLE) PLIST_SUB+= ENABLE_COLOR_STYLE="" diff --git a/japanese/lynx/distinfo b/japanese/lynx/distinfo index 5d0f03ba082d..531a04184644 100644 --- a/japanese/lynx/distinfo +++ b/japanese/lynx/distinfo @@ -1,3 +1,3 @@ -MD5 (lynx2.8.6rel.4.tar.bz2) = dc80497b7dda6a28fd80404684d27548 -SHA256 (lynx2.8.6rel.4.tar.bz2) = c7d876d52d08e4e593e8f3a04ba6d6c86685570828d1b7a16723702c7643c2a3 -SIZE (lynx2.8.6rel.4.tar.bz2) = 2291156 +MD5 (lynx2.8.6rel.5.tar.bz2) = bd44c57d28fd3e4c9db1cd492d403600 +SHA256 (lynx2.8.6rel.5.tar.bz2) = dc98c1725cc8c081bddc4ae7a6f065ce9bce5a017d626f62fc0c061ec0eb764d +SIZE (lynx2.8.6rel.5.tar.bz2) = 2290787 |