pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/typo3_47 Update typo3_47 to 4.7.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/384dcac83b52
branches:  trunk
changeset: 610113:384dcac83b52
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Oct 18 14:35:05 2012 +0000

description:
Update typo3_47 to 4.7.5.

This is maintenance releases and contain bug fixes only and please release
note for detail changes: <http://wiki.typo3.org/wiki/TYPO3_4.7.5>.

diffstat:

 www/typo3_47/Makefile |   4 ++--
 www/typo3_47/PLIST    |  25 ++++++++++++++++++++++++-
 www/typo3_47/distinfo |  14 +++++++-------
 3 files changed, 33 insertions(+), 10 deletions(-)

diffs (77 lines):

diff -r eb6ac2c4f8f7 -r 384dcac83b52 www/typo3_47/Makefile
--- a/www/typo3_47/Makefile     Thu Oct 18 14:34:06 2012 +0000
+++ b/www/typo3_47/Makefile     Thu Oct 18 14:35:05 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/08/15 13:53:49 taca Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/18 14:35:05 taca Exp $
 #
 
 DISTNAME=      ${TYPO3NAME}
@@ -18,7 +18,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-VER=           4.7.4
+VER=           4.7.5
 NO_BUILD=      yes
 USE_TOOLS+=    pax
 
diff -r eb6ac2c4f8f7 -r 384dcac83b52 www/typo3_47/PLIST
--- a/www/typo3_47/PLIST        Thu Oct 18 14:34:06 2012 +0000
+++ b/www/typo3_47/PLIST        Thu Oct 18 14:35:05 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/08/15 13:53:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/10/18 14:35:05 taca Exp $
 ${EGDIR}/localconf.php
 ${TYPO3DIR}/${TYPO3NAME}/ChangeLog
 ${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -2172,6 +2172,29 @@
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/Logo.html
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Templates/About/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Filter/AlphabeticTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Filter/AlphanumericTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/AlphabeticTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/AlphanumericTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/BetweenTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/DateTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/DigitTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/EmailTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/EqualsTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/FileallowedtypesTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/FilemaximumsizeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/FileminimumsizeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/FloatTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/GreaterthanTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/Helper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/InarrayTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/IntegerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/IpTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/LengthTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/LessthanTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/RegexpTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/RequiredTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/System/Validate/UriTest.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_autoload.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_emconf.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_icon.gif
diff -r eb6ac2c4f8f7 -r 384dcac83b52 www/typo3_47/distinfo
--- a/www/typo3_47/distinfo     Thu Oct 18 14:34:06 2012 +0000
+++ b/www/typo3_47/distinfo     Thu Oct 18 14:35:05 2012 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2012/08/15 13:53:50 taca Exp $
+$NetBSD: distinfo,v 1.4 2012/10/18 14:35:05 taca Exp $
 
-SHA1 (dummy-4.7.4.tar.gz) = 94d222732de62b5ba4806f5a0926e10c532e6c04
-RMD160 (dummy-4.7.4.tar.gz) = 90fc5814deea672ad174454d57c3e4a01f38c9aa
-Size (dummy-4.7.4.tar.gz) = 10139 bytes
-SHA1 (typo3_src-4.7.4.tar.gz) = a328a18fe591b10f6b5495ac90cdeef0af910fe7
-RMD160 (typo3_src-4.7.4.tar.gz) = 576fe81125fa82a30aaef870fbf7c3c5b65014d3
-Size (typo3_src-4.7.4.tar.gz) = 22375813 bytes
+SHA1 (dummy-4.7.5.tar.gz) = 4e065ba2318a53636ae29727d4bec159ca729d73
+RMD160 (dummy-4.7.5.tar.gz) = 76df898ff79451c8a6056863be96c4a8f8107593
+Size (dummy-4.7.5.tar.gz) = 10148 bytes
+SHA1 (typo3_src-4.7.5.tar.gz) = 63f07b223e6aa65f75a47a4dde40d355e81de6f3
+RMD160 (typo3_src-4.7.5.tar.gz) = 1a5967f1f61ed1c8832667953195651fa062a6be
+Size (typo3_src-4.7.5.tar.gz) = 22459854 bytes
 SHA1 (patch-t3lib_config__default.php) = 9a016a8510adac61abff93b87495c4657b9cc131



Home | Main Index | Thread Index | Old Index