pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/efax-gtk Changes 3.0.16:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33120b031e5b
branches:  trunk
changeset: 536535:33120b031e5b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 16 16:41:47 2007 +0000

description:
Changes 3.0.16:
* Provide an option for prepending a standard prefix on dialling
* Implement start_iowatch() without a sigc::signal object (that is,
  using only a sigc::slot object for the callback)
* Corrections to syntax of efax-gtk.1 (man file) and
  efax-gtk.desktop.
* Add reference to -e option in efax man file
* Add more robust checking of whether an existing instance of
  efax-gtk is running when another instance is started
* Correct conditional compilation for use of GTK+ printing system to
  check for version 2.10
* Update comments on threading in prog_defs.h
* Update Catalan translation
* Update README file

diffstat:

 comms/efax-gtk/Makefile |  8 ++++----
 comms/efax-gtk/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r e0b1cd6d7b2a -r 33120b031e5b comms/efax-gtk/Makefile
--- a/comms/efax-gtk/Makefile   Sun Dec 16 16:21:42 2007 +0000
+++ b/comms/efax-gtk/Makefile   Sun Dec 16 16:41:47 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2007/10/13 17:25:19 adam Exp $
+# $NetBSD: Makefile,v 1.39 2007/12/16 16:41:47 adam Exp $
 
-DISTNAME=      efax-gtk-3.0.15.src
-PKGNAME=       efax-gtk-3.0.15
+DISTNAME=      efax-gtk-3.0.16.src
+PKGNAME=       efax-gtk-3.0.16
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
 EXTRACT_SUFX=  .tgz
@@ -15,7 +15,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-spooldir=${VARBASE}/spool/efax
 
 EGDIR=                 ${PREFIX}/share/examples
diff -r e0b1cd6d7b2a -r 33120b031e5b comms/efax-gtk/distinfo
--- a/comms/efax-gtk/distinfo   Sun Dec 16 16:21:42 2007 +0000
+++ b/comms/efax-gtk/distinfo   Sun Dec 16 16:41:47 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2007/10/13 17:25:20 adam Exp $
+$NetBSD: distinfo,v 1.18 2007/12/16 16:41:47 adam Exp $
 
-SHA1 (efax-gtk-3.0.15.src.tgz) = 1bbcba1b6ae46bb5134a096c795e55d3d1cc63a0
-RMD160 (efax-gtk-3.0.15.src.tgz) = 449ac43714c9eb47c9626401dad9690744ec6bae
-Size (efax-gtk-3.0.15.src.tgz) = 1126262 bytes
+SHA1 (efax-gtk-3.0.16.src.tgz) = 7613651cb11f826027bc890d3d472bce32a7c4e4
+RMD160 (efax-gtk-3.0.16.src.tgz) = dcc531d91860183f87333f0156aa0f0689cdb4fc
+Size (efax-gtk-3.0.16.src.tgz) = 1140982 bytes
 SHA1 (patch-aa) = 94cd524ea47542e69d4a13704c204522f7324cd8
 SHA1 (patch-ab) = cbada5659b3a9af6862a8941c2c85ab9dccdc475
 SHA1 (patch-ac) = 5d223f5a9cacf3b60e8e5affaf9e5be8511db9be



Home | Main Index | Thread Index | Old Index