ports/devel/svn2git/files/patch-src_src.pro
David Naylor f8227365e2 devel/svn2git: update to 1.0.12
- add LICENSE_FILE as it is now included in the tarball
 - LICENSE does not indicate "or later" for version
 - add libapr as dependency, it is linked in
 - switch to Qt5 [1]
 - override LOCALBASE for SVN and APR includes using qmake arguments
 - update patches (and patch name)

[1] Although the code base still compiles with Qt4, the src.pro file
implicitly uses Qt5.  On Qt4 the overriding of the SVN_INCLUDE and
APR_INCLUDE variables do not work (due to the src.pro implicitly using Qt5).
2018-06-02 11:46:33 +00:00

11 lines
320 B
Prolog

--- src/src.pro.orig 2018-06-02 10:56:17 UTC
+++ src/src.pro
@@ -14,7 +14,7 @@ VERSTR = '\\"$${VERSION}\\"' # place qu
DEFINES += VER=\"$${VERSTR}\" # create a VER macro containing the version string
TEMPLATE = app
-TARGET = ../svn-all-fast-export
+TARGET = ../svn2git
isEmpty(PREFIX) {
PREFIX = /usr/local