Subject: CVS commit: pkgsrc/devel/ArX2
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 05/10/2005 07:23:25
Module Name:	pkgsrc
Committed By:	recht
Date:		Tue May 10 07:23:25 UTC 2005

Modified Files:
	pkgsrc/devel/ArX2: Makefile distinfo
	pkgsrc/devel/ArX2/patches: patch-aa
Added Files:
	pkgsrc/devel/ArX2/patches: patch-ab patch-ac

Log Message:
update to ArX 2.2.2

Removed the dependency on gpg since crypto support can also
be enabled afterwards.

changes:

"tag" has been enhanced so that you can tag the latest revision of a
particular branch (floating tags), instead of just one particular
revision.

"merge" now has a --recursive option.

"fork" has been simplified and works in-place by default.

"export" no longer appends the revision number to the destination if
the destination is specified.

Some bugs in plain old http support have been fixed.  In addition,
"update-listing" works differently.  You can use update-listing to
either add or remove a special marker in an archive.  If that marker
is in the archive, then ArX will automatically maintain all of the
.listing files in that archive.

In "diff", --output now implies --keep-patch-dir.

A subtle off-by-one bug in the xdelta implementation has been fixed
(thanks to Daniel Berlin).

The manual has seen a number of improvements.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/ArX2/Makefile \
    pkgsrc/devel/ArX2/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/ArX2/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/devel/ArX2/patches/patch-ab \
    pkgsrc/devel/ArX2/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.