pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc PECL modules have a real homepage. Set the default fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a39cf024c6f6
branches:  trunk
changeset: 500235:a39cf024c6f6
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Oct 04 16:50:50 2005 +0000

description:
PECL modules have a real homepage.  Set the default for PECL modules to
the PECL distro site rather than PHP's default.

Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.

diffstat:

 archivers/php-zip/Makefile    |  3 ++-
 databases/php-sqlite/Makefile |  4 ++--
 lang/php/ext.mk               |  6 +++++-
 print/php-pdflib/Makefile     |  3 ++-
 www/php-eaccelerator/Makefile |  3 ++-
 www/php4-apc/Makefile         |  3 ++-
 6 files changed, 15 insertions(+), 7 deletions(-)

diffs (88 lines):

diff -r ff9ffed8cc5e -r a39cf024c6f6 archivers/php-zip/Makefile
--- a/archivers/php-zip/Makefile        Tue Oct 04 16:46:54 2005 +0000
+++ b/archivers/php-zip/Makefile        Tue Oct 04 16:50:50 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:44:50 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/10/04 16:50:50 tv Exp $
 
 MODNAME=               zip
 PECL_VERSION=          1.0
+PKGREVISION=           1
 CATEGORIES+=           archivers
 PKGREVISION=           # empty
 COMMENT=               PHP extension for ZIP archive handling
diff -r ff9ffed8cc5e -r a39cf024c6f6 databases/php-sqlite/Makefile
--- a/databases/php-sqlite/Makefile     Tue Oct 04 16:46:54 2005 +0000
+++ b/databases/php-sqlite/Makefile     Tue Oct 04 16:50:50 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/09/18 15:22:11 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/04 16:50:50 tv Exp $
 
 MODNAME=               SQLite
 PKGMODNAME=            sqlite
 PKGNAME=               php-${PKGMODNAME}-${PHP_BASE_VERS}.${PECL_VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 PECL_VERSION=          1.0.3
 CATEGORIES+=           databases
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
diff -r ff9ffed8cc5e -r a39cf024c6f6 lang/php/ext.mk
--- a/lang/php/ext.mk   Tue Oct 04 16:46:54 2005 +0000
+++ b/lang/php/ext.mk   Tue Oct 04 16:50:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.9 2005/09/20 10:56:38 abs Exp $
+# $NetBSD: ext.mk,v 1.10 2005/10/04 16:50:50 tv Exp $
 #
 # PHP extension package framework, for both PECL and bundled PHP extensions.
 #
@@ -9,6 +9,10 @@
 .if !defined(PHPEXT_MK)
 PHPEXT_MK=     defined
 
+.if defined(PECL_VERSION)
+HOMEPAGE?=             http://pecl.php.net/package/${MODNAME}
+.endif
+
 .include "../../lang/php/phpversion.mk"
 
 .include "${PHPPKGSRCDIR}/Makefile.common"
diff -r ff9ffed8cc5e -r a39cf024c6f6 print/php-pdflib/Makefile
--- a/print/php-pdflib/Makefile Tue Oct 04 16:46:54 2005 +0000
+++ b/print/php-pdflib/Makefile Tue Oct 04 16:50:50 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:08 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/04 16:50:50 tv Exp $
 
 MODNAME=               pdflib
 PKGMODNAME=            pdf
 PECL_VERSION=          2.0.3
+PKGREVISION=           1
 CATEGORIES+=           print
 PKGREVISION=           # empty
 COMMENT=               PHP extension for PDFlib on-the-fly PDF generation
diff -r ff9ffed8cc5e -r a39cf024c6f6 www/php-eaccelerator/Makefile
--- a/www/php-eaccelerator/Makefile     Tue Oct 04 16:46:54 2005 +0000
+++ b/www/php-eaccelerator/Makefile     Tue Oct 04 16:50:50 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/07 18:53:33 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/04 16:50:50 tv Exp $
 
 MODNAME=       eaccelerator
 PECL_VERSION=  0.9.2a
+PKGREVISION=   1
 CATEGORIES+=   sysutils
 COMMENT=       PHP accelerator, optimizer, encoder and dynamic content cache
 
diff -r ff9ffed8cc5e -r a39cf024c6f6 www/php4-apc/Makefile
--- a/www/php4-apc/Makefile     Tue Oct 04 16:46:54 2005 +0000
+++ b/www/php4-apc/Makefile     Tue Oct 04 16:50:50 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:48:01 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/10/04 16:50:50 tv Exp $
 
 MODNAME=       apc
 PECL_VERSION=  2.0.4
+PKGREVISION=   1
 CATEGORIES+=   sysutils
 COMMENT=       Alternative PHP Cache for PHP4
 



Home | Main Index | Thread Index | Old Index