summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade/pkg-plist
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-17 23:06:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-17 23:06:40 +0000
commit230a5071f6e458ce51c1e8cb86e06788fdd647ff (patch)
treecec3fb75c77cbd8a95d6901f615497d8a699085e /ports-mgmt/portupgrade/pkg-plist
parentport did not install with NDEBUG=1 (diff)
Add portupgrade, a tool to upgrade installed packages with ports.
It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. e.g. portupgrade gtk portupgrade -cC gnome\* It currently has many design flaws (to me at least) but I am releasing this because it's functionally stable enough to use. (I believe.. ;) Use with care, at your own risk.
Notes
Notes: svn path=/head/; revision=39990
Diffstat (limited to '')
-rw-r--r--ports-mgmt/portupgrade/pkg-plist12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports-mgmt/portupgrade/pkg-plist b/ports-mgmt/portupgrade/pkg-plist
new file mode 100644
index 000000000000..8423e512f464
--- /dev/null
+++ b/ports-mgmt/portupgrade/pkg-plist
@@ -0,0 +1,12 @@
+sbin/portupgrade
+%%RUBY_SITELIBDIR%%/pkg.rb
+%%RUBY_SITELIBDIR%%/pkgdb.rb
+%%RUBY_SITELIBDIR%%/pkginfo.rb
+%%RUBY_SITELIBDIR%%/pkgversion.rb
+%%RUBY_SITELIBDIR%%/portinfo.rb
+%%RUBY_SITELIBDIR%%/ports.rb
+%%RUBY_SITELIBDIR%%/portsdb.rb
+share/zsh/site-functions/_portupgrade
+@unexec if [ ! -x %D/bin/zsh ]; then rmdir -p %D/share/zsh/site-functions; fi
+%%PORTDOCS%%share/doc/portupgrade/README
+%%PORTDOCS%%@dirrm share/doc/portupgrade