diff options
author | adam <adam@pkgsrc.org> | 2007-12-16 16:41:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-12-16 16:41:47 +0000 |
commit | 09458e4f15233b020096d7534f310b9e3c80b575 (patch) | |
tree | d1393ea3d39181c5896994516a3d6d5394599d02 /comms/efax-gtk | |
parent | cc3f19e76346fcc6756f98e840580f6af57f7cd6 (diff) | |
download | pkgsrc-09458e4f15233b020096d7534f310b9e3c80b575.tar.gz |
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 (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 8 | ||||
-rw-r--r-- | comms/efax-gtk/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 4482a2c443c..ac287d7498a 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -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_LANGUAGES= c c++ 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 --git a/comms/efax-gtk/distinfo b/comms/efax-gtk/distinfo index 235af78ba48..3e34d7146ae 100644 --- a/comms/efax-gtk/distinfo +++ b/comms/efax-gtk/distinfo @@ -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 |