FreeBSD Bugzilla – Attachment 126871 Details for
Bug 170650
[MAINTAINER] www/typo3: update to 4.7.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
typo3-4.7.4.patch
typo3-4.7.4.patch (text/plain), 4.04 KB, created by
Helmut Schneider
on 2012-08-15 15:10:05 UTC
(
hide
)
Description:
typo3-4.7.4.patch
Filename:
MIME Type:
Creator:
Helmut Schneider
Created:
2012-08-15 15:10:05 UTC
Size:
4.04 KB
patch
obsolete
>diff -ruN --exclude=CVS ../typo3.org/Makefile ./Makefile >--- ../typo3.org/Makefile 2012-07-06 05:33:20.000000000 +0200 >+++ ./Makefile 2012-08-15 15:35:26.000000000 +0200 >@@ -6,7 +6,7 @@ > # > > PORTNAME= typo3 >-PORTVERSION= 4.7.2 >+PORTVERSION= 4.7.4 > CATEGORIES= www > MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} > >@@ -31,31 +31,30 @@ > > DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX} > >-OPTIONS= CURL "Configure with cURL support" off \ >- GD "Configure with GDlib/freetype support" off \ >- IMAGICK "Configure with ImageMagick support" off \ >- MBSTRING "Configure with mbstring support" off \ >- ZLIB "Configure with zlib support" off >+OPTIONS_DEFINE= CURL GD IMAGICK MBSTRING ZLIB >+IMAGICK_DESC= ${IMAGEMAGICK_DESC} >+MBSTRING_DESC= ${MULTIBYTE_DESC} >+GD_DESC= GDlib/freetype support > > .include <bsd.port.pre.mk> > >-.if defined(WITH_CURL) >+.if ${PORT_OPTIONS:MCURL} > USE_PHP+= curl > .endif > >-.if defined(WITH_GD) >+.if ${PORT_OPTIONS:MGD} > USE_PHP+= gd > .endif > >-.if defined(WITH_IMAGICK) >+.if ${PORT_OPTIONS:MIMAGICK} > RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick > .endif > >-.if defined(WITH_MBSTRING) >+.if ${PORT_OPTIONS:MMBSTRING} > USE_PHP+= mbstring > .endif > >-.if defined(WITH_ZLIB) >+.if ${PORT_OPTIONS:MZLIB} > USE_PHP+= zlib > .endif > >diff -ruN --exclude=CVS ../typo3.org/distinfo ./distinfo >--- ../typo3.org/distinfo 2012-07-06 05:33:20.000000000 +0200 >+++ ./distinfo 2012-08-15 15:35:28.000000000 +0200 >@@ -1,4 +1,4 @@ >-SHA256 (typo3_src-4.7.2.tar.gz) = 43a3390b2580f7c74819377441b669d3d2d0a62c686036224e073b7b1db90ee9 >-SIZE (typo3_src-4.7.2.tar.gz) = 22374815 >-SHA256 (dummy-4.7.2.tar.gz) = 693a2c30325aa1697f5f3bb905caf755fcf6db4718008635af1461ccea56761c >-SIZE (dummy-4.7.2.tar.gz) = 10148 >+SHA256 (typo3_src-4.7.4.tar.gz) = f770f8ae7cbb1b2a70547d9dcc53b6e2372467940884b3e0701b1c221682193d >+SIZE (typo3_src-4.7.4.tar.gz) = 22375813 >+SHA256 (dummy-4.7.4.tar.gz) = 21e17c67783a9e91ad39a011604fd61ceb946627e835943d32609f4a4393ba4b >+SIZE (dummy-4.7.4.tar.gz) = 10139 >diff -ruN --exclude=CVS ../typo3.org/pkg-descr ./pkg-descr >--- ../typo3.org/pkg-descr 2012-05-03 10:09:35.000000000 +0200 >+++ ./pkg-descr 2012-08-15 15:44:38.000000000 +0200 >@@ -3,7 +3,7 @@ > featuring an accomplished set of ready-made interfaces, functions and modules. > > This version is the current stable release. It is recommended for existing >-projects and will get full support (bugfixes and security fixes) until April 2013, >-but will get security fixes until October 2013. >+projects and will get full support (bugfixes and security fixes) until April >+2013, but will get security fixes until October 2013. > > WWW: http://typo3.org/ >diff -ruN --exclude=CVS ../typo3.org/pkg-plist ./pkg-plist >--- ../typo3.org/pkg-plist 2012-07-06 05:33:20.000000000 +0200 >+++ ./pkg-plist 2012-08-15 16:02:02.000000000 +0200 >@@ -20,7 +20,6 @@ > %%WWWDIR%%/uploads/media/index.html > %%WWWDIR%%/uploads/pics/index.html > %%WWWDIR%%/uploads/tf/index.html >-%%WWWDIR%%_src-%%PORTVERSION%%/.travis.yml > %%WWWDIR%%_src-%%PORTVERSION%%/ChangeLog > %%WWWDIR%%_src-%%PORTVERSION%%/GPL.txt > %%WWWDIR%%_src-%%PORTVERSION%%/INSTALL.txt >@@ -136,6 +135,7 @@ > %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_userauth.php > %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_userauthgroup.php > %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_xml.php >+%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/codec/class.t3lib_codec_javascriptencoder.php > %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/AbstractRecordCollection.php > %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/RecordCollectionRepository.php > %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/StaticRecordCollection.php >@@ -9251,6 +9251,7 @@ > @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu > @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces > @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection >+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/codec > @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/interfaces > @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend > @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/exception
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 170650
: 126871