diff options
author | knu <knu@FreeBSD.org> | 2001-08-23 20:36:52 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-23 20:36:52 +0800 |
commit | 8480bfb164241b49e51e1a3be1083865de1c8054 (patch) | |
tree | d8be60ac3c7cc321752e5a38f4a4db913808ebcb /sysutils/portupgrade | |
parent | 1a5b7d4d5d895dbd91b4aeb774c6c9daee4bfba4 (diff) | |
download | freebsd-ports-gnome-8480bfb164241b49e51e1a3be1083865de1c8054.tar.gz freebsd-ports-gnome-8480bfb164241b49e51e1a3be1083865de1c8054.tar.zst freebsd-ports-gnome-8480bfb164241b49e51e1a3be1083865de1c8054.zip |
Seems there was a mirroring trouble. (probably my fault)
Just include a typo fix and call it 20010823b.
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 11e74a58ba61..8af4d0909922 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010823 -PORTREVISION= 1 +PORTVERSION= 20010823b CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -53,7 +52,6 @@ post-patch: .for f in pkgdb.rb pkgtools.rb ${RUBY} -i~ -pe 'sub %r:/usr/local:, "${LOCALBASE}"' ${WRKSRC}/${f} .endfor - ${RUBY} -i~ -pe 'sub %r:(PORTS_DBDIR = .* )PORTSDIR$$:, "\\1PORTS_DIR"' ${WRKSRC}/portsdb.rb do-install: cd ${WRKSRC} && ${RUBY} install.rb diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index dc4e1f80484f..d6701dcc57d2 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010823.tar.gz) = c1c2b5153d3ceee694208f9d2654fe8f +MD5 (pkgtools-20010823b.tar.gz) = d5812d77ee982c53f2b4c910df195fe2 |