mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
update www/tidy-devel: 030801 -> 030815
PR: 55654 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
This commit is contained in:
parent
b69d904d5c
commit
5c71a834d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87177
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME?= tidy
|
||||
PORTVERSION= 030801
|
||||
PORTVERSION= 030815
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \
|
||||
http://tidy.sourceforge.net/docs/:docs
|
||||
@ -55,9 +55,20 @@ post-patch:
|
||||
@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
|
||||
.else
|
||||
@${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC}
|
||||
(cd ${WRKSRC} \
|
||||
&& ${LIBTOOLIZE} --force --copy \
|
||||
&& ${ACLOCAL})
|
||||
.endif
|
||||
|
||||
patch-libtool:
|
||||
.if defined(WITH_SHLIB)
|
||||
@(cd ${WRKSRC} \
|
||||
&& ${LIBTOOLIZE} --force --copy \
|
||||
&& ${ACLOCAL})
|
||||
@(cd ${PATCH_WRKSRC}; \
|
||||
for file in ${LIBTOOLFILES}; do \
|
||||
${CP} $$file $$file.tmp; \
|
||||
${SED} -e "s^\$$ac_aux_dir/ltconfig^${LIBTOOL_SHAREDIR}/ltconfig${LIBTOOL_VERSION}^g" \
|
||||
-e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LIBTOOL_SHAREDIR}/ltmain.sh^g" \
|
||||
$$file.tmp > $$file; \
|
||||
done);
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tidy_src_030801.tgz) = 25a23c4adad32db81f3b9153f1863d3c
|
||||
MD5 (tidy_src_030815.tgz) = 7536335d0553a4d5371c0646eb9a4dad
|
||||
MD5 (tidy_docs_030610.tgz) = 54ab968e177bc92495fce324c18f8b52
|
||||
|
Loading…
Reference in New Issue
Block a user