From owner-svn-ports-head@FreeBSD.ORG Sun Sep 22 23:18:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2D80BB8; Sun, 22 Sep 2013 23:18:59 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B04F52DC1; Sun, 22 Sep 2013 23:18:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MNIxd5046339; Sun, 22 Sep 2013 23:18:59 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8MNIxKX046337; Sun, 22 Sep 2013 23:18:59 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309222318.r8MNIxKX046337@svn.freebsd.org> From: Eitan Adler Date: Sun, 22 Sep 2013 23:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327901 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 23:18:59 -0000 Author: eadler Date: Sun Sep 22 23:18:58 2013 New Revision: 327901 URL: http://svnweb.freebsd.org/changeset/ports/327901 Log: Update to 1.7.67 Modernize LIB_DEPENDS Tested with poudriere Approved by: jsa (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Sun Sep 22 23:14:15 2013 (r327900) +++ head/graphics/pngcrush/Makefile Sun Sep 22 23:18:58 2013 (r327901) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.59 +PORTVERSION= 1.7.67 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-nol MAINTAINER= jsa@FreeBSD.org COMMENT= Optimizer for PNG files -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_XZ= yes CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Sun Sep 22 23:14:15 2013 (r327900) +++ head/graphics/pngcrush/distinfo Sun Sep 22 23:18:58 2013 (r327901) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.59-nolib.tar.xz) = 0dd7b7d0fb73e8ce9ada44ab1690613dc58c0800806bf3b06a411d69ffd37eb0 -SIZE (pngcrush-1.7.59-nolib.tar.xz) = 56532 +SHA256 (pngcrush-1.7.67-nolib.tar.xz) = 1ed050059f38504ca9eeef5bfae88fe8c69905e7337e454254cf2fad20f8e83c +SIZE (pngcrush-1.7.67-nolib.tar.xz) = 57908