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 ...

Adam McDougall mcdouga9 at egr.msu.edu
Tue Dec 6 22:43:53 UTC 2011


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-ports
> To unsubscribe, send any mail to "cvs-ports-unsubscribe at 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?


More information about the cvs-ports mailing list