Commit graph

17 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
shattered
07a947a333 Update to 0.3.2. Changes:
- Interdiff had previously been putting absolute filenames in
  the input to the patch program.  It now avoids doing this.
- Editdiff no longer runs rediff when no changes were made in the editor.
- The correct exit status is now set when the decompress option fails.
- A temporary file leak has been fixed.
2013-08-21 10:18:03 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
cheusov
09d6b8031b Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 21:22:19 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
bjs
b2341663fa Update to patchutils-0.3.0. NEWS:
==============
0.3.0 (stable)
==============

The lsdiff -H option is now the default, and new options have
been added to filterdiff for reading inclusion/exclusion
patterns from files, and for removing non-diff lines.
2008-11-09 05:19:57 +00:00
bjs
f8618b82af Add DESTDIR support. 2008-04-21 08:10:22 +00:00
rillig
4f39b8c0fd Fixed path to the bash interpreter. Added dependency to bash.
PKGREVISION++.
2006-10-15 21:40:07 +00:00
rillig
4082ef02a3 Updated patchutils to 0.2.31.
Changes:
- Several small bug fixes.
2006-06-17 20:57:55 +00:00
rillig
b03fc586fe Fixed pkglint warning.
WARN: Makefile:19: CONFIGURE_ARGS should be modified using "+=".
2005-10-23 19:42:39 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
minskim
73a9afe2bf Bump PKGREVISION because the previous binary package may contain a
wrong path to the perl executable.
2005-01-01 03:22:02 +00:00
recht
96f235d772 initial import of patchutils-0.2.30
Patchutils is a small collection of programs that operate on patch files.
Interdiff generates an incremental patch from two patches against a common
source. For example, if you have applied a pre-patch to a source tree, and
wish to apply another pre-patch (which is against the same original source
tree), you can use interdiff to generate the patch that you need to apply.
You can also use this to review changes between two pre-patches.
Combinediff generates a single patch from two incremental patches, allowing
you to merge patches together. The resulting patch file only alters each file
once.
Filterdiff will select the portions of a patch file that apply to files
matching (or, alternatively, not matching) a shell wildcard.
Fixcvsdiff is for correcting the output of 'cvs diff'.
Rediff corrects hand-edited patches, by comparing the original patch with the
modified one and adjusting the offsets and counts.
Lsdiff displays a short listing of affected files in a patch file, along with
(optionally) the line numbers of the start of each patch.
Splitdiff separates out patches from a patch file so that each new patch file
only alters any given file once. In this way, a file containing several
incremental patches can be split into individual incremental patches.
Grepdiff displays a list of the files modified by a patch where the patch
contains a given regular expression.
Recountdiff fixes up counts and offsets in a unified diff.
Unwrapdiff fixes word-wrapped unified diffs.
2004-07-24 08:45:26 +00:00