[147925] trunk/dports/sysutils/xdg-utils/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 19 21:48:05 PDT 2016


Revision: 147925
          https://trac.macports.org/changeset/147925
Author:   ryandesign at macports.org
Date:     2016-04-19 21:48:05 -0700 (Tue, 19 Apr 2016)
Log Message:
-----------
xdg-utils: use https for homepage, master_sites, livecheck.url

Modified Paths:
--------------
    trunk/dports/sysutils/xdg-utils/Portfile

Modified: trunk/dports/sysutils/xdg-utils/Portfile
===================================================================
--- trunk/dports/sysutils/xdg-utils/Portfile	2016-04-20 04:45:19 UTC (rev 147924)
+++ trunk/dports/sysutils/xdg-utils/Portfile	2016-04-20 04:48:05 UTC (rev 147925)
@@ -16,8 +16,8 @@
 long_description	Xdg-utils is a set of command line tools that \
 assist applications with a variety of desktop integration tasks.
 
-homepage		http://portland.freedesktop.org/wiki/XdgUtils
-master_sites		http://portland.freedesktop.org/download/
+homepage                https://www.freedesktop.org/wiki/Software/xdg-utils/
+master_sites            https://portland.freedesktop.org/download/
 extract.suffix		.tgz
 
 checksums		md5 348a5b91dc66426505022c74a64b2940 \
@@ -31,5 +31,5 @@
 configure.args  --mandir=${prefix}/share/man
 
 livecheck.type		regex
-livecheck.url		${master_sites}
+livecheck.url           [lindex ${master_sites} 0]
 livecheck.regex		"${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160419/3cfdc2e4/attachment.html>


More information about the macports-changes mailing list