Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2013 12:46:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324586 - head/irc/insub
Message-ID:  <201308111246.r7BCkt5X039007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <alfred@freebsd.org>
-#
+# Created by: Alfred Perlstein <alfred@freebsd.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308111246.r7BCkt5X039007>