summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-10 20:57:39 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-10 20:57:39 +0000
commitda510985833a59f034024b70e1dd64c4272bb1b6 (patch)
tree082513720be92f29211d98606b2384cb9c0a6032 /ports-mgmt
parentDo not record @srcdir. (diff)
Update to 20010611, with many changes and enhancements.
Beware of bugs, just in case. ;) portupgrade: - Sort packages by default and remove -s/--sort. - Rename -y/--yield/-Y/--yield-command to -s/--sudo/-S/--sudo-command. - Implement -a/--all. - Implement -x/--exclude=GLOB. - Exit on OptionParser::ParseError immediately. - Do not call "make fetch-recursive" but just "make fetch", now that portupgrade does recursion itself. - In fetch mode, specify -DPACKAGE_BUILDING for ports that define IS_INTERACTIVE. [Submitted by: Jimmy Olgeni <olgeni@uli.it>]] portversion: - Exit on OptionParser::ParseError immediately. portsdb: - New tool: which updates INDEX and INDEX.db in the ports directory. pkgdepfix: - Implement origin fixer with intelligent guessing, finally! (-o/--fix-origin) - Make pkgdep guessing more intelligent.
Notes
Notes: svn path=/head/; revision=43780
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile3
-rw-r--r--ports-mgmt/portupgrade-devel/distinfo2
-rw-r--r--ports-mgmt/portupgrade-devel/pkg-descr5
-rw-r--r--ports-mgmt/portupgrade-devel/pkg-plist1
-rw-r--r--ports-mgmt/portupgrade/Makefile3
-rw-r--r--ports-mgmt/portupgrade/distinfo2
-rw-r--r--ports-mgmt/portupgrade/pkg-descr5
-rw-r--r--ports-mgmt/portupgrade/pkg-plist1
8 files changed, 14 insertions, 8 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index 97b4a176b737..a8ce12b074e2 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/portupgrade-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20010607b
+PORTVERSION= 20010611
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -16,6 +16,7 @@ DISTNAME= pkgtools-${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
+ ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \
${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo
index 90b439bb59dc..f9faa0755dc3 100644
--- a/ports-mgmt/portupgrade-devel/distinfo
+++ b/ports-mgmt/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010607b.tar.gz) = 29e2f04867cbf9aa7b3b27d5163b8006
+MD5 (pkgtools-20010611.tar.gz) = 6f8c7827a7ef59ed53054d93bffc67d8
diff --git a/ports-mgmt/portupgrade-devel/pkg-descr b/ports-mgmt/portupgrade-devel/pkg-descr
index 835f1c829543..acac5ea5c131 100644
--- a/ports-mgmt/portupgrade-devel/pkg-descr
+++ b/ports-mgmt/portupgrade-devel/pkg-descr
@@ -10,7 +10,8 @@ portversion:
than pkg_version and is cooperative with portupgrade.
pkgdepfix:
- This is an interactive tool to fix /var/db/pkg's @pkgdep /
- +REQUIRED_BY discrepancies.
+ This is an interactive tool to fix /var/db/pkg's @pkgdep vs.
+ +REQUIRED_BY discrepancies, and stale or missing origins,
+ optionally.
Author: Akinori MUSHA <knu@FreeBSD.org>
diff --git a/ports-mgmt/portupgrade-devel/pkg-plist b/ports-mgmt/portupgrade-devel/pkg-plist
index 27089192d57d..20a8a65687d3 100644
--- a/ports-mgmt/portupgrade-devel/pkg-plist
+++ b/ports-mgmt/portupgrade-devel/pkg-plist
@@ -1,4 +1,5 @@
sbin/pkgdepfix
+sbin/portsdb
sbin/portupgrade
sbin/portversion
%%RUBY_SITELIBDIR%%/pkg.rb
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 97b4a176b737..a8ce12b074e2 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20010607b
+PORTVERSION= 20010611
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -16,6 +16,7 @@ DISTNAME= pkgtools-${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
+ ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \
${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index 90b439bb59dc..f9faa0755dc3 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010607b.tar.gz) = 29e2f04867cbf9aa7b3b27d5163b8006
+MD5 (pkgtools-20010611.tar.gz) = 6f8c7827a7ef59ed53054d93bffc67d8
diff --git a/ports-mgmt/portupgrade/pkg-descr b/ports-mgmt/portupgrade/pkg-descr
index 835f1c829543..acac5ea5c131 100644
--- a/ports-mgmt/portupgrade/pkg-descr
+++ b/ports-mgmt/portupgrade/pkg-descr
@@ -10,7 +10,8 @@ portversion:
than pkg_version and is cooperative with portupgrade.
pkgdepfix:
- This is an interactive tool to fix /var/db/pkg's @pkgdep /
- +REQUIRED_BY discrepancies.
+ This is an interactive tool to fix /var/db/pkg's @pkgdep vs.
+ +REQUIRED_BY discrepancies, and stale or missing origins,
+ optionally.
Author: Akinori MUSHA <knu@FreeBSD.org>
diff --git a/ports-mgmt/portupgrade/pkg-plist b/ports-mgmt/portupgrade/pkg-plist
index 27089192d57d..20a8a65687d3 100644
--- a/ports-mgmt/portupgrade/pkg-plist
+++ b/ports-mgmt/portupgrade/pkg-plist
@@ -1,4 +1,5 @@
sbin/pkgdepfix
+sbin/portsdb
sbin/portupgrade
sbin/portversion
%%RUBY_SITELIBDIR%%/pkg.rb