From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 6 08:00:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 278CE106568C for ; Wed, 6 Jun 2012 08:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 110B08FC0A for ; Wed, 6 Jun 2012 08:00:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5680ePx008488 for ; Wed, 6 Jun 2012 08:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5680e5u008485; Wed, 6 Jun 2012 08:00:40 GMT (envelope-from gnats) Date: Wed, 6 Jun 2012 08:00:40 GMT Message-Id: <201206060800.q5680e5u008485@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Linimon Cc: Subject: Re: ports/167907: [UPDATE] graphics/bmeps: update to 2.2.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2012 08:00:41 -0000 The following reply was made to PR ports/167907; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/167907: [UPDATE] graphics/bmeps: update to 2.2.24 Date: Wed, 6 Jun 2012 03:00:10 -0500 ----- Forwarded message from Takefu ----- Date: Wed, 06 Jun 2012 15:28:57 +0900 From: Takefu To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/167907: [UPDATE] graphics/bmeps: update to 2.2.24 As for zip file, even if USE_ZIP is not used, the decompression is possible. It is safe in present portlint(1). diff -ruN /usr/ports/graphics/bmeps/Makefile graphics/bmeps/Makefile --- /usr/ports/graphics/bmeps/Makefile 2012-06-06 11:49:51.000000000 +0900 +++ graphics/bmeps/Makefile 2012-06-06 15:12:55.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= bmeps -PORTVERSION= 2.2.22 -PORTREVISION= 2 +PORTVERSION= 2.2.24 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} @@ -22,7 +21,7 @@ netpbm:${PORTSDIR}/graphics/netpbm \ png15:${PORTSDIR}/graphics/png -USE_ZIP= yes +EXTRACT_SUFX:= .zip USE_PERL5= yes GNU_CONFIGURE= yes diff -ruN /usr/ports/graphics/bmeps/distinfo graphics/bmeps/distinfo --- /usr/ports/graphics/bmeps/distinfo 2011-12-15 08:06:53.000000000 +0900 +++ graphics/bmeps/distinfo 2012-05-15 16:17:01.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (dktools-2.2.22.zip) = 34b14bb679e90e7093027995954a7591916b4758b2b1aa482eed3ae53b676067 -SIZE (dktools-2.2.22.zip) = 5806013 +SHA256 (dktools-2.2.24.zip) = e72df91857737032fa9359411e74ebcda2a71b19e7cc583e8052768c5d4e3bcb +SIZE (dktools-2.2.24.zip) = 5811240 ----- End forwarded message -----