From owner-svn-ports-head@FreeBSD.ORG Fri Oct 24 13:54:02 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ABF1995; Fri, 24 Oct 2014 13:54:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65864841; Fri, 24 Oct 2014 13:54:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ODs2Ia036264; Fri, 24 Oct 2014 13:54:02 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ODs2Jq036262; Fri, 24 Oct 2014 13:54:02 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201410241354.s9ODs2Jq036262@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 24 Oct 2014 13:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371439 - head/graphics/apngasm 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.18-1 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: Fri, 24 Oct 2014 13:54:02 -0000 Author: danilo Date: Fri Oct 24 13:54:01 2014 New Revision: 371439 URL: https://svnweb.freebsd.org/changeset/ports/371439 QAT: https://qat.redports.org/buildarchive/r371439/ Log: - Update from 2.8 to 2.9 - Use options helpers - Take maintainership Modified: head/graphics/apngasm/Makefile head/graphics/apngasm/distinfo Modified: head/graphics/apngasm/Makefile ============================================================================== --- head/graphics/apngasm/Makefile Fri Oct 24 13:32:45 2014 (r371438) +++ head/graphics/apngasm/Makefile Fri Oct 24 13:54:01 2014 (r371439) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= apngasm -PORTVERSION= 2.8 +PORTVERSION= 2.9 DISTVERSIONSUFFIX=-src CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Create Animated PNG from a sequence of files LICENSE= ZLIB @@ -25,12 +25,7 @@ PLIST_FILES= bin/${PORTNAME} STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png STATIC_MAKE_ENV= STATIC=1 - -.include - -.if ! ${PORT_OPTIONS:MSTATIC} -LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png -.endif +STATIC_LIB_DEPENDS_OFF= libpng15.so:${PORTSDIR}/graphics/png do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ Modified: head/graphics/apngasm/distinfo ============================================================================== --- head/graphics/apngasm/distinfo Fri Oct 24 13:32:45 2014 (r371438) +++ head/graphics/apngasm/distinfo Fri Oct 24 13:54:01 2014 (r371439) @@ -1,2 +1,2 @@ -SHA256 (apngasm-2.8-src.zip) = 47bee31bc149efc5932a87819cc0daea668cf7322eeaed9378c43edbdc9803bc -SIZE (apngasm-2.8-src.zip) = 568753 +SHA256 (apngasm-2.9-src.zip) = 5dfd34c9a560da81f91d37b891e23761c74659fe36e04ab2a46696562a9ed876 +SIZE (apngasm-2.9-src.zip) = 573944