pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/quilt Update to 0.64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52de52d2c338
branches:  trunk
changeset: 648956:52de52d2c338
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Mar 25 12:45:02 2015 +0000

description:
Update to 0.64

Changelog:
Version 0.64 (Mon Feb 09 2015)
  - Check for series file consistency
  - Performance: Several optimizations
  - Test suite: Several fixes and coverage improvements
  - Test suite: Run the tests in predictable order
  - files: Add support for unapplied patches
  - graph: Check for graphviz availability
  - mail: Remove procmail dependency
  - mail: Don't include the release number in User-Agent
  - pop: Add --refresh option
  - push: Add --refresh option
  - push: Do not use interactive mode with -f
  - setup: Skip version check
  - setup: Check for rpmbuild availability
  - setup: Handle long options passed to tar
  - setup: Several cleanups and minor fixes
  - setup: Major performance optimizations
  - setup: Fix path to extra patches in series file
  - setup: Trace calls earlier
  - setup: Add --fast option
  - setup: Fix link creation
  - quilt.el: Fix tramp support
  - quilt.el: Fix patch select completion

Version 0.63 (Sun May 25 2014)
  - New NEWS file, containing a human-readable changelog
  - Option -E is no longer passed to patch by default
  - Huge performance improvement (e.g., for commands series, applied and
    unapplied)
  - configure: Add compat symlinks for md5sum
  - Return 2 when there is nothing to do, contrasting with errors (ret=1)
  - Exit with an error when diff's retcode=2 (error) on patch refresh
  - bash_completion: cleanups and performance improvement (Savannah's #27111)
  - test/run: Use perl module Text::ParseWords (+ performance improvement)
  - Add some tests to our testsuite, for a better coverage
  - Fix heuristic for unapplied patches with timestamps
  - Bug fix: Patches emptying files should work now
  - Bug fix: Check for duplicate patch in series (Savannah's #20628)
  - Portability fixes for older Bash and GNU patch

Version 0.62 (Wed May 07 2014)
  - Was a buggy release, with an incomplete tarfile

diffstat:

 devel/quilt/Makefile |  5 ++---
 devel/quilt/PLIST    |  6 +++---
 devel/quilt/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (59 lines):

diff -r 3d18d9210694 -r 52de52d2c338 devel/quilt/Makefile
--- a/devel/quilt/Makefile      Wed Mar 25 10:07:41 2015 +0000
+++ b/devel/quilt/Makefile      Wed Mar 25 12:45:02 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2014/05/29 23:36:29 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/03/25 12:45:02 ryoon Exp $
 #
 
-DISTNAME=      quilt-0.61
-PKGREVISION=   1
+DISTNAME=      quilt-0.64
 CATEGORIES=    devel scm
 MASTER_SITES=  http://download.savannah.gnu.org/releases/quilt/
 
diff -r 3d18d9210694 -r 52de52d2c338 devel/quilt/PLIST
--- a/devel/quilt/PLIST Wed Mar 25 10:07:41 2015 +0000
+++ b/devel/quilt/PLIST Wed Mar 25 12:45:02 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2013/12/30 04:21:58 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/03/25 12:45:02 ryoon Exp $
 bin/guards
 bin/quilt
 man/man1/guards.1
@@ -19,6 +19,7 @@
 share/quilt/compat/cp
 share/quilt/compat/date
 share/quilt/compat/getopt
+share/quilt/compat/md5sum
 share/quilt/compat/patch
 share/quilt/compat/sed
 share/quilt/compat/sendmail
@@ -46,7 +47,7 @@
 share/quilt/scripts/backup-files
 share/quilt/scripts/dependency-graph
 share/quilt/scripts/edmail
-share/quilt/scripts/inspect
+share/quilt/scripts/inspect-wrapper
 share/quilt/scripts/patchfns
 share/quilt/scripts/remove-trailing-ws
 share/quilt/scripts/utilfns
@@ -56,4 +57,3 @@
 share/quilt/top
 share/quilt/unapplied
 share/quilt/upgrade
-share/quilt/wrapper/patch
diff -r 3d18d9210694 -r 52de52d2c338 devel/quilt/distinfo
--- a/devel/quilt/distinfo      Wed Mar 25 10:07:41 2015 +0000
+++ b/devel/quilt/distinfo      Wed Mar 25 12:45:02 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2013/12/30 04:21:58 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2015/03/25 12:45:02 ryoon Exp $
 
-SHA1 (quilt-0.61.tar.gz) = 609f9a5f759e56898905c10607b998d81ddd89a0
-RMD160 (quilt-0.61.tar.gz) = c1ef1326c0c9c98dab756a6e4759200daecbe0d3
-Size (quilt-0.61.tar.gz) = 450552 bytes
+SHA1 (quilt-0.64.tar.gz) = 06eb2eda331c37e28b6172e6d22cd9fcf0ad56ea
+RMD160 (quilt-0.64.tar.gz) = 31787e95b7742c534ced9b23ecbb4e723704c29d
+Size (quilt-0.64.tar.gz) = 407845 bytes
 SHA1 (patch-aa) = 48abaee6f49469f64ee8b85827c84da28a7dac96



Home | Main Index | Thread Index | Old Index