[82763] trunk/base/src/port1.0

raimue at macports.org raimue at macports.org
Fri Aug 19 14:56:36 PDT 2011


Revision: 82763
          http://trac.macports.org/changeset/82763
Author:   raimue at macports.org
Date:     2011-08-19 14:56:35 -0700 (Fri, 19 Aug 2011)
Log Message:
-----------
port1.0:
Remove deprecated options svn.tag, distcheck.check and livecheck.check

Modified Paths:
--------------
    trunk/base/src/port1.0/portdistcheck.tcl
    trunk/base/src/port1.0/portfetch.tcl
    trunk/base/src/port1.0/portlivecheck.tcl

Modified: trunk/base/src/port1.0/portdistcheck.tcl
===================================================================
--- trunk/base/src/port1.0/portdistcheck.tcl	2011-08-19 21:51:28 UTC (rev 82762)
+++ trunk/base/src/port1.0/portdistcheck.tcl	2011-08-19 21:56:35 UTC (rev 82763)
@@ -47,15 +47,11 @@
 }
 
 # define options
-options distcheck.type distcheck.check
+options distcheck.type
 
 # defaults
 default distcheck.type moddate
-default distcheck.check moddate
 
-# Deprecation
-option_deprecate distcheck.check distcheck.type
-
 proc portdistcheck::distcheck_main {args} {
     global distcheck.type
     global fetch.type

Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl	2011-08-19 21:51:28 UTC (rev 82762)
+++ trunk/base/src/port1.0/portfetch.tcl	2011-08-19 21:56:35 UTC (rev 82763)
@@ -122,9 +122,6 @@
 default mirror_sites.listfile {"mirror_sites.tcl"}
 default mirror_sites.listpath {"port1.0/fetch"}
 
-# Deprecation
-option_deprecate svn.tag svn.revision
-
 # Option-executed procedures
 option_proc use_bzip2 portfetch::set_extract_type
 option_proc use_lzma  portfetch::set_extract_type

Modified: trunk/base/src/port1.0/portlivecheck.tcl
===================================================================
--- trunk/base/src/port1.0/portlivecheck.tcl	2011-08-19 21:51:28 UTC (rev 82762)
+++ trunk/base/src/port1.0/portlivecheck.tcl	2011-08-19 21:56:35 UTC (rev 82763)
@@ -47,11 +47,10 @@
 }
 
 # define options
-options livecheck.url livecheck.type livecheck.check livecheck.md5 livecheck.regex livecheck.name livecheck.distname livecheck.version livecheck.ignore_sslcert
+options livecheck.url livecheck.type livecheck.md5 livecheck.regex livecheck.name livecheck.distname livecheck.version livecheck.ignore_sslcert
 
 # defaults
 default livecheck.url {$homepage}
-default livecheck.check default
 default livecheck.type default
 default livecheck.md5 ""
 default livecheck.regex ""
@@ -60,9 +59,6 @@
 default livecheck.version {$version}
 default livecheck.ignore_sslcert yes
 
-# Deprecation
-option_deprecate livecheck.check livecheck.type
-
 proc portlivecheck::livecheck_main {args} {
     global livecheck.url livecheck.type livecheck.md5 livecheck.regex livecheck.name livecheck.distname livecheck.version
     global livecheck.ignore_sslcert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110819/aabd2e5f/attachment.html>


More information about the macports-changes mailing list