From owner-svn-ports-head@freebsd.org Tue Sep 8 08:02:03 2015 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 20D139CD1B4; Tue, 8 Sep 2015 08:02:03 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 EC6C013AC; Tue, 8 Sep 2015 08:02:02 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88822gT065778; Tue, 8 Sep 2015 08:02:02 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88822YA065775; Tue, 8 Sep 2015 08:02:02 GMT (envelope-from az@FreeBSD.org) Message-Id: <201509080802.t88822YA065775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Tue, 8 Sep 2015 08:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396356 - head/sysutils/p5-Rex X-SVN-Group: ports-head 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.20 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: Tue, 08 Sep 2015 08:02:03 -0000 Author: az Date: Tue Sep 8 08:02:01 2015 New Revision: 396356 URL: https://svnweb.freebsd.org/changeset/ports/396356 Log: update to 1.3.3 PR: 202945 Submitted by: timp87 Modified: head/sysutils/p5-Rex/Makefile head/sysutils/p5-Rex/distinfo head/sysutils/p5-Rex/pkg-plist Modified: head/sysutils/p5-Rex/Makefile ============================================================================== --- head/sysutils/p5-Rex/Makefile Tue Sep 8 07:10:06 2015 (r396355) +++ head/sysutils/p5-Rex/Makefile Tue Sep 8 08:02:01 2015 (r396356) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= Rex -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.3 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JFRIED +MASTER_SITE_SUBDIR= CPAN:FERKI PKGNAMEPREFIX= p5- MAINTAINER= az@FreeBSD.org @@ -30,7 +30,6 @@ BUILD_DEPENDS= \ p5-Expect>=0:${PORTSDIR}/lang/p5-Expect \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ - p5-String-Escape>=0:${PORTSDIR}/textproc/p5-String-Escape \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 \ p5-Net-OpenSSH>=0:${PORTSDIR}/net/p5-Net-OpenSSH \ Modified: head/sysutils/p5-Rex/distinfo ============================================================================== --- head/sysutils/p5-Rex/distinfo Tue Sep 8 07:10:06 2015 (r396355) +++ head/sysutils/p5-Rex/distinfo Tue Sep 8 08:02:01 2015 (r396356) @@ -1,2 +1,2 @@ -SHA256 (Rex-1.2.1.tar.gz) = 540baae8a78b4f975ff16fd10aabb0811e0cb134878e603b549db090464e6ff9 -SIZE (Rex-1.2.1.tar.gz) = 267844 +SHA256 (Rex-1.3.3.tar.gz) = 111e80515fc3c1846668aa4ff0731443a58f3e74d78063dfc61fea96ca49cde6 +SIZE (Rex-1.3.3.tar.gz) = 274725 Modified: head/sysutils/p5-Rex/pkg-plist ============================================================================== --- head/sysutils/p5-Rex/pkg-plist Tue Sep 8 07:10:06 2015 (r396355) +++ head/sysutils/p5-Rex/pkg-plist Tue Sep 8 08:02:01 2015 (r396356) @@ -159,6 +159,10 @@ bin/rexify %%SITE_PERL%%/Rex/Helper/Misc.pm %%SITE_PERL%%/Rex/Helper/UserAgent.pm %%SITE_PERL%%/Rex/Helper/URI.pm +%%SITE_PERL%%/Rex/Helper/File/Spec.pm +%%SITE_PERL%%/Rex/Helper/File/Stat.pm +%%SITE_PERL%%/Rex/Helper/File/Stat/Unix.pm +%%SITE_PERL%%/Rex/Helper/File/Stat/Win32.pm %%SITE_PERL%%/Rex/Hook.pm %%SITE_PERL%%/Rex/Require.pm %%SITE_PERL%%/Rex/Interface/Cache.pm @@ -270,6 +274,7 @@ bin/rexify %%SITE_PERL%%/Rex/Service/ALT/systemd.pm %%SITE_PERL%%/Rex/Service/Base.pm %%SITE_PERL%%/Rex/Service/Debian.pm +%%SITE_PERL%%/Rex/Service/Debian/systemd.pm %%SITE_PERL%%/Rex/Service/FreeBSD.pm %%SITE_PERL%%/Rex/Service/Gentoo.pm %%SITE_PERL%%/Rex/Service/Gentoo/systemd.pm