From owner-svn-ports-all@FreeBSD.ORG Sun Sep 1 17:26:14 2013 Return-Path: Delivered-To: svn-ports-all@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 9AD5F79C; Sun, 1 Sep 2013 17:26:14 +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 8803529D4; Sun, 1 Sep 2013 17:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HQEOp056453; Sun, 1 Sep 2013 17:26:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HQEK4056452; Sun, 1 Sep 2013 17:26:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011726.r81HQEK4056452@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325889 - head/sysutils/netident 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.14 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: Sun, 01 Sep 2013 17:26:14 -0000 Author: az Date: Sun Sep 1 17:26:14 2013 New Revision: 325889 URL: http://svnweb.freebsd.org/changeset/ports/325889 Log: - Resolve of using USE_PERL5_RUN and USE_PERL5_BUILD together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable files - Remove an indefinite article from COMMENT line With hat: perl@ Modified: head/sysutils/netident/Makefile (contents, props changed) Modified: head/sysutils/netident/Makefile ============================================================================== --- head/sysutils/netident/Makefile Sun Sep 1 17:23:33 2013 (r325888) +++ head/sysutils/netident/Makefile Sun Sep 1 17:26:14 2013 (r325889) @@ -1,9 +1,5 @@ -# New ports collection makefile for: netident -# Date created: 11 March 2008 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= netident PORTVERSION= 0.1.0 @@ -15,13 +11,13 @@ EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= vvelox@vvelox.net -COMMENT= A tool for helping identify what network a machine is on +COMMENT= Tool for helping identify what network a machine is on RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface \ p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite -USE_PERL5_RUN= yes -USE_PERL5_BUILD=yes +USES= perl5 shebangfix +SHEBANG_FILES= *.pl NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 @@ -32,10 +28,6 @@ PLIST_DIRS= etc/netident post-extract: @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} -#nothing to configure -#do-configure: -# @${ECHO} -n - do-build: @${EXEC} pod2man --section=1 --release=${PORTVERSION} --name=${PORTNAME} --center=${PORTNAME}" user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1