Date: Wed, 2 Sep 2009 13:58:15 +0000 (UTC) From: Florent Thoumie <flz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r196766 - head/usr.sbin/pkg_install/lib Message-ID: <200909021358.n82DwF2f097781@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909021358.n82DwF2f097781>