diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-04-07 03:49:15 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-04-07 03:49:15 +0000 |
commit | e94bb2787dc237bc4d2d7c910661c94fa6dc908f (patch) | |
tree | 0efffd0dd795290557a99702e4712b1bd78995fa | |
parent | correct the path of patch files and unbreak upnp (diff) |
Upgrade to 2.8.5dev.14
Notes
Notes:
svn path=/head/; revision=78483
-rw-r--r-- | www/lynx-current/Makefile | 4 | ||||
-rw-r--r-- | www/lynx-current/distinfo | 2 | ||||
-rw-r--r-- | www/lynx-current/files/patch-aa | 23 | ||||
-rw-r--r-- | www/lynx-current/pkg-plist | 1 |
4 files changed, 23 insertions, 7 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 20aaa2784e20..58a5013e1f98 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -6,10 +6,10 @@ # PORTNAME= lynx -PORTVERSION= 2.8.5d12 +PORTVERSION= 2.8.5d14 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}2.8.5dev.12 +DISTNAME= ${PORTNAME}2.8.5dev.14 MAINTAINER= ache@FreeBSD.org COMMENT= A non-graphical, text-based World-Wide Web client diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index 4e620ea776d0..50abc6079fdf 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1 +1 @@ -MD5 (lynx2.8.5dev.12.tar.bz2) = eb064e26e53594ca6945bf1f24526d68 +MD5 (lynx2.8.5dev.14.tar.bz2) = 72b6fdcdced16221d671e56614f0f67d diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa index 07ee90628984..ac3b474194db 100644 --- a/www/lynx-current/files/patch-aa +++ b/www/lynx-current/files/patch-aa @@ -1,6 +1,21 @@ ---- makefile.in.orig Mon Dec 2 05:07:38 2002 -+++ makefile.in Thu Jan 2 21:25:10 2003 -@@ -350,22 +350,19 @@ +--- makefile.in.orig Wed Jan 22 12:43:13 2003 ++++ makefile.in Mon Apr 7 07:32:51 2003 +@@ -54,12 +54,12 @@ + ## Where you want the doc-files installed + docdir= @libdir@/lynx_doc + DOCDIR= $(DESTDIR)$(docdir) +-docdir1= $(shell echo "$(docdir)"|sed -e 's!^/!!') ++docdir1!= echo "$(docdir)"|sed -e 's!^/!!' + + ## Where you want the help-files installed + helpdir= @libdir@/lynx_help + HELPDIR= $(DESTDIR)$(helpdir) +-helpdir1= $(shell echo "$(helpdir)"|sed -e 's!^/!!') ++helpdir1!= echo "$(helpdir)"|sed -e 's!^/!!' + + ##set the relative location of the WWW library Implementation directory, + ##from this directory +@@ -351,22 +351,19 @@ if test "$(COMPRESS_PROG)" != "" ; then \ (cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \ fi' @@ -29,7 +44,7 @@ LYHelp.h : help_files.sed LYHelp.hin @echo Creating $@ -@@ -387,7 +384,7 @@ +@@ -388,7 +385,7 @@ $(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)' install-cfg : $(LIBDIR) diff --git a/www/lynx-current/pkg-plist b/www/lynx-current/pkg-plist index ce1fb401cffb..997a9525dced 100644 --- a/www/lynx-current/pkg-plist +++ b/www/lynx-current/pkg-plist @@ -57,6 +57,7 @@ share/locale/ru/LC_MESSAGES/lynx.mo share/locale/sl/LC_MESSAGES/lynx.mo share/locale/sv/LC_MESSAGES/lynx.mo share/locale/tr/LC_MESSAGES/lynx.mo +share/locale/uk/LC_MESSAGES/lynx.mo share/locale/zh_TW/LC_MESSAGES/lynx.mo share/lynx_help/Lynx_users_guide.html share/lynx_help/about_lynx.html |