svn commit: r385579 - head/irc/sirc

Wen Heping wen at FreeBSD.org
Thu May 7 00:34:43 UTC 2015


Author: wen
Date: Thu May  7 00:34:42 2015
New Revision: 385579
URL: https://svnweb.freebsd.org/changeset/ports/385579

Log:
  - Add missing DEPENDS
  
  PR:		198782
  Submitted by:	hasandiwan at gmail.com

Modified:
  head/irc/sirc/Makefile

Modified: head/irc/sirc/Makefile
==============================================================================
--- head/irc/sirc/Makefile	Wed May  6 23:05:08 2015	(r385578)
+++ head/irc/sirc/Makefile	Thu May  7 00:34:42 2015	(r385579)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sirc
 PORTVERSION=	2.211
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc ipv6
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME} \
 		http://www.iagora.com/~espel/sirc/ \
@@ -15,6 +15,8 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small (150k), fast, perl-based IRC client
 
+RUN_DEPENDS=	p5-Perl4-CoreLibs>=0:${PORTSDIR}/devel/p5-Perl4-CoreLibs
+
 USES=		perl5
 
 OPTIONS_DEFINE=	DOCS IPV6 SIRC_SCRIPTS SOCKS


More information about the svn-ports-all mailing list