Mon Sep 28 01:36:21 2009 UTC ()
Since it found out that typolight 2.7.3 use a function of PHP calendar
module, depends it misc/php-calendar.

Bump PKGREVISION.


(taca)
diff -r1.7 -r1.8 pkgsrc/www/typolight27/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/www/typolight27/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typolight27/Attic/Makefile 2009/09/07 03:07:33 1.7
+++ pkgsrc/www/typolight27/Attic/Makefile 2009/09/28 01:36:21 1.8
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.7 2009/09/07 03:07:33 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2009/09/28 01:36:21 taca Exp $
2# 2#
3 3
4DISTNAME= typolight-${TL_VERSION} 4DISTNAME= typolight-${TL_VERSION}
5PKGNAME= typolight${TL_VER}-${TL_PKGVER} 5PKGNAME= typolight${TL_VER}-${TL_PKGVER}
 6PKGREVISION= 1
6CATEGORIES= www 7CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
8 9
9MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://www.typolight.org/ 11HOMEPAGE= http://www.typolight.org/
11COMMENT= Powerful web content management system (CMS) 12COMMENT= Powerful web content management system (CMS)
12 13
 14DEPENDS+= ${PHP_PKG_PREFIX}-calendar>=5.1.0:../../misc/php-calendar
13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd 15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
14DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring 16DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
15DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql 17DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
16DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt 18DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt
17DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap 19DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap
18 20
19PKG_DESTDIR_SUPPORT= destdir 21PKG_DESTDIR_SUPPORT= destdir
20 22
21PHP_VERSIONS_ACCEPTED= 5 23PHP_VERSIONS_ACCEPTED= 5
22 24
23USE_TOOLS= pax 25USE_TOOLS= pax
24NO_BUILD= yes 26NO_BUILD= yes
25 27