diff options
author | beech <beech@FreeBSD.org> | 2008-11-27 07:46:41 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-11-27 07:46:41 +0800 |
commit | 1e05b48dfca8df7632bff4854be65695f855af5a (patch) | |
tree | 19f5a229e98c4780485ce71301a93fb49af88554 | |
parent | 7f4e07dd968944ba9ca0f991d377dec8e71259a6 (diff) | |
download | freebsd-ports-gnome-1e05b48dfca8df7632bff4854be65695f855af5a.tar.gz freebsd-ports-gnome-1e05b48dfca8df7632bff4854be65695f855af5a.tar.zst freebsd-ports-gnome-1e05b48dfca8df7632bff4854be65695f855af5a.zip |
- devel/horde-chora has a dependency on cvsps-devel. I recently updated
devel/cvsps to be at the same version as cvsps-devel. cvsps-devel is
unmaintained and not likely to be updated to the unstable version
anytime soon. The only port left which has a dependency on cvsps-devel
is devel/horde-chora. With the update to devel/cvsps devel/horde-chora
can be switched over to the maintained version of cvsps. With this
switch I can start the process for removing the unmaintained and
outdated cvsps-devel.
PR: ports/129212
Submitted by: Wesley Shields <wxs@FreeBSD.org>
-rw-r--r-- | devel/horde-chora/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile index 4703f6fde989..378730bf0abe 100644 --- a/devel/horde-chora/Makefile +++ b/devel/horde-chora/Makefile @@ -7,7 +7,7 @@ PORTNAME= chora PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel www DIST_SUBDIR= horde @@ -32,7 +32,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion .endif .if !defined(WITHOUT_CVSPS) -RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps-devel +RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps .endif .if !defined(WITHOUT_CVSGRAPH) @@ -58,13 +58,5 @@ pre-configure: -e "s|%%CONFDIR%%|${CONFDIR}|" \ ${WRKSRC}/config/sourceroots.php.dist -pre-install: -.if !defined(WITHOUT_CVSPS) - @if ! ${PKG_INFO} -I -x cvsps-devel > /dev/null ; then \ - ${ECHO_MSG} "Error: cvsps-devel is required, not cvsps." ; \ - ${FALSE} ; \ - fi -.endif - .include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" .include <bsd.port.mk> |