From owner-svn-ports-all@FreeBSD.ORG Mon Sep 15 07:16:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DBFAC32; Mon, 15 Sep 2014 07:16:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6A8B769E; Mon, 15 Sep 2014 07:16:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8F7GvVB017171; Mon, 15 Sep 2014 07:16:57 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8F7Gus1017167; Mon, 15 Sep 2014 07:16:56 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201409150716.s8F7Gus1017167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 15 Sep 2014 07:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368246 - in head/games/filters: . files 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.18-1 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, 15 Sep 2014 07:16:57 -0000 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