Bug 48693 - www/tidy-devel: upgrading to 030225.
Summary: www/tidy-devel: upgrading to 030225.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-26 06:50 UTC by Thierry Thomas
Modified: 2003-02-27 18:07 UTC (History)
0 users

See Also:


Attachments
file.diff (1.42 KB, patch)
2003-02-26 06:50 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2003-02-26 06:50:09 UTC
	Upgrading tidy-devel to 030225.

Fix: Remark: files/patch-build_gnuauto_src_Makefile.am has been
		removed (now included in the main code).

	Please apply the following patch.

How-To-Repeat: 	N/A.
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-27 07:01:23 UTC
Oops, checksum failed for me.

leeym@utopia:[W3]~/cvs/ports/www/tidy-devel> make checksum
>> tidy_src_030225.tgz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://tidy.sourceforge.net/src/./.
Receiving tidy_src_030225.tgz (204970 bytes): 100%
204970 bytes transferred in 2.1 seconds (94.60 kBps)
>> tidy_docs_030216.tgz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://tidy.sourceforge.net/docs/.
Receiving tidy_docs_030216.tgz (149755 bytes): 100%
149755 bytes transferred in 1.8 seconds (82.25 kBps)
>> Checksum mismatch for tidy_src_030225.tgz.
>> Checksum OK for tidy_docs_030216.tgz.
Make sure the Makefile and distinfo file (/home/leeym/cvs/ports/www/tidy-devel/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /home/leeym/cvs/ports/www/tidy-devel.
leeym@utopia:[W3]~/cvs/ports/www/tidy-devel> cd /usr/ports/distfiles/
leeym@utopia:[W3]/usr/ports/distfiles> md5 tidy_src_030225.tgz
MD5 (tidy_src_030225.tgz) = d6f38fc7b675df46180d02d0251c089e

-- 
Yen-Ming Lee [§õ«Û©ú] KeyID: 0x5EB52E51 : www.leeym.com : Taipei, Taiwan
leeym@{ leeym.com, FreeBSD.org, yahoo-inc.com, ntu.edu.tw, civil.ncku.edu.tw }
Comment 2 Thierry Thomas 2003-02-27 17:42:31 UTC
Le Jeu 27 fév 03 à  8:01:23 +0100, Yen-Ming Lee <leeym@FreeBSD.org>
 écrivait :
> Oops, checksum failed for me.

Strange, the tarball has been re-rolled the same day. FYI, you can find
the diff against these two tarballs at
<http://pompo.net/ports/tidy-devel/tidy-src.diff>.

Here is the new patch:


diff -urN www/tidy-devel.orig/Makefile www/tidy-devel/Makefile
--- www/tidy-devel.orig/Makefile	Mon Feb 24 19:07:05 2003
+++ www/tidy-devel/Makefile	Tue Feb 25 18:28:22 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	tidy
-PORTVERSION=	030220
+PORTVERSION=	030225
 CATEGORIES=	www
 MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
 		http://tidy.sourceforge.net/docs/:docs
diff -urN www/tidy-devel.orig/distinfo www/tidy-devel/distinfo
--- www/tidy-devel.orig/distinfo	Mon Feb 24 19:07:05 2003
+++ www/tidy-devel/distinfo	Thu Feb 27 15:48:43 2003
@@ -1,2 +1,2 @@
-MD5 (tidy_src_030220.tgz) = 1386d1a54e4429d4ddbb5a8bb01b5bc7
+MD5 (tidy_src_030225.tgz) = d6f38fc7b675df46180d02d0251c089e
 MD5 (tidy_docs_030216.tgz) = b832e6a78836bf31b3eadca3d5301106
diff -urN www/tidy-devel.orig/files/patch-build_gnuauto_src_Makefile.am www/tidy-devel/files/patch-build_gnuauto_src_Makefile.am
--- www/tidy-devel.orig/files/patch-build_gnuauto_src_Makefile.am	Thu Feb 20 23:13:50 2003
+++ www/tidy-devel/files/patch-build_gnuauto_src_Makefile.am	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- build/gnuauto/src/Makefile.am.orig	Sun Feb 16 20:33:04 2003
-+++ build/gnuauto/src/Makefile.am	Thu Feb 20 23:13:11 2003
-@@ -68,7 +68,7 @@
- 	tidylib.c
- 
- libtidy_la_LDFLAGS = \
--	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_LITE_AGE) \
-+	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- 	-release $(LT_RELEASE) -no-undefined -export-dynamic
- 
- HFILES = \


Regards,
-- 
Th. Thomas.
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-27 18:07:40 UTC
State Changed
From-To: open->closed

Committed, thanks.