pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fox



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Dec 12 19:07:23 UTC 2018

Modified Files:
        pkgsrc/x11/fox: Makefile distinfo

Log Message:
Update fox to 1.6.57.

This supersedes the 1.6.56 update from PR pkg/52967.

April 3 - FOX STABLE 1.6.57

    Libtool flags added on behalf of FXRuby builds and missing UNICODE flag
    added for CYGWIN32 build.

January 16 - FOX STABLE 1.6.56

    Problem fixed in FXString vformat().

July 19 - FOX STABLE 1.6.55

    Fix FXMemoryStream position() API: error code was set moving stream
    position to end of buffer.

April 20 - FOX STABLE 1.6.54

    Fix core dump using old GNU C Library or CYGWIN inside
    FXString::vformat.cpp.

December 3 - FOX STABLE 1.6.53

    Fixed typo in FXString::vformat.cpp.

March 15 - FOX STABLE 1.6.51

    Small fixes for 64-bit casts in dctest.cpp (compiler warning issues).
    JPEG image I/O color spaces handled better.
    FXApp input callback message ID for SEL_IO_EXCEPT was wrong.
    Change in how FXStat determines if a file is an executable (Windows).


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/x11/fox/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/fox/distinfo

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

Modified files:

Index: pkgsrc/x11/fox/Makefile
diff -u pkgsrc/x11/fox/Makefile:1.58 pkgsrc/x11/fox/Makefile:1.59
--- pkgsrc/x11/fox/Makefile:1.58        Mon Mar 12 11:15:49 2018
+++ pkgsrc/x11/fox/Makefile     Wed Dec 12 19:07:22 2018
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.58 2018/03/12 11:15:49 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2018/12/12 19:07:22 bsiegert Exp $
 
-DISTNAME=      fox-1.6.50
-PKGREVISION=   2
+DISTNAME=      fox-1.6.57
 CATEGORIES=    x11
 MASTER_SITES=  ftp://www.fox-toolkit.org/pub/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.fox-toolkit.org/
 COMMENT=       Fast and extensive C++ GUI toolkit
+LICENSE=       gnu-lgpl-v3
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes

Index: pkgsrc/x11/fox/distinfo
diff -u pkgsrc/x11/fox/distinfo:1.22 pkgsrc/x11/fox/distinfo:1.23
--- pkgsrc/x11/fox/distinfo:1.22        Wed Nov  4 03:28:29 2015
+++ pkgsrc/x11/fox/distinfo     Wed Dec 12 19:07:22 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2015/11/04 03:28:29 agc Exp $
+$NetBSD: distinfo,v 1.23 2018/12/12 19:07:22 bsiegert Exp $
 
-SHA1 (fox-1.6.50.tar.gz) = 7d3affba025df64553f33ab2c547135e8ed1a144
-RMD160 (fox-1.6.50.tar.gz) = e1afb440db7fd46a41eeb10dce1f57af912b1f88
-SHA512 (fox-1.6.50.tar.gz) = 195751d223e9af7d76a3bd3192ae7566a129cfe254f0ba3035b4f7e189c68b43daa8276edad95ebf2b1b403b6212a755000eebf1716a11bb7f06845fde4aceae
-Size (fox-1.6.50.tar.gz) = 4381855 bytes
+SHA1 (fox-1.6.57.tar.gz) = 323d3e3619671e0705e4c031c0211558225b131b
+RMD160 (fox-1.6.57.tar.gz) = 9adcae37d60429ab2b593d56227afd5b95ee6817
+SHA512 (fox-1.6.57.tar.gz) = e7b91054a9ea674818803415284cb61572935d22466e446cb37ef68344e2684e8acd567f7c8a6912f939dcbcc37455119ad6a01ac30513f460d0b3937b7e6087
+Size (fox-1.6.57.tar.gz) = 4284018 bytes
 SHA1 (patch-aa) = 06444b562a32d3471dd8d65f5af2c49e11b3e491



Home | Main Index | Thread Index | Old Index