[92730] trunk/base/src/port1.0/portlint.tcl
jmr at macports.org
jmr at macports.org
Fri May 4 20:30:25 PDT 2012
Revision: 92730
https://trac.macports.org/changeset/92730
Author: jmr at macports.org
Date: 2012-05-04 20:30:23 -0700 (Fri, 04 May 2012)
Log Message:
-----------
remove lint check for livecheck in subports, there are legitimate reasons to do it
Modified Paths:
--------------
trunk/base/src/port1.0/portlint.tcl
Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl 2012-05-05 02:31:58 UTC (rev 92729)
+++ trunk/base/src/port1.0/portlint.tcl 2012-05-05 03:30:23 UTC (rev 92730)
@@ -297,7 +297,6 @@
global description long_description platforms categories all_variants
global maintainers license homepage master_sites checksums patchfiles
global depends_fetch depends_extract depends_lib depends_build depends_run distfiles fetch.type
- global livecheck.type subport name
global lint_portsystem lint_platforms
global lint_required lint_optional
@@ -566,10 +565,6 @@
}
- if {$subport != $name && ${livecheck.type} != "none"} {
- ui_warn "livecheck set for subport $subport"
- }
-
# these checks are only valid for ports stored in the regular tree directories
if {[info exists category] && $portcatdir != $category} {
ui_error "Portfile parent directory $portcatdir does not match primary category $category"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120504/aa5981a8/attachment.html>
More information about the macports-changes
mailing list