From owner-svn-ports-all@freebsd.org Mon Dec 5 23:10:11 2016 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 E1E4AC6871B; Mon, 5 Dec 2016 23:10:11 +0000 (UTC) (envelope-from bapt@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 913AD118A; Mon, 5 Dec 2016 23:10:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB5NAAqd038241; Mon, 5 Dec 2016 23:10:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB5NAAWE038239; Mon, 5 Dec 2016 23:10:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612052310.uB5NAAWE038239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 5 Dec 2016 23:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427924 - head/devel/quilt 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.23 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: Mon, 05 Dec 2016 23:10:12 -0000 Author: bapt Date: Mon Dec 5 23:10:10 2016 New Revision: 427924 URL: https://svnweb.freebsd.org/changeset/ports/427924 Log: Update to 0.65 While here reset maintainer per request User-visible changes since 0.64 are as follows: - Translation fixes - Project settings have priority - Reject binary files in patches - Fix a race condition in diff_file - Performance: Optimizations to the setup command - Performance: Optimizations to the bash completion script - Test suite: Improve the edit test case - Test suite: Make the symlink test more robust - Test suite: Test backup failure - Test suite: Test the header command with hard links - diff: Report diff failures - edit: Fix a corner case bug - mail: Fix the help text - push: Fix the synopsis - refresh: Do not remove symlinks - refresh: Break links to read-only patch files - refresh: Always preserve modification time - setup: Report failed look-ups in inspect-wrapper - quilt.el: Fix quilt-editable when patches are stored in subdirs - bash_completion: Handle spaces in file names - bash_completion: Update the list of commands - bash_completion: Add new command options - bash_completion: Fix handling of mail, new, push options - guards: Simplify the help text - guards: Include the file name also in the "Not found" case - guards: Add support for an external filelist in --check mode - guards: Report which config file has problem in --check mode - guards: Documentation update - guards: Clarify a user message PR: 214498 Submitted by: Jochen Neumeister Modified: head/devel/quilt/Makefile head/devel/quilt/distinfo Modified: head/devel/quilt/Makefile ============================================================================== --- head/devel/quilt/Makefile Mon Dec 5 21:35:38 2016 (r427923) +++ head/devel/quilt/Makefile Mon Dec 5 23:10:10 2016 (r427924) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= quilt -PORTVERSION= 0.64 +PORTVERSION= 0.65 CATEGORIES= devel MASTER_SITES= SAVANNAH -MAINTAINER= doj@cubic.org +MAINTAINER= ports@FreeBSD.org COMMENT= Collection of bash scripts to ease working with patch files LICENSE= GPLv2 Modified: head/devel/quilt/distinfo ============================================================================== --- head/devel/quilt/distinfo Mon Dec 5 21:35:38 2016 (r427923) +++ head/devel/quilt/distinfo Mon Dec 5 23:10:10 2016 (r427924) @@ -1,2 +1,3 @@ -SHA256 (quilt-0.64.tar.gz) = c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd -SIZE (quilt-0.64.tar.gz) = 407845 +TIMESTAMP = 1480979279 +SHA256 (quilt-0.65.tar.gz) = f6cbc788e5cbbb381a3c6eab5b9efce67c776a8662a7795c7432fd27aa096819 +SIZE (quilt-0.65.tar.gz) = 410780