[152824] trunk/dports/mail/neomutt/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 18 22:21:38 PDT 2016


Revision: 152824
          https://trac.macports.org/changeset/152824
Author:   ryandesign at macports.org
Date:     2016-09-18 22:21:38 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
neomutt: use github portgroup

Resolves #52275

Modified Paths:
--------------
    trunk/dports/mail/neomutt/Portfile

Modified: trunk/dports/mail/neomutt/Portfile
===================================================================
--- trunk/dports/mail/neomutt/Portfile	2016-09-19 05:03:51 UTC (rev 152823)
+++ trunk/dports/mail/neomutt/Portfile	2016-09-19 05:21:38 UTC (rev 152824)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                neomutt
-version             20160916
+github.setup        neomutt neomutt 20160916 neomutt-
 categories          mail
 platforms           darwin
 license             GPL-2
@@ -27,9 +27,8 @@
 
 depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
 
-master_sites        https://github.com/neomutt/neomutt/releases/download/neomutt-${version}/
-checksums           ${distfiles} \
-                    rmd160  976fe21be5ceebce5189bad4a87cff752ec900e9 \
+github.tarball_from releases
+checksums           rmd160  976fe21be5ceebce5189bad4a87cff752ec900e9 \
                     sha256  99e62e8b95125289c5d19df30127037276170dc50c98bbc711e2689366896b1e
 
 configure.args      --disable-warnings \
@@ -129,7 +128,3 @@
 }
 
 notes "This port does not install the pgpring binary. Please install the signing-party port if you need it."
-
-livecheck.url       https://github.com/neomutt/neomutt/releases
-livecheck.type      regex
-livecheck.regex     {/neomutt/neomutt/releases/tag/neomutt-(\d{8})}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160918/d6624755/attachment-0001.html>


More information about the macports-changes mailing list