diff options
author | knu <knu@FreeBSD.org> | 2003-08-13 18:49:37 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-08-13 18:49:37 +0800 |
commit | 94d13a36dd9997c4896559ca510a702513ab95a6 (patch) | |
tree | 3d8015c03b1f1f4c235bee9eceb9ff9199aa24ed /sysutils | |
parent | 18a04ad3b055d7b97ea3cf50a6de33f8cc6c6706 (diff) | |
download | freebsd-ports-gnome-94d13a36dd9997c4896559ca510a702513ab95a6.tar.gz freebsd-ports-gnome-94d13a36dd9997c4896559ca510a702513ab95a6.tar.zst freebsd-ports-gnome-94d13a36dd9997c4896559ca510a702513ab95a6.zip |
Update to 20030723. Consider this as a minor update.
- If pkg_* is found in $PREFIX/sbin, use them instead of ones in
/usr/sbin. (regardless of the value of PATH)
- pkg_fetch(1): Some servers like bento transfer packages files
uncompressed, so add a workaround for this. They are automatically
recompressed.
- Get -q to work properly again.
- As the MOVED file is getting bigger and bigger, do not cache all the
entries in memory but look it up every time needed.
- Show how to specify multiple arguments in one MAKE_ARG entry.
FreeBSD PR: ports/54631
Submitted by: Bruce M Simpson <bms@spc.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 1 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index b747b0fcd7ae..d7db95747c02 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20030427 +PORTVERSION= 20030723 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo index e05773142773..1c7809cf0bee 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1,2 @@ MD5 (pkgtools-20030427.tar.bz2) = 8692b4965c5bf9ed1d7303b368e7b0c5 +MD5 (pkgtools-20030427-20030723.diff.bz2) = 94e9510c16744c04824d0843ae4b2488 diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index b747b0fcd7ae..d7db95747c02 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20030427 +PORTVERSION= 20030723 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index e05773142773..1c7809cf0bee 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1,2 @@ MD5 (pkgtools-20030427.tar.bz2) = 8692b4965c5bf9ed1d7303b368e7b0c5 +MD5 (pkgtools-20030427-20030723.diff.bz2) = 94e9510c16744c04824d0843ae4b2488 |