diff options
author | taca <taca@pkgsrc.org> | 2010-02-23 14:12:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-23 14:12:22 +0000 |
commit | 999bc46f4aa7b78ebb150c72e70389c48ed64d56 (patch) | |
tree | d9c908635263b11aa1954445d51763f4e71c502b /www/typo3/Makefile | |
parent | 5011e883e82062f0bffe474fdbc5234689a17bbb (diff) | |
download | pkgsrc-999bc46f4aa7b78ebb150c72e70389c48ed64d56.tar.gz |
Update typo3 package to 4.3.2. For complete changes, please refer
ChangeLog file.
Also switch DESTDIR support to user-destdir.
the TYPO3 core team has just released the TYPO3 versions 4.3.2 and
4.2.12, which are now ready for you to download. All versions are
maintenance releases and contain bugfixes and security fixes.
IMPORTANT:
These versions include important security fixes to the TYPO3 core. A
security announcement has just been released:
https://typo3.org/teams/security/security-bulletins/typo3-sa-2010-004/
For details about the release, see:
http://wiki.typo3.org/index.php/TYPO3_4.3.2
http://wiki.typo3.org/index.php/TYPO3_4.2.12
Diffstat (limited to 'www/typo3/Makefile')
-rw-r--r-- | www/typo3/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index e475c62b645..85c665aca13 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/01/14 14:59:26 taca Exp $ +# $NetBSD: Makefile,v 1.19 2010/02/23 14:12:22 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -15,9 +15,9 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir -VER= 4.3.1 +VER= 4.3.2 NO_BUILD= yes USE_TOOLS= pax @@ -50,10 +50,11 @@ INSTALLATION_DIRS+= ${EGDIR} ${TYPO3DIR}/${SITEDIR} ${TYPO3DIR}/${TYPO3NAME} CONF_FILES_PERMS+= ${EGDIR}/localconf.php \ ${TYPO3DIR}/${SITEDIR}/typo3conf/localconf.php \ - ${BINOWN} ${APACHE_GROUP} 0660 + ${REAL_ROOT_USER} ${APACHE_GROUP} 0660 .for d in ${TYPO3DATADIR} -OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${BINOWN} ${APACHE_GROUP} 0770 +OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${REAL_ROOT_USER} \ + ${APACHE_GROUP} 0770 CHECK_PERMS_SKIP+= ${TYPO3DIR}/${SITEDIR}/${d} .endfor |