Magellan Linux

Diff of /trunk/core/lynx/lynx-2.8.8-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31287 by niro, Thu Oct 19 13:52:24 2017 UTC revision 31288 by niro, Thu Jun 21 09:44:37 2018 UTC
# Line 10  PLEVEL="2" Line 10  PLEVEL="2"
10  PCAT="net-www"  PCAT="net-www"
11    
12  DESCRIPTION="Lynx is the text web browser."  DESCRIPTION="Lynx is the text web browser."
13  HOMEPAGE="http://lynx.isc.org/"  HOMEPAGE="http://lynx.invisible-island.net/"
14    
15  DEPEND=">= sys-libs/ncurses-6.0  DEPEND=">= sys-libs/ncurses-6.0
16   >= sys-libs/zlib-1.2   >= sys-libs/zlib-1.2
# Line 25  sminclude mbuild mtools Line 25  sminclude mbuild mtools
25  msetfeature "!check"  msetfeature "!check"
26    
27  SRC_URI=(  SRC_URI=(
  #http://lynx.isc.org/${PNAME}${PVER}/${SRCFILE}  
28   https://invisible-mirror.net/archives/lynx/tarballs/${SRCFILE}   https://invisible-mirror.net/archives/lynx/tarballs/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30   mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch   mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch
31  )  )
32    
33  UP2SEPERATOR="lynx"  UP2SEPERATOR="lynx"
34  UP2DATE="updatecmd http://lynx.isc.org/current/ | grep 'rel' | highesttarball | sed 's:\(.*\)rel.*:\1:'"  UP2DATE="updatecmd https://invisible-mirror.net/archives/lynx/tarballs/ | grep 'rel' | highesttarball | sed 's:\(.*\)rel.*:\1:'"
35    
36  src_prepare()  src_prepare()
37  {  {

Legend:
Removed from v.31287  
changed lines
  Added in v.31288