Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 22:14:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444806 - head/sysutils/p5-Log-Syslog-Fast
Message-ID:  <201706302214.v5UMEwBW049678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 30 22:14:58 2017
New Revision: 444806
URL: https://svnweb.freebsd.org/changeset/ports/444806

Log:
  Remove Perl core modules
  
  - While I'm here, add LICENSE
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/sysutils/p5-Log-Syslog-Fast/Makefile

Modified: head/sysutils/p5-Log-Syslog-Fast/Makefile
==============================================================================
--- head/sysutils/p5-Log-Syslog-Fast/Makefile	Fri Jun 30 22:14:53 2017	(r444805)
+++ head/sysutils/p5-Log-Syslog-Fast/Makefile	Fri Jun 30 22:14:58 2017	(r444806)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Log-Syslog-Fast
 PORTVERSION=	0.65
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,10 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	matthew@FreeBSD.org
 COMMENT=	Send syslog messages over TCP, UDP, or UNIX sockets
 
-RUN_DEPENDS=	p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \
-		p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
-BUILD_DEPENDS=	p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \
-		p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



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