netpbm: update to 10.84.04.
This commit is contained in:
parent
440a327260
commit
7f8e2a245e
1 changed files with 8 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'netpbm'
|
||||
pkgname=netpbm
|
||||
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
||||
version=10.84.03
|
||||
version=10.84.04
|
||||
revision=1
|
||||
_githash=79ff71515b3b4dc36ca5fd62fe0b8443a3f175f5
|
||||
_githash_guide=d726a17a8d41b8f44f684a5e423f68b8f9c811c4
|
||||
_githash=9fb31ef92bca5af5a4eb367932d61a9f5e534d0f
|
||||
_githash_guide=8ca00988a615852b99fe7584bd4ec524aadf017e
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="netpbm-mirror-${_githash}"
|
||||
hostmakedepends="pkg-config perl python flex"
|
||||
|
@ -17,14 +17,17 @@ homepage="http://netpbm.sourceforge.net/"
|
|||
nocross=yes
|
||||
distfiles="https://github.com/chneukirchen/netpbm-mirror/archive/${_githash}.tar.gz
|
||||
https://github.com/chneukirchen/netpbm-mirror/archive/${_githash_guide}.tar.gz"
|
||||
checksum="cdc5ec4d607efd5946ad0e2f0c3b66beb06aaaf503ce9ce637c5ae0d2ecc2263
|
||||
d1b0047f5babddb8b4391430c0111ea1ee381a2dab4210999f6600b4ea639f29"
|
||||
checksum="d86ac1d6375cd4b7b2fbfc6873c3506bead6da0e495205df51e0aaa61ac094d9
|
||||
fcba138e4f6494f90ce48c3c330bef108c7732e56174564217731f7c944cb60f"
|
||||
|
||||
post_extract() {
|
||||
cd $build_wrksrc
|
||||
for p in ${FILESDIR}/*.patch; do
|
||||
patch -Np1 -i $p
|
||||
done
|
||||
|
||||
cd ../netpbm-mirror-${_githash_guide}
|
||||
sed -i 's/ id="pammixmulti"//g' pammixmulti.html
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in a new issue