Magellan Linux

Diff of /branches/magellan-next/core/sudo/sudo-1.7.4p3-r1.smage2

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

revision 6412 by niro, Mon Aug 23 11:38:04 2010 UTC revision 6413 by niro, Mon Aug 23 11:46:44 2010 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21   http://www.sudo.ws/${PNAME}/dist/${SRCFILE}   http://www.sudo.ws/${PNAME}/dist/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23   mirror://${PNAME}/sudo.pamd   mirror://${PNAME}/sudo.pamd
24   mirror://${PNAME}/${PNAME}-1.6.9p12-allow-wheel.patch   mirror://${PNAME}/${PNAME}-${PVER}-allow-wheel.patch
25  )  )
26    
27  UP2DATE="updatecmd http://www.sudo.ws/${PNAME}/dist | grep ${PNAME}- | lasttarball gz"  UP2DATE="updatecmd http://www.sudo.ws/${PNAME}/dist | grep ${PNAME}- | lasttarball gz"
# Line 32  src_prepare() Line 32  src_prepare()
32   cd ${SRCDIR}   cd ${SRCDIR}
33    
34   # allow the group wheel to run all commands   # allow the group wheel to run all commands
35   mpatch ${PNAME}-1.6.9p12-allow-wheel.patch || die   mpatch ${PNAME}-${PVER}-allow-wheel.patch || die
36  }  }
37    
38  src_compile()  src_compile()

Legend:
Removed from v.6412  
changed lines
  Added in v.6413