Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 23:10:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427924 - head/devel/quilt
Message-ID:  <201612052310.uB5NAAWE038239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <joneum@bsdproject.de>

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



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