pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imapsync Remove subst of IMAPClient => ImapClient...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d102cdb379c
branches:  trunk
changeset: 399740:2d102cdb379c
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 29 12:34:19 2009 +0000

description:
Remove subst of IMAPClient => ImapClient2 now we can use the standard
IMAPClient module. Bump pkgrevision

diffstat:

 mail/imapsync/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r cd8cf2116378 -r 2d102cdb379c mail/imapsync/Makefile
--- a/mail/imapsync/Makefile    Tue Sep 29 09:37:46 2009 +0000
+++ b/mail/imapsync/Makefile    Tue Sep 29 12:34:19 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/08/13 15:20:33 abs Exp $
+# $NetBSD: Makefile,v 1.7 2009/09/29 12:34:19 abs Exp $
 #
 
 DISTNAME=      imapsync-1.286
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  http://www.linux-france.org/prj/imapsync/dist/
 EXTRACT_SUFX=  .tgz
@@ -25,12 +26,6 @@
 
 INSTALLATION_DIRS=     bin share/doc
 
-SUBST_CLASSES+=         conf
-SUBST_STAGE.conf=       pre-configure
-SUBST_FILES.conf=      imapsync
-SUBST_SED.conf=         -e "s:IMAPClient:IMAPClient2:g"
-SUBST_MESSAGE.conf=     Replacing IMAPClient with IMAPClient2
-
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/imapsync ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/imapsync



Home | Main Index | Thread Index | Old Index