svn commit: r450005 - head/net-p2p/ctorrent/files

Dirk Meyer dinoex at FreeBSD.org
Sun Sep 17 14:43:21 UTC 2017


Author: dinoex
Date: Sun Sep 17 14:43:20 2017
New Revision: 450005
URL: https://svnweb.freebsd.org/changeset/ports/450005

Log:
  - cleanup patch

Modified:
  head/net-p2p/ctorrent/files/patch-ctorrent.cpp

Modified: head/net-p2p/ctorrent/files/patch-ctorrent.cpp
==============================================================================
--- head/net-p2p/ctorrent/files/patch-ctorrent.cpp	Sun Sep 17 14:41:35 2017	(r450004)
+++ head/net-p2p/ctorrent/files/patch-ctorrent.cpp	Sun Sep 17 14:43:20 2017	(r450005)
@@ -1,6 +1,6 @@
---- ctorrent.cpp.orig	2009-11-13 10:20:39.377057366 +0300
-+++ ctorrent.cpp	2009-11-13 10:21:01.916290662 +0300
-@@ -98,11 +98,11 @@
+--- ctorrent.cpp.orig	2008-06-15 00:00:19 UTC
++++ ctorrent.cpp
+@@ -98,11 +98,11 @@ int main(int argc, char **argv)
      exit(0);
    }
  
@@ -14,4 +14,3 @@
    if( BTCONTENT.InitialFromMI(arg_metainfo_file, arg_save_as) < 0){
      CONSOLE.Warning(1, "error, initial meta info failed.");
      exit(1);
-


More information about the svn-ports-all mailing list