Date: Tue, 06 Dec 2011 17:28:32 -0500 From: Adam McDougall <mcdouga9@egr.msu.edu> To: cvs-ports@freebsd.org Subject: Re: cvs commit: ports/www/p5-HTTP-Date Makefile ports/www/p5-HTTP-Cookies Makefile ports/www/p5-HTML-Form Makefile ports/www/p5-HTTP-Daemon Makefile ports/www/p5-HTTP-Negotiate Makefile ports/www/p5-HTTP-Message Makefile ports/www/p5-LWP-MediaTypes ... Message-ID: <4EDE9710.9020701@egr.msu.edu> In-Reply-To: <201104191750.p3JHoPp7039908@repoman.freebsd.org> References: <201104191750.p3JHoPp7039908@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04/19/11 13:50, Frederic Culot wrote: > culot 2011-04-19 17:50:25 UTC > > FreeBSD ports repository > > Modified files: > www/p5-HTTP-Date Makefile > www/p5-HTTP-Cookies Makefile > www/p5-HTML-Form Makefile > www/p5-HTTP-Daemon Makefile > www/p5-HTTP-Negotiate Makefile > www/p5-HTTP-Message Makefile > www/p5-LWP-MediaTypes Makefile > www/p5-WWW-RobotRules Makefile > net/p5-Net-HTTP Makefile > sysutils/p5-File-Listing Makefile > Log: > - Add CONFLICTS with www/p5-libwww-5* > > Revision Changes Path > 1.3 +2 -0 ports/net/p5-Net-HTTP/Makefile > 1.2 +2 -0 ports/sysutils/p5-File-Listing/Makefile > 1.2 +2 -0 ports/www/p5-HTML-Form/Makefile > 1.2 +2 -0 ports/www/p5-HTTP-Cookies/Makefile > 1.2 +2 -0 ports/www/p5-HTTP-Daemon/Makefile > 1.2 +2 -0 ports/www/p5-HTTP-Date/Makefile > 1.2 +2 -0 ports/www/p5-HTTP-Message/Makefile > 1.2 +2 -0 ports/www/p5-HTTP-Negotiate/Makefile > 1.2 +2 -0 ports/www/p5-LWP-MediaTypes/Makefile > 1.2 +2 -0 ports/www/p5-WWW-RobotRules/Makefile > _______________________________________________ > cvs-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-ports > To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org" > It was noticed today that p5-Net-HTTP conflicts with p5-libwww when p5-Net-HTTP got upgraded, however many people have servers with both already installed because p5-libwww can be installed after p5-Net-HTTP since it lacks a conflict. I cannot delete either, I apparently need both: # pkg_delete p5-Net-HTTP-6.01 pkg_delete: package 'p5-Net-HTTP-6.01' is required by these other packages and may not be deinstalled: p5-LWP-Protocol-https-6.02 p5-libwww-6.02_1 p5-Mail-SpamAssassin-3.3.2_2 amavisd-new-2.7.0,1 p5-SOAP-Lite-0.714 p5-HTTP-Daemon-SSL-1.04 # pkg_delete p5-libwww-6.02_1/ pkg_delete: package 'p5-libwww-6.02_1' is required by these other packages and may not be deinstalled: p5-Mail-SpamAssassin-3.3.2_2 amavisd-new-2.7.0,1 p5-SOAP-Lite-0.714 p5-HTTP-Daemon-SSL-1.04 What should be done?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EDE9710.9020701>