summaryrefslogtreecommitdiff
path: root/www/tidy-devel
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-04-02 05:20:32 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-04-02 05:20:32 +0000
commit1d031e2f5671647a8460a189d49d9ff6478134f8 (patch)
tree3f41db06f55303025321e2f936e019f4cf22273b /www/tidy-devel
parentUpdate to 021212. (diff)
Update to 030330.
PR: 50505 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Notes
Notes: svn path=/head/; revision=77944
Diffstat (limited to 'www/tidy-devel')
-rw-r--r--www/tidy-devel/Makefile2
-rw-r--r--www/tidy-devel/distinfo2
-rw-r--r--www/tidy-devel/files/patch-include_platform.h22
3 files changed, 4 insertions, 22 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index 57a05a4ed8df..adc253b8eb0c 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= tidy
-PORTVERSION= 030325
+PORTVERSION= 030330
CATEGORIES= www
MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \
http://tidy.sourceforge.net/docs/:docs
diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo
index f9f4336259a4..a2b3cd149687 100644
--- a/www/tidy-devel/distinfo
+++ b/www/tidy-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (tidy_src_030325.tgz) = 8ea24f824e8f43fc4f9a7d2ddfcd6370
+MD5 (tidy_src_030330.tgz) = c45c11357a059ac8ee688a99a42bb930
MD5 (tidy_docs_030325.tgz) = ba984cbb5e6eed1573fa36baa51eac47
diff --git a/www/tidy-devel/files/patch-include_platform.h b/www/tidy-devel/files/patch-include_platform.h
index 1d0addca3cfb..179306b98f93 100644
--- a/www/tidy-devel/files/patch-include_platform.h
+++ b/www/tidy-devel/files/patch-include_platform.h
@@ -1,5 +1,5 @@
---- include/platform.h.orig Thu Mar 20 08:57:01 2003
-+++ include/platform.h Fri Mar 21 10:34:00 2003
+--- include/platform.h.orig Mon Mar 31 09:57:04 2003
++++ include/platform.h Mon Mar 31 21:23:33 2003
@@ -33,7 +33,7 @@
It enables tidy to find config files named ~/.tidyrc if
the HTML_TIDY environment variable is not set.
@@ -18,21 +18,3 @@
/* Enable/disable support for Big5 and Shift_JIS character encodings */
-@@ -443,16 +443,14 @@
- /* hack for gnu sys/types.h file which defines uint and ulong */
- /* you may need to delete the #ifndef and #endif on your system */
-
--#ifndef __USE_MISC
- #if defined(BE_OS) || defined(SOLARIS_OS) || defined(BSD_BASED_OS) || defined(MAC_OS_X) || defined(OSF_OS) || defined(IRIX_OS) || defined(AIX_OS)
- #include <sys/types.h>
-+typedef unsigned long ulong;
- #else
- #if !defined(HPUX_OS) && !defined(CYGWIN_OS)
- typedef unsigned int uint;
- #endif
--typedef unsigned long ulong;
- #endif
--#endif /* __USE_MISC */
-
- #ifndef TIDY_EXPORT /* Define it away for most builds */
- #define TIDY_EXPORT