Magellan Linux

Diff of /branches/branch-xorg18/core/ssmtp/ssmtp-2.63-r1.smage2

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

revision 3157 by niro, Tue Oct 13 22:45:21 2009 UTC revision 3188 by niro, Wed Oct 14 12:39:38 2009 UTC
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30   mirror://${PNAME}/ssmtp.conf-2.60.9   mirror://${PNAME}/ssmtp.conf-2.60.9
31   mirror://${PNAME}/mailer.conf-${MAILER_CONF_CVS_REV}   mirror://${PNAME}/mailer.conf-${MAILER_CONF_CVS_REV}
  mirror://${PNAME}/${PNAME}-2.61-bug127592.patch  
32  )  )
33    
34  UP2DATE="updatecmd http://ftp.debian.org/debian/pool/main/${PNAME:0:1}/${PNAME} | grep .tar.gz | sed -n 's/.*_\(.*\).t.*/\1/;s/.orig//;$ p'"  UP2DATE="updatecmd http://ftp.debian.org/debian/pool/main/${PNAME:0:1}/${PNAME} | grep .tar.gz | sed -n 's/.*_\(.*\).t.*/\1/;s/.orig//;$ p'"
35    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  mpatch ${PNAME}-2.61-bug127592.patch || die  
 }  
   
36  src_compile()  src_compile()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3157  
changed lines
  Added in v.3188