fossil: bump to 1.37, install man page, drop patch.

This commit is contained in:
fbrosson
2017-01-25 11:26:02 +00:00
parent 00ba637afc
commit a086992ac5
2 changed files with 6 additions and 20 deletions

View File

@@ -7,13 +7,12 @@ single integrated package.
Additionally, Fossil also has a built-in and easy-to-use web interface that \
simplifies project tracking and promotes situational awareness."
HOMEPAGE="https://www.fossil-scm.org/"
COPYRIGHT="2007-2016 D. Richard Hipp"
COPYRIGHT="2007-2017 D. Richard Hipp"
LICENSE="BSD (2-clause)"
REVISION="3"
REVISION="1"
SOURCE_URI="https://www.fossil-scm.org/index.html/uv/download/fossil-src-$portVersion.tar.gz"
CHECKSUM_SHA256="2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12"
PATCHES="fossil-$portVersion.patch"
CHECKSUM_SHA256="81c19e81c4b2b60930bab3f2147b516525c855924ccc6d089748b0f5611be492"
SOURCE_DIR="Fossil_2017-01-16_205854_1669115ab9"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -47,6 +46,8 @@ BUILD()
INSTALL()
{
make install
install -d $manDir/man1
install -t $manDir/man1 -m 444 fossil.1
}
TEST()

View File

@@ -1,15 +0,0 @@
diff --git a/src/tkt.c b/src/tkt.c
index 100e8f1..09aa68a 100644
--- a/src/tkt.c
+++ b/src/tkt.c
@@ -548,8 +548,9 @@ static int ticket_put(
int needMod /* True if moderation is needed */
){
int result;
+ int rid;
manifest_crosslink_begin();
- int rid = content_put_ex(pTicket, 0, 0, 0, needMod);
+ rid = content_put_ex(pTicket, 0, 0, 0, needMod);
if( rid==0 ){
fossil_fatal("trouble committing ticket: %s", g.zErrMsg);
}