Date: Wed, 26 Jan 2005 10:25:26 -0200 (BRST) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76708: Update port: devel/pear-XML_RPC Message-ID: <200501261225.j0QCPQnM048059@digitalsign.com> Resent-Message-ID: <200501261230.j0QCUMMD060017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501261225.j0QCPQnM048059>