diff options
author | abs <abs@pkgsrc.org> | 2003-09-23 21:39:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-09-23 21:39:46 +0000 |
commit | e4f6d72d716fe55cbe69b10cc7868db46d60aabc (patch) | |
tree | c6f8c691e569090f445c6be8b2722d6550a8f016 /comms/hylafax/Makefile | |
parent | e91e007ec0f8e20720f5edacdb75a116d26edb35 (diff) | |
download | pkgsrc-e4f6d72d716fe55cbe69b10cc7868db46d60aabc.tar.gz |
Update hylfax to 4.1.7. Changes since 4.1.5:
* added new edit-faxcover script
* added various enhancements to faxsetup
* default libtiff v3.6 compatibility
* added NOTIFY_FAXMASTER and ENCODING parameters for FaxDispatch
* added 2D-MMR support for Class 2 modems that support it
* added RingTimeout, ModemRingResponse, CIDNumberAnswerLength, and
CIDNameAnswerLength modem config parameters
* support for MultiTech MT5634ZDXb and MT5634ZBA-DID
* added subaddressing specification capability to sendfax
* numerous bugfixes (several significant) and build cleanups
* fixes the PageChop feature that broken in 4.1.6
Also fixed some cosmetic NetBSD issues with faxadmodem
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index b2a19ac055b..9097f38dae8 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2003/06/27 12:18:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.32 2003/09/23 21:39:46 abs Exp $ # -DISTNAME= hylafax-4.1.5 +DISTNAME= hylafax-4.1.7 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ |