pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells Don't needlessly depend on a perl module for a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f72daae8c9b0
branches:  trunk
changeset: 545056:f72daae8c9b0
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Jul 25 09:14:48 2008 +0000

description:
Don't needlessly depend on a perl module for a perl script we do not install.
Bump PKGREVISION for zsh and zsh-current.

diffstat:

 shells/zsh-current/Makefile |  4 ++--
 shells/zsh/Makefile         |  4 ++--
 shells/zsh/Makefile.common  |  4 +---
 3 files changed, 5 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 00e65cee171b -r f72daae8c9b0 shells/zsh-current/Makefile
--- a/shells/zsh-current/Makefile       Fri Jul 25 08:48:23 2008 +0000
+++ b/shells/zsh-current/Makefile       Fri Jul 25 09:14:48 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2008/07/13 18:26:24 tonnerre Exp $
+# $NetBSD: Makefile,v 1.15 2008/07/25 09:14:48 ghen Exp $
 
 .include "../../shells/zsh/Makefile.common"
 
-PKGREVISION=   2
+PKGREVISION=   3
 
 ZSH_VERSION=   4.3.4
 ZSH_MAINTAINER=        uebayasi%NetBSD.org@localhost
diff -r 00e65cee171b -r f72daae8c9b0 shells/zsh/Makefile
--- a/shells/zsh/Makefile       Fri Jul 25 08:48:23 2008 +0000
+++ b/shells/zsh/Makefile       Fri Jul 25 09:14:48 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2008/07/13 18:22:01 tonnerre Exp $
+# $NetBSD: Makefile,v 1.53 2008/07/25 09:14:48 ghen Exp $
 
 .include "../../shells/zsh/Makefile.common"
 
 ZSH_VERSION=   4.2.6
 ZSH_MAINTAINER=        uebayasi%NetBSD.org@localhost
-PKGREVISION=   1
+PKGREVISION=   2
 
 .include "../../mk/bsd.pkg.mk"
diff -r 00e65cee171b -r f72daae8c9b0 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Fri Jul 25 08:48:23 2008 +0000
+++ b/shells/zsh/Makefile.common        Fri Jul 25 09:14:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2008/07/13 18:22:01 tonnerre Exp $
+# $NetBSD: Makefile.common,v 1.48 2008/07/25 09:14:48 ghen Exp $
 
 DISTNAME=      zsh-${ZSH_VERSION}
 CATEGORIES=    shells
@@ -23,8 +23,6 @@
 INFO_FILES=            # PLIST
 TEXINFO_REQD=          4.0
 
-DEPENDS+=      p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index