svn commit: r534187 - head/www/typo3-8

Florian Smeets flo at FreeBSD.org
Wed May 6 16:29:34 UTC 2020


Author: flo
Date: Wed May  6 16:29:33 2020
New Revision: 534187
URL: https://svnweb.freebsd.org/changeset/ports/534187

Log:
  - mark deprecated, support ended in April 2020. [1]
  - give users a small two months to migrate to a new version.
  
  PR:		246223 [1]
  Submitted by:	Helmut Ritter <freebsd-ports at charlieroot.de> (maintainer) [1]

Modified:
  head/www/typo3-8/Makefile

Modified: head/www/typo3-8/Makefile
==============================================================================
--- head/www/typo3-8/Makefile	Wed May  6 16:15:01 2020	(r534186)
+++ head/www/typo3-8/Makefile	Wed May  6 16:29:33 2020	(r534187)
@@ -3,6 +3,7 @@
 
 PORTNAME=	typo3
 PORTVERSION=	${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH}
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://typo3.azureedge.net/typo3/${PORTVERSION}/
 PKGNAMESUFFIX=	-${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX}
@@ -12,6 +13,9 @@ COMMENT=	Typo3 content management system
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+DEPRECATED=	Upstream support ended in April 2020
+EXPIRATION_DATE=	2020-06-30
 
 PORTSCOUT=	limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\.
 


More information about the svn-ports-head mailing list