1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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.
This commit is contained in:
Raphael Kubo da Costa 2017-01-02 14:12:55 +00:00
parent 475f525c60
commit 98326bff8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430357
2 changed files with 5 additions and 9 deletions

View File

@ -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>

View File

@ -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