Date: Tue, 11 Nov 2014 21:15:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372465 - in head/japanese/another-htmllint: . files Message-ID: <201411112115.sABLFaxf015455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Nov 11 21:15:35 2014 New Revision: 372465 URL: https://svnweb.freebsd.org/changeset/ports/372465 QAT: https://qat.redports.org/buildarchive/r372465/ Log: - Fix shebangs - Cleanup plist Modified: head/japanese/another-htmllint/Makefile head/japanese/another-htmllint/files/htmllint head/japanese/another-htmllint/files/patch-htmllint.cgi head/japanese/another-htmllint/pkg-plist Modified: head/japanese/another-htmllint/Makefile ============================================================================== --- head/japanese/another-htmllint/Makefile Tue Nov 11 21:07:12 2014 (r372464) +++ head/japanese/another-htmllint/Makefile Tue Nov 11 21:15:35 2014 (r372465) @@ -2,6 +2,7 @@ PORTNAME= another-htmllint PORTVERSION= 20060601 +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= http://dist.bsdlab.org/ @@ -19,7 +20,7 @@ DIR= ${STAGEDIR}${PREFIX}/share/htmllin PM= htmllint.pm RFC2396.pm htmllint.env RULE= *.rul HTML= *.cgi *.html *.gif *.css -SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@' +SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@ ; s@%PERL%@${PERL}@' # Please set this! HTMLLINT_ADMIN?= kuriyama@FreeBSD.org @@ -42,7 +43,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${DIR} cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${DIR}/rule -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> Modified: head/japanese/another-htmllint/files/htmllint ============================================================================== --- head/japanese/another-htmllint/files/htmllint Tue Nov 11 21:07:12 2014 (r372464) +++ head/japanese/another-htmllint/files/htmllint Tue Nov 11 21:15:35 2014 (r372465) @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!%PERL% # # $Id$ # Modified: head/japanese/another-htmllint/files/patch-htmllint.cgi ============================================================================== --- head/japanese/another-htmllint/files/patch-htmllint.cgi Tue Nov 11 21:07:12 2014 (r372464) +++ head/japanese/another-htmllint/files/patch-htmllint.cgi Tue Nov 11 21:15:35 2014 (r372465) @@ -2,7 +2,7 @@ +++ htmllint.cgi Fri Sep 29 14:41:55 2000 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -+#!/usr/bin/perl ++#!%PERL% # CGI script for Another HTML-lint gateway ################### Modified: head/japanese/another-htmllint/pkg-plist ============================================================================== --- head/japanese/another-htmllint/pkg-plist Tue Nov 11 21:07:12 2014 (r372464) +++ head/japanese/another-htmllint/pkg-plist Tue Nov 11 21:15:35 2014 (r372465) @@ -79,6 +79,3 @@ share/htmllint/html/htmllint.css share/htmllint/html/htmllint2.css share/htmllint/html/tagslist.cgi share/htmllint/htmllint.env -@dirrm share/htmllint/rule -@dirrm share/htmllint/html -@dirrm share/htmllint
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411112115.sABLFaxf015455>