Skip to content

Commit

Permalink
www/smarty2: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
5u623l20 committed Apr 4, 2024
1 parent 1045687 commit d1c0cd5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions www/smarty2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit d1c0cd5

Please sign in to comment.