diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-15 19:45:50 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-15 19:45:50 +0000 |
commit | f4ebd140ed7edd6d0f849781d68ace71cdbbc0af (patch) | |
tree | 3aceecdc8024370131559917600445f6f812b5d2 /www | |
parent | 7f76fecb9af8816a4b7a4a06e2f1f5e36d99406c (diff) | |
download | ports-f4ebd140ed7edd6d0f849781d68ace71cdbbc0af.tar.gz ports-f4ebd140ed7edd6d0f849781d68ace71cdbbc0af.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3/Makefile | 21 | ||||
-rw-r--r-- | www/typo3/distinfo | 8 | ||||
-rw-r--r-- | www/typo3/pkg-descr | 4 | ||||
-rw-r--r-- | www/typo3/pkg-plist | 3 | ||||
-rw-r--r-- | www/typo345/Makefile | 2 | ||||
-rw-r--r-- | www/typo345/distinfo | 8 | ||||
-rw-r--r-- | www/typo345/pkg-plist | 2 | ||||
-rw-r--r-- | www/typo346/Makefile | 2 | ||||
-rw-r--r-- | www/typo346/distinfo | 8 | ||||
-rw-r--r-- | www/typo346/pkg-plist | 2 |
10 files changed, 32 insertions, 28 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index a37fe9bbd6af..4e98f8b0d474 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -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 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" 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 --git a/www/typo3/distinfo b/www/typo3/distinfo index faf1401f2353..bc08ba4fe43b 100644 --- a/www/typo3/distinfo +++ b/www/typo3/distinfo @@ -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 --git a/www/typo3/pkg-descr b/www/typo3/pkg-descr index 36b6a1b4f536..846b8f1bf7b6 100644 --- a/www/typo3/pkg-descr +++ b/www/typo3/pkg-descr @@ -3,7 +3,7 @@ on the web and in intranets. It offers full flexibility and extendability while 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 --git a/www/typo3/pkg-plist b/www/typo3/pkg-plist index 4989bd85c0f0..85df0957d668 100644 --- a/www/typo3/pkg-plist +++ b/www/typo3/pkg-plist @@ -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 diff --git a/www/typo345/Makefile b/www/typo345/Makefile index 467c52a9b3a9..5abb2c1d6fa4 100644 --- a/www/typo345/Makefile +++ b/www/typo345/Makefile @@ -6,7 +6,7 @@ # PORTNAME= typo3 -PORTVERSION= 4.5.18 +PORTVERSION= 4.5.19 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff --git a/www/typo345/distinfo b/www/typo345/distinfo index f5091c47848c..f3eb1c0ee379 100644 --- a/www/typo345/distinfo +++ b/www/typo345/distinfo @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.5.18.tar.gz) = 68da30e14124c697c070046b14886ec64ecd38b8b17895a122e1a5f45e516fa2 -SIZE (typo3_src-4.5.18.tar.gz) = 20559614 -SHA256 (dummy-4.5.18.tar.gz) = 9a88878e802ff1b743152cc0f79ed038e769c2436784266725e02d848a07f18d -SIZE (dummy-4.5.18.tar.gz) = 9858 +SHA256 (typo3_src-4.5.19.tar.gz) = 9a70d9e8980acdd5745c7b141d92ff9f680e360905befd484b51e07d13e3a0ba +SIZE (typo3_src-4.5.19.tar.gz) = 20560147 +SHA256 (dummy-4.5.19.tar.gz) = 9ed92532a2827e0d3503683e076b3cef90fe89ff1010a4a0b70a9a172c54bafb +SIZE (dummy-4.5.19.tar.gz) = 9858 diff --git a/www/typo345/pkg-plist b/www/typo345/pkg-plist index fcb79bd7dfa5..6d8780c1939a 100644 --- a/www/typo345/pkg-plist +++ b/www/typo345/pkg-plist @@ -136,6 +136,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/config_default.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php @@ -8300,6 +8301,7 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/extdirect @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu +@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 diff --git a/www/typo346/Makefile b/www/typo346/Makefile index afd0e337ec36..b380a1d3936a 100644 --- a/www/typo346/Makefile +++ b/www/typo346/Makefile @@ -6,7 +6,7 @@ # PORTNAME= typo3 -PORTVERSION= 4.6.11 +PORTVERSION= 4.6.12 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff --git a/www/typo346/distinfo b/www/typo346/distinfo index 5f28e4ab65e5..47d9d34ab19c 100644 --- a/www/typo346/distinfo +++ b/www/typo346/distinfo @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.6.11.tar.gz) = 62acbc0876c2cbf452c435a5a09e11b60b3ea8d724a455f92d2caea07bb2ff89 -SIZE (typo3_src-4.6.11.tar.gz) = 21289682 -SHA256 (dummy-4.6.11.tar.gz) = 87e711ba875c3f9c90d730ff6a5c14b5c05bf2da06de46b0fe98090d04e9bdc2 -SIZE (dummy-4.6.11.tar.gz) = 10138 +SHA256 (typo3_src-4.6.12.tar.gz) = 99ba9550ed74b1c9185fda8bcaf17da3a7b433fd62608afcb24c21a7f25df8b8 +SIZE (typo3_src-4.6.12.tar.gz) = 21288826 +SHA256 (dummy-4.6.12.tar.gz) = cfa9a8a1b4fad18d27fc0a88b0e2e165b2d4d4cf5eada2343819f9621a77f508 +SIZE (dummy-4.6.12.tar.gz) = 10143 diff --git a/www/typo346/pkg-plist b/www/typo346/pkg-plist index fb8ca2840e3e..9a5a42a6d266 100644 --- a/www/typo346/pkg-plist +++ b/www/typo346/pkg-plist @@ -136,6 +136,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/config_default.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php @@ -8994,6 +8995,7 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/extdirect @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu +@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 |