Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2017 13:10:00 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440336 - head/devel/pear-PHP_PMD
Message-ID:  <201705071310.v47DA0IP044659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun May  7 13:10:00 2017
New Revision: 440336
URL: https://svnweb.freebsd.org/changeset/ports/440336

Log:
  - Update to 1.5.0
  - Added NO_ARCH
  - Added portscout flag to ignore 2.0 release
  
  PR:		218630
  Submitted by:	maintainer

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

Modified: head/devel/pear-PHP_PMD/Makefile
==============================================================================
--- head/devel/pear-PHP_PMD/Makefile	Sun May  7 13:00:19 2017	(r440335)
+++ head/devel/pear-PHP_PMD/Makefile	Sun May  7 13:10:00 2017	(r440336)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PHP_PMD
-PORTVERSION=	1.4.1
+PORTVERSION=	1.5.0
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pear.phpmd.org/get/
 PKGNAMEPREFIX=	pear-
@@ -11,12 +11,16 @@ MAINTAINER=	joneum@bsdproject.de
 COMMENT=	PHP Mess Detector
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PEARDIR}/.channels/pear.phpmd.org.reg:devel/pear-channel-phpmd
 RUN_DEPENDS=	${PEARDIR}/.channels/pear.phpmd.org.reg:devel/pear-channel-phpmd
 
+PORTSCOUT=	skipv=2.*
+
 USES=	pear
 PEAR_CHANNEL=	phpmd
 USE_PHP=	dom simplexml
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/pear-PHP_PMD/distinfo
==============================================================================
--- head/devel/pear-PHP_PMD/distinfo	Sun May  7 13:00:19 2017	(r440335)
+++ head/devel/pear-PHP_PMD/distinfo	Sun May  7 13:10:00 2017	(r440336)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/PHP_PMD-1.4.1.tgz) = 92fa7bfa71ac0f012fb888d70a138314f1607ed8c8540a0e1da100f3f3a2b024
-SIZE (PEAR/PHP_PMD-1.4.1.tgz) = 46814
+TIMESTAMP = 1492080866
+SHA256 (PEAR/PHP_PMD-1.5.0.tgz) = fd6533e6c794eb33422a301269fa928b124df6fc555c8d4b8786bdcb9b49529c
+SIZE (PEAR/PHP_PMD-1.5.0.tgz) = 49534



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705071310.v47DA0IP044659>