Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 15:42:04 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d1c0cd52666b - main - www/smarty2: Mark DEPRECATED
Message-ID:  <202404041542.434Fg4Zk078532@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d1c0cd52666b0da9893ce1d1cd8c5fde3f66f281

commit d1c0cd52666b0da9893ce1d1cd8c5fde3f66f281
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-04-04 13:41:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-04-04 15:41:43 +0000

    www/smarty2: Mark DEPRECATED
    
    - This version of smarty does not support php 5 and later
    - Set EXPIRATION_DATE 2024-05-05
    - Pet portclippy
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 www/smarty2/Makefile | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/www/smarty2/Makefile b/www/smarty2/Makefile
index 54ea26b44e5e..a04c4eb0157b 100644
--- a/www/smarty2/Makefile
+++ b/www/smarty2/Makefile
@@ -3,8 +3,8 @@ PORTVERSION=	2.6.32
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://www.smarty.net/files/docs/:manual
-DISTFILES=	manual-en-${PORTVERSION:R}.zip:manual
 PKGNAMESUFFIX=	2${PHP_PKGNAMESUFFIX}
+DISTFILES=	manual-en-${PORTVERSION:R}.zip:manual
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PHP compiling template engine
@@ -13,16 +13,18 @@ WWW=		https://www.smarty.net/
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.lib
 
-OPTIONS_DEFINE=	DOCS
+DEPRECATED=	Does not support current php versions in tree
+EXPIRATION_DATE=	2024-05-04
 
-NO_ARCH=	yes
-NO_BUILD=	yes
 USES=		cpe php:web,flavors
+USE_GITHUB=	yes
+GH_ACCOUNT=	smarty-php
 
+NO_ARCH=	yes
+NO_BUILD=	yes
 SUB_FILES=	pkg-message
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	smarty-php
+OPTIONS_DEFINE=	DOCS
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404041542.434Fg4Zk078532>