Skip to content

Commit

Permalink
devel/pear-TheSeer_fDOMDocument: Update to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 28, 2022
1 parent c927da3 commit 8f6b7b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions devel/pear-TheSeer_fDOMDocument/Makefile
@@ -1,7 +1,7 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>

PORTNAME= fDOMDocument
PORTVERSION= 1.6.6
PORTVERSION= 1.6.7
CATEGORIES= devel www pear
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}TheSeer_

Expand All @@ -11,23 +11,22 @@ COMMENT= Extension to PHP standard DOM
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= php:flavors pear:env
USES= pear:env
USE_PHP= dom xml

USE_GITHUB= yes
GH_ACCOUNT= theseer

USE_PHP= dom xml
PEAR_CHANNEL= theseer
PEAR_CHANNEL_VER= >=20120501

NO_ARCH= yes
NO_BUILD= yes

PHP_DIR= share/PHP
PLIST_FILES= share/PHP/fDOMDocument/fDOMDocument.php

PLIST_FILES= ${PHP_DIR}/${PORTNAME}/fDOMDocument.php
PEAR_CHANNEL= theseer
PEAR_CHANNEL_VER= >=20120501

do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
${INSTALL_SCRIPT} ${WRKSRC}/src/fDOMDocument.php \
${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
${MKDIR} ${STAGEDIR}${PREFIX}/share/PHP/fDOMDocument
${INSTALL_SCRIPT} ${WRKSRC}/src/fDOMDocument.php ${STAGEDIR}${PREFIX}/share/PHP/fDOMDocument

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/pear-TheSeer_fDOMDocument/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1504199780
SHA256 (theseer-fDOMDocument-1.6.6_GH0.tar.gz) = 7e5bfe993a622ca814ecc19d13484bf4ee08f8a6d3b01de9a1e9c057a0518e19
SIZE (theseer-fDOMDocument-1.6.6_GH0.tar.gz) = 21233
TIMESTAMP = 1643971022
SHA256 (theseer-fDOMDocument-1.6.7_GH0.tar.gz) = 23a226ef85d01194c40cf6c47584118836fb777f30049ebc575481d990724277
SIZE (theseer-fDOMDocument-1.6.7_GH0.tar.gz) = 21619

0 comments on commit 8f6b7b7

Please sign in to comment.