From owner-svn-ports-all@freebsd.org Wed May 31 00:00:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8732BF13BC; Wed, 31 May 2017 00:00:14 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87A43802CC; Wed, 31 May 2017 00:00:14 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V00D7S004732; Wed, 31 May 2017 00:00:13 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V00D19004729; Wed, 31 May 2017 00:00:13 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705310000.v4V00D19004729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 31 May 2017 00:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442128 - head/misc/grc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 00:00:14 -0000 Author: dbaio Date: Wed May 31 00:00:13 2017 New Revision: 442128 URL: https://svnweb.freebsd.org/changeset/ports/442128 Log: misc/grc: Update to 1.11.1 1.11.1 better error handling if command is not found 1.11 source directory cleanup several new configuration files and improvements 1.10.1 make bash aliases more compatible with other shells and with MacOSX 1.10 many new configuration files python3 support While here, adjust license and set architecture neutral. PR: 219599 Submitted by: Walter Hop (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10966 Modified: head/misc/grc/Makefile head/misc/grc/distinfo head/misc/grc/pkg-plist Modified: head/misc/grc/Makefile ============================================================================== --- head/misc/grc/Makefile Tue May 30 21:11:01 2017 (r442127) +++ head/misc/grc/Makefile Wed May 31 00:00:13 2017 (r442128) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= grc -PORTVERSION= 1.9 +PORTVERSION= 1.11.1 DISTVERSIONPREFIX= v CATEGORIES= misc MAINTAINER= walter@lifeforms.nl COMMENT= Generic Colouriser -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= garabik NO_BUILD= yes +NO_ARCH= yes USES= python:run shebangfix SHEBANG_FILES= grc grcat @@ -24,6 +26,7 @@ post-patch: @${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 +41,6 @@ do-install: .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 Modified: head/misc/grc/distinfo ============================================================================== --- head/misc/grc/distinfo Tue May 30 21:11:01 2017 (r442127) +++ head/misc/grc/distinfo Wed May 31 00:00:13 2017 (r442128) @@ -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 Modified: head/misc/grc/pkg-plist ============================================================================== --- head/misc/grc/pkg-plist Tue May 30 21:11:01 2017 (r442127) +++ head/misc/grc/pkg-plist Wed May 31 00:00:13 2017 (r442128) @@ -3,25 +3,74 @@ bin/grcat 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