diff options
author | anders <anders@FreeBSD.org> | 2007-02-11 23:12:02 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2007-02-11 23:12:02 +0000 |
commit | b174f0bb0b1e32805dc0e01d5e637a195e1664d6 (patch) | |
tree | 625af7df299bee84131b601dd7fdabb8df938be4 /security/pwman | |
parent | 7f58fa8878d94eb50bf29b1588ccbed12136a815 (diff) | |
download | FreeBSD-ports-b174f0bb0b1e32805dc0e01d5e637a195e1664d6.zip FreeBSD-ports-b174f0bb0b1e32805dc0e01d5e637a195e1664d6.tar.gz |
Update to 0.3.5.
PR: 109014
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org> (partly)
Diffstat (limited to 'security/pwman')
-rw-r--r-- | security/pwman/Makefile | 5 | ||||
-rw-r--r-- | security/pwman/distinfo | 6 | ||||
-rw-r--r-- | security/pwman/files/patch-src-convert_pwdb.c (renamed from security/pwman/files/patch-src-pwlist.c) | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile index a17a343..2dbf715 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pwman -PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTVERSION= 0.3.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +24,7 @@ MAN1= pwman.1 DOCS= AUTHORS COPYING ChangeLog README TODO post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/misc.c + @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c .if !defined(NOPORTDOCS) post-install: diff --git a/security/pwman/distinfo b/security/pwman/distinfo index e31c95d..cbe19a2 100644 --- a/security/pwman/distinfo +++ b/security/pwman/distinfo @@ -1,3 +1,3 @@ -MD5 (pwman-0.3.2.tar.gz) = 1e063e24a55134da9ed8ddc3965188a7 -SHA256 (pwman-0.3.2.tar.gz) = ac461450c987724e495ddce563264ce7935e3b3d41ccc5adf424756577b418d7 -SIZE (pwman-0.3.2.tar.gz) = 60717 +MD5 (pwman-0.3.5.tar.gz) = 82739d4104617573fd419df20e4f78bc +SHA256 (pwman-0.3.5.tar.gz) = 90bb7946ec1794e434d038ee9c7e544480cc719c3659836f8ac71a884abfba1e +SIZE (pwman-0.3.5.tar.gz) = 95678 diff --git a/security/pwman/files/patch-src-pwlist.c b/security/pwman/files/patch-src-convert_pwdb.c index 9ef8a0d..abff8b0 100644 --- a/security/pwman/files/patch-src-pwlist.c +++ b/security/pwman/files/patch-src-convert_pwdb.c @@ -1,7 +1,7 @@ ---- src/pwlist.c.old 2005-03-09 16:07:07.000000000 +0000 -+++ src/pwlist.c 2005-03-09 16:06:37.000000000 +0000 -@@ -272,13 +272,32 @@ - write_password_node(xmlNodePtr root, Pw* pw) +--- src/convert_pwdb.c.orig Tue Feb 14 12:43:20 2006 ++++ src/convert_pwdb.c Mon Feb 12 06:53:53 2007 +@@ -186,13 +186,32 @@ + write_password_node(xmlNodePtr root, Pw *pw) { xmlNodePtr node; + xmlChar *escaped; |