From owner-cvs-all@FreeBSD.ORG Fri Feb 13 15:10:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4206216A4CE; Fri, 13 Feb 2004 15:10:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E42E43D2F; Fri, 13 Feb 2004 15:10:12 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DNACGe086423; Fri, 13 Feb 2004 15:10:12 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DNABM6086422; Fri, 13 Feb 2004 15:10:11 -0800 (PST) (envelope-from mi) Message-Id: <200402132310.i1DNABM6086422@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 13 Feb 2004 15:10:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 23:10:12 -0000 mi 2004/02/13 15:10:11 PST FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Log: Closer investigation shows, that ImageMagick stopped supporting HDF format on or before July 2002: http://studio.imagemagick.org/pipermail/magick-users/2002-July/003703.html Indeed, the HDF bits are commented out in the package's configure/autoconf and none of the utilities installed by the port actually link with HDF. Rather than bump PORTREVISION, upgrade to the 5.5.7.16 (from .15). Prompted by: troubles with HDF and amd64 Revision Changes Path 1.179 +1 -8 ports/graphics/ImageMagick/Makefile 1.84 +2 -2 ports/graphics/ImageMagick/distinfo 1.79 +2 -0 ports/graphics/ImageMagick/pkg-plist