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/phpmailer | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-graphics-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-graphics-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-graphics-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/phpmailer')
-rw-r--r-- | mail/phpmailer/Makefile | 7 | ||||
-rw-r--r-- | mail/phpmailer/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index c16b4ee53bc..34e31c40051 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 37a77aabcca..67f8a9c9e2c 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 |