Magellan Linux

Diff of /trunk/extras/nmap/nmap-6.47-r1.smage2

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

revision 22506 by niro, Tue Oct 21 11:01:14 2014 UTC revision 22507 by niro, Tue Oct 21 11:02:01 2014 UTC
# Line 33  msetfeature "!check" Line 33  msetfeature "!check"
33  SRC_URI=(  SRC_URI=(
34   http://download.insecure.org/nmap/dist/${SRCFILE}   http://download.insecure.org/nmap/dist/${SRCFILE}
35   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
36   mirror://${PNAME}/${PNAME}-${PVER}-no-lua.patch   mirror://${PNAME}/${PNAME}-6.40-no-lua.patch
37  )  )
38    
39  # exclude beta and rc versions  # exclude beta and rc versions
# Line 60  src_prepare() Line 60  src_prepare()
60   cd ${SRCDIR}   cd ${SRCDIR}
61    
62   # remove lua hard-dep   # remove lua hard-dep
63   mpatch ${PNAME}-${PVER}-no-lua.patch || die   mpatch ${PNAME}-6.40-no-lua.patch || die
64  }  }
65    
66  src_compile()  src_compile()

Legend:
Removed from v.22506  
changed lines
  Added in v.22507