pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/librecad



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Dec 16 11:11:15 UTC 2016

Modified Files:
        pkgsrc/cad/librecad: Makefile distinfo

Log Message:
Update to patch version 2.1.3

  Patch Version 2.1.3

  r-a-v-a-s released this on 23 Sep

  Bugs eliminated:

  * Shift would not activate the command line
  * Command+Tab didn't always activate the current drawing on OS X

  Commit Log => https://github.com/LibreCAD/LibreCAD/commits/2.1.3

  Patch Version 2.1.2

  r-a-v-a-s released this on 16 Sep � 4 commits to 2.1 since this release

  Bugs eliminated:

  * wouldn't build with gcc 5.4 and 6
  * mouse cursor was missing for `Arc Tangential'
  * right-click with plugins could cause a crash
  * construction lines were not drawn when the line segment was out of view
  * DXF files with comments were not properly loaded
  * drawings were not marked as modified after an `undo'
  * the command line didn't accept numpad input
  * the command widget didn't activate properly when floating

  Commit Log => https://github.com/LibreCAD/LibreCAD/commits/2.1.2


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/cad/librecad/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cad/librecad/distinfo

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

Modified files:

Index: pkgsrc/cad/librecad/Makefile
diff -u pkgsrc/cad/librecad/Makefile:1.35 pkgsrc/cad/librecad/Makefile:1.36
--- pkgsrc/cad/librecad/Makefile:1.35   Fri Oct  7 18:25:38 2016
+++ pkgsrc/cad/librecad/Makefile        Fri Dec 16 11:11:15 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2016/10/07 18:25:38 adam Exp $
+# $NetBSD: Makefile,v 1.36 2016/12/16 11:11:15 plunky Exp $
 #
 
-DISTNAME=      LibreCAD-2.1.1
+DISTNAME=      LibreCAD-2.1.3
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=LibreCAD/}
 

Index: pkgsrc/cad/librecad/distinfo
diff -u pkgsrc/cad/librecad/distinfo:1.6 pkgsrc/cad/librecad/distinfo:1.7
--- pkgsrc/cad/librecad/distinfo:1.6    Mon Sep  5 21:13:21 2016
+++ pkgsrc/cad/librecad/distinfo        Fri Dec 16 11:11:15 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2016/09/05 21:13:21 plunky Exp $
+$NetBSD: distinfo,v 1.7 2016/12/16 11:11:15 plunky Exp $
 
-SHA1 (LibreCAD-2.1.1.tar.gz) = 378b04e430b011012c94cf7f90dab7031cda3ea7
-RMD160 (LibreCAD-2.1.1.tar.gz) = b723d3f0eb3e85fc58d61007dcc8bd1e5a538cc8
-SHA512 (LibreCAD-2.1.1.tar.gz) = f481770600eec2bdd6f307b3156265c67adb451c2936ba07fb77369b06b3bb141cd9a23a9d7fc084131503efb5932fd8579d1766210631cac39308291686cfca
-Size (LibreCAD-2.1.1.tar.gz) = 22414262 bytes
+SHA1 (LibreCAD-2.1.3.tar.gz) = eac60a4e7eadf2969d34f289059053cff4068309
+RMD160 (LibreCAD-2.1.3.tar.gz) = bbcc26997c907b445c43af323644141035cd5304
+SHA512 (LibreCAD-2.1.3.tar.gz) = 246cffcc1ea3389997b4a738ab5e3d78e8c1096817ecb1ca28f38d601bc5d1a95f60798ac82308914a34da7b5dbc302b8363cf8b58a97221fdc8ee63010adc6c
+Size (LibreCAD-2.1.3.tar.gz) = 22415288 bytes
 SHA1 (patch-librecad_src_lib_engine_rs__color.h) = f20d193e4fcdfd933d25430f66be71b4468ab2c3
 SHA1 (patch-librecad_src_lib_engine_rs__system.cpp) = 8a31fb54946c06460b2328c8a3490ec26f60f33c
 SHA1 (patch-librecad_src_main_qc__applicationwindow.cpp) = cadee00f00d10d27c201375f06e14f8cd56a9cdc



Home | Main Index | Thread Index | Old Index