mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Upgrade to 2.8.5dev.14
This commit is contained in:
parent
82de6b002b
commit
e94bb2787d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78483
@ -6,10 +6,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= lynx
|
PORTNAME= lynx
|
||||||
PORTVERSION= 2.8.5d12
|
PORTVERSION= 2.8.5d14
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= http://lynx.isc.org/current/
|
MASTER_SITES= http://lynx.isc.org/current/
|
||||||
DISTNAME= ${PORTNAME}2.8.5dev.12
|
DISTNAME= ${PORTNAME}2.8.5dev.14
|
||||||
|
|
||||||
MAINTAINER= ache@FreeBSD.org
|
MAINTAINER= ache@FreeBSD.org
|
||||||
COMMENT= A non-graphical, text-based World-Wide Web client
|
COMMENT= A non-graphical, text-based World-Wide Web client
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (lynx2.8.5dev.12.tar.bz2) = eb064e26e53594ca6945bf1f24526d68
|
MD5 (lynx2.8.5dev.14.tar.bz2) = 72b6fdcdced16221d671e56614f0f67d
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
--- makefile.in.orig Mon Dec 2 05:07:38 2002
|
--- makefile.in.orig Wed Jan 22 12:43:13 2003
|
||||||
+++ makefile.in Thu Jan 2 21:25:10 2003
|
+++ makefile.in Mon Apr 7 07:32:51 2003
|
||||||
@@ -350,22 +350,19 @@
|
@@ -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 \
|
if test "$(COMPRESS_PROG)" != "" ; then \
|
||||||
(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
|
(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
|
||||||
fi'
|
fi'
|
||||||
@ -29,7 +44,7 @@
|
|||||||
|
|
||||||
LYHelp.h : help_files.sed LYHelp.hin
|
LYHelp.h : help_files.sed LYHelp.hin
|
||||||
@echo Creating $@
|
@echo Creating $@
|
||||||
@@ -387,7 +384,7 @@
|
@@ -388,7 +385,7 @@
|
||||||
$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
|
$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
|
||||||
|
|
||||||
install-cfg : $(LIBDIR)
|
install-cfg : $(LIBDIR)
|
||||||
|
@ -57,6 +57,7 @@ share/locale/ru/LC_MESSAGES/lynx.mo
|
|||||||
share/locale/sl/LC_MESSAGES/lynx.mo
|
share/locale/sl/LC_MESSAGES/lynx.mo
|
||||||
share/locale/sv/LC_MESSAGES/lynx.mo
|
share/locale/sv/LC_MESSAGES/lynx.mo
|
||||||
share/locale/tr/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/locale/zh_TW/LC_MESSAGES/lynx.mo
|
||||||
share/lynx_help/Lynx_users_guide.html
|
share/lynx_help/Lynx_users_guide.html
|
||||||
share/lynx_help/about_lynx.html
|
share/lynx_help/about_lynx.html
|
||||||
|
Loading…
Reference in New Issue
Block a user