[23791] trunk/dports/net/torrentsniff/files/patch_torrentsniff

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 18:40:04 PDT 2007


Revision: 23791
          http://trac.macosforge.org/projects/macports/changeset/23791
Author:   eridius at macports.org
Date:     2007-04-09 18:40:04 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Fix patchfile for torrentsniff

Modified Paths:
--------------
    trunk/dports/net/torrentsniff/files/patch_torrentsniff

Modified: trunk/dports/net/torrentsniff/files/patch_torrentsniff
===================================================================
--- trunk/dports/net/torrentsniff/files/patch_torrentsniff	2007-04-10 01:35:13 UTC (rev 23790)
+++ trunk/dports/net/torrentsniff/files/patch_torrentsniff	2007-04-10 01:40:04 UTC (rev 23791)
@@ -1,18 +1,18 @@
---- torrentsniff.old	2005-01-04 15:45:29.000000000 -0500
-+++ torrentsniff	2005-01-04 15:46:01.000000000 -0500
+--- torrentsniff.orig	2003-08-11 23:50:05.000000000 -0400
++++ torrentsniff	2007-04-09 21:44:17.000000000 -0400
 @@ -1,4 +1,4 @@
--#! /usr/bin/perl -w
-+#! __PREFIX__/bin/perl -w
- 
- # This is part of modern Perl distributions.
- use FindBin;
+-#! /usr/bin/perl -w
++#! __PREFIX__/bin/perl -w
+ 
+ # This is part of modern Perl distributions.
+ use FindBin;
 @@ -13,7 +13,8 @@
- use LWP::UserAgent;
- 
- # This is part of TorrentSniff, and should have been distributed with it.
--use BitTorrent::BDecode;
-+require '__PREFIX__/share/__NAME__/BitTorrent/BDecode.pm';
-+import BitTorrent::BDecode;
- 
- 
- # TorrentSniff  http://www.highprogrammer.com/alan/perl/torrentsniff.html
+ use LWP::UserAgent;
+ 
+ # This is part of TorrentSniff, and should have been distributed with it.
+-use BitTorrent::BDecode;
++require '__PREFIX__/share/__NAME__/BitTorrent/BDecode.pm'
++import BitTorrent::BDecode;
+ 
+ 
+ # TorrentSniff  http://www.highprogrammer.com/alan/perl/torrentsniff.html

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


More information about the macports-changes mailing list