diff options
author | knu <knu@FreeBSD.org> | 2001-08-27 15:39:19 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-27 15:39:19 +0800 |
commit | 5e0214169236719824065f13d2b5087c8b8c83a8 (patch) | |
tree | 1fdeacc6d1876dddfd95bfa313429104d2be07a3 /ports-mgmt | |
parent | d1fedfe85871c0367f0bed91ad6db1d774769fbb (diff) | |
download | freebsd-ports-gnome-5e0214169236719824065f13d2b5087c8b8c83a8.tar.gz freebsd-ports-gnome-5e0214169236719824065f13d2b5087c8b8c83a8.tar.zst freebsd-ports-gnome-5e0214169236719824065f13d2b5087c8b8c83a8.zip |
Update to 20010827a, with a couple of silly bugs fixed.
- Bump DB_VERSION, since PkgVersion was changed a bit.
Reported by: fritz.heinrichmeyer@fernuni-hagen.de
- Add a missing argument for Dir::chdir_do().
Reported by: "Li-lun Wang (Leland Wang)" <llwang@infor.org>
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/distinfo | 2 |
4 files changed, 4 insertions, 8 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 6489387c8423..0a9da70df6ae 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010827 -PORTREVISION= 1 +PORTVERSION= 20010827a CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -56,7 +55,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:chdir_do \{:, "chdir_do(dir) {"' ${WRKSRC}/pkgtools.rb do-install: cd ${WRKSRC} && ${RUBY} install.rb diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index f5e714fa73c1..02636a503785 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b +MD5 (pkgtools-20010827a.tar.gz) = 85d192c89283a6d1f722542301b2fe55 diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 6489387c8423..0a9da70df6ae 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010827 -PORTREVISION= 1 +PORTVERSION= 20010827a CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -56,7 +55,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:chdir_do \{:, "chdir_do(dir) {"' ${WRKSRC}/pkgtools.rb do-install: cd ${WRKSRC} && ${RUBY} install.rb diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo index f5e714fa73c1..02636a503785 100644 --- a/ports-mgmt/portupgrade/distinfo +++ b/ports-mgmt/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010827.tar.gz) = 1ca802cdc3f085c276d3ddfcd831770b +MD5 (pkgtools-20010827a.tar.gz) = 85d192c89283a6d1f722542301b2fe55 |