View | Details | Raw Unified | Return to bug 48693
Collapse All | Expand All

(-)www/tidy-devel/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	tidy
8
PORTNAME?=	tidy
9
PORTVERSION=	030220
9
PORTVERSION=	030225
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
11
MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
12
		http://tidy.sourceforge.net/docs/:docs
12
		http://tidy.sourceforge.net/docs/:docs
(-)www/tidy-devel/distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (tidy_src_030220.tgz) = 1386d1a54e4429d4ddbb5a8bb01b5bc7
1
MD5 (tidy_src_030225.tgz) = 0e6f3393c795759a82b39e3dd1261c4c
2
MD5 (tidy_docs_030216.tgz) = b832e6a78836bf31b3eadca3d5301106
2
MD5 (tidy_docs_030216.tgz) = b832e6a78836bf31b3eadca3d5301106
(-)www/tidy-devel/files/patch-build_gnuauto_src_Makefile.am (-11 lines)
Lines 1-11 Link Here
1
--- build/gnuauto/src/Makefile.am.orig	Sun Feb 16 20:33:04 2003
2
+++ build/gnuauto/src/Makefile.am	Thu Feb 20 23:13:11 2003
3
@@ -68,7 +68,7 @@
4
 	tidylib.c
5
 
6
 libtidy_la_LDFLAGS = \
7
-	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_LITE_AGE) \
8
+	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
9
 	-release $(LT_RELEASE) -no-undefined -export-dynamic
10
 
11
 HFILES = \

Return to bug 48693