svn commit: r444806 - head/sysutils/p5-Log-Syslog-Fast

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 22:15:00 UTC 2017


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 at 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


More information about the svn-ports-all mailing list