Date: Sat, 14 Oct 2017 19:53:52 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452087 - head/www/tidy-html5 Message-ID: <201710141953.v9EJrqIT081623@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sat Oct 14 19:53:52 2017 New Revision: 452087 URL: https://svnweb.freebsd.org/changeset/ports/452087 Log: Avoid conflict with www/tidy-devel. Reported by: FreeBSD Ports Conflicts Scanner Modified: head/www/tidy-html5/Makefile head/www/tidy-html5/pkg-plist Modified: head/www/tidy-html5/Makefile ============================================================================== --- head/www/tidy-html5/Makefile Sat Oct 14 19:53:45 2017 (r452086) +++ head/www/tidy-html5/Makefile Sat Oct 14 19:53:52 2017 (r452087) @@ -3,6 +3,7 @@ PORTNAME= tidy-html5 PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org @@ -27,5 +28,6 @@ post-install: # To avoid conflict ATM - to be removed later ${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5 ${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so + ${MV} ${STAGEDIR}${MANPREFIX}/man/man1/tidy.1 ${STAGEDIR}${MANPREFIX}/man/man1/tidy5.1 .include <bsd.port.mk> Modified: head/www/tidy-html5/pkg-plist ============================================================================== --- head/www/tidy-html5/pkg-plist Sat Oct 14 19:53:45 2017 (r452086) +++ head/www/tidy-html5/pkg-plist Sat Oct 14 19:53:52 2017 (r452087) @@ -7,4 +7,4 @@ lib/libtidy5.so lib/libtidy.so.5 lib/libtidy.so.%%VER%% lib/libtidys.a -man/man1/tidy.1.gz +man/man1/tidy5.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710141953.v9EJrqIT081623>