SF.net SVN: gar:[26642] csw/mgar/pkg/lynx/trunk
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Wed May 13 13:38:59 CEST 2020
Revision: 26642
http://sourceforge.net/p/gar/code/26642
Author: rmottola
Date: 2020-05-13 11:38:59 +0000 (Wed, 13 May 2020)
Log Message:
-----------
lynx/trunk: update to 2.8.8 r1
Modified Paths:
--------------
csw/mgar/pkg/lynx/trunk/Makefile
csw/mgar/pkg/lynx/trunk/checksums
Modified: csw/mgar/pkg/lynx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lynx/trunk/Makefile 2020-05-13 09:02:00 UTC (rev 26641)
+++ csw/mgar/pkg/lynx/trunk/Makefile 2020-05-13 11:38:59 UTC (rev 26642)
@@ -1,6 +1,7 @@
NAME = lynx
-VERSION = 2.8.8
-REL = rel.2
+BASEVERSION = 2.8.9
+REL = 1
+VERSION = $(BASEVERSION).$(REL)
GARTYPE = v2
DESCRIPTION = A text browser for the World Wide Web
@@ -13,9 +14,10 @@
endef
MASTER_SITES = https://invisible-mirror.net/archives/lynx/tarballs/
-DISTFILES = $(NAME)$(VERSION)$(REL).tar.bz2
+VERSION = $(BASEVERSION).$(REL)
+DISTNAME = $(NAME)$(BASEVERSION)rel.$(REL)
+DISTFILES = $(DISTNAME).tar.bz2
# DISTFILES += COPYING
-DISTNAME = $(NAME)$(subst .,-,$(VERSION))
VENDOR_URL = http://lynx.invisible-island.net
Modified: csw/mgar/pkg/lynx/trunk/checksums
===================================================================
--- csw/mgar/pkg/lynx/trunk/checksums 2020-05-13 09:02:00 UTC (rev 26641)
+++ csw/mgar/pkg/lynx/trunk/checksums 2020-05-13 11:38:59 UTC (rev 26642)
@@ -1 +1 @@
-b231c2aa34dfe7ca25681ef4e55ee7e8 lynx2.8.8rel.2.tar.bz2
+44316f1b8a857b59099927edc26bef79 lynx2.8.9rel.1.tar.bz2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list