diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-09-03 22:54:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-09-03 22:54:50 +0800 |
commit | 2ecbf0b15b7b2234e0bfb0f11dc5f4530489844c (patch) | |
tree | 522e5df1dae6e79a3f8eb78817aa023db0618b24 /games | |
parent | 16939f40cbbe37d3fd1cd5a315bc20d275f530a8 (diff) | |
download | freebsd-ports-gnome-2ecbf0b15b7b2234e0bfb0f11dc5f4530489844c.tar.gz freebsd-ports-gnome-2ecbf0b15b7b2234e0bfb0f11dc5f4530489844c.tar.zst freebsd-ports-gnome-2ecbf0b15b7b2234e0bfb0f11dc5f4530489844c.zip |
Update to 2.50 and support clang
Diffstat (limited to 'games')
-rw-r--r-- | games/filters/Makefile | 3 | ||||
-rw-r--r-- | games/filters/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile index 3e72e0a99b60..55e752047d5f 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filters -PORTVERSION= 2.49 +PORTVERSION= 2.50 CATEGORIES= games perl5 MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ CRITICAL @@ -15,7 +15,6 @@ CONFLICTS= talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]* \ lolcat-[0-9]* USES= shebangfix gmake perl5 -USE_GCC= any MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/games/filters/distinfo b/games/filters/distinfo index ac781af2c574..6251a9901cc5 100644 --- a/games/filters/distinfo +++ b/games/filters/distinfo @@ -1,2 +1,2 @@ -SHA256 (filters_2.49.tar.gz) = 1b1c36282dbdcb5efaa1a8f095591724b06313987ea17e19240e10ef886912ca -SIZE (filters_2.49.tar.gz) = 55213 +SHA256 (filters_2.50.tar.gz) = 54b3fe3450ff7979cbca04bfc27e5fe5d1f0074db41951c488e9111e972f6a0c +SIZE (filters_2.50.tar.gz) = 55066 |