mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/pear-TheSeer_fDOMDocument: Update to 1.6.7
- Add NO_ARCH Changes: https://github.com/theseer/fDOMDocument/releases
This commit is contained in:
parent
c927da32f0
commit
8f6b7b7a54
2 changed files with 14 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
||||||
|
|
||||||
PORTNAME= fDOMDocument
|
PORTNAME= fDOMDocument
|
||||||
PORTVERSION= 1.6.6
|
PORTVERSION= 1.6.7
|
||||||
CATEGORIES= devel www pear
|
CATEGORIES= devel www pear
|
||||||
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}TheSeer_
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}TheSeer_
|
||||||
|
|
||||||
|
@ -11,23 +11,22 @@ COMMENT= Extension to PHP standard DOM
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= php:flavors pear:env
|
USES= pear:env
|
||||||
|
USE_PHP= dom xml
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= theseer
|
GH_ACCOUNT= theseer
|
||||||
|
|
||||||
USE_PHP= dom xml
|
NO_ARCH= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
PLIST_FILES= share/PHP/fDOMDocument/fDOMDocument.php
|
||||||
|
|
||||||
PEAR_CHANNEL= theseer
|
PEAR_CHANNEL= theseer
|
||||||
PEAR_CHANNEL_VER= >=20120501
|
PEAR_CHANNEL_VER= >=20120501
|
||||||
|
|
||||||
NO_BUILD= yes
|
|
||||||
|
|
||||||
PHP_DIR= share/PHP
|
|
||||||
|
|
||||||
PLIST_FILES= ${PHP_DIR}/${PORTNAME}/fDOMDocument.php
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/PHP/fDOMDocument
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/src/fDOMDocument.php \
|
${INSTALL_SCRIPT} ${WRKSRC}/src/fDOMDocument.php ${STAGEDIR}${PREFIX}/share/PHP/fDOMDocument
|
||||||
${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1504199780
|
TIMESTAMP = 1643971022
|
||||||
SHA256 (theseer-fDOMDocument-1.6.6_GH0.tar.gz) = 7e5bfe993a622ca814ecc19d13484bf4ee08f8a6d3b01de9a1e9c057a0518e19
|
SHA256 (theseer-fDOMDocument-1.6.7_GH0.tar.gz) = 23a226ef85d01194c40cf6c47584118836fb777f30049ebc575481d990724277
|
||||||
SIZE (theseer-fDOMDocument-1.6.6_GH0.tar.gz) = 21233
|
SIZE (theseer-fDOMDocument-1.6.7_GH0.tar.gz) = 21619
|
||||||
|
|
Loading…
Add table
Reference in a new issue