From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 20 16:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8537E508 for ; Thu, 20 Jun 2013 16:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6BBCD15F2 for ; Thu, 20 Jun 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KGe0wE073421 for ; Thu, 20 Jun 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5KGe03E073420; Thu, 20 Jun 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jun 2013 16:40:00 GMT Resent-Message-Id: <201306201640.r5KGe03E073420@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egea Gondolfo Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BC9C5503 for ; Thu, 20 Jun 2013 16:39:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 9E25015EE for ; Thu, 20 Jun 2013 16:39:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KGdZWB019868 for ; Thu, 20 Jun 2013 16:39:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KGdZY4019867; Thu, 20 Jun 2013 16:39:35 GMT (envelope-from nobody) Message-Id: <201306201639.r5KGdZY4019867@oldred.freebsd.org> Date: Thu, 20 Jun 2013 16:39:35 GMT From: Danilo Egea Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179777: devel/simpletest update and take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 16:40:00 -0000 >Number: 179777 >Category: ports >Synopsis: devel/simpletest update and take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 20 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egea Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringa >Environment: FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r252015: Thu Jun 20 01:15:50 BRT 2013 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Changes: - Update from 1.0.1 to 1.1.0 - Crop header - Add license - Add OPTIONS - Take maintainership - Change WWW >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 321387) +++ Makefile (working copy) @@ -1,19 +1,17 @@ -# Ports collection makefile for: simpletest -# Date created: 16 August 2004 -# Whom: Roman Neuhauser () -# +# Created by: Roman Neuhauser () # $FreeBSD$ -# PORTNAME= simpletest -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION:C/\.0//} DISTNAME= ${PORTNAME:L}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Unit testing, mock objects, and web testing framework for PHP +LICENSE= LGPL + USE_PHP= pcre USE_PHP_BUILD= yes DEFAULT_PHP_VER=5 @@ -21,7 +19,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME:L} -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + +.include + +.if ${PORT_OPTIONS:MDOCS} DOCFILES= HELP_MY_TESTS_DONT_WORK_ANYMORE README HTMLDOCFILES= docs/en/* .endif @@ -33,7 +35,7 @@ cd ${WRKSRC}/ \ && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \ && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}/html .for file in ${DOCFILES} @@ -50,7 +52,7 @@ @${FIND} -s -d ${DATAFILES:S,^,${WRKSRC}/,} -type d \ | ${SED} -ne 's,^${WRKSRC},@dirrm ${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm ${DATADIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${FIND} -s ${DOCSDIR} -not -type d \ | ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -s -d ${DOCSDIR} -type d \ Index: distinfo =================================================================== --- distinfo (revision 321387) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (simpletest_1.0.1.tar.gz) = 55034d6f180de7d2bbd32bc41ca31c98bc01fc05264cad0e7e8d3619f3d5ffd0 -SIZE (simpletest_1.0.1.tar.gz) = 269696 +SHA256 (simpletest_1.1.0.tar.gz) = c9843becf2cec9022e11a05c8e95ae9e8d23624054c5c4e8e2b68f153e98d665 +SIZE (simpletest_1.1.0.tar.gz) = 287537 Index: pkg-descr =================================================================== --- pkg-descr (revision 321387) +++ pkg-descr (working copy) @@ -3,4 +3,4 @@ will need no explanation. It also adds JWebUnit style testing including cookies, authentication and form handling -WWW: http://sourceforge.net/projects/simpletest/ +WWW: http://simpletest.org >Release-Note: >Audit-Trail: >Unformatted: