summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-08-30 13:39:45 +0000
committerschmonz <schmonz>2004-08-30 13:39:45 +0000
commit4f3abe0c896429801a58c4330cc2468661da0d44 (patch)
treeaf2b720453f8195b1625491c2a924ab65b4c8305 /mail
parenta7c8f2a10a33dd89b37461d2618f27791bb4d3a1 (diff)
downloadpkgsrc-4f3abe0c896429801a58c4330cc2468661da0d44.tar.gz
Update to 1.12. From the changelog:
* a fixed typo in an error message * conditional code to support large files on Linux * a workaround for the disabling of errno pkgsrc changes: * Update HOMEPAGE and MASTER_SITES. * Reformat DESCR.
Diffstat (limited to 'mail')
-rw-r--r--mail/safecat/DESCR18
-rw-r--r--mail/safecat/Makefile14
-rw-r--r--mail/safecat/distinfo6
3 files changed, 19 insertions, 19 deletions
diff --git a/mail/safecat/DESCR b/mail/safecat/DESCR
index dafe79cbdae..93a24fba218 100644
--- a/mail/safecat/DESCR
+++ b/mail/safecat/DESCR
@@ -1,10 +1,10 @@
safecat is an implementation of D. J. Bernstein's maildir algorithm.
-It can be used to write mail messages to a qmail-style maildir, or to
-write data to a "spool" directory reliably. There are no lockfiles with
-safecat, and nothing is left to chance. If safecat returns a successful
-exit status, then you can be (practically) 100% sure your data is
-safely committed to disk. Further, if data is written to a directory
-using safecat (or other implementations of the maildir algorithm),
-then every file in that directory is guaranteed to be complete. If
-safecat fails to write all of the data, there will be no file at all
-in the destination directory.
+It can be used to write mail messages to a qmail-style maildir, or
+to write data to a "spool" directory reliably. There are no lockfiles
+with safecat, and nothing is left to chance. If safecat returns a
+successful exit status, then you can be (practically) 100% sure
+your data is safely committed to disk. Further, if data is written
+to a directory using safecat (or other implementations of the
+maildir algorithm), then every file in that directory is guaranteed
+to be complete. If safecat fails to write all of the data, there
+will be no file at all in the destination directory.
diff --git a/mail/safecat/Makefile b/mail/safecat/Makefile
index 4d72f415d58..9ac8555bc27 100644
--- a/mail/safecat/Makefile
+++ b/mail/safecat/Makefile
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2004/04/18 05:13:35 snj Exp $
+# $NetBSD: Makefile,v 1.3 2004/08/30 13:39:45 schmonz Exp $
#
-DISTNAME= safecat-1.11
+DISTNAME= safecat-1.12
CATEGORIES= mail
-MASTER_SITES= http://budney.homeunix.net:8080/users/budney/linux/software/safecat/
+MASTER_SITES= http://pobox.com/~lbudney/linux/software/safecat/
MAINTAINER= zuntum@NetBSD.org
-HOMEPAGE= http://budney.homeunix.net:8080/users/budney/linux/software/safecat.html
-COMMENT= Write data safely to a directory (using Bernstein's maildir algorithm)
+HOMEPAGE= http://pobox.com/~lbudney/linux/software/safecat.html
+COMMENT= Write data safely to a maildir
USE_BUILDLINK3= yes
-ALL_TARGET= #
+ALL_TARGET= it install instcheck
INSTALL_TARGET= setup check
-post-patch:
+do-configure:
${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld
${ECHO} ${PREFIX} > ${WRKSRC}/conf-root
diff --git a/mail/safecat/distinfo b/mail/safecat/distinfo
index b6e7d1929c9..de71cdb7bd4 100644
--- a/mail/safecat/distinfo
+++ b/mail/safecat/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/10/19 19:58:24 kristerw Exp $
+$NetBSD: distinfo,v 1.3 2004/08/30 13:39:45 schmonz Exp $
-SHA1 (safecat-1.11.tar.gz) = feae513ccd8dcd7968a35590d08f6a5670adb784
-Size (safecat-1.11.tar.gz) = 33011 bytes
+SHA1 (safecat-1.12.tar.gz) = 7471963adc731003eca22b39f616e02c4100cfca
+Size (safecat-1.12.tar.gz) = 33556 bytes
SHA1 (patch-aa) = c3970abb4291f5e67f9510e8b2b51fb5e48861f8