pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc use the shared pear module framework, so that these wo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc9a56fea535
branches:  trunk
changeset: 482689:cc9a56fea535
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 01 19:57:10 2004 +0000

description:
use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped

diffstat:

 sysutils/pear-Log/Makefile    |  4 ++--
 time/pear-Date/Makefile       |  4 ++--
 www/pear-HTML_Common/Makefile |  4 ++--
 www/pear-HTML_Select/Makefile |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 0d585814d9b8 -r cc9a56fea535 sysutils/pear-Log/Makefile
--- a/sysutils/pear-Log/Makefile        Mon Nov 01 19:55:57 2004 +0000
+++ b/sysutils/pear-Log/Makefile        Mon Nov 01 19:57:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/02 22:00:50 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/01 19:57:10 jdolecek Exp $
 
 DISTNAME=      Log-1.8.4
 CATEGORIES=    sysutils
@@ -7,5 +7,5 @@
 HOMEPAGE=      http://www.csh.rit.edu/~jon/projects/pear_log/
 COMMENT=       PHP Log framework provides an abstracted logging system
 
-.include "../../www/php4/pear.mk"
+.include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0d585814d9b8 -r cc9a56fea535 time/pear-Date/Makefile
--- a/time/pear-Date/Makefile   Mon Nov 01 19:55:57 2004 +0000
+++ b/time/pear-Date/Makefile   Mon Nov 01 19:57:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/12/17 19:16:42 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/01 19:57:10 jdolecek Exp $
 
 DISTNAME=      Date-1.3
 CATEGORIES=    time
@@ -7,5 +7,5 @@
 HOMEPAGE=      http://pear.php.net/package/Date
 COMMENT=       PHP Date and Time Zone Classes
 
-.include "../../www/php4/pear.mk"
+.include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0d585814d9b8 -r cc9a56fea535 www/pear-HTML_Common/Makefile
--- a/www/pear-HTML_Common/Makefile     Mon Nov 01 19:55:57 2004 +0000
+++ b/www/pear-HTML_Common/Makefile     Mon Nov 01 19:57:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/10/09 16:48:56 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/01 19:57:10 jdolecek Exp $
 
 DISTNAME=      HTML_Common-1.2.1
 PKGREVISION=   1
@@ -11,5 +11,5 @@
 # This package is base HTML package
 PEAR_DIRRM_BASEDIR=    yes
 
-.include "../../www/php4/pear.mk"
+.include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0d585814d9b8 -r cc9a56fea535 www/pear-HTML_Select/Makefile
--- a/www/pear-HTML_Select/Makefile     Mon Nov 01 19:55:57 2004 +0000
+++ b/www/pear-HTML_Select/Makefile     Mon Nov 01 19:57:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/03 15:30:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/01 19:57:10 jdolecek Exp $
 
 DISTNAME=      HTML_Select-1.2.1
 CATEGORIES=    www
@@ -9,5 +9,5 @@
 
 DEPENDS+=      pear-HTML_Common>=1.1:../../www/pear-HTML_Common
 
-.include "../../www/php4/pear.mk"
+.include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index