summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2007-03-15 04:41:39 +0000
committerschmonz <schmonz>2007-03-15 04:41:39 +0000
commit689ae9ca0337bcde139ce56bc3626f4fd345df4a (patch)
tree40b73cd12e4fb7e8baaf9b2d02576d41d9ed3d83 /mail
parent0ddd1ca4fcddde4d44e65a59ec8ad62c5405d21b (diff)
downloadpkgsrc-689ae9ca0337bcde139ce56bc3626f4fd345df4a.tar.gz
Update MASTER_SITES. Set DIST_SUBDIR as distfile changed without
version bump (changes: README edits and updated copyright notice). Remove unnecessary do-build override (the Makefile works fine). Add a couple missing #includes to squelch warnings on OS X. Install README. Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/qcheck/Makefile13
-rw-r--r--mail/qcheck/PLIST4
-rw-r--r--mail/qcheck/distinfo9
-rw-r--r--mail/qcheck/patches/patch-aa11
4 files changed, 26 insertions, 11 deletions
diff --git a/mail/qcheck/Makefile b/mail/qcheck/Makefile
index 8d4b46e729b..96877ce3618 100644
--- a/mail/qcheck/Makefile
+++ b/mail/qcheck/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:08 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2007/03/15 04:41:39 schmonz Exp $
#
DISTNAME= qcheck
PKGNAME= qcheck-1.0
+PKGREVISION= 1
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.meanmachine.ch/pub/unix/qmail/
+MASTER_SITES= http://zapek.com/software/qcheck/
MAINTAINER= zuntum@NetBSD.org
COMMENT= Text-only biff with Maildir support
-NO_CONFIGURE= YES
+DIST_SUBDIR= ${PKGNAME_NOREV}
-INSTALLATION_DIRS= bin
+NO_CONFIGURE= YES
-do-build:
- ${CC} ${CFLAGS} ${WRKSRC}/qcheck.c -o ${WRKSRC}/qcheck
+INSTALLATION_DIRS= bin share/doc/${PKGBASE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcheck ${PREFIX}/bin/qcheck
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE}/README
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/qcheck/PLIST b/mail/qcheck/PLIST
index bf44fa1a98e..240d97a221f 100644
--- a/mail/qcheck/PLIST
+++ b/mail/qcheck/PLIST
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:08 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/03/15 04:41:39 schmonz Exp $
bin/qcheck
+share/doc/qcheck/README
+@dirrm share/doc/qcheck
diff --git a/mail/qcheck/distinfo b/mail/qcheck/distinfo
index d76a5f2bd23..7723cd5d5df 100644
--- a/mail/qcheck/distinfo
+++ b/mail/qcheck/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:59:28 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/03/15 04:41:39 schmonz Exp $
-SHA1 (qcheck.tar.gz) = a2308bd8c79386f5f6f829a0bbff012e5d3e12d2
-RMD160 (qcheck.tar.gz) = e9e38ecbe4bac1146b15901e472cb485c78121f8
-Size (qcheck.tar.gz) = 971 bytes
+SHA1 (qcheck-1.0/qcheck.tar.gz) = 9808edb279a83c6a881b5feaf458b7ea40157708
+RMD160 (qcheck-1.0/qcheck.tar.gz) = 29c5f147d6dd80a03fd3a1a31ac0b0df510b93bc
+Size (qcheck-1.0/qcheck.tar.gz) = 898 bytes
+SHA1 (patch-aa) = c02c027d8855edf44c4d37924672cc0e96710146
diff --git a/mail/qcheck/patches/patch-aa b/mail/qcheck/patches/patch-aa
new file mode 100644
index 00000000000..b4298b745ec
--- /dev/null
+++ b/mail/qcheck/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1 2007/03/15 04:41:39 schmonz Exp $
+
+--- qcheck.c.orig 2003-11-22 07:10:46.000000000 -0500
++++ qcheck.c
+@@ -1,4 +1,6 @@
++#include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <dirent.h>
+
+ /*