[120432] trunk/dports/sysutils/multitail/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 27 21:27:37 PDT 2014


Revision: 120432
          https://trac.macports.org/changeset/120432
Author:   ryandesign at macports.org
Date:     2014-05-27 21:27:37 -0700 (Tue, 27 May 2014)
Log Message:
-----------
multitail: update to 6.2.1 and fix livecheck (#43777; maintainer timeout); ensure we're UsingTheRightCompiler and -arch flags and add universal variant; add ncurses dependency

Modified Paths:
--------------
    trunk/dports/sysutils/multitail/Portfile

Modified: trunk/dports/sysutils/multitail/Portfile
===================================================================
--- trunk/dports/sysutils/multitail/Portfile	2014-05-28 03:58:50 UTC (rev 120431)
+++ trunk/dports/sysutils/multitail/Portfile	2014-05-28 04:27:37 UTC (rev 120432)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		multitail
-version		5.2.2
+version		6.2.1
 categories	sysutils
 maintainers	honk-honk.com:luc
 platforms	darwin
@@ -22,21 +22,29 @@
 
 homepage	http://www.vanheusden.com/multitail/
 master_sites	${homepage}
-checksums	md5 ab2c198381e9ff6271ce56bdcb06f963
 extract.suffix	.tgz
 
-livecheck.type  regex
-livecheck.url ${homepage}download.html
-livecheck.regex ${name}-(\[0-9.]+)${extract.suffix}</A></TD><TD> &nbsp\;The latest <I>stable</I> version.
+checksums	rmd160  ebbfc1a0ced03a47fe3b4469f290090665718687 \
+		sha256  1e586cd62c3cdb8089062c9670a6d8588359e2f8030b8b18dbc715ea59d92e11
 
-use_configure	no
+depends_build	port:ncurses
 
-pre-build	{
-	reinplace "s|\$(DESTDIR)/usr/|\$(DESTDIR)${prefix}/|g" \
+post-patch {
+	reinplace "s|\$(DESTDIR)/usr|\$(DESTDIR)${prefix}|g" \
 		${worksrcpath}/makefile.macosx
-        reinplace "s|\$(DESTDIR)/etc|\$(DESTDIR)${prefix}/etc/|g" \
+        reinplace "s|\$(DESTDIR)/etc|\$(DESTDIR)${prefix}/etc|g" \
                 ${worksrcpath}/makefile.macosx
 }
-build.args	-f makefile.macosx
 
-destroot.args	-f makefile.macosx
+use_configure	no
+
+variant universal {}
+
+build.args	-f makefile.macosx \
+		CC="${configure.cc} [get_canonical_archflags cc]"
+
+eval destroot.args ${build.args}
+
+livecheck.type	regex
+livecheck.url	${homepage}download.php
+livecheck.regex	${name}-(\[0-9.]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140527/e015c668/attachment-0001.html>


More information about the macports-changes mailing list