[107002] trunk/dports/science/gnuradio/Portfile
michaelld at macports.org
michaelld at macports.org
Thu Jun 13 19:17:12 PDT 2013
Revision: 107002
https://trac.macports.org/changeset/107002
Author: michaelld at macports.org
Date: 2013-06-13 19:17:12 -0700 (Thu, 13 Jun 2013)
Log Message:
-----------
gnuradio: fix livecheck for devel and next
Modified Paths:
--------------
trunk/dports/science/gnuradio/Portfile
Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile 2013-06-14 01:58:14 UTC (rev 107001)
+++ trunk/dports/science/gnuradio/Portfile 2013-06-14 02:17:12 UTC (rev 107002)
@@ -57,9 +57,9 @@
patchfiles-append patch-GL-wxgui-3.6.diff
patch.pre_args -p1
- livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/
+ livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/?h=maint
livecheck.version ${git.branch}
- livecheck.regex id=(\[a-f0-9\]+).>HEAD<
+ livecheck.regex id=(\[a-f0-9\]+).*>maint<
}
@@ -94,9 +94,9 @@
}
- livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/?h=next
+ livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/?h=master
livecheck.version ${git.branch}
- livecheck.regex id=(\[a-f0-9\]+).*>next<
+ livecheck.regex id=(\[a-f0-9\]+).*>master<
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130613/eb2f24dd/attachment.html>
More information about the macports-changes
mailing list