Magellan Linux

Diff of /smage/trunk/core/sudo/sudo-1.8.0-r1.smage2

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

revision 1443 by niro, Tue Mar 1 18:48:50 2011 UTC revision 1444 by niro, Thu Mar 3 12:16:29 2011 UTC
# Line 22  SRC_URI=( Line 22  SRC_URI=(
22   http://www.sudo.ws/${PNAME}/dist/${SRCFILE}   http://www.sudo.ws/${PNAME}/dist/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/sudo.pamd   mirror://${PNAME}/sudo.pamd
25   mirror://${PNAME}/${PNAME}-1.7.4p3-allow-wheel.patch   mirror://${PNAME}/${PNAME}-1.8.0-allow-wheel.patch
26  )  )
27    
28  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 33  src_prepare() Line 33  src_prepare()
33   cd ${SRCDIR}   cd ${SRCDIR}
34    
35   # allow the group wheel to run all commands   # allow the group wheel to run all commands
36   mpatch ${PNAME}-1.7.4p3-allow-wheel.patch || die   mpatch ${PNAME}-1.8.0-allow-wheel.patch || die
37  }  }
38    
39  src_compile()  src_compile()

Legend:
Removed from v.1443  
changed lines
  Added in v.1444