svn commit: r452087 - head/www/tidy-html5

Thierry Thomas thierry at FreeBSD.org
Sat Oct 14 19:53:53 UTC 2017


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 at 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


More information about the svn-ports-all mailing list