summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_install-devel/distinfo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* update to 20040811: fix compilation with GCC 3.4Oliver Eikemeier2004-08-131-2/+2
| | | | Notes: svn path=/head/; revision=116129
* update to 20040629: sync with -CURRENTOliver Eikemeier2004-06-301-2/+2
| | | | Notes: svn path=/head/; revision=112609
* update to version 20040623, which has a new `filter mode' for pkg_version -T.Oliver Eikemeier2004-06-231-2/+2
| | | | | | | | | If you want to know which ports match '{,??-}apache{,-*}<2.*', do /usr/local/sbin/pkg_version -T - '{,??-}apache{,-*}<2.*' < /usr/ports/INDEX | awk -F\| '{print$1}' Notes: svn path=/head/; revision=112063
* accidentally packaged a wrong distribution fileOliver Eikemeier2004-06-121-2/+2
| | | | | | | Noted by: Randy Pratt <rpratt1950@earthlink.net> Notes: svn path=/head/; revision=111327
* fix a problem with adding packages recursively under certain conditionsOliver Eikemeier2004-06-121-2/+2
| | | | | | | | Noted by: kris Fix from: marcus Notes: svn path=/head/; revision=111318
* update to version 20040517, which parses 10alpha3 as 10.a3.Oliver Eikemeier2004-05-181-2/+2
| | | | | | | | | | | | Special strings parsed that way are pl, alpha, beta, pre and rc. Affected ports: - databases/sybtcl sybtcl-3.0rc2 - graphics/linux-bmrt linux-bmrt-2.6beta - net/py-ldap2 py23-ldap2-2.0.0pre21 Notes: svn path=/head/; revision=109417
* Make 4a < 4a0 in order to improve consistency with missing version numbersOliver Eikemeier2004-05-131-2/+2
| | | | | | | and compatibility with other port tools Notes: svn path=/head/; revision=109038
* Update to 20040511Oliver Eikemeier2004-05-121-2/+2
| | | | | | | - fix a glitch when [!...] is used in patterns Notes: svn path=/head/; revision=108984
* - fix package extensions for 4.xOliver Eikemeier2004-05-081-2/+2
| | | | | | | | | | | | | - add support for 4.10-release Now /usr/local/sbin/pkg_add -r openldap21-client should work on all FreeBSD versions - FWIIW, fix pkg_sign -t sha1 (PR 66354) Notes: svn path=/head/; revision=108694
* enable the use of csh-style {...} choices in glob patterns, e.g.Oliver Eikemeier2004-05-011-2/+2
| | | | | | | /usr/local/sbin/pkg_info 'openldap-{client,server}-*' Notes: svn path=/head/; revision=108085
* Fix usage of pkg_createOliver Eikemeier2004-04-291-2/+2
| | | | | | | | PR: 66081 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=107973
* add an `-S' option to pkg_create, mostlyOliver Eikemeier2004-04-291-2/+2
| | | | | | | useful for clean room package creation (PR 66032) Notes: svn path=/head/; revision=107954
* Introduce '*' as the lowest possible version number, so thatOliver Eikemeier2004-04-161-2/+2
| | | | | | | | | | >=2.* <3.* matches all 2.X versions, even alpha. Fix a malformed conditional, noted by linimon. Notes: svn path=/head/; revision=107180
* update to 20040216:Oliver Eikemeier2004-02-191-2/+2
| | | | | | | | - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16 Notes: svn path=/head/; revision=101393
* Development version of the FreeBSD 5.x pkg_install suite of toolsOliver Eikemeier2004-01-261-0/+2
to test new features PR: 56961, 56989 and 57029 Notes: svn path=/head/; revision=99147