Ticket #15744: CronniX-3.0.2.diff

File CronniX-3.0.2.diff, 3.6 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)
  • Portfile

     
    44PortGroup               xcode 1.0
    55
    66name                    CronniX
    7 version                 3.0.1
     7version                 3.0.2
     8set dist_version        3.0.1
    89categories              aqua
    910maintainers             ryandesign
    1011homepage                http://www.abstracture.de/projects-en/cronnix/
    1112master_sites            ${homepage}download/
    12 distname                ${name}_${version}_src
     13distname                ${name}_${dist_version}_src
    1314use_zip                 yes
    1415xcode.target            ${name}
    1516universal_variant       no
     
    2627    sha1 818bbca981599846e2f6e4dba705328fb31e2280 \
    2728    rmd160 c1a0eeaecdbf2d54a66518e05058937d825340a1
    2829
     30patchfiles \
     31    patch-${version}.diff
     32
    2933post-destroot {
    3034    # The directories inside the application bundle get created with
    3135    # 555 permissions which prevents MacPorts from being able to copy
  • files/patch-3.0.2.diff

     
     1--- CronniX.xcodeproj/project.pbxproj   2006-06-18 04:15:30.000000000 -0500
     2+++ CronniX.xcodeproj/project.pbxproj   2008-06-25 03:13:57.000000000 -0500
     3@@ -32,7 +32,7 @@
     4        <key>CFBundleExecutable</key>
     5        <string>CronniX</string>
     6        <key>CFBundleGetInfoString</key>
     7-       <string>3.0.1, Copyright 2004-2006 abstracture IT-Beratung GmbH</string>
     8+       <string>3.0.2, Copyright 2004-2006 abstracture IT-Beratung GmbH</string>
     9        <key>CFBundleHelpBookFolder</key>
     10        <string>CronniX Help</string>
     11        <key>CFBundleHelpBookName</key>
     12@@ -48,11 +48,11 @@
     13        <key>CFBundlePackageType</key>
     14        <string>APPL</string>
     15        <key>CFBundleShortVersionString</key>
     16-       <string>3.0.1</string>
     17+       <string>3.0.2</string>
     18        <key>CFBundleSignature</key>
     19        <string>????</string>
     20        <key>CFBundleVersion</key>
     21-       <string>3.0.1</string>
     22+       <string>3.0.2</string>
     23        <key>NSMainNibFile</key>
     24        <string>MainMenu</string>
     25        <key>NSPrincipalClass</key>
     26--- English.lproj/CronniX Help/release_notes.html       2006-06-18 04:03:18.000000000 -0500
     27+++ English.lproj/CronniX Help/release_notes.html       2008-06-25 03:15:41.000000000 -0500
     28@@ -9,10 +9,18 @@
     29 <h2>CronniX 3.0 Release Notes</h2>
     30 <p align="RIGHT"><font color="#ff0000"><font size="2">June 11, 2005</font></font></p>
     31 <p>Version 3.0 is a major update with the following changes</p>
     32+
     33+<p><i>3.0.2</i> </p>
     34+<ul>
     35+       <li><b>Really</b> a Universal binary</li>
     36+  <li>Fixed homepage URL (Help menu)</li>
     37+</ul>
     38+
     39 <p><i>3.0.1</i> </p>
     40 <ul>
     41        <li>Universal binary</li>
     42 </ul>
     43+
     44 <p><i>3.0</i> </p>
     45 <ul>
     46        <li>Japanese localization including Help by Yuzuru Shiraiwa</li>
     47--- crController.m      2006-05-01 02:01:03.000000000 -0500
     48+++ crController.m      2008-06-25 03:12:25.000000000 -0500
     49@@ -21,7 +21,7 @@
     50 
     51 NSString *cronCommand = @"/usr/bin/crontab";
     52 NSString *suCrontabResource = @"sucrontab";
     53-static NSString *cronnixHomepage = @"http://www.abstracture.de/cronnix";
     54+static NSString *cronnixHomepage = @"http://www.abstracture.de/projects-en/cronnix";
     55 
     56 
     57 @implementation crController
     58--- version.xml 2006-06-18 03:27:00.000000000 -0500
     59+++ version.xml 2008-06-25 03:16:49.000000000 -0500
     60@@ -6,10 +6,11 @@
     61         <key>Product</key>
     62         <string>CronniX</string>
     63                <key>Version</key>
     64-               <string>3.0.1</string>
     65+               <string>3.0.2</string>
     66                <key>Changes</key>
     67                <array>
     68-      <string>Universal binary</string>
     69+      <string>Really a Universal binary</string>
     70+      <string>Fixed homepage URL (Help menu)</string>
     71                </array>
     72 </dict>
     73 </plist>