svn commit: r396356 - head/sysutils/p5-Rex

Andrej Zverev az at FreeBSD.org
Tue Sep 8 08:02:03 UTC 2015


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


More information about the svn-ports-head mailing list