svn commit: r226959 - user/dougb/portmaster/files

Doug Barton dougb at FreeBSD.org
Mon Oct 31 08:32:36 UTC 2011


Author: dougb
Date: Mon Oct 31 08:32:36 2011
New Revision: 226959
URL: http://svn.freebsd.org/changeset/base/226959

Log:
  Document the PM_PRESERVE_PORTS feature

Modified:
  user/dougb/portmaster/files/portmaster.rc.sample.in

Modified: user/dougb/portmaster/files/portmaster.rc.sample.in
==============================================================================
--- user/dougb/portmaster/files/portmaster.rc.sample.in	Mon Oct 31 08:29:11 2011	(r226958)
+++ user/dougb/portmaster/files/portmaster.rc.sample.in	Mon Oct 31 08:32:36 2011	(r226959)
@@ -106,3 +106,9 @@
 #
 # Do not prompt the user for failed backup package creation
 # PM_IGNORE_FAILED_BACKUP_PACKAGE=pm_ignore_failed_backup_package
+#
+# List of files to preserve across upgrades, and the ports that install them.
+# You can convert category/portname to the right pattern for the _files variable
+# by using the following: echo category/portname | sed 's#[-+/\.]#_#g'
+# PM_PRESERVE_PORTS="dns/p5-Net-DNS"
+# dns_p5_Net_DNS_files="/usr/local/share/doc/p5-Net-DNS/TODO"


More information about the svn-src-user mailing list