Changed $replaces to accept pkg patterns, like Add_dependency().

Changed all packages using $replaces to the new format and bump
the revision. Require XBPS utils >= 20100121 for this to work.

--HG--
extra : convert_revision : 7593b3cb7465f7613f48aba0f2e86cdcd5430ac0
This commit is contained in:
Juan RP 2010-01-21 03:33:26 +01:00
parent 8a50cd385f
commit 0da86577ab
20 changed files with 37 additions and 43 deletions

View file

@ -33,7 +33,7 @@ trap "echo && exit 1" INT QUIT
: ${sudo_cmd:=sudo}
: ${chroot_cmd:=chroot}
: ${xbps_machine:=$(uname -m)}
: ${XBPS_UTILS_REQVER:=20091124-1}
: ${XBPS_UTILS_REQVER:=20100121}
usage()
{