[112100] trunk/dports/science/hackrf/Portfile
michaelld at macports.org
michaelld at macports.org
Fri Oct 11 16:12:16 PDT 2013
Revision: 112100
https://trac.macports.org/changeset/112100
Author: michaelld at macports.org
Date: 2013-10-11 16:12:16 -0700 (Fri, 11 Oct 2013)
Log Message:
-----------
hackrf: make better use of github PortGroup.
Modified Paths:
--------------
trunk/dports/science/hackrf/Portfile
Modified: trunk/dports/science/hackrf/Portfile
===================================================================
--- trunk/dports/science/hackrf/Portfile 2013-10-11 23:07:39 UTC (rev 112099)
+++ trunk/dports/science/hackrf/Portfile 2013-10-11 23:12:16 UTC (rev 112100)
@@ -5,8 +5,7 @@
PortGroup cmake 1.0
PortGroup github 1.0
-set full_commit 0de2298d7702647a03beb12e10ea1694ad3c4d12
-github.setup mossmann hackrf [string range ${full_commit} 0 7]
+github.setup mossmann hackrf 0de2298d7702647a03beb12e10ea1694ad3c4d12
version 20130929
maintainers michaelld openmaintainer
@@ -43,10 +42,4 @@
# be verbose when building, for debugging purposes
-build.post_args VERBOSE=1
-
-# fix livecheck to look for commits, not tags
-
-livecheck.url https://github.com/mossmann/hackrf/commits/master
-livecheck.version ${full_commit}
-livecheck.regex .*permalink.*commits/(\[a-f0-9\]+).>
+build.post_args VERBOSE=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131011/486aecd2/attachment-0001.html>
More information about the macports-changes
mailing list