From owner-svn-ports-all@FreeBSD.ORG Wed Jan 23 21:36:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6FD89E7A; Wed, 23 Jan 2013 21:36:15 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4C245118; Wed, 23 Jan 2013 21:36:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0NLaFxR061803; Wed, 23 Jan 2013 21:36:15 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0NLaEwq061801; Wed, 23 Jan 2013 21:36:14 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201301232136.r0NLaEwq061801@svn.freebsd.org> From: Adam Weinberger Date: Wed, 23 Jan 2013 21:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310901 - head/www/baikal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 21:36:15 -0000 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 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/