summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-06-12 15:21:13 +0000
committerflz <flz@FreeBSD.org>2008-06-12 15:21:13 +0000
commit26109e3a63094d7f2042b1895dd29802c1442870 (patch)
treeff8a06db36e1ada93d3df97ece360bb71225f993 /usr.sbin/pkg_install/lib
parentb12c26cea11baab5e938d590a2b623c2e6106f79 (diff)
downloadFreeBSD-src-26109e3a63094d7f2042b1895dd29802c1442870.zip
FreeBSD-src-26109e3a63094d7f2042b1895dd29802c1442870.tar.gz
- add: Keep dependent packages too if -K is specified.
- updating: terminating '\n' is not part of the package origin. - bump PKG_INSTALL_VERSION to 20080612. PR: bin/119368 [1], bin/124459 [2] Submitted by: gcooper [1], Beat Gatzi <beat@chruetertee.ch> [2] MFC after: 3 days
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index d1477e5..545cd3c 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -105,7 +105,7 @@
* Version of the package tools - increase only when some
* functionality used by bsd.port.mk is changed, added or removed
*/
-#define PKG_INSTALL_VERSION 20080530
+#define PKG_INSTALL_VERSION 20080612
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)
OpenPOWER on IntegriCloud