Date: Sat, 3 Nov 2012 20:55:25 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306938 - head/graphics/feh Message-ID: <201211032055.qA3KtPcN042905@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Nov 3 20:55:24 2012 New Revision: 306938 URL: http://svn.freebsd.org/changeset/ports/306938 Log: Update to 2.7. Changelog: - Add --min-dim and --max-dim options to only process images with certain dimensions. While here, strip makefile headers. Approved by: miwi, kwm (mentors, implicit) Feature safe: yes Modified: head/graphics/feh/Makefile head/graphics/feh/distinfo Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Sat Nov 3 20:52:23 2012 (r306937) +++ head/graphics/feh/Makefile Sat Nov 3 20:55:24 2012 (r306938) @@ -1,12 +1,8 @@ -# ports collection makefile for: feh -# Date created: 16 Oct 2000 -# Whom: Jeremy Norris <ishmael27@home.com> -# +# Created by: Jeremy Norris <ishmael27@home.com> # $FreeBSD$ -# PORTNAME= feh -PORTVERSION= 2.6.1 +PORTVERSION= 2.7 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ ${MASTER_SITE_LOCAL} Modified: head/graphics/feh/distinfo ============================================================================== --- head/graphics/feh/distinfo Sat Nov 3 20:52:23 2012 (r306937) +++ head/graphics/feh/distinfo Sat Nov 3 20:55:24 2012 (r306938) @@ -1,2 +1,2 @@ -SHA256 (feh-2.6.1.tar.bz2) = 36edacec2f8d0d13035202e68f09ccf5d2ee5dc1d95157e8ee6bcde9c0a5283a -SIZE (feh-2.6.1.tar.bz2) = 2238724 +SHA256 (feh-2.7.tar.bz2) = 4eceeed007aa8825494970a705356b91a8a648ab8f8a584d01e8028564633e01 +SIZE (feh-2.7.tar.bz2) = 2239395
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211032055.qA3KtPcN042905>