svn commit: r196766 - head/usr.sbin/pkg_install/lib

Florent Thoumie flz at FreeBSD.org
Wed Sep 2 13:58:16 UTC 2009


Author: flz
Date: Wed Sep  2 13:58:15 2009
New Revision: 196766
URL: http://svn.freebsd.org/changeset/base/196766

Log:
  - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.
  - Change the comment to say that version must be changed when a
  non-cosmetic change is made.

Modified:
  head/usr.sbin/pkg_install/lib/lib.h

Modified: head/usr.sbin/pkg_install/lib/lib.h
==============================================================================
--- head/usr.sbin/pkg_install/lib/lib.h	Wed Sep  2 12:51:57 2009	(r196765)
+++ head/usr.sbin/pkg_install/lib/lib.h	Wed Sep  2 13:58:15 2009	(r196766)
@@ -102,10 +102,10 @@
 #define PKG_PREFIX_VNAME	"PKG_PREFIX"
 
 /*
- * Version of the package tools - increase only when some
- * functionality used by bsd.port.mk is changed, added or removed
+ * Version of the package tools - increase whenever you make a change
+ * in the code that is not cosmetic only.
  */
-#define PKG_INSTALL_VERSION	20090519
+#define PKG_INSTALL_VERSION	20090902
 
 #define PKG_WRAPCONF_FNAME	"/var/db/pkg_install.conf"
 #define main(argc, argv)	real_main(argc, argv)


More information about the svn-src-head mailing list