summaryrefslogtreecommitdiff
path: root/mail/teapop
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-19 11:13:53 +0000
committerwiz <wiz>2006-02-19 11:13:53 +0000
commit7fbd0665118392fab561a5c989667391d280b8de (patch)
treeda8f2cf68c3b017090d9ed26fc8e8e3ac230864f /mail/teapop
parentdb47ac77a6ea9a6f4818e6b88c69957976bb6747 (diff)
downloadpkgsrc-7fbd0665118392fab561a5c989667391d280b8de.tar.gz
Do not let teapop install config file itself,
this conflicts with the pkginstall framework. Bump PKGREVISION.
Diffstat (limited to 'mail/teapop')
-rw-r--r--mail/teapop/Makefile4
-rw-r--r--mail/teapop/distinfo3
-rw-r--r--mail/teapop/patches/patch-ab12
3 files changed, 16 insertions, 3 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile
index e812497ddf0..40d5257fd38 100644
--- a/mail/teapop/Makefile
+++ b/mail/teapop/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2006/01/08 18:35:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.27 2006/02/19 11:13:53 wiz Exp $
DISTNAME= teapop-0.3.8
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
http://www.toontown.org/pub/teapop/
diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo
index b94e392a0a3..9090b304513 100644
--- a/mail/teapop/distinfo
+++ b/mail/teapop/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2005/02/24 09:59:30 agc Exp $
+$NetBSD: distinfo,v 1.11 2006/02/19 11:13:53 wiz Exp $
SHA1 (teapop-0.3.8.tar.gz) = 33632cc34148d88408bcb9afa5433c1a103f3cf5
RMD160 (teapop-0.3.8.tar.gz) = fce3606748c33bd71134c09d8bb3e65aaabcdfa3
Size (teapop-0.3.8.tar.gz) = 147098 bytes
SHA1 (patch-aa) = f6b8a9d20748bb1579c4fc234e40d7f11cccea42
+SHA1 (patch-ab) = 45ec8313606bc3c738f5e4a19e48470fd3b8beb6
diff --git a/mail/teapop/patches/patch-ab b/mail/teapop/patches/patch-ab
new file mode 100644
index 00000000000..4c56053c273
--- /dev/null
+++ b/mail/teapop/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2006/02/19 11:13:53 wiz Exp $
+
+--- etc/Makefile.in.orig 2003-08-04 15:33:47.000000000 +0000
++++ etc/Makefile.in
+@@ -23,6 +23,7 @@ build:
+ fi
+
+ install: build
++dontinstall: build
+ @ echo Checking for existing teapop.passwd; \
+ if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \
+ echo "Exists...NOT installing teapop.passwd"; \