svn commit: r389902 - in head/sysutils/pwsafe: . files
Pietro Cerutti
gahr at FreeBSD.org
Wed Jun 17 12:43:12 UTC 2015
Author: gahr
Date: Wed Jun 17 09:01:03 2015
New Revision: 389902
URL: https://svnweb.freebsd.org/changeset/ports/389902
Log:
- Take back port, I'm actively working on it
- While at it, makepatch-ify files and add LICENSE
Modified:
head/sysutils/pwsafe/Makefile
head/sysutils/pwsafe/files/patch-pwsafe.cpp
Modified: head/sysutils/pwsafe/Makefile
==============================================================================
--- head/sysutils/pwsafe/Makefile Wed Jun 17 08:34:24 2015 (r389901)
+++ head/sysutils/pwsafe/Makefile Wed Jun 17 09:01:03 2015 (r389902)
@@ -7,9 +7,11 @@ PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://nsd.dyndns.org/pwsafe/releases/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= gahr at FreeBSD.org
COMMENT= Cmdline program that manages encrypted password databases
+LICENSE= GPLv2
+
OPTIONS_DEFINE= SETUID X11
SETUID_DESC= Install setuid pwsafe binary
Modified: head/sysutils/pwsafe/files/patch-pwsafe.cpp
==============================================================================
--- head/sysutils/pwsafe/files/patch-pwsafe.cpp Wed Jun 17 08:34:24 2015 (r389901)
+++ head/sysutils/pwsafe/files/patch-pwsafe.cpp Wed Jun 17 09:01:03 2015 (r389902)
@@ -1,6 +1,6 @@
---- pwsafe.cpp.orig 2005-09-30 12:30:56.000000000 +0200
-+++ pwsafe.cpp 2014-09-17 15:44:48.000000000 +0200
-@@ -1019,7 +1019,12 @@
+--- pwsafe.cpp.orig 2005-09-30 10:30:56 UTC
++++ pwsafe.cpp
+@@ -1019,7 +1019,12 @@ int main(int argc, char **argv) {
// seed the random number generator
char rng_filename[1024];
if (RAND_file_name(rng_filename,sizeof(rng_filename))) {
@@ -14,7 +14,7 @@
if (rc) {
if (arg_verbose > 0) printf("rng seeded with %d bytes from %s\n", rc, rng_filename);
} else {
-@@ -2111,7 +2116,7 @@
+@@ -2111,7 +2116,7 @@ static secstring xmlescape(const secstri
case '"': out += """; break;
case '&': out += "&"; break;
case '<': out += "<"; break;
More information about the svn-ports-all
mailing list