pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/OmegaT Fix broken patch file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2747401a3cc5
branches:  trunk
changeset: 639743:2747401a3cc5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 24 12:51:06 2014 +0000

description:
Fix broken patch file.

diffstat:

 editors/OmegaT/distinfo                |   4 ++--
 editors/OmegaT/patches/patch-build.xml |  24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diffs (43 lines):

diff -r 610563c773f3 -r 2747401a3cc5 editors/OmegaT/distinfo
--- a/editors/OmegaT/distinfo   Wed Sep 24 12:49:38 2014 +0000
+++ b/editors/OmegaT/distinfo   Wed Sep 24 12:51:06 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2014/01/01 12:40:53 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2014/09/24 12:51:06 jperkin Exp $
 
 SHA1 (OmegaT_3.0.8_01_Beta_Source.zip) = 75c268711f9e435d93b8e7707b19efc15f3a628e
 RMD160 (OmegaT_3.0.8_01_Beta_Source.zip) = b85cd9d0ca9b952b0de8afa15625ba727b50a474
 Size (OmegaT_3.0.8_01_Beta_Source.zip) = 107647322 bytes
-SHA1 (patch-build.xml) = 0ec9108c02217b541885fbb2a50df87870d9b76b
+SHA1 (patch-build.xml) = 4d29dd11fa91d4955b99bd54d622745f92ba57bb
diff -r 610563c773f3 -r 2747401a3cc5 editors/OmegaT/patches/patch-build.xml
--- a/editors/OmegaT/patches/patch-build.xml    Wed Sep 24 12:49:38 2014 +0000
+++ b/editors/OmegaT/patches/patch-build.xml    Wed Sep 24 12:51:06 2014 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-build.xml,v 1.1 2013/11/24 04:50:30 ryoon Exp $
+$NetBSD: patch-build.xml,v 1.2 2014/09/24 12:51:06 jperkin Exp $
 
---- build.xml.orig     2013-05-28 00:07:44.000000000 +0000
+--- build.xml.orig     2013-05-28 09:07:44.000000000 +0000
 +++ build.xml
 @@ -82,10 +82,6 @@
-         <copy todir="dist/native">
-             <fileset dir="native"/>
-         </copy>
--        <!-- copy scripts to the distribution directory -->
--        <copy todir="dist/scripts">
--            <fileset dir="scripts"/>
--        </copy>
-     </target>
-     
-     <!-- Creates a zip with two localization packs -->
+         <copy todir="dist/native">
+             <fileset dir="native"/>
+         </copy>
+-        <!-- copy scripts to the distribution directory -->
+-        <copy todir="dist/scripts">
+-            <fileset dir="scripts"/>
+-        </copy>
+     </target>
+     
+     <!-- Creates a zip with two localization packs -->



Home | Main Index | Thread Index | Old Index