diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
commit | f29a218fcd1fc4bf16d252f307eef4d729dd5dcc (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /mail/p5-qpsmtpd | |
parent | 638d4ac389fd6f388090fb19a9c40966f4f7f262 (diff) |
Notes
Diffstat (limited to 'mail/p5-qpsmtpd')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-qpsmtpd/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 783bf909c958..82934b0eba3e 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -3,11 +3,10 @@ PORTNAME= qpsmtpd PORTVERSION= 0.93 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= mail perl5 -MASTER_SITES= https://github.com/smtpd/qpsmtpd/archive/ PKGNAMEPREFIX= p5- -DISTFILES= v${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= noc-ports@biglist.com COMMENT= Flexible SMTP daemon written in Perl and featuring a plugin API @@ -26,6 +25,9 @@ OPTIONS_DEFINE= MODPERL DOCS EXAMPLES OPTIONS_DEFAULT=MODPERL MOD_PERL_DESC= "Apache Support via mod_perl" +USE_GITHUB= yes +GH_ACCOUNT= smtpd + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMODPERL} @@ -33,7 +35,6 @@ USE_APACHE_RUN= 22+ RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 .endif -WRKSRC= ${WRKDIR}/${DISTNAME} USES= perl5 USE_PERL5= configure diff --git a/mail/p5-qpsmtpd/distinfo b/mail/p5-qpsmtpd/distinfo index 220b6809551e..2863f2b5e5d3 100644 --- a/mail/p5-qpsmtpd/distinfo +++ b/mail/p5-qpsmtpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (v0.93.tar.gz) = d3638456f013a1dcf20e0f3d24fc56e129e26283463e106fc4bad0d5ee4e7241 -SIZE (v0.93.tar.gz) = 358698 +SHA256 (smtpd-qpsmtpd-v0.93_GH0.tar.gz) = d3638456f013a1dcf20e0f3d24fc56e129e26283463e106fc4bad0d5ee4e7241 +SIZE (smtpd-qpsmtpd-v0.93_GH0.tar.gz) = 358698 |