Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 11:31:11 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422251 - head/devel/pear-Validate
Message-ID:  <201609161131.u8GBVBVT090024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Fri Sep 16 11:31:11 2016
New Revision: 422251
URL: https://svnweb.freebsd.org/changeset/ports/422251

Log:
  Add non-default OPTIONS DATE, IDNA, new maintainer
  
  Detailed log:
  - New maintainer: Danilo G. Baio <dbaio@bsd.com.br>
  - Add non-default OPTIONS DATE, IDNA
  - Add LICENSE
  - Set NO_ARCH
  - Upgrade distinfo with TIMESTAMP
  
  PR:		212301
  Submitted by:	dbaio@bsd.com.br (maintainer)

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

Modified: head/devel/pear-Validate/Makefile
==============================================================================
--- head/devel/pear-Validate/Makefile	Fri Sep 16 10:05:42 2016	(r422250)
+++ head/devel/pear-Validate/Makefile	Fri Sep 16 11:31:11 2016	(r422251)
@@ -3,11 +3,24 @@
 
 PORTNAME=	Validate
 PORTVERSION=	0.8.5
+PORTREVISION=	1
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	dbaio@bsd.com.br
 COMMENT=	PEAR Validation class
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+OPTIONS_DEFINE=	DATE IDNA
+
+DATE_DESC=	Date and Time Zone Classes
+DATE_RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date
+
+IDNA_DESC=	Net_IDNA - Punycode encoding and decoding package
+IDNA_RUN_DEPENDS=	${PEARDIR}/Net/IDNA.php:net/pear-Net_IDNA
+
 USES=	pear
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/pear-Validate/distinfo
==============================================================================
--- head/devel/pear-Validate/distinfo	Fri Sep 16 10:05:42 2016	(r422250)
+++ head/devel/pear-Validate/distinfo	Fri Sep 16 11:31:11 2016	(r422251)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1472687841
 SHA256 (PEAR/Validate-0.8.5.tgz) = 2ce4913df22dc08470af053cf8123ccfb699639e21b52b03a301c7af764192a4
 SIZE (PEAR/Validate-0.8.5.tgz) = 21668



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