From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 12:46:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16BA554F; Sun, 11 Aug 2013 12:46:56 +0000 (UTC) (envelope-from adamw@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 0464A23BE; Sun, 11 Aug 2013 12:46:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BCktYj039012; Sun, 11 Aug 2013 12:46:55 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BCkt5X039007; Sun, 11 Aug 2013 12:46:55 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201308111246.r7BCkt5X039007@svn.freebsd.org> From: Adam Weinberger Date: Sun, 11 Aug 2013 12:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324586 - head/irc/insub 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, 11 Aug 2013 12:46:56 -0000 Author: adamw Date: Sun Aug 11 12:46:55 2013 New Revision: 324586 URL: http://svnweb.freebsd.org/changeset/ports/324586 Log: Convert header, use USES, and pet portlint. Modified: head/irc/insub/Makefile head/irc/insub/pkg-descr Modified: head/irc/insub/Makefile ============================================================================== --- head/irc/insub/Makefile Sun Aug 11 12:39:50 2013 (r324585) +++ head/irc/insub/Makefile Sun Aug 11 12:46:55 2013 (r324586) @@ -1,9 +1,5 @@ -# New ports collection makefile for: insub -# Date created: 27 Dec 2003 -# Whom: Alfred Perlstein -# +# Created by: Alfred Perlstein # $FreeBSD$ -# PORTNAME= insub PORTVERSION= 15.1 @@ -16,10 +12,12 @@ COMMENT= Some scripts for expressing how RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ figlet:${PORTSDIR}/misc/figlet +USES= perl5 + NO_BUILD= YES USE_BZIP2= YES -USE_PERL5= yes +USE_PERL5= run SCRIPT= ${PORTNAME}.pl Modified: head/irc/insub/pkg-descr ============================================================================== --- head/irc/insub/pkg-descr Sun Aug 11 12:39:50 2013 (r324585) +++ head/irc/insub/pkg-descr Sun Aug 11 12:46:55 2013 (r324586) @@ -3,4 +3,4 @@ Comes with scripts for irssi. Enter "/sc within the irssi client. Or, use the handy command-line "insub" program. -WWW: https://github.com/cjones/insub +WWW: https://github.com/cjones/insub