passwordsafe: update to 1.02BETA
This commit is contained in:
parent
bffb9f4145
commit
4fb06fd1ce
2 changed files with 14 additions and 10 deletions
|
@ -1,15 +1,19 @@
|
||||||
--- src/os/unix/dir.cpp.orig 2016-07-03 20:48:33.000000000 +0200
|
--- src/os/unix/dir.cpp.orig
|
||||||
+++ src/os/unix/dir.cpp 2016-07-20 21:03:49.299919267 +0200
|
+++ src/os/unix/dir.cpp
|
||||||
@@ -174,10 +174,10 @@
|
@@ -176,7 +176,7 @@
|
||||||
|
#ifdef __FreeBSD__
|
||||||
stringT pws_os::getxmldir(void)
|
return _S("/usr/local/share/pwsafe/xml/");
|
||||||
{
|
#else
|
||||||
- return _S("/usr/share/pwsafe/xml/");
|
- return _S("/usr/share/pwsafe/xml/");
|
||||||
+ return _S("/usr/share/passwordsafe/xml/");
|
+ return _S("/usr/share/passwordsafe/xml/");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
stringT pws_os::gethelpdir(void)
|
@@ -185,6 +185,6 @@
|
||||||
{
|
#ifdef __FreeBSD__
|
||||||
|
return _S("/usr/local/share/doc/passwordsafe/help/");
|
||||||
|
#else
|
||||||
- return _S("/usr/share/doc/passwordsafe/help/");
|
- return _S("/usr/share/doc/passwordsafe/help/");
|
||||||
+ return _S("/usr/share/passwordsafe/help/");
|
+ return _S("/usr/share/passwordsafe/help/");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'passwordwsafe'
|
# Template file for 'passwordwsafe'
|
||||||
pkgname=passwordsafe
|
pkgname=passwordsafe
|
||||||
version="1.01BETA"
|
version="1.02BETA"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pwsafe-${version}"
|
wrksrc="pwsafe-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="http://pwsafe.org"
|
homepage="http://pwsafe.org"
|
||||||
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz>pwsafe-${version}.tar.gz"
|
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz>pwsafe-${version}.tar.gz"
|
||||||
checksum=dc1e7e012009309f57a8611adad9ec62fdafe5b326f66dd0cefe2b5988ee52aa
|
checksum=78d5970e8de2b28584ebdf6a319dd484e733afea06d1b3d15ac80bf454b39ccc
|
||||||
# wxWidgets is nocross
|
# wxWidgets is nocross
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue