pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/mail/mutt Pullup ticket 1895 - requested by joerg



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9514a208afc7
branches:  pkgsrc-2006Q3
changeset: 519158:9514a208afc7
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Nov 02 09:02:58 2006 +0000

description:
Pullup ticket 1895 - requested by joerg
install fix for mutt

- pkgsrc/mail/mutt/DEINSTALL                    removed
- pkgsrc/mail/mutt/INSTALL                      removed
- pkgsrc/mail/mutt/Makefile                     1.146

   Module Name: pkgsrc
   Committed By:        joerg
   Date:                Thu Nov  2 07:52:50 UTC 2006

   Modified Files:
        pkgsrc/mail/mutt: Makefile
   Removed Files:
        pkgsrc/mail/mutt: DEINSTALL INSTALL

   Log Message:
   Don't mess with the share/doc/mutt/samples link in the
   INSTALL/DEINSTALL scripts. Bump revision.

diffstat:

 mail/mutt/DEINSTALL |  7 -------
 mail/mutt/INSTALL   |  8 --------
 mail/mutt/Makefile  |  4 ++--
 3 files changed, 2 insertions(+), 17 deletions(-)

diffs (36 lines):

diff -r b11b263d99c4 -r 9514a208afc7 mail/mutt/DEINSTALL
--- a/mail/mutt/DEINSTALL       Wed Nov 01 21:43:21 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $
-
-case ${STAGE} in
-DEINSTALL)
-       ${RM} -f @DOCDIR@/samples
-       ;;
-esac
diff -r b11b263d99c4 -r 9514a208afc7 mail/mutt/INSTALL
--- a/mail/mutt/INSTALL Wed Nov 01 21:43:21 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# $NetBSD: INSTALL,v 1.4 2006/06/15 20:40:16 jlam Exp $
-
-case ${STAGE} in
-POST-INSTALL)
-       ${RM} -f @DOCDIR@/samples
-       ${LN} -sf ../../examples/mutt @DOCDIR@/samples
-       ;;
-esac
diff -r b11b263d99c4 -r 9514a208afc7 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Wed Nov 01 21:43:21 2006 +0000
+++ b/mail/mutt/Makefile        Thu Nov 02 09:02:58 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.144.2.1 2006/11/01 21:16:50 ghen Exp $
+# $NetBSD: Makefile,v 1.144.2.2 2006/11/02 09:02:58 ghen Exp $
 
 DISTNAME=              mutt-1.4.2.2i
-PKGREVISION=           1
+PKGREVISION=           2
 PKGNAME=               ${DISTNAME:C/i$//}
 CATEGORIES=            mail
 MASTER_SITES=          ftp://ftp.mutt.org/mutt/ \



Home | Main Index | Thread Index | Old Index