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

(-)prhistory/Makefile (-6 / +7 lines)
Lines 7-13 Link Here
7
CATEGORIES=	ports-mgmt
7
CATEGORIES=	ports-mgmt
8
MASTER_SITES=	GH
8
MASTER_SITES=	GH
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	portmaster@bsdforge.com
11
COMMENT=	PR review for ports
11
COMMENT=	PR review for ports
12
12
13
LICENSE=	PRHISTORY
13
LICENSE=	PRHISTORY
Lines 23-44 Link Here
23
GH_TAGNAME=	${GH_COMMIT}
23
GH_TAGNAME=	${GH_COMMIT}
24
GH_COMMIT=	9113c59
24
GH_COMMIT=	9113c59
25
25
26
MAN7=	prhistory.7
26
# maybe a PLIST_FILES && nuke pkg-plist next time
27
27
28
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message
29
PORTDOCS=	*
29
PORTDOCS=	*
30
30
31
NO_STAGE=	yes
32
33
OPTIONS_DEFINE=	DOCS
31
OPTIONS_DEFINE=	DOCS
34
32
35
.include <bsd.port.options.mk>
33
.include <bsd.port.options.mk>
36
34
35
do-install:
36
	${INSTALL_PROGRAM} ${WRKSRC}/prhistory ${STAGEDIR}${PREFIX}/bin
37
post-install:
37
post-install:
38
.if ${PORT_OPTIONS:MDOCS}
38
.if ${PORT_OPTIONS:MDOCS}
39
	@${MKDIR} ${DOCSDIR}
39
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
40
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
40
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
41
.endif
41
.endif
42
	${INSTALL_DATA} ${WRKSRC}/prhistory.7 ${STAGEDIR}${PREFIX}/man/man7/
42
	@${CAT} ${PKGMESSAGE}
43
	@${CAT} ${PKGMESSAGE}
43
44
44
.include <bsd.port.mk>
45
.include <bsd.port.mk>
(-)prhistory/pkg-descr (-3 / +3 lines)
Lines 1-5 Link Here
1
prhistory shows PR from the FreeBSD GNATS database corresponding
1
prhistory shows PR from the FreeBSD GNATS database corresponding to a port.
2
to a port. Show a summary view of all PR related to a port and 
2
Show a summary view of all PR related to a port and request an individual PR
3
request an individual PR by number.
3
by number.
4
4
5
WWW: https://github.com/waitman/prhistory
5
WWW: https://github.com/waitman/prhistory
(-)prhistory/pkg-plist (-1 / +2 lines)
Lines 1-2 Link Here
1
bin/prhistory
1
bin/prhistory
2
@unexec echo "NOTICE: If you are permanently removing this utility, you may wish to delete the database file /var/db/ports/ports-pr.db"
2
man/man7/prhistory.7.gz
3
@unexec echo "NOTICE: If you are permanently removing this utility, you may also wish to delete the database file /var/db/ports/ports-pr.db"

Return to bug 193453