diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-10 07:47:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-10 07:47:25 +0000 |
commit | 43d80546888fe7280461bfb5da3e7428c86a1780 (patch) | |
tree | b8b191406a76d535e8b07a271f39a6b8c5a99ab3 | |
parent | ee4fab6a9c7e9132689950df06bb466e43b879de (diff) | |
download | ports-43d80546888fe7280461bfb5da3e7428c86a1780.tar.gz ports-43d80546888fe7280461bfb5da3e7428c86a1780.zip |
Notes
-rw-r--r-- | games/filters/Makefile | 2 | ||||
-rw-r--r-- | games/filters/distinfo | 4 | ||||
-rw-r--r-- | games/filters/files/patch-Makefile | 10 |
3 files changed, 9 insertions, 7 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile index 55e752047d5f..6b94e8f4e136 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filters -PORTVERSION= 2.50 +PORTVERSION= 2.51 CATEGORIES= games perl5 MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ CRITICAL diff --git a/games/filters/distinfo b/games/filters/distinfo index 6251a9901cc5..51f811717001 100644 --- a/games/filters/distinfo +++ b/games/filters/distinfo @@ -1,2 +1,2 @@ -SHA256 (filters_2.50.tar.gz) = 54b3fe3450ff7979cbca04bfc27e5fe5d1f0074db41951c488e9111e972f6a0c -SIZE (filters_2.50.tar.gz) = 55066 +SHA256 (filters_2.51.tar.gz) = f4f61901d8affa2002d7703f22c90023ddc31145e6199e7c1a9dee09af9a4fee +SIZE (filters_2.51.tar.gz) = 55158 diff --git a/games/filters/files/patch-Makefile b/games/filters/files/patch-Makefile index 85f2f84cef6d..4b6aa0209fdd 100644 --- a/games/filters/files/patch-Makefile +++ b/games/filters/files/patch-Makefile @@ -1,10 +1,12 @@ ---- ./Makefile.orig 2009-07-11 22:18:22.000000000 +0200 -+++ ./Makefile 2011-02-14 14:34:38.000000000 +0100 -@@ -2,8 +2,9 @@ +--- Makefile.orig 2014-09-10 09:44:18.886311642 +0200 ++++ Makefile 2014-09-10 09:44:13.089316817 +0200 +@@ -1,9 +1,10 @@ + 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 +- censor spammer uniencode pirate kenny scottish fanboy lolcat -CFLAGS = -O2 -lfl ++ censor spammer uniencode pirate kenny scottish fanboy +LDFLAGS+= -lfl export CFLAGS +export LDFLAGS |