diff options
author | taca <taca> | 2012-11-14 14:52:46 +0000 |
---|---|---|
committer | taca <taca> | 2012-11-14 14:52:46 +0000 |
commit | d086b81e42a62d900f838444275b442d5e18591c (patch) | |
tree | 1bc76cbc1e5f07f60a88a987d2d4f10f36bd48fb /www/typo3_46/Makefile | |
parent | d9a462795fa944135a53879bc41e75d79253adf6 (diff) | |
download | pkgsrc-d086b81e42a62d900f838444275b442d5e18591c.tar.gz |
Update typo3_46 to 4.6.15.
Fixed some regression of previous release.
2012-11-12 6b2534d [RELEASE] Release of TYPO3 4.6.15 (TYPO3 Release Team)
2012-11-12 f9f79d8 [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-11-12 00f7f89 [TASK] Raise version numbers of system extensions (Steffen Ritter)
2012-11-11 99fefa4 #42850 [TASK] Fix TYPO3 logos (Helmut Hummel)
2012-11-10 0e6c1de #42812 [BUGFIX] getFuncCheck must quotes wrong (Michael Späth)
Diffstat (limited to 'www/typo3_46/Makefile')
-rw-r--r-- | www/typo3_46/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3_46/Makefile b/www/typo3_46/Makefile index fc611e133dc..a6ddffc5a88 100644 --- a/www/typo3_46/Makefile +++ b/www/typo3_46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/11/08 13:50:48 taca Exp $ +# $NetBSD: Makefile,v 1.17 2012/11/14 14:52:46 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json -VER= 4.6.14 +VER= 4.6.15 NO_BUILD= yes USE_TOOLS+= pax |