[62538] trunk/dports/www/tidy

nox at macports.org nox at macports.org
Sun Jan 10 10:13:04 PST 2010


Revision: 62538
          http://trac.macports.org/changeset/62538
Author:   nox at macports.org
Date:     2010-01-10 10:13:01 -0800 (Sun, 10 Jan 2010)
Log Message:
-----------
Update tidy to 20090325 (#16733, #19898)

Also fix build dependencies, specify license, and remove a useless broken
symlink created at post-destroot.

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

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

Modified: trunk/dports/www/tidy/Portfile
===================================================================
--- trunk/dports/www/tidy/Portfile	2010-01-10 09:54:55 UTC (rev 62537)
+++ trunk/dports/www/tidy/Portfile	2010-01-10 18:13:01 UTC (rev 62538)
@@ -3,14 +3,13 @@
 PortSystem          1.0
 
 name                tidy
-version             20051026
+version             20090325
+license             MIT
 categories          www
 maintainers         ryandesign
 homepage            http://tidy.sourceforge.net/
 platforms           darwin
-distname            tidy_src_051026
-extract.suffix      .tgz
-worksrcdir          ${name}
+use_bzip2           yes
 use_parallel_build  yes
 
 description \
@@ -20,28 +19,22 @@
 	Tidy is a utility to clean up and fix broken HTML files.
 
 master_sites \
-	${homepage}src/ \
-	${homepage}src/old/
+	gentoo
 
 checksums \
-	md5 1e39fafd6808978871346658c8da1454 \
-	sha1 53be36945344af0c4080c34ebc95728bf8617f1c \
-	rmd160 0cae41f8c0cec51d4600d1bf2aac338cf60aa6b9
+	md5     39a05125a2a2dbacaccac84af64e1dbc \
+	sha1    28c000a2cd40262fc0d7c2c429eb2a09b2df7bf4 \
+	rmd160  796a025bc1b67ea64394c64a1455a582e9285982
 
-depends_lib \
+depends_build \
+    port:autoconf \
+    port:automake \
 	port:libtool
 
-patchfiles \
-	patch-platform.h.diff
-
 pre-configure {
 	system "cd ${worksrcpath} && /bin/sh ${worksrcpath}/build/gnuauto/setup.sh"
 }
 
-post-destroot {
-	system "ln -fs libtidy-0.99.0.0.0.dylib ${destroot}${prefix}/lib/libtidy.0.dylib"
-}
-
 livecheck.type      regex
 livecheck.url       http://tidy.cvs.sourceforge.net/viewvc/*checkout*/tidy/tidy/src/version.h
 livecheck.regex     {"(.+)"}

Deleted: trunk/dports/www/tidy/files/patch-platform.h.diff
===================================================================
--- trunk/dports/www/tidy/files/patch-platform.h.diff	2010-01-10 09:54:55 UTC (rev 62537)
+++ trunk/dports/www/tidy/files/patch-platform.h.diff	2010-01-10 18:13:01 UTC (rev 62538)
@@ -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
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100110/111a19b2/attachment.html>


More information about the macports-changes mailing list