svn commit: r374863 - head

Mathieu Arnold mat at FreeBSD.org
Wed Dec 17 16:31:02 UTC 2014


Author: mat
Date: Wed Dec 17 16:31:01 2014
New Revision: 374863
URL: https://svnweb.freebsd.org/changeset/ports/374863
QAT: https://qat.redports.org/buildarchive/r374863/

Log:
  While portmaster will rebuild if asked, portupgrade needs to be forced to do
  it.
  
  Sponsored by:	Absolight

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Dec 17 16:27:45 2014	(r374862)
+++ head/UPDATING	Wed Dec 17 16:31:01 2014	(r374863)
@@ -20,7 +20,7 @@ you update your ports collection, before
 
   With portupgrade:
 
-    portupgrade `find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so'|xargs pkg which -qo|sort -u`
+    portupgrade -f `find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so'|xargs pkg which -qo|sort -u`
 
   With portmaster:
 


More information about the svn-ports-head mailing list