Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2012 20:25:53 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305013 - head/devel/gitphp
Message-ID:  <201209282025.q8SKPrnq001578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Fri Sep 28 20:25:53 2012
New Revision: 305013
URL: http://svn.freebsd.org/changeset/ports/305013

Log:
  - Add dependency on textproc/pecl-xdiff
  - Bump PORTREVISION

Modified:
  head/devel/gitphp/Makefile

Modified: head/devel/gitphp/Makefile
==============================================================================
--- head/devel/gitphp/Makefile	Fri Sep 28 20:21:03 2012	(r305012)
+++ head/devel/gitphp/Makefile	Fri Sep 28 20:25:53 2012	(r305013)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gitphp
 PORTVERSION=	0.2.7
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	http://www.gitphp.org/attachments/download/42/
 
@@ -18,6 +19,8 @@ NO_BUILD=	yes
 
 SUB_FILES=	pkg-message
 
+RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:${PORTSDIR}/textproc/pecl-xdiff
+
 do-install:
 	${MKDIR} ${WWWDIR}
 	(cd ${WRKSRC} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209282025.q8SKPrnq001578>