Tue May 22 16:08:13 2018 UTC ()
Update to 1.3.0:

* Fixed potential access violation, use runtime user dir instead of tmp dir
    for single instance socket.

* Fixed an issue with losing icons on desktop, when file name has a '[' char.

* Added a missing tooltip for 'New Window' toolbar button.

* Fixed an issue when single instance socket' directory did not exist (see
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874753).

Changes on 1.2.5 since 1.2.4:

* Removed options to Cut, Remove and Rename from context menu on mounted
    drive on the desktop, user might accidentally recursively remove its
    contents.

* Removed 'Open in terminal' from context menu on folder on the desktop
    that cannot be opened in terminal.

* Fixed invalid unref on CSS provider (GTK+ 3.0).

* Fixed unwanted unselection of items when right-clicked the desktop.

* Fixed endless loop in desktop items placement in some corner cases.

* Fixed spelling error in the manual page.


(youri)
diff -r1.38 -r1.39 pkgsrc/sysutils/pcmanfm/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/pcmanfm/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/sysutils/pcmanfm/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/pcmanfm/Makefile 2018/04/16 14:35:12 1.38
+++ pkgsrc/sysutils/pcmanfm/Makefile 2018/05/22 16:08:13 1.39
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.38 2018/04/16 14:35:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2018/05/22 16:08:13 youri Exp $
2# 2#
3 3
4DISTNAME= pcmanfm-1.2.4 4DISTNAME= pcmanfm-1.3.0
5PKGREVISION= 5 
6CATEGORIES= sysutils 5CATEGORIES= sysutils
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= youri@NetBSD.org 9MAINTAINER= youri@NetBSD.org
11HOMEPAGE= http://pcmanfm.sourceforge.net/ 10HOMEPAGE= http://pcmanfm.sourceforge.net/
12COMMENT= Extremly fast and lightweight file manager 11COMMENT= Extremly fast and lightweight file manager
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17USE_TOOLS+= intltool msgfmt pkg-config 16USE_TOOLS+= intltool msgfmt pkg-config
18 17

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/pcmanfm/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/pcmanfm/distinfo 2016/05/22 22:51:44 1.5
+++ pkgsrc/sysutils/pcmanfm/distinfo 2018/05/22 16:08:13 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2016/05/22 22:51:44 youri Exp $ 1$NetBSD: distinfo,v 1.6 2018/05/22 16:08:13 youri Exp $
2 2
3SHA1 (pcmanfm-1.2.4.tar.xz) = 4768ee564a36021977e4af8c33270b6835b3391d 3SHA1 (pcmanfm-1.3.0.tar.xz) = 690fb28c0957ad56e28d1b8f5384e63462c118b2
4RMD160 (pcmanfm-1.2.4.tar.xz) = 493f436ef8c33a3eab74ba6c62e8f5b3f231998b 4RMD160 (pcmanfm-1.3.0.tar.xz) = 4ad9b5a3b08d8c31ffd84d280b781b434c6f36e8
5SHA512 (pcmanfm-1.2.4.tar.xz) = f4d0ed9d5dcc1b01643715fd54b94ff46967801f0c6d1dde6d196fadbedb5551cfda536d548237b187e5545cceea0a987f7c1c8e38659cae109b6483f14798f7 5SHA512 (pcmanfm-1.3.0.tar.xz) = 022e6e203a6cbba6531eb3dd21e0dd96687c42992015225f979a8df4539ddb0071f70d8619a7d804c0399424833af20181b8473a35a14b0fa1653e6fdbdfa367
6Size (pcmanfm-1.2.4.tar.xz) = 417316 bytes 6Size (pcmanfm-1.3.0.tar.xz) = 422836 bytes