From owner-svn-ports-all@freebsd.org Mon Jan 2 14:12:57 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 537B8C9C4FA; Mon, 2 Jan 2017 14:12:57 +0000 (UTC) (envelope-from rakuco@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 0428D13E4; Mon, 2 Jan 2017 14:12:56 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v02ECu5n022914; Mon, 2 Jan 2017 14:12:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v02ECu9U022912; Mon, 2 Jan 2017 14:12:56 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201701021412.v02ECu9U022912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 2 Jan 2017 14:12:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430357 - head/textproc/supercat 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: Mon, 02 Jan 2017 14:12:57 -0000 Author: rakuco Date: Mon Jan 2 14:12:55 2017 New Revision: 430357 URL: https://svnweb.freebsd.org/changeset/ports/430357 Log: Update to 0.5.6. - Remove PORT_VERBS, which looks like some ancient incantation from a bygone era. - Drop sed call on the configure script in favor of just passing the right option to it. - Drop the other sed call which made sense when the port was added in 2007 but which has since been fixed upstream. Modified: head/textproc/supercat/Makefile head/textproc/supercat/distinfo Modified: head/textproc/supercat/Makefile ============================================================================== --- head/textproc/supercat/Makefile Mon Jan 2 13:38:55 2017 (r430356) +++ head/textproc/supercat/Makefile Mon Jan 2 14:12:55 2017 (r430357) @@ -2,19 +2,14 @@ # $FreeBSD$ PORTNAME= supercat -PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTVERSION= 0.5.6 CATEGORIES= textproc MASTER_SITES= http://supercat.nosredna.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Regexp-based text colorizer with ASCII/HTML output +CONFIGURE_ARGS= --with-system-directory=${ETCDIR} GNU_CONFIGURE= yes -PORT_VERBS= ${PORTNAME} spc - -post-patch: - @${REINPLACE_CMD} -e 's|/etc/supercat|${ETCDIR}|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|c:C:dDhmnrt:vS|&Rw|' ${WRKSRC}/src/spc.c .include Modified: head/textproc/supercat/distinfo ============================================================================== --- head/textproc/supercat/distinfo Mon Jan 2 13:38:55 2017 (r430356) +++ head/textproc/supercat/distinfo Mon Jan 2 14:12:55 2017 (r430357) @@ -1,2 +1,3 @@ -SHA256 (supercat-0.5.5.tar.gz) = c49bd0b72509a166fb8686c999169b2c970595bc565d0b0379a01323657c01bf -SIZE (supercat-0.5.5.tar.gz) = 103545 +TIMESTAMP = 1483361449 +SHA256 (supercat-0.5.6.tar.gz) = 0b2052237acc7754094caca4ed85f7e9fa55139f801de2f210c328ead7a33211 +SIZE (supercat-0.5.6.tar.gz) = 150193