FreeBSD Bugzilla – Attachment 147045 Details for
Bug 193453
[STAGE] ports-mgmt/prhistory: Enable STAGE support, Take Maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ports-mgmt/prhistory [request maintainer] STAGE
2014-09-07.diff (text/plain), 2.05 KB, created by
Chris Hutchinson
on 2014-09-08 07:10:18 UTC
(
hide
)
Description:
ports-mgmt/prhistory [request maintainer] STAGE
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-09-08 07:10:18 UTC
Size:
2.05 KB
patch
obsolete
>Index: prhistory/Makefile >=================================================================== >--- prhistory/Makefile (revision 366738) >+++ prhistory/Makefile (working copy) >@@ -7,7 +7,7 @@ > CATEGORIES= ports-mgmt > MASTER_SITES= GH > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= portmaster@bsdforge.com > COMMENT= PR review for ports > > LICENSE= PRHISTORY >@@ -23,22 +23,23 @@ > GH_TAGNAME= ${GH_COMMIT} > GH_COMMIT= 9113c59 > >-MAN7= prhistory.7 >+# maybe a PLIST_FILES && nuke pkg-plist next time > > SUB_FILES= pkg-message > PORTDOCS= * > >-NO_STAGE= yes >- > OPTIONS_DEFINE= DOCS > > .include <bsd.port.options.mk> > >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/prhistory ${STAGEDIR}${PREFIX}/bin > post-install: > .if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} > .endif >+ ${INSTALL_DATA} ${WRKSRC}/prhistory.7 ${STAGEDIR}${PREFIX}/man/man7/ > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >Index: prhistory/pkg-descr >=================================================================== >--- prhistory/pkg-descr (revision 366738) >+++ prhistory/pkg-descr (working copy) >@@ -1,5 +1,5 @@ >-prhistory shows PR from the FreeBSD GNATS database corresponding >-to a port. Show a summary view of all PR related to a port and >-request an individual PR by number. >+prhistory shows PR from the FreeBSD GNATS database corresponding to a port. >+Show a summary view of all PR related to a port and request an individual PR >+by number. > > WWW: https://github.com/waitman/prhistory >Index: prhistory/pkg-plist >=================================================================== >--- prhistory/pkg-plist (revision 366738) >+++ prhistory/pkg-plist (working copy) >@@ -1,2 +1,3 @@ > bin/prhistory >-@unexec echo "NOTICE: If you are permanently removing this utility, you may wish to delete the database file /var/db/ports/ports-pr.db" >+man/man7/prhistory.7.gz >+@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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193453
: 147045 |
147046