diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /mail | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-qpsmtpd/distinfo | 4 | ||||
-rw-r--r-- | mail/phpmailer/Makefile | 7 | ||||
-rw-r--r-- | mail/phpmailer/distinfo | 4 |
4 files changed, 12 insertions, 10 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 diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index c16b4ee53bc7..34e31c40051d 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -3,9 +3,8 @@ PORTNAME= phpmailer PORTVERSION= 5.2.7 +DISTVERSIONPREFIX= v CATEGORIES= mail -MASTER_SITES= https://github.com/Synchro/PHPMailer/archive/ -DISTNAME= v${PORTVERSION} MAINTAINER= joehorn@gmail.com COMMENT= Full Featured Email Transfer Class for PHP @@ -14,7 +13,9 @@ LICENSE= LGPL3 OPTIONS_DEFINE= DOCS EXAMPLES -WRKSRC= ${WRKDIR}/PHPMailer-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= Synchro +GH_PROJECT= PHPMailer NO_BUILD= yes USE_PHP= yes diff --git a/mail/phpmailer/distinfo b/mail/phpmailer/distinfo index 37a77aabccab..67f8a9c9e2c2 100644 --- a/mail/phpmailer/distinfo +++ b/mail/phpmailer/distinfo @@ -1,2 +1,2 @@ -SHA256 (v5.2.7.tar.gz) = 645eee4dff3da73487698f4b829743aa58026abb8ed4d7f72630e817aaaaaedf -SIZE (v5.2.7.tar.gz) = 152319 +SHA256 (Synchro-PHPMailer-v5.2.7_GH0.tar.gz) = 645eee4dff3da73487698f4b829743aa58026abb8ed4d7f72630e817aaaaaedf +SIZE (Synchro-PHPMailer-v5.2.7_GH0.tar.gz) = 152319 |