From owner-svn-ports-head@freebsd.org Thu Oct 6 07:11:47 2016 Return-Path: Delivered-To: svn-ports-head@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 C4515BD3AB4; Thu, 6 Oct 2016 07:11:47 +0000 (UTC) (envelope-from ehaupt@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 79CC3991; Thu, 6 Oct 2016 07:11:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u967BkLa043762; Thu, 6 Oct 2016 07:11:46 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u967BkUM043759; Thu, 6 Oct 2016 07:11:46 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610060711.u967BkUM043759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 6 Oct 2016 07:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423396 - head/games/filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 07:11:47 -0000 Author: ehaupt Date: Thu Oct 6 07:11:46 2016 New Revision: 423396 URL: https://svnweb.freebsd.org/changeset/ports/423396 Log: - Update to 2.55 - Add license - Add WWW Modified: head/games/filters/Makefile head/games/filters/distinfo head/games/filters/pkg-descr Modified: head/games/filters/Makefile ============================================================================== --- head/games/filters/Makefile Thu Oct 6 00:39:13 2016 (r423395) +++ head/games/filters/Makefile Thu Oct 6 07:11:46 2016 (r423396) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= filters -PORTVERSION= 2.54 +PORTVERSION= 2.55 +DISTVERSIONSUFFIX= .orig CATEGORIES= games perl5 -MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ - LOCAL/ehaupt -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= DEBIAN +DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Collection of filters, including B1FF, and the Swedish Chef +LICENSE= GPLv2 + CONFLICTS= talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]* USES= gmake perl5 shebangfix Modified: head/games/filters/distinfo ============================================================================== --- head/games/filters/distinfo Thu Oct 6 00:39:13 2016 (r423395) +++ head/games/filters/distinfo Thu Oct 6 07:11:46 2016 (r423396) @@ -1,2 +1,3 @@ -SHA256 (filters_2.54.tar.gz) = 2e0dc1c5206e36540b0f8ed2d8462c78b56211c53af131ae8c3be338d0ae13e6 -SIZE (filters_2.54.tar.gz) = 54198 +TIMESTAMP = 1475737087 +SHA256 (filters_2.55.orig.tar.gz) = 6ca2fa24eac273a9e01a60a0cb4e0623076e0132b497271d57f544249d704078 +SIZE (filters_2.55.orig.tar.gz) = 54171 Modified: head/games/filters/pkg-descr ============================================================================== --- head/games/filters/pkg-descr Thu Oct 6 00:39:13 2016 (r423395) +++ head/games/filters/pkg-descr Thu Oct 6 07:11:46 2016 (r423396) @@ -3,3 +3,5 @@ No personal, racial, societal slurs are All the filters read input from stdin, change it, and write the filtered text to stdout. + +WWW: http://joeyh.name/code/filters/