pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Fix build after amanda-common had its PKGREVI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fa6b53c427f
branches:  trunk
changeset: 481481:1fa6b53c427f
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Oct 05 17:51:05 2004 +0000

description:
Fix build after amanda-common had its PKGREVISION bumped: be a bit
more liberal about the versions of the various amanda packages listed
as dependencies.

diffstat:

 sysutils/amanda-plot/Makefile |  4 ++--
 sysutils/amanda/Makefile      |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 115a6e7b427b -r 1fa6b53c427f sysutils/amanda-plot/Makefile
--- a/sysutils/amanda-plot/Makefile     Tue Oct 05 16:55:30 2004 +0000
+++ b/sysutils/amanda-plot/Makefile     Tue Oct 05 17:51:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/12 20:53:51 bouyer Exp $
+# $NetBSD: Makefile,v 1.17 2004/10/05 17:51:05 seb Exp $
 #
 
 PKGNAME=               amanda-plot-${VERS}
@@ -7,7 +7,7 @@
 COMMENT=               Visualizes the behavior of Amanda, a network backup system
 
 DEPENDS+=              gnuplot>=3.7:../../graphics/gnuplot
-DEPENDS+=              amanda-server-2.4.4p2:../../sysutils/amanda-server
+DEPENDS+=              amanda-server-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-server
 
 USE_BUILDLINK3=                yes
 
diff -r 115a6e7b427b -r 1fa6b53c427f sysutils/amanda/Makefile
--- a/sysutils/amanda/Makefile  Tue Oct 05 16:55:30 2004 +0000
+++ b/sysutils/amanda/Makefile  Tue Oct 05 17:51:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/05/12 18:45:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.37 2004/10/05 17:51:05 seb Exp $
 #
 
 DISTNAME=      amanda-2.4.4p2
@@ -10,9 +10,9 @@
 HOMEPAGE=      http://www.amanda.org/
 COMMENT=       The "meta-package" for Amanda, a network backup system
 
-DEPENDS+=      amanda-client-2.4.4p2:../../sysutils/amanda-client
-DEPENDS+=      amanda-server-2.4.4p2:../../sysutils/amanda-server
-DEPENDS+=      amanda-plot-2.4.4p2:../../sysutils/amanda-plot
+DEPENDS+=      amanda-client-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-client
+DEPENDS+=      amanda-server-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-server
+DEPENDS+=      amanda-plot-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-plot
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes



Home | Main Index | Thread Index | Old Index