Upgrade to 2.8.5dev.12
This commit is contained in:
parent
b3795e0ece
commit
e393723557
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72260
3 changed files with 8 additions and 9 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= lynx
|
||||
PORTVERSION= 2.8.5d9
|
||||
PORTVERSION= 2.8.5d12
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://lynx.isc.org/current/
|
||||
DISTNAME= ${PORTNAME}2.8.5dev.9
|
||||
DISTNAME= ${PORTNAME}2.8.5dev.12
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lynx2.8.5dev.9.tar.bz2) = 9558ffb5f16703e1d1c60e39a3394663
|
||||
MD5 (lynx2.8.5dev.12.tar.bz2) = eb064e26e53594ca6945bf1f24526d68
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- makefile.in.orig Wed Jan 2 04:30:08 2002
|
||||
+++ makefile.in Fri Mar 1 19:56:04 2002
|
||||
--- makefile.in.orig Mon Dec 2 05:07:38 2002
|
||||
+++ makefile.in Thu Jan 2 21:25:10 2003
|
||||
@@ -350,22 +350,19 @@
|
||||
if test "$(COMPRESS_PROG)" != "" ; then \
|
||||
(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
|
||||
|
@ -29,13 +29,12 @@
|
|||
|
||||
LYHelp.h : help_files.sed LYHelp.hin
|
||||
@echo Creating $@
|
||||
@@ -387,8 +384,7 @@
|
||||
@@ -387,7 +384,7 @@
|
||||
$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
|
||||
|
||||
install-cfg : $(LIBDIR)
|
||||
- -mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
|
||||
- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
|
||||
+ $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
|
||||
- @$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg'
|
||||
+ @$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default'
|
||||
|
||||
install-lss : $(LIBDIR)
|
||||
-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss
|
||||
|
|
Loading…
Reference in a new issue