- 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.
This commit is contained in:
Florent Thoumie 2009-09-02 13:58:15 +00:00
parent 46681d6e45
commit 9e545c0216
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196766

View File

@ -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)