From owner-svn-ports-all@freebsd.org Fri Sep 29 19:45:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC7FE33DC4; Fri, 29 Sep 2017 19:45:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DB3FF730FE; Fri, 29 Sep 2017 19:45:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TJjRNa019662; Fri, 29 Sep 2017 19:45:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TJjR8Y019660; Fri, 29 Sep 2017 19:45:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291945.v8TJjR8Y019660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 19:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450933 - in head/graphics/pngcrush: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/graphics/pngcrush: . files X-SVN-Commit-Revision: 450933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 19:45:29 -0000 Author: swills Date: Fri Sep 29 19:45:27 2017 New Revision: 450933 URL: https://svnweb.freebsd.org/changeset/ports/450933 Log: graphics/pngcrush: Update to 1.8.13 PR: 222517 Submitted by: lightside Approved by: Anton Sayetsky (maintainer) Deleted: head/graphics/pngcrush/files/ Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Fri Sep 29 19:39:55 2017 (r450932) +++ head/graphics/pngcrush/Makefile Fri Sep 29 19:45:27 2017 (r450933) @@ -2,23 +2,31 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.13 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ -# # SF/pmt/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ + SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= vsasjason@gmail.com COMMENT= Optimizer for PNG files +LICENSE= Pngcrush +LICENSE_NAME= Pngcrush License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + LIB_DEPENDS= libpng.so:graphics/png -USES= tar:xz -CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" +USES= localbase:ldflags tar:xz +MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LD="${CC}" \ + LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/pngcrush + +post-patch: + @${REINPLACE_CMD} -e '/^LIBS/s|-L$$([[:alnum:]]*) ||g' \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/pngcrush Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Fri Sep 29 19:39:55 2017 (r450932) +++ head/graphics/pngcrush/distinfo Fri Sep 29 19:45:27 2017 (r450933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477914424 -SHA256 (pngcrush-1.8.7-nolib.tar.xz) = f0cfc0d6f4df67106a184600f891b164875b6be7173111c87bec48a509fac60b -SIZE (pngcrush-1.8.7-nolib.tar.xz) = 64556 +TIMESTAMP = 1504041316 +SHA256 (pngcrush-1.8.13-nolib.tar.xz) = 3b4eac8c5c69fe0894ad63534acedf6375b420f7038f7fc003346dd352618350 +SIZE (pngcrush-1.8.13-nolib.tar.xz) = 66104