FreeBSD Bugzilla – Attachment 182971 Details for
Bug 219599
misc/grc: Update to 1.11.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port patch
grc.1.11.1.diff (text/plain), 3.31 KB, created by
Walter Hop
on 2017-05-27 14:56:30 UTC
(
hide
)
Description:
port patch
Filename:
MIME Type:
Creator:
Walter Hop
Created:
2017-05-27 14:56:30 UTC
Size:
3.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 441844) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= grc >-PORTVERSION= 1.9 >+PORTVERSION= 1.11.1 > DISTVERSIONPREFIX= v > CATEGORIES= misc > >@@ -24,6 +24,7 @@ > @${REINPLACE_CMD} -e \ > 's|"/etc/grc|"${PREFIX}/etc/grc|g ; \ > s|/usr/local/share/grc|${DATADIR}|g ; \ >+ s|#! /usr/bin/env python3|#!${PYTHON_CMD}| ; \ > s|, "/usr/share/grc/"||g' ${WRKSRC}/${i} > @${REINPLACE_CMD} -e \ > 's| /etc/grc| ${PREFIX}/etc/grc|g ; \ >@@ -38,6 +39,6 @@ > .endfor > (cd ${WRKSRC} && ${INSTALL_DATA} grc.conf ${STAGEDIR}${PREFIX}/etc) > @${MKDIR} ${STAGEDIR}${DATADIR} >- (cd ${WRKSRC} && ${INSTALL_DATA} conf.* ${STAGEDIR}${DATADIR}) >+ (cd ${WRKSRC} && ${INSTALL_DATA} colourfiles/conf.* ${STAGEDIR}${DATADIR}) > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 441844) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (garabik-grc-v1.9_GH0.tar.gz) = 269ab717dc105c124f6eb48b4b8d3ab68660c0f1244eaea140f0188cb9af4b80 >-SIZE (garabik-grc-v1.9_GH0.tar.gz) = 29252 >+TIMESTAMP = 1495893307 >+SHA256 (garabik-grc-v1.11.1_GH0.tar.gz) = 9ae4bcc9186d6856e861d5b0e29b7b14db3f14e6b643e2df0076c104a94dbcba >+SIZE (garabik-grc-v1.11.1_GH0.tar.gz) = 43289 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 441844) >+++ pkg-plist (working copy) >@@ -3,25 +3,74 @@ > etc/grc.conf > man/man1/grc.1.gz > man/man1/grcat.1.gz >+%%DATADIR%%/conf.ant >+%%DATADIR%%/conf.blkid > %%DATADIR%%/conf.configure > %%DATADIR%%/conf.cvs > %%DATADIR%%/conf.df > %%DATADIR%%/conf.diff > %%DATADIR%%/conf.dig >+%%DATADIR%%/conf.dnf >+%%DATADIR%%/conf.docker-machinels >+%%DATADIR%%/conf.dockerimages >+%%DATADIR%%/conf.dockerinfo >+%%DATADIR%%/conf.dockernetwork >+%%DATADIR%%/conf.dockerps >+%%DATADIR%%/conf.dockerpull >+%%DATADIR%%/conf.dockersearch >+%%DATADIR%%/conf.dockerversion >+%%DATADIR%%/conf.du >+%%DATADIR%%/conf.env > %%DATADIR%%/conf.esperanto >+%%DATADIR%%/conf.fdisk >+%%DATADIR%%/conf.findmnt >+%%DATADIR%%/conf.free > %%DATADIR%%/conf.gcc >+%%DATADIR%%/conf.getfacl >+%%DATADIR%%/conf.getsebool >+%%DATADIR%%/conf.id > %%DATADIR%%/conf.ifconfig >+%%DATADIR%%/conf.iostat_sar >+%%DATADIR%%/conf.ip >+%%DATADIR%%/conf.ipaddr >+%%DATADIR%%/conf.ipneighbor >+%%DATADIR%%/conf.iproute >+%%DATADIR%%/conf.iptables > %%DATADIR%%/conf.irclog >+%%DATADIR%%/conf.last > %%DATADIR%%/conf.ldap > %%DATADIR%%/conf.log > %%DATADIR%%/conf.ls >+%%DATADIR%%/conf.lsattr >+%%DATADIR%%/conf.lsblk >+%%DATADIR%%/conf.lsmod >+%%DATADIR%%/conf.lsof >+%%DATADIR%%/conf.lspci > %%DATADIR%%/conf.mount >-%%DATADIR%%/conf.mount2 >+%%DATADIR%%/conf.mount.old > %%DATADIR%%/conf.mtr >+%%DATADIR%%/conf.mvn > %%DATADIR%%/conf.netstat >+%%DATADIR%%/conf.nmap > %%DATADIR%%/conf.php > %%DATADIR%%/conf.ping >+%%DATADIR%%/conf.ping2 > %%DATADIR%%/conf.proftpd > %%DATADIR%%/conf.ps >+%%DATADIR%%/conf.pv >+%%DATADIR%%/conf.semanageboolean >+%%DATADIR%%/conf.semanagefcontext >+%%DATADIR%%/conf.semanageuser >+%%DATADIR%%/conf.showmount >+%%DATADIR%%/conf.sql >+%%DATADIR%%/conf.ss >+%%DATADIR%%/conf.stat >+%%DATADIR%%/conf.sysctl >+%%DATADIR%%/conf.systemctl >+%%DATADIR%%/conf.tcpdump > %%DATADIR%%/conf.traceroute >+%%DATADIR%%/conf.tune2fs >+%%DATADIR%%/conf.ulimit >+%%DATADIR%%/conf.uptime >+%%DATADIR%%/conf.vmstat > %%DATADIR%%/conf.wdiff
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 219599
: 182971 |
182972
Working