[92731] branches/release_2_1

jmr at macports.org jmr at macports.org
Fri May 4 20:31:55 PDT 2012


Revision: 92731
          https://trac.macports.org/changeset/92731
Author:   jmr at macports.org
Date:     2012-05-04 20:31:54 -0700 (Fri, 04 May 2012)
Log Message:
-----------
merge r92730 from trunk:
 remove lint check for livecheck in subports, there are legitimate reasons to do it

Revision Links:
--------------
    https://trac.macports.org/changeset/92730

Modified Paths:
--------------
    branches/release_2_1/base/src/port1.0/portlint.tcl

Property Changed:
----------------
    branches/release_2_1/
    branches/release_2_1/base/


Property changes on: branches/release_2_1
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:91825,91829,91834,92072,92342,92404,92546
   + /trunk:91825,91829,91834,92072,92342,92404,92546,92730


Property changes on: branches/release_2_1/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:91825,91829,91834,92072,92342,92404,92546
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:91825,91829,91834,92072,92342,92404,92546,92730
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_2_1/base/src/port1.0/portlint.tcl
===================================================================
--- branches/release_2_1/base/src/port1.0/portlint.tcl	2012-05-05 03:30:23 UTC (rev 92730)
+++ branches/release_2_1/base/src/port1.0/portlint.tcl	2012-05-05 03:31:54 UTC (rev 92731)
@@ -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/9dba4a4d/attachment.html>


More information about the macports-changes mailing list