Date: Mon, 2 Jan 2017 14:12:56 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430357 - head/textproc/supercat Message-ID: <201701021412.v02ECu9U022912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701021412.v02ECu9U022912>