Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2000 02:27:54 -0800
From:      Jim Mock <jim@FreeBSD.org>
To:        Akinori -Aki- MUSHA <knu@idaemons.org>
Cc:        ports@FreeBSD.ORG, saken@hotel.rmta.org
Subject:   Re: review of update for tidy port
Message-ID:  <20000305022754.A64782@luna.cdrom.com>
In-Reply-To: <863dq591hs.wl@daemon.local.idaemons.org>; from knu@idaemons.org on Sun, Mar 05, 2000 at 07:04:31PM %2B0900
References:  <20000305010843.A64205@luna.cdrom.com> <863dq591hs.wl@daemon.local.idaemons.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, 05 Mar 2000 at 19:04:31 +0900, Akinori -Aki- MUSHA wrote:
>   Hello,
> 
> At Sun, 5 Mar 2000 01:08:43 -0800,
> Jim Mock <jim@FreeBSD.ORG> wrote:
> > -DISTNAME=	tidy30nov99
> > -PKGNAME=	tidy-0.11.99.2
> > +DISTNAME=	tidy13jan00
> > +PKGNAME=	tidy-0.01.00.1
> 
>   Doesn't it look weird to lower the version number on upgrade?  I
> guess some people may and `pkg_version' will judge 0.01.00.1 is older
> than 0.11.99.2.  I suppose `tidy-yyyymmdd' style is clearly better for
> the convenience of comparison.  Isn't it?

Yeah, now that you mention it, I tend to agree.  The updated patch is
attached.

- jim

-- 
- jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com -
- phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org -
- editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org -

--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="tidy.diff"

Index: tidy/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/tidy/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	2000/02/16 00:08:36	1.15
+++ Makefile	2000/03/05 10:27:05
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	tidy
-# Version required:	0.10.99.1
+# Version required:	20000113
 # Date created:		27 Oct 1998
 # Whom:			Abel Chow <achow@transoft.net>
 #
 # $FreeBSD: ports/www/tidy/Makefile,v 1.15 2000/02/16 00:08:36 mharo Exp $
 #
 
-DISTNAME=	tidy30nov99
-PKGNAME=	tidy-0.11.99.2
+DISTNAME=	tidy13jan00
+PKGNAME=	tidy-20000113
 CATEGORIES=	www
 MASTER_SITES=	http://www.w3.org/People/Raggett/
 EXTRACT_SUFX=	.tgz
Index: tidy/files/md5
===================================================================
RCS file: /home/ncvs/ports/www/tidy/files/md5,v
retrieving revision 1.10
diff -u -r1.10 md5
--- md5	1999/12/23 16:36:29	1.10
+++ md5	2000/03/05 10:27:05
@@ -1 +1 @@
-MD5 (tidy30nov99.tgz) = d527142aa7cb10eee1acc1c896c4e5ed
+MD5 (tidy13jan00.tgz) = 4ee20c19df8e27b0bb57d0525404075c
Index: tidy/patches/patch-ab
===================================================================
RCS file: /home/ncvs/ports/www/tidy/patches/patch-ab,v
retrieving revision 1.3
diff -u -r1.3 patch-ab
--- patch-ab	1999/11/21 01:17:43	1.3
+++ patch-ab	2000/03/05 10:27:06
@@ -1,6 +1,6 @@
---- platform.h.orig	Sat Nov 13 23:41:32 1999
-+++ platform.h	Sat Nov 13 23:42:40 1999
-@@ -17,17 +17,17 @@
+--- platform.h.orig	Sun Mar  5 00:52:19 2000
++++ platform.h	Sun Mar  5 00:53:08 2000
+@@ -17,10 +17,11 @@
    It enables tidy to find config files named ~/.tidyrc
    and ~your/.tidyrc etc if the HTML_TIDY environment
    variable is not set. Contributed by Todd Lewis.
@@ -13,10 +13,3 @@
  #include <ctype.h>
  #include <stdio.h>
  #include <setjmp.h>  /* for longjmp on error exit */
- #include <stdlib.h>
- #include <stdarg.h>  /* may need <varargs.h> for Unix V */
- #include <string.h>
--#include <malloc.h>
- #include <assert.h>
- 
- #ifdef SUPPORT_GETPWNAM

--82I3+IH0IqGh5yIs--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000305022754.A64782>