Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2013 21:36:14 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310901 - head/www/baikal
Message-ID:  <201301232136.r0NLaEwq061801@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Jan 23 21:36:14 2013
New Revision: 310901
URL: http://svnweb.freebsd.org/changeset/ports/310901

Log:
  Add in some missing php module dependencies.
  
  PR:		ports/175292
  Submitted by:	Guillaume Bibaut <yom@iaelu.net>
  
  Also, change the WWW and MASTER_SITE to match the project's new domain
  name. The above PR notes some difficulty fetching the distfile, perhaps
  eliminating the extra redirect will help there.

Modified:
  head/www/baikal/Makefile
  head/www/baikal/pkg-descr

Modified: head/www/baikal/Makefile
==============================================================================
--- head/www/baikal/Makefile	Wed Jan 23 21:20:58 2013	(r310900)
+++ head/www/baikal/Makefile	Wed Jan 23 21:36:14 2013	(r310901)
@@ -3,16 +3,16 @@
 
 PORTNAME=		baikal
 PORTVERSION=	0.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=		www
-MASTER_SITES=	http://baikal.codr.fr/get/
+MASTER_SITES=	http://baikal-server.com/get/
 DISTNAME=		${PORTNAME}-regular-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=		adamw@FreeBSD.org
 COMMENT=		Lightweight CalDAV/CardDAV server
 
-USE_PHP=		ctype filter xml pdo_sqlite
+USE_PHP=		ctype filter xml pdo_sqlite session mbstring dom
 
 WRKSRC=			${WRKDIR}/${PORTNAME}-regular
 NO_BUILD=		yes

Modified: head/www/baikal/pkg-descr
==============================================================================
--- head/www/baikal/pkg-descr	Wed Jan 23 21:20:58 2013	(r310900)
+++ head/www/baikal/pkg-descr	Wed Jan 23 21:36:14 2013	(r310901)
@@ -10,4 +10,4 @@ run at the root of a VirtualHost or subd
 sample Apache and Nginx configurations, and INSTALL.md for all
 the gory details.
 
-WWW: http://baikal.codr.fr/
+WWW: http://baikal-server.com/



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