pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/exiv2



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug  2 19:34:35 UTC 2023

Modified Files:
        pkgsrc/graphics/exiv2: Makefile
Removed Files:
        pkgsrc/graphics/exiv2: hacks.mk
        pkgsrc/graphics/exiv2/patches: patch-cmake_exiv2.pc.in

Log Message:
exiv2: Revert recent addition of hack that is no longer needed due to
the minimum GCC requirement being increased.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/exiv2/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/exiv2/hacks.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/exiv2/patches/patch-cmake_exiv2.pc.in

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

Modified files:

Index: pkgsrc/graphics/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.61 pkgsrc/graphics/exiv2/Makefile:1.62
--- pkgsrc/graphics/exiv2/Makefile:1.61 Sat Jul 29 09:49:47 2023
+++ pkgsrc/graphics/exiv2/Makefile      Wed Aug  2 19:34:35 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2023/07/29 09:49:47 nia Exp $
+# $NetBSD: Makefile,v 1.62 2023/08/02 19:34:35 nia Exp $
 
 DISTNAME=      exiv2-0.28.0-Source
 PKGNAME=       ${DISTNAME:S/-Source//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Exiv2/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index