Date: Fri, 23 Apr 2004 11:18:40 -0400 From: "Chiang Seng Chang" <cs@ctzen.com> To: <freebsd-questions@freebsd.org> Subject: upgrade a port Message-ID: <002301c42946$4207bf30$2804320a@cchang>
next in thread | raw e-mail | index | archive | help
currently i have openldap client 2.1 installed. $ pkg_glob -r openldap-client-2.1.30 openldap-client-2.1.30 kdeutils-3.2.2 kdebase-3.2.2 kdenetwork-3.2.2 kdegraphics-3.2.2 kdegames-3.2.2 kdelibs-3.2.2 gnupg-1.2.4_1 samba-3.0.3.p2_1,1 if i want to use version 2.2, do i just simply: > pkg_deinstall openldap-client-2.1.30 > portinstall net/openldap22-client i suspect step 1 would fail because there are dependency, or switching them around would work ? as in: $ portinstall net/openldap22-client $ pkg_deinstall openldap-client-2.1.30 -cs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002301c42946$4207bf30$2804320a>