Date: Thu, 6 Oct 2016 07:11:46 +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: r423396 - head/games/filters Message-ID: <201610060711.u967BkUM043759@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610060711.u967BkUM043759>