View | Details | Raw Unified | Return to bug 191827
Collapse All | Expand All

(-)security/pwman/Makefile (-8 / +10 lines)
Lines 2-32 Link Here
2
# $FreeBSD: head/security/pwman/Makefile 361540 2014-07-11 14:25:55Z pawel $
2
# $FreeBSD: head/security/pwman/Makefile 361540 2014-07-11 14:25:55Z pawel $
3
3
4
PORTNAME=	pwman
4
PORTNAME=	pwman
5
PORTVERSION=	0.4.0
5
PORTVERSION=	0.4.4
6
PORTREVISION=	1
7
CATEGORIES=	security
6
CATEGORIES=	security
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Console password management application based on gpg(me)
10
COMMENT=	Console password management application based on gpg(me)
12
11
13
LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
12
LICENSE=	GPLv2 # (or later)
13
14
RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
14
RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
15
15
16
USE_GNOME=	libxml2
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
18
18
CFLAGS+=	-Wno-return-type
19
PORTDOCS=	AUTHORS ChangeLog README TODO
19
20
PLIST_FILES=	bin/convert_pwdb bin/pwdb2csv bin/pwman man/man1/pwman.1.gz
20
PLIST_FILES=	bin/convert_pwdb bin/pwdb2csv bin/pwman man/man1/pwman.1.gz
21
PORTDOCS=	AUTHORS COPYING ChangeLog README TODO
21
22
CFLAGS+=	-Wno-error=return-type
22
23
23
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
24
25
25
post-patch:
26
post-patch:
26
	@${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c
27
	@${REINPLACE_CMD} -e \
28
		's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/src/options.c
27
29
28
post-install:
30
post-install:
29
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
31
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
30
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
32
	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
31
33
32
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)security/pwman/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pwman-0.4.0.tar.gz) = 8a3eaa5281c96dff1bf4c7a17c69c03b5471c4c21a44624d4def06a5c6dc223f
1
SHA256 (pwman-0.4.4.tar.gz) = 29027550ddef720ec447a3031063b10691e6139c9cd5bab18974a52dabdd69c5
2
SIZE (pwman-0.4.0.tar.gz) = 107105
2
SIZE (pwman-0.4.4.tar.gz) = 114439
(-)security/pwman/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
PWman is a console application for managing passwords. It uses GPG (gpgme)
1
PWman is a console application for managing passwords. It uses
2
for encryption and authentication.
2
GPG (gpgme) for encryption and authentication.
3
3
4
WWW: http://pwman.sourceforge.net/
4
WWW: http://pwman.sourceforge.net/

Return to bug 191827