pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/teapop Do not let teapop install config file itself,



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c488e91b0e9
branches:  trunk
changeset: 508437:6c488e91b0e9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 19 11:13:53 2006 +0000

description:
Do not let teapop install config file itself,
this conflicts with the pkginstall framework. Bump PKGREVISION.

diffstat:

 mail/teapop/Makefile         |   4 ++--
 mail/teapop/distinfo         |   3 ++-
 mail/teapop/patches/patch-ab |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r d0c6ddb36338 -r 6c488e91b0e9 mail/teapop/Makefile
--- a/mail/teapop/Makefile      Sun Feb 19 11:09:33 2006 +0000
+++ b/mail/teapop/Makefile      Sun Feb 19 11:13:53 2006 +0000
@@ -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 -r d0c6ddb36338 -r 6c488e91b0e9 mail/teapop/distinfo
--- a/mail/teapop/distinfo      Sun Feb 19 11:09:33 2006 +0000
+++ b/mail/teapop/distinfo      Sun Feb 19 11:13:53 2006 +0000
@@ -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 -r d0c6ddb36338 -r 6c488e91b0e9 mail/teapop/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/teapop/patches/patch-ab      Sun Feb 19 11:13:53 2006 +0000
@@ -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";           \



Home | Main Index | Thread Index | Old Index