Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 14:14:45 +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: r551414 - head/net/p5-File-RsyncP
Message-ID:  <202010041414.094EEjaM056645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  4 14:14:45 2020
New Revision: 551414
URL: https://svnweb.freebsd.org/changeset/ports/551414

Log:
  Update to 0.76
  
  - Add LICENSE
  - Update WWW
  
  Changes:	https://metacpan.org/changes/distribution/File-RsyncP

Modified:
  head/net/p5-File-RsyncP/Makefile
  head/net/p5-File-RsyncP/distinfo
  head/net/p5-File-RsyncP/pkg-descr

Modified: head/net/p5-File-RsyncP/Makefile
==============================================================================
--- head/net/p5-File-RsyncP/Makefile	Sun Oct  4 14:14:40 2020	(r551413)
+++ head/net/p5-File-RsyncP/Makefile	Sun Oct  4 14:14:45 2020	(r551414)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	File-RsyncP
-PORTVERSION=	0.74
+PORTVERSION=	0.76
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl Rsync client
 
-MAKE_JOBS_UNSAFE=	yes
+LICENSE=	GPLv2+
 
 USES=		perl5
 USE_PERL5=	configure
+
+MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.mk>

Modified: head/net/p5-File-RsyncP/distinfo
==============================================================================
--- head/net/p5-File-RsyncP/distinfo	Sun Oct  4 14:14:40 2020	(r551413)
+++ head/net/p5-File-RsyncP/distinfo	Sun Oct  4 14:14:45 2020	(r551414)
@@ -1,2 +1,3 @@
-SHA256 (File-RsyncP-0.74.tar.gz) = ba4df5f9b0db6c9d86a6c5cf9861cf00d17b18e77cfa028e7a9157c0015a5aa3
-SIZE (File-RsyncP-0.74.tar.gz) = 167122
+TIMESTAMP = 1601754220
+SHA256 (File-RsyncP-0.76.tar.gz) = 1b23d3d4c08b9dd3eadfc6a3f38dfd21b72669f0052e7ad18e53350ef47c9e16
+SIZE (File-RsyncP-0.76.tar.gz) = 167744

Modified: head/net/p5-File-RsyncP/pkg-descr
==============================================================================
--- head/net/p5-File-RsyncP/pkg-descr	Sun Oct  4 14:14:40 2020	(r551413)
+++ head/net/p5-File-RsyncP/pkg-descr	Sun Oct  4 14:14:45 2020	(r551414)
@@ -3,4 +3,4 @@ compatible with Rsync 2.5.5 (protocol version 26). It 
 receive files, either by running rsync on the remote machine, or
 connecting to an rsyncd daemon on the remote machine.
 
-WWW: https://metacpan.org/release/File-RsyncP
+WWW: https://metacpan.org/release/CBARRATT/File-RsyncP-0.76



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