[35299] trunk/base/src/port

wsiegrist at apple.com wsiegrist at apple.com
Mon Mar 24 15:50:35 PDT 2008


Revision: 35299
          http://trac.macosforge.org/projects/macports/changeset/35299
Author:   wsiegrist at apple.com
Date:     2008-03-24 15:50:32 -0700 (Mon, 24 Mar 2008)

Log Message:
-----------
Add distfiles target to port. This should have gone in with r35249.

Modified Paths:
--------------
    trunk/base/src/port/port-help.tcl
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl	2008-03-24 21:14:48 UTC (rev 35298)
+++ trunk/base/src/port/port-help.tcl	2008-03-24 22:50:32 UTC (rev 35299)
@@ -22,6 +22,7 @@
 set porthelp(destroot) "destroot a port"
 set porthelp(dir) "dir a port"
 set porthelp(distcheck) "distcheck a port"
+set porthelp(distfiles) "list the distfiles for a port"
 set porthelp(dmg) "dmg a port"
 set porthelp(dpkg) "dpkg a port"
 set porthelp(echo) "echo a port"

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-03-24 21:14:48 UTC (rev 35298)
+++ trunk/base/src/port/port.tcl	2008-03-24 22:50:32 UTC (rev 35299)
@@ -2377,6 +2377,7 @@
     mirror      action_target
     load        action_target
     unload      action_target
+    distfiles   action_target
 
     archive     action_target
     unarchive   action_target

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080324/a9d42db5/attachment.html 


More information about the macports-changes mailing list