Index: head/mail/qmailanalog/files/patch-aa =================================================================== --- head/mail/qmailanalog/files/patch-aa (revision 132530) +++ head/mail/qmailanalog/files/patch-aa (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.orig Sun Nov 29 18:06:06 1998 -+++ Makefile Sun Nov 29 18:06:16 1998 -@@ -214,7 +214,7 @@ - ./compile instcheck.c - - it: \ --man prog install instcheck -+prog install instcheck - - load: \ - make-load warn-auto.sh systype Property changes on: head/mail/qmailanalog/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/qmailanalog/files/patch-hier.c =================================================================== --- head/mail/qmailanalog/files/patch-hier.c (revision 132530) +++ head/mail/qmailanalog/files/patch-hier.c (nonexistent) @@ -1,22 +0,0 @@ ---- hier.c.orig Tue Apr 20 11:14:18 2004 -+++ hier.c Tue Apr 20 11:14:33 2004 -@@ -2,13 +2,13 @@ - - void hier() - { -- h(auto_home,-1,-1,02755); -+ h(auto_home,-1,-1,0755); - -- d(auto_home,"bin",-1,-1,02755); -- d(auto_home,"doc",-1,-1,02755); -- d(auto_home,"man",-1,-1,02755); -- d(auto_home,"man/man1",-1,-1,02755); -- d(auto_home,"man/cat1",-1,-1,02755); -+ d(auto_home,"bin",-1,-1,0755); -+ d(auto_home,"doc",-1,-1,0755); -+ d(auto_home,"man",-1,-1,0755); -+ d(auto_home,"man/man1",-1,-1,0755); -+ d(auto_home,"man/cat1",-1,-1,0755); - - c(auto_home,"doc","MATCHUP",-1,-1,0644); - c(auto_home,"doc","ACCOUNTING",-1,-1,0644); Property changes on: head/mail/qmailanalog/files/patch-hier.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/qmailanalog/Makefile =================================================================== --- head/mail/qmailanalog/Makefile (revision 132530) +++ head/mail/qmailanalog/Makefile (revision 132531) @@ -1,60 +1,61 @@ # New ports collection makefile for: qmailanalog # Date created: 29 November 1998 # Whom: Neil Blakey-Milner # # $FreeBSD$ # PORTNAME= qmailanalog PORTVERSION= 0.70 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://cr.yp.to/software/ MAINTAINER= renato@galle.com.br COMMENT= A collection of tools to analyze qmail-send's activity RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail ALL_TARGET= it INSTALL_TARGET= setup MANPREFIX= ${QMPREFIX} MAN1= matchup.1 xqp.1 xsender.1 xrecipient.1 columnt.1 PLIST_SUB+= MYSUBDIR=${MYSUBDIR} DIFF_MSG= Cannot Make and Install with different PREFIX or QMAIL_DIR .if exists(${PREFIX}/qmail/bin/qmail-send) QMAIL_DIR?= ${PREFIX}/qmail .else QMAIL_DIR?= /var/qmail .endif .if !defined(NOSUBDIR) MYSUBDIR?= qmailanalog/ .else MYSUBDIR?= .endif QMPREFIX?= ${PREFIX}/${MYSUBDIR} NO_MTREE= yes -USE_PERL5_BUILD=yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi.bak -e "s|.usr.local.qmailanalog|${QMPREFIX}|" ${WRKSRC}/conf-home - @${PERL} -pi.bak -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc - @${PERL} -pi.bak -e '$$_ = "" if /cat/' ${WRKSRC}/hier.c + @${REINPLACE_CMD} "s|.usr.local.qmailanalog|${QMPREFIX}|" ${WRKSRC}/conf-home + @${REINPLACE_CMD} "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc + @${REINPLACE_CMD} 's|02755|0755|g; /cat/d' ${WRKSRC}/hier.c + @${REINPLACE_CMD} 's|^man prog|prog|g' ${WRKSRC}/Makefile @${ECHO_CMD} ${PREFIX} > ${WRKDIR}/.PPREFIX @${ECHO_CMD} ${QMAIL_DIR} >> ${WRKDIR}/.PPREFIX pre-install: @${ECHO_CMD} ${PREFIX} > ${WRKDIR}/.IPREFIX @${ECHO_CMD} ${QMAIL_DIR} >> ${WRKDIR}/.IPREFIX @diff ${WRKDIR}/.[PI]PREFIX > /dev/null \ || (${ECHO_CMD} ${DIFF_MSG} && exit 1) @${MKDIR} ${QMPREFIX} .include Property changes on: head/mail/qmailanalog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/mail/qmailanalog/distinfo =================================================================== --- head/mail/qmailanalog/distinfo (revision 132530) +++ head/mail/qmailanalog/distinfo (revision 132531) @@ -1 +1,2 @@ MD5 (qmailanalog-0.70.tar.gz) = 84a3d44cbf2dbd88e8b97edd98c65732 +SIZE (qmailanalog-0.70.tar.gz) = 28416 Property changes on: head/mail/qmailanalog/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/mail/qmailanalog/pkg-plist =================================================================== --- head/mail/qmailanalog/pkg-plist (revision 132530) +++ head/mail/qmailanalog/pkg-plist (revision 132531) @@ -1,32 +1,32 @@ -%%MYSUBDIR%%bin/matchup %%MYSUBDIR%%bin/columnt -%%MYSUBDIR%%bin/zoverall -%%MYSUBDIR%%bin/zsendmail -%%MYSUBDIR%%bin/xqp -%%MYSUBDIR%%bin/xsender -%%MYSUBDIR%%bin/xrecipient %%MYSUBDIR%%bin/ddist %%MYSUBDIR%%bin/deferrals %%MYSUBDIR%%bin/failures -%%MYSUBDIR%%bin/successes -%%MYSUBDIR%%bin/rhosts +%%MYSUBDIR%%bin/matchup %%MYSUBDIR%%bin/recipients +%%MYSUBDIR%%bin/rhosts %%MYSUBDIR%%bin/rxdelay %%MYSUBDIR%%bin/senders +%%MYSUBDIR%%bin/successes %%MYSUBDIR%%bin/suids +%%MYSUBDIR%%bin/xqp +%%MYSUBDIR%%bin/xrecipient +%%MYSUBDIR%%bin/xsender %%MYSUBDIR%%bin/zddist %%MYSUBDIR%%bin/zdeferrals %%MYSUBDIR%%bin/zfailures -%%MYSUBDIR%%bin/zsuccesses -%%MYSUBDIR%%bin/zrhosts +%%MYSUBDIR%%bin/zoverall %%MYSUBDIR%%bin/zrecipients +%%MYSUBDIR%%bin/zrhosts %%MYSUBDIR%%bin/zrxdelay %%MYSUBDIR%%bin/zsenders +%%MYSUBDIR%%bin/zsendmail +%%MYSUBDIR%%bin/zsuccesses %%MYSUBDIR%%bin/zsuids -%%MYSUBDIR%%doc/MATCHUP %%MYSUBDIR%%doc/ACCOUNTING -@dirrm %%MYSUBDIR%%doc -@dirrm %%MYSUBDIR%%bin +%%MYSUBDIR%%doc/MATCHUP @dirrm %%MYSUBDIR%%man/man1 @dirrm %%MYSUBDIR%%man +@dirrm %%MYSUBDIR%%doc +@dirrm %%MYSUBDIR%%bin @dirrm %%MYSUBDIR%% Property changes on: head/mail/qmailanalog/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property