From owner-svn-ports-head@FreeBSD.ORG Sat Jul 27 17:05:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0EEC8C1D; Sat, 27 Jul 2013 17:05:17 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4F812CB9; Sat, 27 Jul 2013 17:05:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6RH5GbQ056219; Sat, 27 Jul 2013 17:05:16 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6RH5GFZ056215; Sat, 27 Jul 2013 17:05:16 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201307271705.r6RH5GFZ056215@svn.freebsd.org> From: Andrej Zverev Date: Sat, 27 Jul 2013 17:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323797 - in head: textproc/p5-RDF-Notation3 www/bkmrkconv x11-fonts/mkitalic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 17:05:17 -0000 Author: az Date: Sat Jul 27 17:05:15 2013 New Revision: 323797 URL: http://svnweb.freebsd.org/changeset/ports/323797 Log: - switch simple inline replacement from perl to sed and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Modified: head/textproc/p5-RDF-Notation3/Makefile (contents, props changed) head/www/bkmrkconv/Makefile (contents, props changed) head/x11-fonts/mkitalic/Makefile (contents, props changed) Modified: head/textproc/p5-RDF-Notation3/Makefile ============================================================================== --- head/textproc/p5-RDF-Notation3/Makefile Sat Jul 27 16:45:26 2013 (r323796) +++ head/textproc/p5-RDF-Notation3/Makefile Sat Jul 27 17:05:15 2013 (r323797) @@ -1,9 +1,5 @@ -# New ports collection makefile for: RDF::Notation3 -# Date created: 21 Nov 2001 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= RDF-Notation3 PORTVERSION= 0.91 @@ -32,7 +28,7 @@ MAN3= RDF::Notation3.3 RDF::Notation3:: post-patch: @${FIND} ${WRKSRC} -name "*.pm" | \ - ${XARGS} ${PERL} -pi -e 's!^require 5.005_62;!!' + ${XARGS} ${REINPLACE_CMD} -i '' -e 's!^require 5.005_62;!!' ${MV} ${WRKSRC}/doc/*.pod ${WRKSRC}/lib/RDF .include Modified: head/www/bkmrkconv/Makefile ============================================================================== --- head/www/bkmrkconv/Makefile Sat Jul 27 16:45:26 2013 (r323796) +++ head/www/bkmrkconv/Makefile Sat Jul 27 17:05:15 2013 (r323797) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bkmrkconv -# Date created: 18 Dec 1999 -# Whom: Will Andrews -# +# Created by: Will Andrews # $FreeBSD$ -# PORTNAME= bkmrkconv PORTVERSION= 1.12 @@ -17,7 +13,7 @@ USE_PERL5= yes NO_BUILD= yes post-patch: - @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \ 's|/usr/bin/perl|${PERL}|g ; \ s|%%PREFIX%%|${PREFIX}|g' Modified: head/x11-fonts/mkitalic/Makefile ============================================================================== --- head/x11-fonts/mkitalic/Makefile Sat Jul 27 16:45:26 2013 (r323796) +++ head/x11-fonts/mkitalic/Makefile Sat Jul 27 17:05:15 2013 (r323797) @@ -20,9 +20,8 @@ EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= > ${WRKSRC}/mkitalic NO_WRKSUBDIR= yes USE_BZIP2= yes - -do-build: - ${PERL} -pi.orig -e 's|^#!/usr/bin/perl|#! ${PERL}|' ${WRKSRC}/mkitalic +USES= shebangfix +SHEBANG_FILES= mkitalic do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mkitalic ${PREFIX}/bin