Magellan Linux

Diff of /trunk/core/lsof/lsof-4.89-r1.smage2

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

revision 29620 by niro, Thu Jul 6 12:35:14 2017 UTC revision 29621 by niro, Thu Jul 6 12:51:42 2017 UTC
# Line 18  sminclude mbuild mtools Line 18  sminclude mbuild mtools
18  msetfeature "!check"  msetfeature "!check"
19    
20  SRC_URI=(  SRC_URI=(
21   ftp://lsof.itap.purdue.edu/pub/tools/unix/${PNAME}/${SRCFILE}   #ftp://lsof.itap.purdue.edu/pub/tools/unix/${PNAME}/${SRCFILE}
22     ftp://ftp.fu-berlin.de/pub/unix/tools/${PNAME}/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24  )  )
25    
26  UP2DATE="updatecmd -listonly ftp://lsof.itap.purdue.edu/pub/tools/unix/${PNAME}/ | grep ${PNAME}_[0-9] | sed -n 's:.*_\(.*\)\.tar.*:\1:;$ p'"  #UP2DATE="updatecmd -listonly ftp://lsof.itap.purdue.edu/pub/tools/unix/${PNAME}/ | grep ${PNAME}_[0-9] | sed -n 's:.*_\(.*\)\.tar.*:\1:;$ p'"
27    UP2SEPERATOR="_"
28    UP2DATE="updatecmd ftp://ftp.fu-berlin.de/pub/unix/tools/${PNAME}/ | grep ${PNAME}_[0-9] | highesttarball"
29    
30  src_prepare()  src_prepare()
31  {  {

Legend:
Removed from v.29620  
changed lines
  Added in v.29621