summaryrefslogtreecommitdiff
path: root/www/typo3_60
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-09-13 11:35:58 +0000
committertaca <taca@pkgsrc.org>2013-09-13 11:35:58 +0000
commit0f614e8db6f6b8f7b1dac3a200f5a66a7a363878 (patch)
treeae3fc698f25630bf26c797461cb4a7280a1a463a /www/typo3_60
parentbffdcf1db2da82998ecc04823c4b76acfa0d541e (diff)
downloadpkgsrc-0f614e8db6f6b8f7b1dac3a200f5a66a7a363878.tar.gz
Update typo3_60 package to 6.0.10.
pkgsrc change: change files/README to MESSAGE file. 2013-09-12 c0dfc7d [RELEASE] Release of TYPO3 6.0.10 (TYPO3 Release Team) 2013-09-11 8fb6d68 #51923 [TASK] Move StorageRepositoryTest tests to AbstractRepositoryTest (Anja Leichsenring) 2013-09-11 1831c95 #51562 [BUGFIX] Move forgotten getEnvironmentMode() (Anja Leichsenring) 2013-09-11 663ccd5 #51519 [TASK] FAL ResourceStorage must not access sys_file table directly (Steffen Ritter) 2013-09-11 016949f #50795 [BUGFIX] Follow-Up: Missing signals on adding file (Stefan Neufeind) 2013-09-11 5db38d3 #51562 [TASK] Remove sys_file.deleted flag and it's usage (Ernesto Baschny) 2013-09-11 7a4e75d #50795 [BUGFIX] Missing signals on adding file (Andreas Wolf) 2013-09-10 194702a #49386 [BUGFIX] Follow-up: Fix fileinfo property mapping in ResourceStorage (Stefan Neufeind) 2013-09-09 9af1d6b #50723 [BUGFIX] Extbase scheduler task serialization (arjenhoekema) 2013-09-09 506a920 #49386 [BUGFIX] Fix fileinfo property mapping in ResourceStorage::setFileContents (Thomas Maroschik) 2013-09-09 1ecf5cd #51018 [BUGFIX] excludeFromUpdates flag ignored (Francois Suter) 2013-09-09 937c3dc #48467 [BUGFIX] mounts of same storage had same subfolder count in Filelist (Simon Schick) 2013-09-09 4519179 #51743 [TASK] Replace double quotes in exceptions (Wouter Wolters) 2013-09-09 df49c8c #51744 [TASK] Cleanup (Wouter Wolters) 2013-09-09 3b52e07 #47414 [BUGFIX] Filename not displayed in selector (file_reference) (Martin Borer) 2013-09-09 8bd8e69 #51871 [BUGFIX] Ignore userTSConfig if not set in getModTSconfig() (Helmut Hummel) 2013-09-09 9d9db86 #51682 [BUGFIX] Disable caching for ADMCMD_view parameter (Philipp Kitzberger) 2013-09-09 c4179a1 #51761 [BUGFIX] Do not add trailing slashes to files (Helmut Hummel) 2013-09-09 3d4d785 #51808 [BUGFIX] Enable ProcessedFiles to do file exists (Helmut Hummel) 2013-09-08 9e2bfef #51758 [BUGFIX] Fix viewObjectNamePattern regression in Extbase (Alexander Schnitzler) 2013-09-08 248d9cf #45498 [FEATURE] Find best-matching local storage instead of default-storage (Stefan Neufeind) 2013-09-06 adf9802 #51747 [BUGFIX] Recreate processig folder without permission checks (Helmut Hummel) 2013-09-06 990cd92 #51733 [BUGFIX] Do not register storage factory slot during install (Helmut Hummel) 2013-09-06 54034a7 #51305,#51767 [FEATURE] Render icon with button view helper (Francois Suter) 2013-09-04 34d22cc #51745 [TASK] Remove conflict code (Wouter Wolters)
Diffstat (limited to 'www/typo3_60')
-rw-r--r--www/typo3_60/Makefile19
-rw-r--r--www/typo3_60/PLIST3
-rw-r--r--www/typo3_60/distinfo14
-rw-r--r--www/typo3_60/files/README14
4 files changed, 15 insertions, 35 deletions
diff --git a/www/typo3_60/Makefile b/www/typo3_60/Makefile
index 75cdfedf451..6c3e07aa998 100644
--- a/www/typo3_60/Makefile
+++ b/www/typo3_60/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/09/06 14:16:46 taca Exp $
+# $NetBSD: Makefile,v 1.5 2013/09/13 11:35:58 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= 6.0.9
+VER= 6.0.10
NO_BUILD= yes
USE_TOOLS+= bash:run pax
@@ -37,6 +37,7 @@ TYPO3DATADIRS= fileadmin fileadmin/_temp_ fileadmin/user_upload \
BUILD_DEFS+= APACHE_GROUP
FILES_SUBST+= TYPO3DIR=${TYPO3DIR} SITEDIR=${SITEDIR}
+MESSAGE_SUBST+= TYPO3DIR=${TYPO3DIR} SITEDIR=${SITEDIR}
PLIST_SUBST+= EGDIR=${EGDIR} SITEDIR=${SITEDIR} \
TYPO3DIR=${TYPO3DIR} TYPO3NAME=${TYPO3NAME:Q}
@@ -60,7 +61,6 @@ REPLACE.sh.new= ${TOOLS_PATH.bash}
REPLACE_FILES.sh= typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
SUBST_CLASSES+= conf
-SUBST_FILES.conf+= ${WRKDIR}/README
SUBST_FILES.conf+= ${WRKSRC}/t3lib/stddb/DefaultConfiguration.php
SUBST_SED.conf+= -e 's|@PREFIX@|${PREFIX}|g'
SUBST_SED.conf+= -e 's|@TYPO3DIR@|${TYPO3DIR}|g'
@@ -81,17 +81,12 @@ PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \
SITEDIR?= www
TYPO3DIR?= share/typo3
-post-extract:
- ${CP} ${FILESDIR}/README ${WRKDIR}
-
-pre-install:
- ${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \;
-
do-install:
- cd ${WRKSRC} && \
- pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME}
+ cd ${WRKSRC} && ${FIND} . ! -type d -a \! -name '*.orig' -print | \
+ pax -rw ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME}
cd ${WRKDIR}/${SITESRC} && \
- pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}
+ ${FIND} . ! -type d -a \! -name '*.orig' -print | \
+ pax -rw ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}
${RM} -f ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/LocalConfiguration.php
${INSTALL_DATA} ${WRKDIR}/${SITESRC}/typo3conf/LocalConfiguration.php \
${DESTDIR}${PREFIX}/${EGDIR}
diff --git a/www/typo3_60/PLIST b/www/typo3_60/PLIST
index 9f9aa0b5e86..5943720f32f 100644
--- a/www/typo3_60/PLIST
+++ b/www/typo3_60/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2013/09/06 14:16:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2013/09/13 11:35:58 taca Exp $
${EGDIR}/LocalConfiguration.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -3096,7 +3096,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/ResourceFactoryTe
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Service/FrontendContentAdapterServiceTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/StorageRepositoryTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures/ext_typoscript_setup.txt
diff --git a/www/typo3_60/distinfo b/www/typo3_60/distinfo
index 1b2fca5890f..2d09e87fc07 100644
--- a/www/typo3_60/distinfo
+++ b/www/typo3_60/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2013/09/06 14:16:46 taca Exp $
+$NetBSD: distinfo,v 1.5 2013/09/13 11:35:58 taca Exp $
-SHA1 (dummy-6.0.9.tar.gz) = 93634fb36f4d37c3b9a66b547de6bf52f3ef71aa
-RMD160 (dummy-6.0.9.tar.gz) = 35aa176679b918bfdf6f1000930e6f44cbca0cd3
-Size (dummy-6.0.9.tar.gz) = 10196 bytes
-SHA1 (typo3_src-6.0.9.tar.gz) = dc0bd7612151038d56466c1cc637ac91c70eb789
-RMD160 (typo3_src-6.0.9.tar.gz) = 54f18406bbb35d164a7e7a54e45952a1cf18e9c0
-Size (typo3_src-6.0.9.tar.gz) = 22138574 bytes
+SHA1 (dummy-6.0.10.tar.gz) = c0d73dd69cec9b7fdd29f01cce9353da0f38e226
+RMD160 (dummy-6.0.10.tar.gz) = be0cda082241332158a9c6a808e920a6b1f0e7f3
+Size (dummy-6.0.10.tar.gz) = 10322 bytes
+SHA1 (typo3_src-6.0.10.tar.gz) = 6a90c93042f60d8484e1c425c2fd211885dd30ff
+RMD160 (typo3_src-6.0.10.tar.gz) = 683646777d5fc0e8d8512db3b354ac061ae23e40
+Size (typo3_src-6.0.10.tar.gz) = 22286661 bytes
SHA1 (patch-t3lib_stddb_DefaultConfiguration.php) = ab5f670ed50d6f7b30564d275f0b95d1c33193d3
diff --git a/www/typo3_60/files/README b/www/typo3_60/files/README
deleted file mode 100644
index 2e1dd36ec0b..00000000000
--- a/www/typo3_60/files/README
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: README,v 1.1 2013/05/16 16:30:46 taca Exp $
-
-1. Set up typo3; Add below line in your httpd.conf.
-
- Alias /typo3 @PREFIX@/@TYPO3DIR@/@SITEDIR@
-
- Or set DocumentRoot to @PREFIX@/@TYPO3DIR@/@SITEDIR@.
-
-2. First, enable TYPO3 installer.
-
- # cp /dev/null @PREFIX@/@TYPO3DIR@/@SITEDIR@/typo3conf/ENABLE_INSTALL_TOOL
-
-3. Access typo3 site. You will be redirected to installer.
-