svn commit: r324586 - head/irc/insub

Adam Weinberger adamw at FreeBSD.org
Sun Aug 11 12:46:56 UTC 2013


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 at freebsd.org>
-#
+# Created by: Alfred Perlstein <alfred at 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


More information about the svn-ports-all mailing list