diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-07-06 19:32:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-07-06 19:32:53 +0000 |
commit | be40c29b61eb7671aac081a1840cbaed7a11e22d (patch) | |
tree | 597466e0947977b7ea6bd5c056c050ce047c9f89 /sysutils/portupgrade | |
parent | d5e769dbf6a3d7389c032a16814857a488bae0a3 (diff) |
Notes
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/files/patch-portupgrade | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index f434320f6a88..0ed777b6f395 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -7,7 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20040701 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/sysutils/portupgrade/files/patch-portupgrade b/sysutils/portupgrade/files/patch-portupgrade new file mode 100644 index 000000000000..3b818e4bf39b --- /dev/null +++ b/sysutils/portupgrade/files/patch-portupgrade @@ -0,0 +1,16 @@ +Index: bin/portupgrade +=================================================================== +RCS file: /home/cvs/pkgtools/bin/portupgrade,v +retrieving revision 1.226 +diff -u -2 -r1.226 portupgrade +--- bin/portupgrade 30 Jun 2004 16:51:46 -0000 1.226 ++++ bin/portupgrade 6 Jul 2004 19:18:10 -0000 +@@ -1691,5 +1691,7 @@ + end + +- latest_pkg, pkgfile = *pkglist.max { |pkg, file| pkg } ++ latest_pkg, pkgfile = *pkglist.max { |(pkg1, file1), (pkg2, file2)| ++ pkg1 <=> pkg2 ++ } + + if latest_pkg |