Revision: 103506 https://trac.macports.org/changeset/103506 Author: michaelld@macports.org Date: 2013-02-27 05:55:52 -0800 (Wed, 27 Feb 2013) Log Message: ----------- rtl-sdr: * add myself as co-maintainer; * tweak livecheck; * whitespace; and * update to latest. Modified Paths: -------------- trunk/dports/comms/rtl-sdr/Portfile Modified: trunk/dports/comms/rtl-sdr/Portfile =================================================================== --- trunk/dports/comms/rtl-sdr/Portfile 2013-02-27 13:43:56 UTC (rev 103505) +++ trunk/dports/comms/rtl-sdr/Portfile 2013-02-27 13:55:52 UTC (rev 103506) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -4,22 +5,21 @@ PortGroup cmake 1.0 name rtl-sdr -version 20130217 +version 20130226 categories comms license GPL-2 -maintainers mfeiri openmaintainer +maintainers mfeiri michaelld openmaintainer description Collection of tools to use devices with a RTL2832U chipset long_description ${description} as software defined radios homepage http://sdr.osmocom.org/trac/wiki/rtl-sdr fetch.type git git.url git://git.osmocom.org/rtl-sdr.git -git.branch 698a8a152ecb83f08f2c218bdd32aa7510371d19 +git.branch 3c4aa46f5ad38d9904d56087747f369d395cc9d0 depends_build-append port:pkgconfig port:doxygen depends_lib port:libusb -livecheck.url "http://cgit.osmocom.org/cgit/rtl-sdr/log/" +livecheck.url http://cgit.osmocom.org/cgit/rtl-sdr/log/ livecheck.version ${git.branch} -livecheck.regex "id=(\[a-f0-9\]+)'>HEAD" - +livecheck.regex id=(\[a-f0-9\]+).>HEAD<
participants (1)
-
michaelld@macports.org