[32843] trunk/dports/aqua/ZopeEditManager

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 21:23:17 PST 2008


Revision: 32843
          http://trac.macosforge.org/projects/macports/changeset/32843
Author:   ryandesign at macports.org
Date:     2008-01-13 21:23:16 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
ZopeEditManager: fix names of patchfiles to match recommendations

Modified Paths:
--------------
    trunk/dports/aqua/ZopeEditManager/Portfile

Added Paths:
-----------
    trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html.diff
    trunk/dports/aqua/ZopeEditManager/files/patch-setup.py.diff

Removed Paths:
-------------
    trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html
    trunk/dports/aqua/ZopeEditManager/files/patch-setup.py

Modified: trunk/dports/aqua/ZopeEditManager/Portfile
===================================================================
--- trunk/dports/aqua/ZopeEditManager/Portfile	2008-01-14 05:22:13 UTC (rev 32842)
+++ trunk/dports/aqua/ZopeEditManager/Portfile	2008-01-14 05:23:16 UTC (rev 32843)
@@ -22,8 +22,8 @@
 				path:${pythonlib}/site-packages/PyObjC:py-pyobjc \
 				path:${pythonlib}/site-packages/py2app:py-py2app
 
-patchfiles		patch-Readme.html \
-				patch-setup.py
+patchfiles		patch-Readme.html.diff \
+				patch-setup.py.diff
 
 use_configure	no
 

Deleted: trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html
===================================================================
--- trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html	2008-01-14 05:22:13 UTC (rev 32842)
+++ trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html	2008-01-14 05:23:16 UTC (rev 32843)
@@ -1,11 +0,0 @@
---- Readme.html.orig	Tue Oct 12 15:02:35 2004
-+++ Readme.html	Tue Oct 12 15:03:04 2004
-@@ -1,6 +1,8 @@
- <html>
-   <head>
-+    <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=iso-8859-1">
-     <title>ZopeEditManager</title>
-+    <META NAME="AppleTitle" CONTENT="ZopeEditManager Help">
-   </head>
-   <body>
-     <h1>ZopeEditManager</h1>

Copied: trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html.diff (from rev 32740, trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html)
===================================================================
--- trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html.diff	                        (rev 0)
+++ trunk/dports/aqua/ZopeEditManager/files/patch-Readme.html.diff	2008-01-14 05:23:16 UTC (rev 32843)
@@ -0,0 +1,11 @@
+--- Readme.html.orig	Tue Oct 12 15:02:35 2004
++++ Readme.html	Tue Oct 12 15:03:04 2004
+@@ -1,6 +1,8 @@
+ <html>
+   <head>
++    <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=iso-8859-1">
+     <title>ZopeEditManager</title>
++    <META NAME="AppleTitle" CONTENT="ZopeEditManager Help">
+   </head>
+   <body>
+     <h1>ZopeEditManager</h1>

Deleted: trunk/dports/aqua/ZopeEditManager/files/patch-setup.py
===================================================================
--- trunk/dports/aqua/ZopeEditManager/files/patch-setup.py	2008-01-14 05:22:13 UTC (rev 32842)
+++ trunk/dports/aqua/ZopeEditManager/files/patch-setup.py	2008-01-14 05:23:16 UTC (rev 32843)
@@ -1,22 +0,0 @@
---- setup.py.orig	Tue Oct 12 15:04:14 2004
-+++ setup.py	Tue Oct 12 17:35:26 2004
-@@ -4,8 +4,8 @@
- plist = dict(
-     CFBundleExecutable = "ZopeEditManager",
-     CFBundleIdentifier = "com.urbanape.zopeeditmanager",
--    CFBundleShortVersionString = "Version 0.9.5",
--    CFBundleGetInfoString = ("ZopeEditManager version 0.9.5, "
-+    CFBundleShortVersionString = "Version @VERSION@",
-+    CFBundleGetInfoString = ("ZopeEditManager version @VERSION@, "
-                              "Copyright 2003 Zope Corporation"),
-     NSHumanReadableCopyright = "Copyright 2003 Zope Corporation",
-     CFBundleIconFile = "ZEM.icns",
-@@ -16,6 +16,8 @@
-     NSMainNibFile = "MainMenu",
-     NSPrincipalClass = "NSApplication",
-     CFBundleDevelopmentRegion = "English",
-+    CFBundleHelpBookFolder = "ZopeEditManagerHelp",
-+    CFBundleHelpBookName = "ZopeEditManager Help",
-     CFBundleDocumentTypes = [
-         dict(CFBundleTypeExtensions = ["zem"],
-              CFBundleTypeOSTypes = ["ZEMD"],

Copied: trunk/dports/aqua/ZopeEditManager/files/patch-setup.py.diff (from rev 32740, trunk/dports/aqua/ZopeEditManager/files/patch-setup.py)
===================================================================
--- trunk/dports/aqua/ZopeEditManager/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/aqua/ZopeEditManager/files/patch-setup.py.diff	2008-01-14 05:23:16 UTC (rev 32843)
@@ -0,0 +1,22 @@
+--- setup.py.orig	Tue Oct 12 15:04:14 2004
++++ setup.py	Tue Oct 12 17:35:26 2004
+@@ -4,8 +4,8 @@
+ plist = dict(
+     CFBundleExecutable = "ZopeEditManager",
+     CFBundleIdentifier = "com.urbanape.zopeeditmanager",
+-    CFBundleShortVersionString = "Version 0.9.5",
+-    CFBundleGetInfoString = ("ZopeEditManager version 0.9.5, "
++    CFBundleShortVersionString = "Version @VERSION@",
++    CFBundleGetInfoString = ("ZopeEditManager version @VERSION@, "
+                              "Copyright 2003 Zope Corporation"),
+     NSHumanReadableCopyright = "Copyright 2003 Zope Corporation",
+     CFBundleIconFile = "ZEM.icns",
+@@ -16,6 +16,8 @@
+     NSMainNibFile = "MainMenu",
+     NSPrincipalClass = "NSApplication",
+     CFBundleDevelopmentRegion = "English",
++    CFBundleHelpBookFolder = "ZopeEditManagerHelp",
++    CFBundleHelpBookName = "ZopeEditManager Help",
+     CFBundleDocumentTypes = [
+         dict(CFBundleTypeExtensions = ["zem"],
+              CFBundleTypeOSTypes = ["ZEMD"],

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


More information about the macports-changes mailing list