ports/52939: [PATCH] Update mail/qmHandle to 1.1.0

Sergei Kolobov sergei at kolobov.com
Wed Jun 4 15:20:19 UTC 2003


>Number:         52939
>Category:       ports
>Synopsis:       [PATCH] Update mail/qmHandle to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 08:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan  2 03:13:48 MSK
>Description:
- Update to 1.1.0:
  * Development resume at SourceForge
  * Added new -a option (send ALRM signal to qmail-send to flush its queue)
- Minor Makefile tweaks while I'm here

Port maintainer - petef at FreeBSD.org - has been copied.
>How-To-Repeat:
>Fix:

--- qmHandle-1.1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/qmHandle/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2003/04/06 19:51:37	1.5
+++ Makefile	2003/06/04 15:16:35
@@ -6,26 +6,22 @@
 #
 
 PORTNAME=	qmHandle
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.1.0
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	qmhandle
+MASTER_SITE_SUBDIR=	${PORTNAME:L}
+DISTNAME=	${PORTNAME:L}-${PORTVERSION}
 
 MAINTAINER=	petef at FreeBSD.org
 COMMENT=	Tool to view and manage a qmail queue
 
-RUN_DEPENDS=	${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail
+RUN_DEPENDS=	qmail-qstat:${PORTSDIR}/mail/qmail
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_PERL5=	yes
 
-.if exists(${LOCALBASE}/qmail/bin/qmail-qstat)
-QMAIL_DIR?=	${LOCALBASE}/qmail
-.else
-QMAIL_DIR?=	/var/qmail
-.endif
+DOCS=		HISTORY README
 
 post-patch:
 	@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},; \
@@ -35,9 +31,7 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in HISTORY README
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/qmHandle/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2003/04/06 19:51:37	1.3
+++ distinfo	2003/06/04 15:16:35
@@ -1 +1 @@
-MD5 (qmHandle-1.0.0.tar.gz) = 4522172ffaba5830757b2f1730ecb534
+MD5 (qmhandle-1.1.0.tar.gz) = 9c9422b971064a34152ffa58ee336a75
--- qmHandle-1.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list