From owner-svn-ports-all@freebsd.org Fri Nov 13 19:13:55 2015 Return-Path: Delivered-To: svn-ports-all@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 A21EDA2ED24; Fri, 13 Nov 2015 19:13:55 +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 5107D1B3E; Fri, 13 Nov 2015 19:13:55 +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 tADJDsbS085382; Fri, 13 Nov 2015 19:13:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDs07085380; Fri, 13 Nov 2015 19:13:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDs07085380@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, 13 Nov 2015 19:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401548 - head/sysutils/rsnapshot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:55 -0000 Author: sunpoet Date: Fri Nov 13 19:13:54 2015 New Revision: 401548 URL: https://svnweb.freebsd.org/changeset/ports/401548 Log: - Update to 1.4.1 - While I'm here: - Add LICENSE - Add OPTIONS_DEFINE - Convert to new options target helper Changes: https://github.com/rsnapshot/rsnapshot/blob/release-1.4/ChangeLog PR: 204427 Submitted by: Ralf van Dooren (maintainer) Modified: head/sysutils/rsnapshot/Makefile head/sysutils/rsnapshot/distinfo Modified: head/sysutils/rsnapshot/Makefile ============================================================================== --- head/sysutils/rsnapshot/Makefile Fri Nov 13 19:13:50 2015 (r401547) +++ head/sysutils/rsnapshot/Makefile Fri Nov 13 19:13:54 2015 (r401548) @@ -2,17 +2,22 @@ # $FreeBSD$ PORTNAME= rsnapshot -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ MAINTAINER= ralfvd@gmail.com COMMENT= Filesystem snapshot utility based on rsync(1) +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown +OPTIONS_DEFINE= DOCS + USES= perl5 GNU_CONFIGURE= yes NO_ARCH= yes @@ -22,7 +27,7 @@ PORTDOCS= AUTHORS ChangeLog README.md post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,${LOCALBASE}/bin/pod2man,' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/rsnapshot/distinfo ============================================================================== --- head/sysutils/rsnapshot/distinfo Fri Nov 13 19:13:50 2015 (r401547) +++ head/sysutils/rsnapshot/distinfo Fri Nov 13 19:13:54 2015 (r401548) @@ -1,2 +1,2 @@ -SHA256 (rsnapshot-1.4.0.tar.gz) = 222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8 -SIZE (rsnapshot-1.4.0.tar.gz) = 488785 +SHA256 (rsnapshot-1.4.1.tar.gz) = fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8 +SIZE (rsnapshot-1.4.1.tar.gz) = 489481