Magellan Linux

Diff of /trunk/extras/apache2-mod_wsgi/apache2-mod_wsgi-4.4.23-r1.smage2

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

revision 28047 by niro, Thu May 12 11:59:29 2016 UTC revision 28048 by niro, Thu May 12 12:00:28 2016 UTC
# Line 18  SRC_URI=( Line 18  SRC_URI=(
18   https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/${PVER}   https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/${PVER}
19   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
20  )  )
21    
22    src_prepare()
23    {
24     munpack ${SRCFILE} ${SRCDIR} || die
25    }

Legend:
Removed from v.28047  
changed lines
  Added in v.28048