pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 put back XML_RPC upgrade - the fixed one is 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/406c81f1d7b7
branches:  trunk
changeset: 499117:406c81f1d7b7
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Sep 10 09:04:01 2005 +0000

description:
put back XML_RPC upgrade - the fixed one is 1._4_.0, not 1.3.1

diffstat:

 www/php4/Makefile |  12 +++++++++++-
 www/php4/distinfo |   5 ++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

diffs (49 lines):

diff -r daf7411a0179 -r 406c81f1d7b7 www/php4/Makefile
--- a/www/php4/Makefile Sat Sep 10 08:58:55 2005 +0000
+++ b/www/php4/Makefile Sat Sep 10 09:04:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2005/09/10 08:58:55 jdolecek Exp $
+# $NetBSD: Makefile,v 1.52 2005/09/10 09:04:01 jdolecek Exp $
 
 PKGNAME=               php-${PHP_BASE_VERS}
 CATEGORIES+=           lang
@@ -20,6 +20,11 @@
 CGIDIR=                        ${PREFIX}/libexec/cgi-bin
 EGDIR=                 ${PREFIX}/share/examples/php
 
+EXTRACT_ONLY=                  ${DISTNAME}${EXTRACT_SUFX}
+XMLRPC_DISTFILE=               XML_RPC-1.4.0.tgz
+SITES_${XMLRPC_DISTFILE}=      http://pear.php.net/get/
+DISTFILES=                     ${EXTRACT_ONLY} ${XMLRPC_DISTFILE}
+
 # On NetBSD ELF platforms, we need to link libgcc.a whole-archive so that
 # certain symbols from the C++ implementation (__get_eh_context, etc.)
 # referenced by DSOs written in C++ will resolve correctly.  We need to
@@ -40,6 +45,11 @@
 
 USE_TOOLS+=    gzcat
 
+post-extract:
+       ${RM} -f ${WRKSRC}/pear/packages/XML_RPC-1.3.1.tar
+       ${GZCAT} ${DISTDIR}/${XMLRPC_DISTFILE} \
+         >${WRKSRC}/pear/packages/${XMLRPC_DISTFILE:S/.tgz/.tar/}
+
 post-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php
        ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 ${PREFIX}/man/man1/php.1
diff -r daf7411a0179 -r 406c81f1d7b7 www/php4/distinfo
--- a/www/php4/distinfo Sat Sep 10 08:58:55 2005 +0000
+++ b/www/php4/distinfo Sat Sep 10 09:04:01 2005 +0000
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.42 2005/09/10 08:58:55 jdolecek Exp $
+$NetBSD: distinfo,v 1.43 2005/09/10 09:04:01 jdolecek Exp $
 
 SHA1 (php-4.4.0.tar.bz2) = 5e0afe6e5f8c751f880a50ad4fa1716f0242ef37
 RMD160 (php-4.4.0.tar.bz2) = 4792e78b6f2f3e3347a1ac945b48efaccedf4542
 Size (php-4.4.0.tar.bz2) = 4086074 bytes
+SHA1 (XML_RPC-1.4.0.tgz) = 461f0b70675a37f524043d19078e9c0502dd13ac
+RMD160 (XML_RPC-1.4.0.tgz) = 8647565c7fa973ac800683d91c32d781fce9437c
+Size (XML_RPC-1.4.0.tgz) = 26776 bytes
 SHA1 (patch-aa) = feb064407950d0fc732b7240e65cac84420d2407
 SHA1 (patch-ad) = 9ca5d2f59bfeea77a98cd0e727546d11669114cd
 SHA1 (patch-ag) = 1ded1d7f4daac6806f41864c783f16d3403315e4



Home | Main Index | Thread Index | Old Index