www/squid31 cannot be built when www/squid30 is installed. It makes portupgrade impossible when changing versions of squid. Fix: I think that CONFLICTS might be changed to CONFLICTS_INSTALL in the Makefile, so that user will be able to build new squid, but not able to install it if conflict is found. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/www/squid30 && make install portupgrade -o www/squid31 squid
Maintainer of www/squid31, Please note that PR ports/158194 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158194 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->flo Take
flo 2011-06-23 15:11:18 UTC FreeBSD ports repository Modified files: www/squid Makefile www/squid30 Makefile www/squid31 Makefile Log: change all squid ports from CONFLICTS to CONFLICTS_INSTALL PR: ports/158194 Submitted by: Fedor A Borshev <fedor9@gmail.com> Approved by: maintainer Revision Changes Path 1.229 +1 -1 ports/www/squid/Makefile 1.240 +1 -1 ports/www/squid30/Makefile 1.252 +1 -1 ports/www/squid31/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!