pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp-fix-ca



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 05:02:21 UTC 2020

Modified Files:
        pkgsrc/graphics/gimp-fix-ca: Makefile distinfo

Log Message:
gimp-fix-ca: FETCH_BEFORE_ARGS is not package settable. Set LICENSE.

While here update to latest version. Changes unknown.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/gimp-fix-ca/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gimp-fix-ca/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/gimp-fix-ca/Makefile
diff -u pkgsrc/graphics/gimp-fix-ca/Makefile:1.57 pkgsrc/graphics/gimp-fix-ca/Makefile:1.58
--- pkgsrc/graphics/gimp-fix-ca/Makefile:1.57   Mon Aug 17 20:18:59 2020
+++ pkgsrc/graphics/gimp-fix-ca/Makefile        Tue Aug 18 05:02:21 2020
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.57 2020/08/17 20:18:59 leot Exp $
+# $NetBSD: Makefile,v 1.58 2020/08/18 05:02:21 tnn Exp $
 
-DISTNAME=              gimp-fix-ca-3.0.1
-PKGREVISION=           42
+DISTNAME=              gimp-fix-ca-3.0.2
 CATEGORIES=            graphics
-MASTER_SITES=          http://registry.gimp.org/file/fix-ca.c?action=download&id=9884&file=
-EXTRACT_SUFX=          .c
+MASTER_SITES=          -http://gimper.net/resources/fix-ca.218/download?version=218
+EXTRACT_SUFX=          .zip
 
 MAINTAINER=            dsainty%NetBSD.org@localhost
 HOMEPAGE=              http://kcd.sourceforge.net/fix-ca.php
 COMMENT=               GIMP plugin to correct chromatic aberration (CA)
+LICENSE=               gnu-gpl-v2
 
-FETCH_BEFORE_ARGS+=    -o ${DISTNAME}${EXTRACT_SUFX}
 WRKSRC=                        ${WRKDIR}
 NO_CONFIGURE=          yes
 INSTALLATION_DIRS=     lib/gimp/2.0/plug-ins
@@ -25,10 +24,10 @@ pre-build:
 
 do-build:
        cd ${WRKDIR} && \
-           LIBS=${LINK_PTHREAD:Q} gimptool --build ${DISTNAME}${EXTRACT_SUFX}
+           LIBS=${LINK_PTHREAD:Q} gimptool --build fix-ca.c
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} \
+       ${INSTALL_PROGRAM} ${WRKSRC}/fix-ca \
                ${DESTDIR}${PREFIX}/lib/gimp/2.0/plug-ins/fix-ca
 
 .include "../../graphics/gimp/buildlink3.mk"

Index: pkgsrc/graphics/gimp-fix-ca/distinfo
diff -u pkgsrc/graphics/gimp-fix-ca/distinfo:1.3 pkgsrc/graphics/gimp-fix-ca/distinfo:1.4
--- pkgsrc/graphics/gimp-fix-ca/distinfo:1.3    Tue Nov  3 21:33:59 2015
+++ pkgsrc/graphics/gimp-fix-ca/distinfo        Tue Aug 18 05:02:21 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 21:33:59 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/08/18 05:02:21 tnn Exp $
 
-SHA1 (gimp-fix-ca-3.0.1.c) = a6c8440fba44deb458808b904eb4dc6f43192b20
-RMD160 (gimp-fix-ca-3.0.1.c) = 9f3a185a26c28f59c6541a3691cc277416ca2361
-SHA512 (gimp-fix-ca-3.0.1.c) = 9d1a6fa5bb80fac9f9c7f7e7ee7cdd6a6d5040d62000123c25edfdbde2af1caaa7e0b1c53fb8f12cbbf820ec4ee25c4ffba9d8c47ad677e5e0a6c3f349ec53e2
-Size (gimp-fix-ca-3.0.1.c) = 29837 bytes
+SHA1 (gimp-fix-ca-3.0.2.zip) = ac6037b9c28972e779951224e8c233931734f190
+RMD160 (gimp-fix-ca-3.0.2.zip) = 67fd360e8e05b8b2eb5c3d8491e3531b8b96bda7
+SHA512 (gimp-fix-ca-3.0.2.zip) = 306cafa20dfbdc4612daf0e2edb80f89e502c9244042864bb281e87dc7a3f6eae640e8ae0ca7ae7053d376095f8c69987afd75e8126d8ab36fe9f294d02f6172
+Size (gimp-fix-ca-3.0.2.zip) = 7225 bytes



Home | Main Index | Thread Index | Old Index