From owner-svn-ports-head@freebsd.org Tue Apr 5 08:00:23 2016 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 17699B0308A; Tue, 5 Apr 2016 08:00:23 +0000 (UTC) (envelope-from matthew@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 D896918F2; Tue, 5 Apr 2016 08:00:22 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3580MRd009820; Tue, 5 Apr 2016 08:00:22 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3580LiX009818; Tue, 5 Apr 2016 08:00:21 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201604050800.u3580LiX009818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 5 Apr 2016 08:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412549 - head/databases/pgbarman 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.21 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, 05 Apr 2016 08:00:23 -0000 Author: matthew Date: Tue Apr 5 08:00:21 2016 New Revision: 412549 URL: https://svnweb.freebsd.org/changeset/ports/412549 Log: Upstream has reworked and renamed their downloadable documentation PR: 208521 Submitted by: fbsd98816551@avksrv.org Modified: head/databases/pgbarman/Makefile head/databases/pgbarman/distinfo Modified: head/databases/pgbarman/Makefile ============================================================================== --- head/databases/pgbarman/Makefile Tue Apr 5 07:21:31 2016 (r412548) +++ head/databases/pgbarman/Makefile Tue Apr 5 08:00:21 2016 (r412549) @@ -3,10 +3,11 @@ PORTNAME= barman DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= pg -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} barman-tutorial.en.pdf +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tutorial.pdf EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= matthew@FreeBSD.org @@ -29,7 +30,7 @@ USES= pgsql python WANT_PGSQL= client USE_PYTHON= autoplist distutils -PORTDOCS= barman-tutorial.en.pdf +PORTDOCS= tutorial.pdf post-extract: ${CP} ${DISTDIR}/${PORTDOCS} ${WRKDIR}/ Modified: head/databases/pgbarman/distinfo ============================================================================== --- head/databases/pgbarman/distinfo Tue Apr 5 07:21:31 2016 (r412548) +++ head/databases/pgbarman/distinfo Tue Apr 5 08:00:21 2016 (r412549) @@ -1,4 +1,4 @@ SHA256 (barman-1.6.0.tar.gz) = 771957451fafef93f64d7ce08f43530b86f52fb31451ecc180a40856c707bc76 SIZE (barman-1.6.0.tar.gz) = 157048 -SHA256 (barman-tutorial.en.pdf) = 86464ce9e987897a54386e24abd8a0741db36a34f7025978f7b03d21d664c5c5 -SIZE (barman-tutorial.en.pdf) = 280146 +SHA256 (tutorial.pdf) = 21acf6152b959c55b996fb6479c722d3f416eac3384479498a25911a3912a158 +SIZE (tutorial.pdf) = 349394