From owner-svn-ports-head@FreeBSD.ORG Sat Aug 9 15:03:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB339623 for ; Sat, 9 Aug 2014 15:03:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 800532532 for ; Sat, 9 Aug 2014 15:03:50 +0000 (UTC) Received: from pi (uid 1338) (envelope-from pi@FreeBSD.org) id 247b by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 15:03:50 +0000 From: Kurt Jaeger Date: Sat, 9 Aug 2014 15:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364446 - head/security/pwman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e63856.247b.556cee41@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 15:03:50 -0000 Author: pi Date: Sat Aug 9 15:03:49 2014 New Revision: 364446 URL: http://svnweb.freebsd.org/changeset/ports/364446 QAT: https://qat.redports.org/buildarchive/r364446/ Log: security/pwman: 0.4.0 -> 0.4.4 PR: 191827 Submitted by: tkato432@yahoo.com Modified: head/security/pwman/Makefile head/security/pwman/distinfo head/security/pwman/pkg-descr Modified: head/security/pwman/Makefile ============================================================================== --- head/security/pwman/Makefile Sat Aug 9 14:53:00 2014 (r364445) +++ head/security/pwman/Makefile Sat Aug 9 15:03:49 2014 (r364446) @@ -2,31 +2,33 @@ # $FreeBSD$ PORTNAME= pwman -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Console password management application based on gpg(me) -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +LICENSE= GPLv2 # (or later) + RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +USE_GNOME= libxml2 GNU_CONFIGURE= yes -CFLAGS+= -Wno-return-type - +PORTDOCS= AUTHORS ChangeLog README TODO PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman man/man1/pwman.1.gz -PORTDOCS= AUTHORS COPYING ChangeLog README TODO + +CFLAGS+= -Wno-error=return-type OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c + @${REINPLACE_CMD} -e \ + 's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/src/options.c post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Modified: head/security/pwman/distinfo ============================================================================== --- head/security/pwman/distinfo Sat Aug 9 14:53:00 2014 (r364445) +++ head/security/pwman/distinfo Sat Aug 9 15:03:49 2014 (r364446) @@ -1,2 +1,2 @@ -SHA256 (pwman-0.4.0.tar.gz) = 8a3eaa5281c96dff1bf4c7a17c69c03b5471c4c21a44624d4def06a5c6dc223f -SIZE (pwman-0.4.0.tar.gz) = 107105 +SHA256 (pwman-0.4.4.tar.gz) = 29027550ddef720ec447a3031063b10691e6139c9cd5bab18974a52dabdd69c5 +SIZE (pwman-0.4.4.tar.gz) = 114439 Modified: head/security/pwman/pkg-descr ============================================================================== --- head/security/pwman/pkg-descr Sat Aug 9 14:53:00 2014 (r364445) +++ head/security/pwman/pkg-descr Sat Aug 9 15:03:49 2014 (r364446) @@ -1,4 +1,4 @@ -PWman is a console application for managing passwords. It uses GPG (gpgme) -for encryption and authentication. +PWman is a console application for managing passwords. It uses +GPG (gpgme) for encryption and authentication. WWW: http://pwman.sourceforge.net/