<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkgdiff, branch pkgsrc_2013Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-05-31T12:39:57Z</updated>
<entry>
<title>Bump all packages for perl-5.18, that</title>
<updated>2013-05-31T12:39:57Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2013-05-31T12:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d893d45357880fbb7a96300c2d98bdf2b9b03e6d'/>
<id>urn:sha1:d893d45357880fbb7a96300c2d98bdf2b9b03e6d</id>
<content type='text'>
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
</content>
</entry>
<entry>
<title>Bump all packages that use perl, or depend on a p5-* package, or</title>
<updated>2012-10-03T21:53:53Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2012-10-03T21:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38b6b6881b1fdb7bfe17e284b1678f2632a07b7f'/>
<id>urn:sha1:38b6b6881b1fdb7bfe17e284b1678f2632a07b7f</id>
<content type='text'>
are called p5-*.

I hope that's all of them.
</content>
</entry>
<entry>
<title>Drop back to diff without -p before giving up because of rcsids appearing</title>
<updated>2012-09-16T18:09:53Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2012-09-16T18:09:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8728da0e3ad2a3e7b7c4524a4bb2cce72797e01b'/>
<id>urn:sha1:8728da0e3ad2a3e7b7c4524a4bb2cce72797e01b</id>
<content type='text'>
in the diff output. Also, improve the error message that occurs if this
also fails. Fixes PR 46962.
</content>
</entry>
<entry>
<title>"user-destdir" is default these days</title>
<updated>2012-09-11T23:19:33Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-09-11T23:19:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d5ae29c067f185967ce21d0beea1d8708c105a24'/>
<id>urn:sha1:d5ae29c067f185967ce21d0beea1d8708c105a24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)</title>
<updated>2012-05-29T22:58:52Z</updated>
<author>
<name>cheusov</name>
<email>cheusov</email>
</author>
<published>2012-05-29T22:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e2bf81c57e24e28adc66b6ebf70097d0876013a'/>
<id>urn:sha1:0e2bf81c57e24e28adc66b6ebf70097d0876013a</id>
<content type='text'>
</content>
</entry>
<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>mdoclint cleanup.</title>
<updated>2011-02-16T11:58:30Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-02-16T11:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b1b3c38764e230176316178b9877b2352a75fc9'/>
<id>urn:sha1:0b1b3c38764e230176316178b9877b2352a75fc9</id>
<content type='text'>
</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>
</feed>
