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

(-)Makefile (-9 / +7 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	pwman
8
PORTNAME=	pwman
9
PORTVERSION=	0.3.8
9
PORTVERSION=	0.3.9
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
12
15
MAINTAINER=	anders@FreeBSD.org
13
MAINTAINER=	anders@FreeBSD.org
16
COMMENT=	Console password management application based on gpg(me)
14
COMMENT=	Console password management application based on gpg(me)
Lines 20-28 Link Here
20
18
21
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
22
20
23
MAN1=	pwman.1
21
MAN1=		pwman.1
24
22
25
DOCS=	AUTHORS COPYING ChangeLog README TODO
23
PLIST_FILES=	bin/convert_pwdb bin/pwdb2csv bin/pwman
24
25
PORTDOCS=	AUTHORS COPYING ChangeLog README TODO
26
26
27
post-patch:
27
post-patch:
28
	@${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c
28
	@${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c
Lines 30-38 Link Here
30
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
31
post-install:
31
post-install:
32
	@${INSTALL} -d -m 0755 ${DOCSDIR}
32
	@${INSTALL} -d -m 0755 ${DOCSDIR}
33
.for f in ${DOCS}
33
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
34
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
35
.endfor
36
.endif
34
.endif
37
35
38
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pwman-0.3.8.tar.gz) = 385b66ed033e7cbd1698b83dbbee29fc
1
MD5 (pwman-0.3.9.tar.gz) = c130d347285d9772c1f9309fcae9e836
2
SHA256 (pwman-0.3.8.tar.gz) = bab8e9ff9b97f81a3b150c18f6d9e172897bf93f6143915663594643d7106b2f
2
SHA256 (pwman-0.3.9.tar.gz) = 2df0885988fb786feb4fe905ac724fc50b93d85f63432b04561f20e734528442
3
SIZE (pwman-0.3.8.tar.gz) = 103647
3
SIZE (pwman-0.3.9.tar.gz) = 103819
(-)pkg-plist (-9 lines)
Removed Link Here
1
bin/convert_pwdb
2
bin/pwdb2csv
3
bin/pwman
4
%%PORTDOCS%%share/doc/pwman/AUTHORS
5
%%PORTDOCS%%share/doc/pwman/COPYING
6
%%PORTDOCS%%share/doc/pwman/ChangeLog
7
%%PORTDOCS%%share/doc/pwman/README
8
%%PORTDOCS%%share/doc/pwman/TODO
9
%%PORTDOCS%%@dirrm share/doc/pwman

Return to bug 128967