diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-19 19:00:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-19 19:00:18 +0800 |
commit | 2cfd154ebdc49c7ace855c2457e3b4637998ab22 (patch) | |
tree | b3937eb85b5c2d0c6435ff2f1cd27627d990c0c1 /japanese/lynx | |
parent | e3250b772c4287cf6e44ab3a5d11c19d4d6054ea (diff) | |
download | freebsd-ports-gnome-2cfd154ebdc49c7ace855c2457e3b4637998ab22.tar.gz freebsd-ports-gnome-2cfd154ebdc49c7ace855c2457e3b4637998ab22.tar.zst freebsd-ports-gnome-2cfd154ebdc49c7ace855c2457e3b4637998ab22.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>
Diffstat (limited to 'japanese/lynx')
-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 |