From fecbfd43e028f64745cfb94bd1a738697822eb8f Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Fri, 22 Dec 2006 22:20:51 +0000 Subject: [PATCH] In preparation to deprecate shells/bash2: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. --- ftp/axelq/Makefile | 4 ++-- japanese/VTPSfont/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ftp/axelq/Makefile b/ftp/axelq/Makefile index ea25d6c0e4ea..eb242dde9f24 100644 --- a/ftp/axelq/Makefile +++ b/ftp/axelq/Makefile @@ -8,7 +8,7 @@ PORTNAME= axelq PORTVERSION= 0.80 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://zephilia.dyndns.org/tsuki_yomi/axelq/releases/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A queue manager for the download accelerator axel RUN_DEPENDS= axel:${PORTSDIR}/ftp/axel \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash NO_BUILD= yes diff --git a/japanese/VTPSfont/Makefile b/japanese/VTPSfont/Makefile index 026518ba8121..6b9e054cea15 100644 --- a/japanese/VTPSfont/Makefile +++ b/japanese/VTPSfont/Makefile @@ -7,6 +7,7 @@ PORTNAME= VTPSfont PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/ EXTRACT_SUFX= # none @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Create Virtual PostScript fonts produced by VFlib (Truetype fonts) PLIST_FILES= bin/VTPSfont -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_WRKSUBDIR= yes NO_BUILD= yes