aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-02-21 13:23:53 +0800
committerknu <knu@FreeBSD.org>2002-02-21 13:23:53 +0800
commitbf1fa80404544b261d6cbb835fef8b051c77cbef (patch)
treedd341be565631327f2088d6b3457cf9456509704 /sysutils
parent3810ba39cbdb4db2744b1757482ca216982b19df (diff)
downloadfreebsd-ports-gnome-bf1fa80404544b261d6cbb835fef8b051c77cbef.tar.gz
freebsd-ports-gnome-bf1fa80404544b261d6cbb835fef8b051c77cbef.tar.zst
freebsd-ports-gnome-bf1fa80404544b261d6cbb835fef8b051c77cbef.zip
Fix a typo (replace overkill): abs_db_driver -> abs_db_dir. (fixes
`portinstall category/portname', etc.) Bump PORTREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile3
-rw-r--r--sysutils/portupgrade/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index 35f75457e5db..11aa6151ae4f 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= portupgrade
PORTVERSION= 20020220.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -56,6 +56,7 @@ INSTALL_TARGET+= install-doc
.endif
post-patch:
+ ${RUBY} -i.orig -pe 'gsub(/abs_db_driver/, "abs_db_dir")' ${WRKSRC}/lib/pkgdb.rb
${RUBY} -i.orig -pe '$$. == 85 and sub(/_freebsd_pkgtools_which_files/, "_freebsd_pkgtools_ports")' ${WRKSRC}/misc/zsh/_pkgtools
post-install:
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 35f75457e5db..11aa6151ae4f 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -7,7 +7,7 @@
PORTNAME= portupgrade
PORTVERSION= 20020220.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -56,6 +56,7 @@ INSTALL_TARGET+= install-doc
.endif
post-patch:
+ ${RUBY} -i.orig -pe 'gsub(/abs_db_driver/, "abs_db_dir")' ${WRKSRC}/lib/pkgdb.rb
${RUBY} -i.orig -pe '$$. == 85 and sub(/_freebsd_pkgtools_which_files/, "_freebsd_pkgtools_ports")' ${WRKSRC}/misc/zsh/_pkgtools
post-install: