freebsd-ports/www/arora/files/patch-src_src.pri
Dmitry Marakasov 3024fd61f1 - Update to 0.4
- Update WWW
- Current maintainer doesn't have access to FreeBSD desktop box ATB, so pass maintainership to submitter

PR:		130725
Submitted by:	Shane Bell <decept0 at gmail dot com>
Approved by:	Andy Fawcett <andy at athame dot co dot uk> (maintainer)
2009-01-20 13:20:28 +00:00

12 lines
412 B
Text

--- src.pri.orig 2009-01-19 15:05:40.000000000 +1300
+++ src/src.pri 2009-01-19 15:05:49.000000000 +1300
@@ -19,9 +19,7 @@
DEFINES += GITCHANGENUMBER=0
}
!win32 {
- GITVERSION=$$system(git log -n1 --pretty=format:%h)
DEFINES += GITVERSION=\"\\\"$$GITVERSION\\\"\"
- GITCHANGENUMBER=$$system(git log --pretty=format:%h | wc -l)
DEFINES += GITCHANGENUMBER=\"\\\"$$GITCHANGENUMBER\\\"\"
}