Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 07:16:56 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368246 - in head/games/filters: . files
Message-ID:  <201409150716.s8F7Gus1017167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Sep 15 07:16:56 2014
New Revision: 368246
URL: http://svnweb.freebsd.org/changeset/ports/368246
QAT: https://qat.redports.org/buildarchive/r368246/

Log:
  Update to 2.52, the upstream author renamed lolcat to LOLCAT to work around the
  conflict with another program called lolcat (games/lolcat). While this isn't my
  personal choice of name I go with the change to stay compatible with upstream.
  As a nice side effect we can remove the conflict to games/lolcat vice versa.

Modified:
  head/games/filters/Makefile
  head/games/filters/distinfo
  head/games/filters/files/patch-Makefile
  head/games/filters/pkg-plist

Modified: head/games/filters/Makefile
==============================================================================
--- head/games/filters/Makefile	Mon Sep 15 06:18:21 2014	(r368245)
+++ head/games/filters/Makefile	Mon Sep 15 07:16:56 2014	(r368246)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	filters
-PORTVERSION=	2.51
+PORTVERSION=	2.52
 CATEGORIES=	games perl5
 MASTER_SITES=	http://ftp.debian.org/debian/pool/main/f/filters/ \
 		CRITICAL
@@ -11,8 +11,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Collection of filters, including B1FF, and the Swedish Chef
 
-CONFLICTS=	talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]* \
-		lolcat-[0-9]*
+CONFLICTS=	talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]*
 
 USES=		shebangfix gmake perl5
 MAKE_JOBS_UNSAFE=	yes
@@ -20,7 +19,7 @@ MAKE_JOBS_UNSAFE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PERLFILTERS=	b1ff censor chef eleet fudd jibberish kenny pirate rasterman \
-		spammer studly uniencode upside-down fanboy scottish lolcat
+		spammer studly uniencode upside-down fanboy scottish LOLCAT
 CFILTERS=	jethro kraut cockney jive nyc ken ky00te newspeak nethackify \
 		scramble
 

Modified: head/games/filters/distinfo
==============================================================================
--- head/games/filters/distinfo	Mon Sep 15 06:18:21 2014	(r368245)
+++ head/games/filters/distinfo	Mon Sep 15 07:16:56 2014	(r368246)
@@ -1,2 +1,2 @@
-SHA256 (filters_2.51.tar.gz) = f4f61901d8affa2002d7703f22c90023ddc31145e6199e7c1a9dee09af9a4fee
-SIZE (filters_2.51.tar.gz) = 55158
+SHA256 (filters_2.52.tar.gz) = f77e4363bff3fc7913e8c6f2c32822575c2763f40a974c238630b92ccfd32bc6
+SIZE (filters_2.52.tar.gz) = 55348

Modified: head/games/filters/files/patch-Makefile
==============================================================================
--- head/games/filters/files/patch-Makefile	Mon Sep 15 06:18:21 2014	(r368245)
+++ head/games/filters/files/patch-Makefile	Mon Sep 15 07:16:56 2014	(r368246)
@@ -4,7 +4,7 @@
  LEX	= flex
  BUILD	= jethro kraut cockney jive nyc ken ky00te newspeak nethackify scramble
  OTHER	= eleet b1ff chef jibberish upside-down rasterman studly fudd \
--	  censor spammer uniencode pirate kenny scottish fanboy lolcat
+-	  censor spammer uniencode pirate kenny scottish fanboy LOLCAT
 -CFLAGS	= -O2 -lfl
 +	  censor spammer uniencode pirate kenny scottish fanboy
 +LDFLAGS+=	-lfl

Modified: head/games/filters/pkg-plist
==============================================================================
--- head/games/filters/pkg-plist	Mon Sep 15 06:18:21 2014	(r368245)
+++ head/games/filters/pkg-plist	Mon Sep 15 07:16:56 2014	(r368246)
@@ -12,7 +12,7 @@ bin/ken
 bin/kenny
 bin/kraut
 bin/ky00te
-bin/lolcat
+bin/LOLCAT
 bin/nethackify
 bin/newspeak
 bin/nyc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409150716.s8F7Gus1017167>