aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2007-02-01 03:48:12 +0800
committerbsam <bsam@FreeBSD.org>2007-02-01 03:48:12 +0800
commitb45111704b5525b48b7726af7325317a5fa7e54c (patch)
treeef04363ad83fb96d9a894048aab760d96a045480 /devel
parentdb0dde5453d731d4d182dba1d37a3a0296b7bcc3 (diff)
downloadfreebsd-ports-graphics-b45111704b5525b48b7726af7325317a5fa7e54c.tar.gz
freebsd-ports-graphics-b45111704b5525b48b7726af7325317a5fa7e54c.tar.zst
freebsd-ports-graphics-b45111704b5525b48b7726af7325317a5fa7e54c.zip
In preparation to deprecate shells/bash2 do at textproc/xmlto [1]
and devel/cogito [2]: . change RUN_DEPENDS shells/bash2 -> shells/bash; . bump PORTREVISION. PR: 107005 [1], 107113 [2] Submitted by: bsam (me) [1], [2] Approved by: anholt (maintainer timeout) [2]
Diffstat (limited to 'devel')
-rw-r--r--devel/cogito/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile
index 1f232bb3df7..80589f21056 100644
--- a/devel/cogito/Makefile
+++ b/devel/cogito/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cogito
PORTVERSION= 0.17.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/ \
http://www.uk.kernel.org/pub/software/scm/cogito/ \
@@ -21,7 +21,7 @@ BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
xmlto:${PORTSDIR}/textproc/xmlto
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
- bash:${PORTSDIR}/shells/bash2 \
+ bash:${PORTSDIR}/shells/bash \
rsync:${PORTSDIR}/net/rsync
USE_BZIP2= yes