aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/portupgrade-devel
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-03-22 05:33:52 +0800
committerknu <knu@FreeBSD.org>2001-03-22 05:33:52 +0800
commit6c0b32a3833fadc6417e3717079d966d110cbcba (patch)
tree01b7e1bdac30673dbc00b05dbbfcd244dcde05a0 /sysutils/portupgrade-devel
parent3b633a507a9d59713d9cb6b721337d466f1debb1 (diff)
downloadfreebsd-ports-gnome-6c0b32a3833fadc6417e3717079d966d110cbcba.tar.gz
freebsd-ports-gnome-6c0b32a3833fadc6417e3717079d966d110cbcba.tar.zst
freebsd-ports-gnome-6c0b32a3833fadc6417e3717079d966d110cbcba.zip
Update portupgrade to 1.18. Now it comes with portversion, which is
the Porter's Handbook compliant version of pkg_version with a little bit better performance and better usability. 2001-03-22 06:13 knu * README, portupgrade, misc/zsh/_portupgrade: Add a couple of new options: -A [command to run after each installation] -B [command to run before each build] 2001-03-22 05:49 knu * README, install.rb, portversion, misc/zsh/_portversion: Add portversion. 2001-03-22 05:43 knu * portupgrade: Use make(1) arguments specified with -m for "make -V PKGNAME" too. Ignore the difference of the name parts when it compares the package versions. 2001-03-22 05:36 knu * misc/zsh/_portupgrade: Add a missing closing bracket.
Diffstat (limited to 'sysutils/portupgrade-devel')
-rw-r--r--sysutils/portupgrade-devel/Makefile4
-rw-r--r--sysutils/portupgrade-devel/distinfo2
-rw-r--r--sysutils/portupgrade-devel/pkg-descr8
-rw-r--r--sysutils/portupgrade-devel/pkg-plist2
4 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index e46b5f6566cc..69e8feda2a0a 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= portupgrade
-PORTVERSION= 1.16
+PORTVERSION= 1.18
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20010321
+DISTNAME= pkgtools-20010322
MAINTAINER= knu@FreeBSD.org
diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo
index 37c2e56ddc17..64e48809b530 100644
--- a/sysutils/portupgrade-devel/distinfo
+++ b/sysutils/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010321.tar.gz) = eb803ab39734811712115c6a6feb18c6
+MD5 (pkgtools-20010322.tar.gz) = 1b6ad574874b488e326e97454a4194d2
diff --git a/sysutils/portupgrade-devel/pkg-descr b/sysutils/portupgrade-devel/pkg-descr
index 10d2151606f8..cefdcf4b544a 100644
--- a/sysutils/portupgrade-devel/pkg-descr
+++ b/sysutils/portupgrade-devel/pkg-descr
@@ -6,18 +6,16 @@ modifying the package info recorded in the files under /var/db/pkg.
The procedures it takes is shown as follows:
1. Build the corresponding port of the given package
-
2. Fix the dependency info of the ones which depends on the given
package
-
3. Save the +REQUIRED_BY list of the given package
-
4. Uninstall the given package forcibly if -u is specified
-
5. Install the port
-
6. Restore the +REQUIRED_BY list
The usage can be shown by running it without arguments or with a -h.
+Portversion, which provides better comparison algorithm and
+functionality than pkg_version(1), is also included.
+
Author: Akinori MUSHA <knu@FreeBSD.org>
diff --git a/sysutils/portupgrade-devel/pkg-plist b/sysutils/portupgrade-devel/pkg-plist
index 8423e512f464..3be08857fb2d 100644
--- a/sysutils/portupgrade-devel/pkg-plist
+++ b/sysutils/portupgrade-devel/pkg-plist
@@ -1,4 +1,5 @@
sbin/portupgrade
+sbin/portversion
%%RUBY_SITELIBDIR%%/pkg.rb
%%RUBY_SITELIBDIR%%/pkgdb.rb
%%RUBY_SITELIBDIR%%/pkginfo.rb
@@ -7,6 +8,7 @@ sbin/portupgrade
%%RUBY_SITELIBDIR%%/ports.rb
%%RUBY_SITELIBDIR%%/portsdb.rb
share/zsh/site-functions/_portupgrade
+share/zsh/site-functions/_portversion
@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