pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/guetzli



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 12 06:51:09 UTC 2020

Modified Files:
        pkgsrc/graphics/guetzli: Makefile distinfo

Log Message:
guetzli: don't override optimization flags


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/guetzli/Makefile \
    pkgsrc/graphics/guetzli/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/guetzli/Makefile
diff -u pkgsrc/graphics/guetzli/Makefile:1.4 pkgsrc/graphics/guetzli/Makefile:1.5
--- pkgsrc/graphics/guetzli/Makefile:1.4        Sun Jul 30 22:32:18 2017
+++ pkgsrc/graphics/guetzli/Makefile    Sun Apr 12 06:51:09 2020
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2017/07/30 22:32:18 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/04/12 06:51:09 adam Exp $
 
 DISTNAME=      guetzli-1.0.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/google/guetzli
 COMMENT=       JPEG encoder with great compression at high quality
 LICENSE=       apache-2.0
 
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
 USE_LANGUAGES= c++
 USE_TOOLS+=    gmake pkg-config
 
Index: pkgsrc/graphics/guetzli/distinfo
diff -u pkgsrc/graphics/guetzli/distinfo:1.4 pkgsrc/graphics/guetzli/distinfo:1.5
--- pkgsrc/graphics/guetzli/distinfo:1.4        Tue Apr  4 10:44:35 2017
+++ pkgsrc/graphics/guetzli/distinfo    Sun Apr 12 06:51:09 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/04/04 10:44:35 wiz Exp $
+$NetBSD: distinfo,v 1.5 2020/04/12 06:51:09 adam Exp $
 
 SHA1 (guetzli-1.0.1.tar.gz) = afead6c93028521e3f336097f3547d20c17cefa5
 RMD160 (guetzli-1.0.1.tar.gz) = 1203667b1a4871d7034b9e4d1224fa6141aabb2a
 SHA512 (guetzli-1.0.1.tar.gz) = 0aba6c7490699fa123d78e2c3b61c5a6ab2660ab4a3d5126f592a667e86f4ca69384e952c9bd20a9527919dae2b412972d9b3e51fc6a6302d4e0cafe81895ef3
 Size (guetzli-1.0.1.tar.gz) = 97251 bytes
+SHA1 (patch-guetzli.make) = 39a3ac5a7dfda1679e122be0296f4a59360c5a18



Home | Main Index | Thread Index | Old Index