pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net use PKGBASE rather than PKGNAME - the version of t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/476961e2f7b8
branches: trunk
changeset: 484581:476961e2f7b8
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sun Nov 28 10:21:48 2004 +0000
description:
use PKGBASE rather than PKGNAME - the version of the PHP4-bundled component
might differ, so claiming the exact version is part of PHP4 might be
misleading
diffstat:
net/pear-Net_SMTP/Makefile | 4 ++--
net/pear-Net_Socket/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 5d1b8fc31628 -r 476961e2f7b8 net/pear-Net_SMTP/Makefile
--- a/net/pear-Net_SMTP/Makefile Sun Nov 28 10:07:05 2004 +0000
+++ b/net/pear-Net_SMTP/Makefile Sun Nov 28 10:21:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 13:01:16 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/28 10:21:48 jdolecek Exp $
DISTNAME= Net_SMTP-1.2.6
CATEGORIES+= net mail
@@ -10,7 +10,7 @@
# used to be bundled before PHP 5.x
.if ${_PHP_VERSION} < 5
-PKG_SKIP_REASON= "${PKGNAME} is part of PHP${_PHP_VERSION}"
+PKG_SKIP_REASON= "${PKGBASE} is part of PHP${_PHP_VERSION}"
.endif
.include "../../mk/bsd.pkg.mk"
diff -r 5d1b8fc31628 -r 476961e2f7b8 net/pear-Net_Socket/Makefile
--- a/net/pear-Net_Socket/Makefile Sun Nov 28 10:07:05 2004 +0000
+++ b/net/pear-Net_Socket/Makefile Sun Nov 28 10:21:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/11/27 10:02:52 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/28 10:21:48 jdolecek Exp $
DISTNAME= Net_Socket-1.0.2
CATEGORIES+= net
@@ -10,7 +10,7 @@
# used to be bundled before PHP 5.x
.if ${_PHP_VERSION} < 5
-PKG_SKIP_REASON= "${PKGNAME} is part of PHP${_PHP_VERSION}"
+PKG_SKIP_REASON= "${PKGBASE} is part of PHP${_PHP_VERSION}"
.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index