ports/129212: [PATCH]: devel/horde-chora switch to devel/cvsps

Wesley Shields wxs at FreeBSD.org
Wed Nov 26 18:50:02 UTC 2008


>Number:         129212
>Category:       ports
>Synopsis:       [PATCH]: devel/horde-chora switch to devel/cvsps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 26 18:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 7.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Wed Sep 3 17:03:38 EDT 2008 root at syn.csh.rit.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
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.

I've attached a patch which switches devel/horde-chora and CC'ed the
maintainer (beech@) on this.  This is untested so I'm hoping Beech will
speak up on this.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /ncvs/ports/devel/horde-chora/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	5 Jul 2008 00:50:55 -0000	1.33
+++ Makefile	26 Nov 2008 18:48:42 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	chora
 PORTVERSION=	2.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel www
 DIST_SUBDIR=	horde
 
@@ -32,7 +32,7 @@
 .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 @@
 		-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>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list