From owner-svn-ports-all@FreeBSD.ORG Tue Nov 11 21:15:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38B1C543; Tue, 11 Nov 2014 21:15:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ABC4DB5; Tue, 11 Nov 2014 21:15:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sABLFa4u015462; Tue, 11 Nov 2014 21:15:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sABLFaxf015455; Tue, 11 Nov 2014 21:15:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411112115.sABLFaxf015455@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 11 Nov 2014 21:15:36 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 21:15:37 -0000 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 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