Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2017 21:24:21 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434254 - in head/graphics/optipng: . files
Message-ID:  <201702162124.v1GLOLiX030532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Feb 16 21:24:21 2017
New Revision: 434254
URL: https://svnweb.freebsd.org/changeset/ports/434254

Log:
  - Update graphics/optipng to 0.7.6
  - Convert to USES=localbase
  
  PR:		216952
  Submitted by:	Thomas Hurst <tom@hur.st> (maintainer)

Deleted:
  head/graphics/optipng/files/patch-src_optipng_osys.c
Modified:
  head/graphics/optipng/Makefile
  head/graphics/optipng/distinfo

Modified: head/graphics/optipng/Makefile
==============================================================================
--- head/graphics/optipng/Makefile	Thu Feb 16 20:42:54 2017	(r434253)
+++ head/graphics/optipng/Makefile	Thu Feb 16 21:24:21 2017	(r434254)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	optipng
-PORTVERSION=	0.7.5
+PORTVERSION=	0.7.6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/OptiPNG/${PORTNAME}-${PORTVERSION}
 
@@ -18,8 +18,7 @@ BUNDLED_LIBPNG_DESC=		Use bundled libpng
 BUNDLED_LIBPNG_CONFIGURE_OFF=	--with-system-libpng
 BUNDLED_LIBPNG_CONFIGURE_ON=	--without-system-libpng
 BUNDLED_LIBPNG_LIB_DEPENDS_OFF=	libpng.so:graphics/png
-BUNDLED_LIBPNG_CFLAGS_OFF=	-I${LOCALBASE}/include
-BUNDLED_LIBPNG_LDFLAGS_OFF=	-L${LOCALBASE}/lib
+BUNDLED_LIBPNG_USES_OFF=	localbase:ldflags
 
 BUNDLED_ZLIB_DESC=		Use bundled zlib
 BUNDLED_ZLIB_CONFIGURE_OFF=	--with-system-zlib

Modified: head/graphics/optipng/distinfo
==============================================================================
--- head/graphics/optipng/distinfo	Thu Feb 16 20:42:54 2017	(r434253)
+++ head/graphics/optipng/distinfo	Thu Feb 16 21:24:21 2017	(r434254)
@@ -1,2 +1,3 @@
-SHA256 (optipng-0.7.5.tar.gz) = 74e54b798b012dff8993fb8d90185ca83f18cfa4935f4a93b0bcfc33c849619d
-SIZE (optipng-0.7.5.tar.gz) = 2141943
+TIMESTAMP = 1486685228
+SHA256 (optipng-0.7.6.tar.gz) = 4870631fcbd3825605f00a168b8debf44ea1cda8ef98a73e5411eee97199be80
+SIZE (optipng-0.7.6.tar.gz) = 2202237



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702162124.v1GLOLiX030532>