svn commit: r449701 - head/devel/pear-TheSeer_fDOMDocument

Jochen Neumeister joneum at FreeBSD.org
Tue Sep 12 17:46:31 UTC 2017


Author: joneum
Date: Tue Sep 12 17:46:30 2017
New Revision: 449701
URL: https://svnweb.freebsd.org/changeset/ports/449701

Log:
  - devel/pear-TheSeer_fDOMDocument: Update from 1.4.3 to 1.6.6
  - switch to GitHub
  - Changelog: https://github.com/theseer/fDOMDocument/releases
  
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12187

Modified:
  head/devel/pear-TheSeer_fDOMDocument/Makefile
  head/devel/pear-TheSeer_fDOMDocument/distinfo

Modified: head/devel/pear-TheSeer_fDOMDocument/Makefile
==============================================================================
--- head/devel/pear-TheSeer_fDOMDocument/Makefile	Tue Sep 12 17:36:27 2017	(r449700)
+++ head/devel/pear-TheSeer_fDOMDocument/Makefile	Tue Sep 12 17:46:30 2017	(r449701)
@@ -2,21 +2,35 @@
 # $FreeBSD$
 
 PORTNAME=	fDOMDocument
-PORTVERSION=	1.4.3
+PORTVERSION=	1.6.6
 CATEGORIES=	devel www pear
-MASTER_SITES=	http://pear.netpirates.net/get/
 PKGNAMEPREFIX=	pear-TheSeer_
 
 MAINTAINER=	joneum at FreeBSD.org
-COMMENT=	Extension to PHP's standard DOM
+COMMENT=	Extension to PHP standard DOM
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer
-RUN_DEPENDS=	${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer
+BUILD_DEPENDS=	pear-channel-theseer>=20120501:devel/pear-channel-theseer
+RUN_DEPENDS=	pear-channel-theseer>=20120501:devel/pear-channel-theseer
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	theseer
+GH_PROJECT=	fDOMDocument
+
 USE_PHP=	dom xml
 PEAR_CHANNEL=	theseer
-USES=	pear
+
+NO_BUILD=	yes
+
+PHP_DIR=	share/PHP
+
+PLIST_FILES=	${PHP_DIR}/${PORTNAME}/fDOMDocument.php
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/src/fDOMDocument.php \
+		${STAGEDIR}${PREFIX}/${PHP_DIR}/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/devel/pear-TheSeer_fDOMDocument/distinfo
==============================================================================
--- head/devel/pear-TheSeer_fDOMDocument/distinfo	Tue Sep 12 17:36:27 2017	(r449700)
+++ head/devel/pear-TheSeer_fDOMDocument/distinfo	Tue Sep 12 17:46:30 2017	(r449701)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/fDOMDocument-1.4.3.tgz) = 9c8c14bd39c406d0fba4c7c9a8c6382c8c06ba870f9982e8f42bf824e8b814bd
-SIZE (PEAR/fDOMDocument-1.4.3.tgz) = 15310
+TIMESTAMP = 1504199780
+SHA256 (theseer-fDOMDocument-1.6.6_GH0.tar.gz) = 7e5bfe993a622ca814ecc19d13484bf4ee08f8a6d3b01de9a1e9c057a0518e19
+SIZE (theseer-fDOMDocument-1.6.6_GH0.tar.gz) = 21233


More information about the svn-ports-all mailing list