- Update to 4.5.26 Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
Author: culot Date: Mon May 6 16:29:48 2013 New Revision: 317531 URL: http://svnweb.freebsd.org/changeset/ports/317531 Log: - Update to 4.5.26 Changes: http://wiki.typo3.org/TYPO3_4.5.26 PR: ports/178327 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) Modified: head/www/typo345/Makefile head/www/typo345/distinfo head/www/typo345/pkg-descr head/www/typo345/pkg-plist Modified: head/www/typo345/Makefile ============================================================================== --- head/www/typo345/Makefile Mon May 6 16:17:06 2013 (r317530) +++ head/www/typo345/Makefile Mon May 6 16:29:48 2013 (r317531) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 4.5.25 +PORTVERSION= 4.5.26 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo345/distinfo ============================================================================== --- head/www/typo345/distinfo Mon May 6 16:17:06 2013 (r317530) +++ head/www/typo345/distinfo Mon May 6 16:29:48 2013 (r317531) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.5.25.tar.gz) = 419a7ca6499318f6536bef0e882dfbfe72653ba33d4e68e571c2b84ffa143f1e -SIZE (typo3_src-4.5.25.tar.gz) = 20643456 -SHA256 (dummy-4.5.25.tar.gz) = 4cb11c995e1908a58522c34c2dbb39501fd8616f3fbe720187720ff37e1fca51 -SIZE (dummy-4.5.25.tar.gz) = 9858 +SHA256 (typo3_src-4.5.26.tar.gz) = 8f97725d3a64ae6a6bed7c5944eaa42dfaa47459a7dd7891f56270f95c58630f +SIZE (typo3_src-4.5.26.tar.gz) = 20639930 +SHA256 (dummy-4.5.26.tar.gz) = dba2ac3f020a2b0b29611f4b3432d00bf0017a748033e1c73c216560bf8f3e8c +SIZE (dummy-4.5.26.tar.gz) = 9857 Modified: head/www/typo345/pkg-descr ============================================================================== --- head/www/typo345/pkg-descr Mon May 6 16:17:06 2013 (r317530) +++ head/www/typo345/pkg-descr Mon May 6 16:29:48 2013 (r317531) @@ -2,7 +2,9 @@ TYPO3 is a free Open Source content mana 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 LTS release. It is recommended for existing -projects and will get full support until April 2014. +The stable LTS release (for old projects) +This version is the Long Term Support release. It can be used for existing +projects, and will get full support (bug fixes and security fixes) until April +2014. Important and security related fixes will be provided until October 2014. WWW: http://typo3.org/ Modified: head/www/typo345/pkg-plist ============================================================================== --- head/www/typo345/pkg-plist Mon May 6 16:17:06 2013 (r317530) +++ head/www/typo345/pkg-plist Mon May 6 16:29:48 2013 (r317531) @@ -2609,7 +2609,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/thread.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/xmenu_layers.diff %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/xmlversionLib.inc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back1.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back2.png _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes (avoid lines >80 chars in pkg-descr). Thanks!