pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www www/typolight* work with PHP 5.2 and lator.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/054d81cc96bb
branches:  trunk
changeset: 568883:054d81cc96bb
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 23 12:53:46 2009 +0000

description:
www/typolight* work with PHP 5.2 and lator.

No functional change.

diffstat:

 www/typolight26/Makefile |  12 ++++++------
 www/typolight27/Makefile |  12 ++++++------
 www/typolight28/Makefile |  12 ++++++------
 3 files changed, 18 insertions(+), 18 deletions(-)

diffs (78 lines):

diff -r 3d30d4e3c554 -r 054d81cc96bb www/typolight26/Makefile
--- a/www/typolight26/Makefile  Wed Dec 23 12:51:41 2009 +0000
+++ b/www/typolight26/Makefile  Wed Dec 23 12:53:46 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/12/20 04:21:05 taca Exp $
+# $NetBSD: Makefile,v 1.6 2009/12/23 12:53:46 taca Exp $
 #
 
 DISTNAME=      typolight-${TL_VERSION}
@@ -12,11 +12,11 @@
 COMMENT=       Powerful web content management system (CMS)
 LICENSE=       gnu-lgpl-v2.1
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
-DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
-DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt
-DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
+DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap
 
 PKG_DESTDIR_SUPPORT=   destdir
 
diff -r 3d30d4e3c554 -r 054d81cc96bb www/typolight27/Makefile
--- a/www/typolight27/Makefile  Wed Dec 23 12:51:41 2009 +0000
+++ b/www/typolight27/Makefile  Wed Dec 23 12:53:46 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/12/20 04:22:04 taca Exp $
+# $NetBSD: Makefile,v 1.13 2009/12/23 12:53:46 taca Exp $
 #
 
 DISTNAME=      typolight-${TL_VERSION}
@@ -11,11 +11,11 @@
 COMMENT=       Powerful web content management system (CMS)
 LICENSE=       gnu-lgpl-v2.1
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
-DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
-DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt
-DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
+DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap
 
 PKG_DESTDIR_SUPPORT=   destdir
 
diff -r 3d30d4e3c554 -r 054d81cc96bb www/typolight28/Makefile
--- a/www/typolight28/Makefile  Wed Dec 23 12:51:41 2009 +0000
+++ b/www/typolight28/Makefile  Wed Dec 23 12:53:46 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 16:06:30 taca Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/23 12:53:46 taca Exp $
 #
 
 DISTNAME=      typolight-${TL_VERSION}
@@ -11,11 +11,11 @@
 COMMENT=       Powerful web content management system (CMS)
 LICENSE=       gnu-lgpl-v3
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
-DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
-DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt
-DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
+DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap
 
 PKG_DESTDIR_SUPPORT=   destdir
 



Home | Main Index | Thread Index | Old Index