netpbm: update to 10.94.01.
This commit is contained in:
parent
ebc042eb2d
commit
bb5d29ccdc
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'netpbm'
|
# Template file for 'netpbm'
|
||||||
pkgname=netpbm
|
pkgname=netpbm
|
||||||
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
||||||
version=10.93.03
|
version=10.94.01
|
||||||
revision=1
|
revision=1
|
||||||
_githash=a7fca291a0c78333da13e855bdb73aa819ba8649
|
_githash=dd12f603fa64ee403e4fa351eb1e95a27b26b599
|
||||||
_githash_guide=db21e5ffa2830350c67547e3007c891ed75d9dac
|
_githash_guide=2d01412ab83361b8ed8d8db8f364cb223bd1c152
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="netpbm-mirror-${_githash}"
|
build_wrksrc="netpbm-mirror-${_githash}"
|
||||||
hostmakedepends="pkg-config perl python flex"
|
hostmakedepends="pkg-config perl python flex"
|
||||||
|
@ -16,8 +16,8 @@ license="BSD-3-Clause,GPL-2.0-only,custom:netpbm"
|
||||||
homepage="http://netpbm.sourceforge.net/"
|
homepage="http://netpbm.sourceforge.net/"
|
||||||
distfiles="https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash}.tar.gz
|
distfiles="https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash}.tar.gz
|
||||||
https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash_guide}.tar.gz"
|
https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash_guide}.tar.gz"
|
||||||
checksum="789514f480f6b487eb9274b9f1fe94d950ba48755792b42c85e41aa4bb1ef572
|
checksum="c84c8a0e4d9b3c7d3e05d6ba2becb9afb75bbbe6be2f20e6037847e18c352d71
|
||||||
01210c2019b9131bcbbe0cec8759423b7b7018e6c8acba7b48cca3356758c96f"
|
794cf365b1c3b6b9b2f9536b8b173ccbcbc74a96cf6eaa4377aa4a684af4ad58"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cd $build_wrksrc
|
cd $build_wrksrc
|
||||||
|
@ -26,7 +26,6 @@ post_extract() {
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ../netpbm-mirror-${_githash_guide}
|
cd ../netpbm-mirror-${_githash_guide}
|
||||||
vsed -i 's/ id="pammixmulti"//g' pammixmulti.html
|
|
||||||
vsed -i 's/ id="pamhomography"//g' pamhomography.html
|
vsed -i 's/ id="pamhomography"//g' pamhomography.html
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue