[30299] trunk/dports/www/tidy

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 24 00:24:00 PDT 2007


Revision: 30299
          http://trac.macosforge.org/projects/macports/changeset/30299
Author:   ryandesign at macports.org
Date:     2007-10-24 00:24:00 -0700 (Wed, 24 Oct 2007)

Log Message:
-----------
tidy: fix name of patchfile to match recommendations

Modified Paths:
--------------
    trunk/dports/www/tidy/Portfile

Added Paths:
-----------
    trunk/dports/www/tidy/files/patch-platform.h.diff

Removed Paths:
-------------
    trunk/dports/www/tidy/files/patch-platform.h

Modified: trunk/dports/www/tidy/Portfile
===================================================================
--- trunk/dports/www/tidy/Portfile	2007-10-24 07:23:03 UTC (rev 30298)
+++ trunk/dports/www/tidy/Portfile	2007-10-24 07:24:00 UTC (rev 30299)
@@ -31,7 +31,7 @@
 	port:libtool
 
 patchfiles \
-	patch-platform.h
+	patch-platform.h.diff
 
 pre-configure {
 	system "cd ${worksrcpath} && /bin/sh ${worksrcpath}/build/gnuauto/setup.sh"

Deleted: trunk/dports/www/tidy/files/patch-platform.h
===================================================================
--- trunk/dports/www/tidy/files/patch-platform.h	2007-10-24 07:23:03 UTC (rev 30298)
+++ trunk/dports/www/tidy/files/patch-platform.h	2007-10-24 07:24:00 UTC (rev 30299)
@@ -1,10 +0,0 @@
---- include/platform.h.orig	2005-06-30 18:22:01.000000000 -0700
-+++ include/platform.h	2005-06-30 18:22:12.000000000 -0700
-@@ -505,6 +505,7 @@
- typedef unsigned int uint;
- #endif
- #if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32)
-+#undef ulong
- typedef unsigned long ulong;
- #endif
- 

Copied: trunk/dports/www/tidy/files/patch-platform.h.diff (from rev 30297, trunk/dports/www/tidy/files/patch-platform.h)
===================================================================
--- trunk/dports/www/tidy/files/patch-platform.h.diff	                        (rev 0)
+++ trunk/dports/www/tidy/files/patch-platform.h.diff	2007-10-24 07:24:00 UTC (rev 30299)
@@ -0,0 +1,10 @@
+--- include/platform.h.orig	2005-06-30 18:22:01.000000000 -0700
++++ include/platform.h	2005-06-30 18:22:12.000000000 -0700
+@@ -505,6 +505,7 @@
+ typedef unsigned int uint;
+ #endif
+ #if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32)
++#undef ulong
+ typedef unsigned long ulong;
+ #endif
+ 

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


More information about the macports-changes mailing list