diff options
author | kleink <kleink> | 2002-09-18 11:52:30 +0000 |
---|---|---|
committer | kleink <kleink> | 2002-09-18 11:52:30 +0000 |
commit | bbc50f52171ad9ef30c3f570f51c7b67da089922 (patch) | |
tree | 3924630f4cc225a0da1161df142ad686d36577c5 | |
parent | 90d0b94d40b12731063a1511d15618db7e0a7b5a (diff) | |
download | pkgsrc-bbc50f52171ad9ef30c3f570f51c7b67da089922.tar.gz |
Update scmxx to 0.6.1.5; notable changes since previous include:
0.6.1.5
add capability to specify "all" as slot for sending to force overwriting
starting from minimum slot
change in message on which slot is used
--info now stores the information in the file specified with --file; if non
was specified it prints them to stdout
do not hardcode the standard file descriptors
0.6.1.4 (was only available as patch)
add configure entry that looks for cfmakeraw() (not in cygwin)
make cfmakeraw() work-around available if cfmakeraw() is not present
fix slots min/max that may differ between readable and writable
make arguement to --vcard really optional
(in 0.6.1.3-3: fixed spec file for file and dir permissions)
-rw-r--r-- | comms/scmxx/Makefile | 5 | ||||
-rw-r--r-- | comms/scmxx/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 29f1bc3bc0d..69d90a26c26 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2002/08/18 06:34:54 kleink Exp $ +# $NetBSD: Makefile,v 1.16 2002/09/18 11:52:30 kleink Exp $ # -DISTNAME= scmxx-0.6.1.3 -PKGREVISION= 1 +DISTNAME= scmxx-0.6.1.5 CATEGORIES= comms MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index c10b48b327e..e27a8361fbd 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2002/08/18 06:34:54 kleink Exp $ +$NetBSD: distinfo,v 1.13 2002/09/18 11:52:31 kleink Exp $ -SHA1 (scmxx-0.6.1.3.tar.bz2) = 7583dd6cd1eb8bca69429df981452dfc1491707b -Size (scmxx-0.6.1.3.tar.bz2) = 51535 bytes +SHA1 (scmxx-0.6.1.5.tar.bz2) = b24b2d19c20f13e7524700222a152d76ac36dcfe +Size (scmxx-0.6.1.5.tar.bz2) = 52166 bytes |