[102698] trunk/dports/_resources/port1.0/group

ryandesign at macports.org ryandesign at macports.org
Wed Feb 6 23:26:11 PST 2013


Revision: 102698
          https://trac.macports.org/changeset/102698
Author:   ryandesign at macports.org
Date:     2013-02-06 23:26:11 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
bitbucket-1.0.tcl, github-1.0.tcl: remove unnecessary quoting around bitbucket.livecheck_type and github.livecheck_type; fix copyright years

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl
    trunk/dports/_resources/port1.0/group/github-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl	2013-02-07 03:58:53 UTC (rev 102697)
+++ trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl	2013-02-07 07:26:11 UTC (rev 102698)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 #
-# Copyright (c) 2012 The MacPorts Project
+# Copyright (c) 2013 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -85,9 +85,9 @@
     }
 
     if {[join ${bitbucket.tag_prefix}] == "" && [regexp "^\[0-9a-f\]{9,}\$" ${bitbucket.version}]} {
-        bitbucket.livecheck_type "commits"
+        bitbucket.livecheck_type commits
     } else {
-        bitbucket.livecheck_type "tags"
+        bitbucket.livecheck_type tags
     }
 
     if {[string equal ${bitbucket.livecheck_type} "commits"]} {

Modified: trunk/dports/_resources/port1.0/group/github-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/github-1.0.tcl	2013-02-07 03:58:53 UTC (rev 102697)
+++ trunk/dports/_resources/port1.0/group/github-1.0.tcl	2013-02-07 07:26:11 UTC (rev 102698)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 #
-# Copyright (c) 2012 The MacPorts Project
+# Copyright (c) 2012-2013 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -87,9 +87,9 @@
     }
 
     if {[join ${github.tag_prefix}] == "" && [regexp "^\[0-9a-f\]{9,}\$" ${github.version}]} {
-        github.livecheck_type "commits"
+        github.livecheck_type commits
     } else {
-        github.livecheck_type "tags"
+        github.livecheck_type tags
     }
 
     if {[string equal ${github.livecheck_type} "commits"]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/5c260535/attachment.html>


More information about the macports-changes mailing list