Magellan Linux

Diff of /smage/trunk/extras/phpmyadmin/phpmyadmin-4.5.3.1-r1.smage2

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

revision 8349 by niro, Fri Jan 15 11:38:17 2016 UTC revision 8350 by niro, Fri Jan 15 11:39:00 2016 UTC
# Line 32  SRC_URI=( Line 32  SRC_URI=(
32   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
33   mirror://${PNAME}/config.inc-${CONF_REV}   mirror://${PNAME}/config.inc-${CONF_REV}
34   mirror://${PNAME}/phpmyadmin.conf-${APACHE_CONF_REV}   mirror://${PNAME}/phpmyadmin.conf-${APACHE_CONF_REV}
35   mirror://${PNAME}/${PNAME}-${PVER}-fix-doc-pathes.patch   mirror://${PNAME}/${PNAME}-4.4.13.1-fix-doc-pathes.patch
36  )  )
37    
38  UP2DATE="updatecmd ${HOMEPAGE}/downloads/ | sed -e 's:-languages::g' -e 's:-english::g' | highesttarball xz"  UP2DATE="updatecmd ${HOMEPAGE}/downloads/ | sed -e 's:-languages::g' -e 's:-english::g' | highesttarball xz"
# Line 44  src_prepare() Line 44  src_prepare()
44    
45   # fix doc pathes to /usr/share/doc/phpmyadmin-@@PVER@@   # fix doc pathes to /usr/share/doc/phpmyadmin-@@PVER@@
46   # and fix reading of gzip compressed files   # and fix reading of gzip compressed files
47   mpatch ${PNAME}-${PVER}-fix-doc-pathes.patch || die   mpatch ${PNAME}-4.4.13.1-fix-doc-pathes.patch || die
48   # now fix the @@PVER@@ pathes to ${PVER}   # now fix the @@PVER@@ pathes to ${PVER}
49   sed -i "s:@@PVER@@:${PVER}:g" changelog.php license.php || die   sed -i "s:@@PVER@@:${PVER}:g" changelog.php license.php || die
50  }  }

Legend:
Removed from v.8349  
changed lines
  Added in v.8350