mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
textproc/pear-Text_Template: Update to 3.0.0
Changes: https://github.com/sebastianbergmann/php-text-template/blob/main/ChangeLog.md
This commit is contained in:
parent
aa0bd45ecd
commit
851aa4beec
@ -1,5 +1,5 @@
|
||||
PORTNAME= Text_Template
|
||||
PORTVERSION= 2.0.4
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= textproc www pear
|
||||
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
||||
|
||||
@ -11,18 +11,18 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= pear:env
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/PHP/Text_Template/Template.php
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sebastianbergmann
|
||||
GH_PROJECT= php-text-template
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
PHP_DIR= share/PHP
|
||||
PLIST_FILES= ${PHP_DIR}/${PORTNAME}/Template.php
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/Template.php \
|
||||
${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/PHP/Text_Template
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/Template.php ${STAGEDIR}${PREFIX}/share/PHP/Text_Template
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1621495199
|
||||
SHA256 (sebastianbergmann-php-text-template-2.0.4_GH0.tar.gz) = 07c3376b6cb61547bf1dded46257c5cf6d1608e350ccb9d5004435938dccfbc5
|
||||
SIZE (sebastianbergmann-php-text-template-2.0.4_GH0.tar.gz) = 3391
|
||||
TIMESTAMP = 1677771163
|
||||
SHA256 (sebastianbergmann-php-text-template-3.0.0_GH0.tar.gz) = 4bbfeb9d6ea731812d4bb38106e0c212018224e9bc9e366cf1754a5c178a8fa9
|
||||
SIZE (sebastianbergmann-php-text-template-3.0.0_GH0.tar.gz) = 3618
|
||||
|
Loading…
Reference in New Issue
Block a user