svn commit: r310901 - head/www/baikal
Adam Weinberger
adamw at FreeBSD.org
Wed Jan 23 21:36:15 UTC 2013
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 at 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 at 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/
More information about the svn-ports-head
mailing list