diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-06 13:40:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-06 13:40:26 +0000 |
commit | 6578d21e089deccf814ec92be3cf3f8af52ab49a (patch) | |
tree | 7b099e58d0a50b339ee203811860e3d049e76c75 | |
parent | 253eb06910e2cbf9e119af451fabf5c2a10324af (diff) | |
download | ports-6578d21e089deccf814ec92be3cf3f8af52ab49a.tar.gz ports-6578d21e089deccf814ec92be3cf3f8af52ab49a.zip |
Notes
-rw-r--r-- | games/filters/Makefile | 7 | ||||
-rw-r--r-- | games/filters/distinfo | 4 | ||||
-rw-r--r-- | games/filters/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile index ed968e312673..5cc2723316c3 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filters -PORTVERSION= 2.48 +PORTVERSION= 2.49 CATEGORIES= games perl5 MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ CRITICAL @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Collection of filters, including B1FF, and the Swedish Chef -CONFLICTS= talkfilters-* jive-* chef-* kenny-* +CONFLICTS= talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]* \ + lolcat-[0-9]* USE_PERL5= yes USE_GMAKE= yes @@ -20,7 +21,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 + spammer studly uniencode upside-down fanboy scottish lolcat CFILTERS= jethro kraut cockney jive nyc ken ky00te newspeak nethackify \ scramble diff --git a/games/filters/distinfo b/games/filters/distinfo index a6f6f20dccde..ac781af2c574 100644 --- a/games/filters/distinfo +++ b/games/filters/distinfo @@ -1,2 +1,2 @@ -SHA256 (filters_2.48.tar.gz) = 25b588a47b7ac73380af99adc39a85d358a4348fccbf68afe46e17994ac68a58 -SIZE (filters_2.48.tar.gz) = 54839 +SHA256 (filters_2.49.tar.gz) = 1b1c36282dbdcb5efaa1a8f095591724b06313987ea17e19240e10ef886912ca +SIZE (filters_2.49.tar.gz) = 55213 diff --git a/games/filters/pkg-plist b/games/filters/pkg-plist index ce085efb0aa0..539bea91ea22 100644 --- a/games/filters/pkg-plist +++ b/games/filters/pkg-plist @@ -12,6 +12,7 @@ bin/ken bin/kenny bin/kraut bin/ky00te +bin/lolcat bin/nethackify bin/newspeak bin/nyc |