diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-09 17:17:05 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-09 17:17:05 +0000 |
commit | 5d01117aac6d1e532bb274191d898dcf314dedcb (patch) | |
tree | 3838d9c3bc3bd889de794ea051444073bd9ea5d5 /comms/mgetty+sendfax/Makefile | |
parent | b78a253de0a30d71a145e1f5b27e862735fe35e6 (diff) | |
download | pkgsrc-5d01117aac6d1e532bb274191d898dcf314dedcb.tar.gz |
Update mgetty+sendfax to 1.1.28. From the ChangeLog file:
* release 1.1.28
* faxrec.c: replace "0"'s by "STDIN" (readability)
* doc/mgetty.texi-in: some updates
* doc/faxrunq.1in, doc/faxrunqd.8in: document calling convention
changes (as below)
* fax/faxrunq(d).in: pass (last) sendfax return code as 2nd
argument to success/failure program
* policy.h, utmp.c: incorporate some NetBSD changes
* various: change time() prototype to "time_t time(time_t *tloc)"
* mgetty.h, syslibs.h, logfile.c: some #ifdef fiddling for Darwin
* doc/faxrunq.1in, doc/faxrunqd.8in: document more stuff
* fax/faxrunq, fax/faxrunqd: don't run queue if a file
$FAX_SPOOL_OUT/stop exists.
* login.c: MAX_LOGIN_ARGS handling reworked (claimed N, but allowed
only N-1), plus warning message improved. <Juergen.Kosel@gmx.de>
* release 1.1.27
* doc/mgetty.texi-in: work on isdn4linux notes
* cnd.c (cndtable): add swedish ZyXEL caller ID format (T. Lundgren)
* cnd.c (cndtable): add "CALLED NUMBER:" (Jan Oberlaender/i4l)
* various: adaptions to OpenBSD (similar to NetBSD)
* mgetty.h: patch to adapt to Linux/S390 (PTR_IS_LONG)
* frontends/www/: integrate new version from Neko
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 3cec3b49f5c..326db852663 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2002/03/06 19:19:02 fredb Exp $ +# $NetBSD: Makefile,v 1.21 2002/03/09 17:17:05 fredb Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # -DISTNAME= mgetty1.1.26-Apr16 -PKGNAME= mgetty-1.1.26 +DISTNAME= mgetty1.1.28-Jan10 +PKGNAME= mgetty-1.1.28 CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ \ ftp://alpha.greenie.net/pub/mgetty/source/1.1/ |