diff options
author | taca <taca@pkgsrc.org> | 2010-01-14 14:59:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-01-14 14:59:26 +0000 |
commit | adda8a688f4b5071d7dca7a873f1d762589e43d1 (patch) | |
tree | 3ab748d32f8eecc8ff170debe9cf3584693fa80d /www/typo3/Makefile | |
parent | da7b699dba29e3a94dc2d60df454bb577b00562d (diff) | |
download | pkgsrc-adda8a688f4b5071d7dca7a873f1d762589e43d1.tar.gz |
Update typo3 package to 4.3.1
he TYPO3 core team has just released TYPO3 version 4.3.1, which is now
ready for you to download. It is a maintenance release of the current
stable branch 4.3 and contains bugfixes and security fixes.
IMPORTANT: This version includes important security fixes to the TYPO3
core. A security announcement has just been released:
http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-001/
For details about the release, see:
http://wiki.typo3.org/index.php/TYPO3_4.3.1
Diffstat (limited to 'www/typo3/Makefile')
-rw-r--r-- | www/typo3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 89df181c5d8..e475c62b645 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/12/02 15:51:01 taca Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/14 14:59:26 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ PKG_DESTDIR_SUPPORT= destdir -VER= 4.3.0 +VER= 4.3.1 NO_BUILD= yes USE_TOOLS= pax |