aboutsummaryrefslogtreecommitdiff
path: root/misc/bsdiff
Commit message (Collapse)AuthorAgeFilesLines
* TurnColin Percival2006-09-131-1/+1
| | | | | | | | | | | | | IGNORE= "foo now contained in the base system" into IGNORE= "is now contained in the base system" since the code which prints this string prefices it with the package name. Suggested by: kris Notes: svn path=/head/; revision=172908
* Update misc/bsdiff to version 4.3, to match the version in the srcColin Percival2006-01-302-3/+4
| | | | | | | | | | | | tree. This only affects users of FreeBSD 5.4 and earlier, since the port is IGNOREd for recent versions of the FreeBSD base system. PR: ports/92564 Approved by: linimon Notes: svn path=/head/; revision=154846
* Both bsdiff and portsnap have been added to the base system inColin Percival2005-11-131-1/+7
| | | | | | | | | | | | FreeBSD 5-STABLE and 6-STABLE. Add conditional IGNORE lines to reflect this. PR: ports/88879 (portsnap) Reminded by: delphij Approved by: linimon Notes: svn path=/head/; revision=148083
* Update to 4.2Kirill Ponomarev2004-07-112-3/+3
| | | | | | | | PR: ports/68930 Submitted by: maintainer Notes: svn path=/head/; revision=113414
* Use PLIST_FILES.Trevor Johnson2004-02-082-2/+1
| | | | | | | | PR: 62499 Submitted by: cperciva (maintainer) Notes: svn path=/head/; revision=100424
* - Use SIZEPav Lucistnik2004-02-071-0/+1
| | | | | | | | PR: ports/62469 Submitted by: cperciva (maintainer) Notes: svn path=/head/; revision=100244
* update misc/bsdiff: 4.0 --> 4.1Daichi GOTO2003-07-082-2/+2
| | | | | | | | | PR: 54203 Submitted by: Colin Percival <cperciva@beastie.daemonology.net> (maintainer) Pointed out by: Nathan Miles Notes: svn path=/head/; revision=84436
* Update to misc/bsdiff from version 3.0 to version 4.0Yen-Ming Lee2003-06-192-2/+2
| | | | | | | | PR: 53477 Submitted by: Colin Percival <cperciva@daemonology.net> Notes: svn path=/head/; revision=83283
* This is a pair of tools for creating and applying very compact patches toYen-Ming Lee2003-06-084-0/+30
binary files (especially executable files). It will be used by the next version of the security/freebsd-update port. PR: 53018 Submitted by: Colin Percival <cperciva@beastie.daemonology.net> Notes: svn path=/head/; revision=82498