summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-22 12:31:41 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-22 12:31:41 +0000
commitdb4e126be7d75842418fe4108f7e50734ce45b66 (patch)
tree7cbcab58a36d0d80f3ad5b0fea0983a260179869
parent6099db9ede053419edd1c4d0841eb217c3353dd6 (diff)
downloadpkgsrc-db4e126be7d75842418fe4108f7e50734ce45b66.tar.gz
Update file-roller to 2.4.3, provided by Min Sik Kim in PR pkg/24160.
Changes: * Fixed bug #127073 (Deleting all files from an archive does not work) * Fixed bug #129794 (file-roller 2.4.1.1 crashes upon LZH file opening) * Updated eggtreemultidnd from libegg. * Do not use the ephy-ellipsizing-label widget any more. * Emit the DONE signal if no command is present.
-rw-r--r--archivers/file-roller/Makefile4
-rw-r--r--archivers/file-roller/distinfo6
-rw-r--r--doc/CHANGES3
3 files changed, 7 insertions, 6 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index a1bd5eb66db..0625c3ddf92 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/01/22 07:18:43 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/22 12:31:41 xtraeme Exp $
#
-DISTNAME= file-roller-2.4.2
+DISTNAME= file-roller-2.4.3
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.4/}
diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo
index 14aad791a52..b65d6b692ff 100644
--- a/archivers/file-roller/distinfo
+++ b/archivers/file-roller/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/01/05 21:59:46 xtraeme Exp $
+$NetBSD: distinfo,v 1.6 2004/01/22 12:31:41 xtraeme Exp $
-SHA1 (file-roller-2.4.2.tar.gz) = 05b4e87800780cdf1dec901ecfb9d3e7c2e3d163
-Size (file-roller-2.4.2.tar.gz) = 1143163 bytes
+SHA1 (file-roller-2.4.3.tar.gz) = d4b63233ec57635d22e90102f43dba5ac792a4d9
+Size (file-roller-2.4.3.tar.gz) = 1119507 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index bcfa8b46318..83f0e9ef15d 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4547 2004/01/22 12:21:23 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4548 2004/01/22 12:32:33 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -390,3 +390,4 @@ Changes to the packages collection and infrastructure in 2004:
Added wv2-0.2.1 [markd 2004-01-22]
Added quake3server-excessive-003 [xtraeme 2004-01-22]
Updated adns to 1.1 [xtraeme 2004-01-22]
+ Updated file-roller to 2.4.3 [xtraeme 2004-01-22]