From owner-svn-ports-head@FreeBSD.ORG Wed Dec 17 12:04:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FECF2BC; Wed, 17 Dec 2014 12:04:47 +0000 (UTC) Received: from svn.freebsd.org (svn.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 028C5F71; Wed, 17 Dec 2014 12:04:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBHC4kEH045217; Wed, 17 Dec 2014 12:04:46 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBHC4kP2045211; Wed, 17 Dec 2014 12:04:46 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201412171204.sBHC4kP2045211@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 17 Dec 2014 12:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374842 - in head/sysutils/rsnapshot: . files 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.18-1 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: Wed, 17 Dec 2014 12:04:47 -0000 Author: xmj Date: Wed Dec 17 12:04:45 2014 New Revision: 374842 URL: https://svnweb.freebsd.org/changeset/ports/374842 QAT: https://qat.redports.org/buildarchive/r374842/ Log: sysutils/rsnapshot: unbreak with Perl 5.18 - Backport an upstreamed patch which unbreaks rsnapshot with Perl >= 5.18. - Bump PORTREVISION PR: 195446 Differential Revision: https://reviews.freebsd.org/D1324 Submitted by: David O'Rourke Approved by: remko (maintainer) Approved by: koobs (mentor) Added: head/sysutils/rsnapshot/files/ head/sysutils/rsnapshot/files/patch-rsnapshot-program.pl (contents, props changed) Modified: head/sysutils/rsnapshot/Makefile Modified: head/sysutils/rsnapshot/Makefile ============================================================================== --- head/sysutils/rsnapshot/Makefile Wed Dec 17 12:02:58 2014 (r374841) +++ head/sysutils/rsnapshot/Makefile Wed Dec 17 12:04:45 2014 (r374842) @@ -3,7 +3,7 @@ PORTNAME= rsnapshot PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ @@ -27,10 +27,4 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.include - -.if ${PERL_VER} >= 5.18 -BROKEN= Does not build with Perl 5.18 or above -.endif - -.include +.include Added: head/sysutils/rsnapshot/files/patch-rsnapshot-program.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rsnapshot/files/patch-rsnapshot-program.pl Wed Dec 17 12:04:45 2014 (r374842) @@ -0,0 +1,14 @@ +# Description: rsnapshot doesn't build with perl >= 5.18 pod2man otherwise +# Issue ID: https://github.com/DrHyde/rsnapshot/issues/8 +# +--- rsnapshot-program.pl.orig 2014-12-07 09:17:47 UTC ++++ rsnapshot-program.pl +@@ -6716,6 +6716,8 @@ Putting it all together (an example file + + =back + ++=back ++ + =head1 USAGE + + B can be used by any user, but for system-wide backups