fossil: update to 1.31.
This commit is contained in:
parent
f56f438eb2
commit
6ad0dbc95b
1 changed files with 9 additions and 5 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'fossil'
|
# Template file for 'fossil'
|
||||||
pkgname=fossil
|
pkgname=fossil
|
||||||
version=1.30
|
version=1.31
|
||||||
revision=1
|
revision=1
|
||||||
_distver="20150119112900"
|
_distver="20150223162734"
|
||||||
wrksrc="fossil-src-${_distver}"
|
wrksrc="fossil-src-${_distver/34/}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="tcl"
|
hostmakedepends="tcl"
|
||||||
makedepends="zlib-devel libressl-devel>=2.1.3 readline-devel sqlite-devel"
|
makedepends="zlib-devel libressl-devel>=2.1.3 readline-devel sqlite-devel"
|
||||||
short_desc="Simple, high-reliability, distributed software configuration management"
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://www.fossil-scm.org"
|
homepage="http://www.fossil-scm.org"
|
||||||
distfiles="http://www.fossil-scm.org/download/fossil-src-${_distver}.tar.gz"
|
distfiles="http://www.fossil-scm.org/download/fossil-src-${_distver}.tar.gz"
|
||||||
checksum=37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc
|
checksum=c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --disable-internal-sqlite
|
./configure --prefix=/usr --disable-internal-sqlite
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vman fossil.1
|
||||||
|
vlicense COPYRIGHT-BSD2.txt LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue