diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-01-08 05:01:03 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-01-08 05:01:03 +0000 |
commit | 8b73d17400f2d5af147a36643fe8ea75a10bc743 (patch) | |
tree | 7b28638c054a037311d00c3abe30327d42cd541e /mail | |
parent | Update to 0.1.8. (diff) |
- update to 1.2.0
- we now depend on perl 5.6.1
Notes
Notes:
svn path=/head/; revision=97648
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmHandle/Makefile | 12 | ||||
-rw-r--r-- | mail/qmHandle/distinfo | 2 | ||||
-rw-r--r-- | mail/qmhandle/Makefile | 12 | ||||
-rw-r--r-- | mail/qmhandle/distinfo | 2 |
4 files changed, 20 insertions, 8 deletions
diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile index 0182ecdd7e2c..f3cca218c284 100644 --- a/mail/qmHandle/Makefile +++ b/mail/qmHandle/Makefile @@ -6,11 +6,11 @@ # PORTNAME= qmHandle -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qmhandle +DISTNAME= qmhandle-${PORTVERSION} MAINTAINER= petef@FreeBSD.org COMMENT= Tool to view and manage a qmail queue @@ -27,6 +27,12 @@ QMAIL_DIR?= ${LOCALBASE}/qmail QMAIL_DIR?= /var/qmail .endif +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + post-patch: @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},; \ s,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/qmHandle @@ -40,4 +46,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/qmHandle/distinfo b/mail/qmHandle/distinfo index e9998a12e777..33bc7e586ccf 100644 --- a/mail/qmHandle/distinfo +++ b/mail/qmHandle/distinfo @@ -1 +1 @@ -MD5 (qmHandle-1.0.0.tar.gz) = 4522172ffaba5830757b2f1730ecb534 +MD5 (qmhandle-1.2.0.tar.gz) = 0d2b5f1756d7641a8a8054e29e1b9747 diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index 0182ecdd7e2c..f3cca218c284 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -6,11 +6,11 @@ # PORTNAME= qmHandle -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qmhandle +DISTNAME= qmhandle-${PORTVERSION} MAINTAINER= petef@FreeBSD.org COMMENT= Tool to view and manage a qmail queue @@ -27,6 +27,12 @@ QMAIL_DIR?= ${LOCALBASE}/qmail QMAIL_DIR?= /var/qmail .endif +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + post-patch: @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},; \ s,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/qmHandle @@ -40,4 +46,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo index e9998a12e777..33bc7e586ccf 100644 --- a/mail/qmhandle/distinfo +++ b/mail/qmhandle/distinfo @@ -1 +1 @@ -MD5 (qmHandle-1.0.0.tar.gz) = 4522172ffaba5830757b2f1730ecb534 +MD5 (qmhandle-1.2.0.tar.gz) = 0d2b5f1756d7641a8a8054e29e1b9747 |