diff options
author | knu <knu@FreeBSD.org> | 2001-08-23 12:36:52 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-23 12:36:52 +0000 |
commit | 8480bfb164241b49e51e1a3be1083865de1c8054 (patch) | |
tree | d8be60ac3c7cc321752e5a38f4a4db913808ebcb /sysutils | |
parent | 1a5b7d4d5d895dbd91b4aeb774c6c9daee4bfba4 (diff) | |
download | FreeBSD-ports-8480bfb164241b49e51e1a3be1083865de1c8054.zip FreeBSD-ports-8480bfb164241b49e51e1a3be1083865de1c8054.tar.gz |
Seems there was a mirroring trouble. (probably my fault)
Just include a typo fix and call it 20010823b.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 11e74a5..8af4d09 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/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-devel/distinfo b/sysutils/portupgrade-devel/distinfo index dc4e1f8..d6701dc 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010823.tar.gz) = c1c2b5153d3ceee694208f9d2654fe8f +MD5 (pkgtools-20010823b.tar.gz) = d5812d77ee982c53f2b4c910df195fe2 diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 11e74a5..8af4d09 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 dc4e1f8..d6701dc 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010823.tar.gz) = c1c2b5153d3ceee694208f9d2654fe8f +MD5 (pkgtools-20010823b.tar.gz) = d5812d77ee982c53f2b4c910df195fe2 |