From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 26 12:30:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BDFB16A4CE for ; Wed, 26 Jan 2005 12:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA42643D39 for ; Wed, 26 Jan 2005 12:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0QCUMEU060018 for ; Wed, 26 Jan 2005 12:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0QCUMMD060017; Wed, 26 Jan 2005 12:30:22 GMT (envelope-from gnats) Resent-Date: Wed, 26 Jan 2005 12:30:22 GMT Resent-Message-Id: <200501261230.j0QCUMMD060017@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, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A912416A4CE for ; Wed, 26 Jan 2005 12:25:37 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9857143D1D for ; Wed, 26 Jan 2005 12:25:30 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j0QCPQ2F048060 for ; Wed, 26 Jan 2005 10:25:27 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j0QCPQnM048059; Wed, 26 Jan 2005 10:25:26 -0200 (BRST) Message-Id: <200501261225.j0QCPQnM048059@digitalsign.com> Date: Wed, 26 Jan 2005 10:25:26 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76708: Update port: devel/pear-XML_RPC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 12:30:23 -0000 >Number: 76708 >Category: ports >Synopsis: Update port: devel/pear-XML_RPC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 12:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + add package version strings - bump PORTREVISION >How-To-Repeat: >Fix: diff -ruN pear-XML_RPC.orig/Makefile pear-XML_RPC/Makefile --- pear-XML_RPC.orig/Makefile Wed Jan 26 08:43:22 2005 +++ pear-XML_RPC/Makefile Wed Jan 26 09:04:49 2005 @@ -7,6 +7,7 @@ PORTNAME= XML_RPC DISTVERSION= 1.2.0RC6 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -22,6 +23,14 @@ post-extract: @${MKDIR} ${WRKSRC}/RPC @${MV} ${WRKSRC}/Server.php ${WRKSRC}/Dump.php ${WRKSRC}/RPC + +post-patch: +. for file in ${FILES} + @${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file} +. endfor +. for file in ${TESTS} + @${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/tests/${file} +. endfor .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" >Release-Note: >Audit-Trail: >Unformatted: