[82223] trunk/base/portmgr/jobs/portfile_mirror.pl

wsiegrist at apple.com wsiegrist at apple.com
Wed Aug 10 11:31:00 PDT 2011


Revision: 82223
          http://trac.macports.org/changeset/82223
Author:   wsiegrist at apple.com
Date:     2011-08-10 11:31:00 -0700 (Wed, 10 Aug 2011)
Log Message:
-----------
Ignore deleted ports

Modified Paths:
--------------
    trunk/base/portmgr/jobs/portfile_mirror.pl

Modified: trunk/base/portmgr/jobs/portfile_mirror.pl
===================================================================
--- trunk/base/portmgr/jobs/portfile_mirror.pl	2011-08-10 17:20:51 UTC (rev 82222)
+++ trunk/base/portmgr/jobs/portfile_mirror.pl	2011-08-10 18:31:00 UTC (rev 82223)
@@ -20,7 +20,7 @@
 my $rev = $ARGV[0] or usage();
 my $TMPROOT = "/tmp/mp_mirror/$rev";
 
-my @changes = `$SVNLOOK changed $REPOPATH -r $rev`;
+my @changes = `$SVNLOOK changed $REPOPATH -r $rev | grep '/Portfile' | grep -vE '^[ ]+D'`;
 
 foreach my $change (@changes) {
     if ($change =~ /Portfile/) { 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110810/a0364923/attachment.html>


More information about the macports-changes mailing list