[153041] trunk/dports/irc/irssi/Portfile

cal at macports.org cal at macports.org
Thu Sep 22 10:00:48 PDT 2016


Revision: 153041
          https://trac.macports.org/changeset/153041
Author:   cal at macports.org
Date:     2016-09-22 10:00:48 -0700 (Thu, 22 Sep 2016)
Log Message:
-----------
irssi: use github portgroup for files & livecheck

Uses openmaintainer, I think this is a small cosmetic change only.

Modified Paths:
--------------
    trunk/dports/irc/irssi/Portfile

Modified: trunk/dports/irc/irssi/Portfile
===================================================================
--- trunk/dports/irc/irssi/Portfile	2016-09-22 16:42:20 UTC (rev 153040)
+++ trunk/dports/irc/irssi/Portfile	2016-09-22 17:00:48 UTC (rev 153041)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup       github 1.0
 
-name            irssi
-version         0.8.20
+github.setup    irssi irssi 0.8.20
+github.tarball_from releases
+
 categories      irc
 maintainers     gmail.com:stuartwesterman openmaintainer
 license         {GPL-2+ OpenSSLException}
@@ -17,7 +19,7 @@
 
 homepage        http://irssi.org/
 platforms       darwin
-master_sites    https://github.com/irssi/irssi/releases/download/${version}/
+
 use_xz          yes
 conflicts       irssi-devel
 
@@ -44,7 +46,3 @@
 }
 
 default_variants +perl
-
-livecheck.type  regex
-livecheck.url   ${homepage}download
-livecheck.regex {Latest release version: <strong>(\d+\.\d+\.[0-9a-z]+)</strong>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160922/913bd1f4/attachment.html>


More information about the macports-changes mailing list