<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkgdiff/Makefile, branch pkgsrc_2011Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-08-23T21:47:18Z</updated>
<entry>
<title>Updated pkgtools/pkgdiff to 1.3</title>
<updated>2011-08-23T21:47:18Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2011-08-23T21:47:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=656421b3f9c09d0077b04267b81b852dcf306780'/>
<id>urn:sha1:656421b3f9c09d0077b04267b81b852dcf306780</id>
<content type='text'>
1.3: Handle whitespace in filenames a little better in pkgvi

plus: a light sprinkle of pkglint
</content>
</entry>
<entry>
<title>Add -w flag to mkpatches(1), which makes it look in WRKDIR instead of</title>
<updated>2011-06-26T12:11:39Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-06-26T12:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=274985124c55e0b5d8a2277cbc3679cd96737a18'/>
<id>urn:sha1:274985124c55e0b5d8a2277cbc3679cd96737a18</id>
<content type='text'>
WRKSRC. Needed for some ruby packages, requested by taca@

Bump version to 1.2.
</content>
</entry>
<entry>
<title>Add "-D"/"-d dir" options to mkpatches and patchdiff.</title>
<updated>2011-03-04T15:57:07Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-03-04T15:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df739fbd7189ec7416198781b939dc2da400534f'/>
<id>urn:sha1:df739fbd7189ec7416198781b939dc2da400534f</id>
<content type='text'>
-D provides the previous behaviour of creating patches in $WRKDIR/.newpatches
-d dir specifies the directory where the patches will be created.

Requested by Aleksey Cheusov for read-only pkgsrc checkouts.

Fix minor bugs while here.

Bump version.
</content>
</entry>
<entry>
<title>Set LICENSE.</title>
<updated>2011-02-02T23:35:51Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-02-02T23:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f5f5ddd036b29223012e690bfe6275e47b4e95b3'/>
<id>urn:sha1:f5f5ddd036b29223012e690bfe6275e47b4e95b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 1.0.</title>
<updated>2011-02-02T10:23:02Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-02-02T10:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22d73b87b71ada193b7706f172106d434c3b9aaf'/>
<id>urn:sha1:22d73b87b71ada193b7706f172106d434c3b9aaf</id>
<content type='text'>
Smarter pkgdiff, doesn't create chunks that are added automatically
by the pkgsrc infrastructure (configure:exit instead of regenerate,
Makefile: localedir).

mkpatches: patch file names now contain the path to the file and its name
per discussion on tech-pkg June 2010.
Also, the files are created directly in the patches/ directory; backups
are saved as patches/patch-foo.orig.

patchdiff: now compares patches/patch-foo with patches/patch-foo.orig;
if they only differ in non-essential parts, patchdiff reinstates the
original patch to keep commits less noisy.
</content>
</entry>
<entry>
<title>Use a single pattern to match changes in the diff header so that a change to</title>
<updated>2010-07-04T22:20:04Z</updated>
<author>
<name>sbd</name>
<email>sbd</email>
</author>
<published>2010-07-04T22:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3223963289566f8ed1d735eb3429ef963c3f2930'/>
<id>urn:sha1:3223963289566f8ed1d735eb3429ef963c3f2930</id>
<content type='text'>
the input timestamp/name _and_/or output timestamp _and_/or line numbers
changes handled.

update version number to 0.123
</content>
</entry>
<entry>
<title>Updated pkgtools/pkgdiff to 0.122</title>
<updated>2009-12-10T20:26:33Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2009-12-10T20:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b1289d157af6d3c49fafdad9a2aac9129a88f61'/>
<id>urn:sha1:0b1289d157af6d3c49fafdad9a2aac9129a88f61</id>
<content type='text'>
Set TZ=UTC before calling diff to ensure everyone uses the same timezone
to avoid spurious diffs in metadata, such as:

&lt; clock/clock.c.orig        1993-06-29 01:11:39.000000000 -0400
---
&gt; clock/clock.c.orig        1993-06-29 03:11:39.000000000 -0200
</content>
</entry>
<entry>
<title>depend on diffutils on Tru64</title>
<updated>2009-09-20T11:57:16Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2009-09-20T11:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2fd368f40ef822d2d782d51565a0a3a18c967519'/>
<id>urn:sha1:2fd368f40ef822d2d782d51565a0a3a18c967519</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.</title>
<updated>2009-04-09T00:48:06Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-04-09T00:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c'/>
<id>urn:sha1:d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore more uninteresting output.</title>
<updated>2008-11-05T23:18:18Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-11-05T23:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0076a1dc07ed70302554b7bc803765904d43522c'/>
<id>urn:sha1:0076a1dc07ed70302554b7bc803765904d43522c</id>
<content type='text'>
Tries to address PR 39291.

Welcome to 0.121.
</content>
</entry>
</feed>
