Thu Dec 11 16:28:05 2008 UTC ()
Remove note for using PostgreSQL in MESSAGE.

Bump PKGREVISION.


(taca)
diff -r1.1 -r1.2 pkgsrc/www/typolight/MESSAGE
diff -r1.5 -r1.6 pkgsrc/www/typolight/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/www/typolight/Attic/MESSAGE (expand / switch to unified diff)

--- pkgsrc/www/typolight/Attic/MESSAGE 2008/10/06 14:02:05 1.1
+++ pkgsrc/www/typolight/Attic/MESSAGE 2008/12/11 16:28:05 1.2
@@ -1,11 +1,8 @@ @@ -1,11 +1,8 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.1 2008/10/06 14:02:05 taca Exp $ 2$NetBSD: MESSAGE,v 1.2 2008/12/11 16:28:05 taca Exp $
3 3
4To complete the setup, please read: 4To complete the setup, please read:
5 5
6 ${PREFIX}/share/doc/typolight/README 6 ${PREFIX}/share/doc/typolight/README
7 7
8 
9Note: currently, PostgreSQL isn't tested well. 
10 
11=========================================================================== 8===========================================================================

cvs diff -r1.5 -r1.6 pkgsrc/www/typolight/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typolight/Attic/Makefile 2008/12/09 07:27:39 1.5
+++ pkgsrc/www/typolight/Attic/Makefile 2008/12/11 16:28:05 1.6
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2008/12/09 07:27:39 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2008/12/11 16:28:05 taca Exp $
2# 2#
3 3
4DISTNAME= typolight-${TL_VERSION} 4DISTNAME= typolight-${TL_VERSION}
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
8 8
9MAINTAINER= taca@NetBSD.org 9MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://www.typolight.org/ 10HOMEPAGE= http://www.typolight.org/
11COMMENT= Powerful web content management system (CMS) 11COMMENT= Powerful web content management system (CMS)
12 12
13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/gd 13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/gd
14DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring 14DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
15DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql 15DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
16DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt 16DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt
17DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap 17DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap
18 18