From owner-svn-ports-head@freebsd.org Fri Jun 30 22:15:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1068ED9C2BC; Fri, 30 Jun 2017 22:15:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9CD17FB55; Fri, 30 Jun 2017 22:14:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5UMEwoM049679; Fri, 30 Jun 2017 22:14:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UMEwBW049678; Fri, 30 Jun 2017 22:14:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706302214.v5UMEwBW049678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Jun 2017 22:14:58 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/p5-Log-Syslog-Fast X-SVN-Commit-Revision: 444806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 22:15:00 -0000 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