pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/amanda-plot Don't create an (empty) directory...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24e0d5ae3738
branches:  trunk
changeset: 475233:24e0d5ae3738
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Wed May 12 20:53:51 2004 +0000

description:
Don't create an (empty) directory in $prefix/share
Remove Makefile variables which are also defined in Makefile.common

diffstat:

 sysutils/amanda-plot/Makefile         |   9 ++-------
 sysutils/amanda-plot/distinfo         |   7 ++++---
 sysutils/amanda-plot/patches/patch-ab |  15 +++++++++++++--
 sysutils/amanda-plot/patches/patch-ac |   2 ++
 4 files changed, 21 insertions(+), 12 deletions(-)

diffs (69 lines):

diff -r 5484f3c2fe89 -r 24e0d5ae3738 sysutils/amanda-plot/Makefile
--- a/sysutils/amanda-plot/Makefile     Wed May 12 19:36:20 2004 +0000
+++ b/sysutils/amanda-plot/Makefile     Wed May 12 20:53:51 2004 +0000
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2004/05/12 18:45:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.16 2004/05/12 20:53:51 bouyer Exp $
 #
 
-DISTNAME=              amanda-2.4.4p2
-PKGNAME=               amanda-plot-2.4.4p2
+PKGNAME=               amanda-plot-${VERS}
 SVR4_PKGNAME=          amapl
-CATEGORIES=            sysutils
-MASTER_SITES=          ftp://ftp.cs.umd.edu/pub/amanda/
 
-MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://www.amanda.org/
 COMMENT=               Visualizes the behavior of Amanda, a network backup system
 
 DEPENDS+=              gnuplot>=3.7:../../graphics/gnuplot
diff -r 5484f3c2fe89 -r 24e0d5ae3738 sysutils/amanda-plot/distinfo
--- a/sysutils/amanda-plot/distinfo     Wed May 12 19:36:20 2004 +0000
+++ b/sysutils/amanda-plot/distinfo     Wed May 12 20:53:51 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2004/05/12 18:45:25 bouyer Exp $
+$NetBSD: distinfo,v 1.5 2004/05/12 20:53:51 bouyer Exp $
 
 SHA1 (amanda-2.4.4p2.tar.gz) = c14510260941a3915f4068e6b7e3f91698ab099e
 Size (amanda-2.4.4p2.tar.gz) = 1263075 bytes
-SHA1 (patch-ab) = c6b1ab0f273a2832abe57b97cb63b96fd76e633d
-SHA1 (patch-ac) = 9b4fda0170f16a50220d751f69045c91b1eba4c4
+SHA1 (patch-aa) = 12ff93eea6d9f443ce2f236492d9e0362fd2d9ff
+SHA1 (patch-ab) = ba184b284ae72a3fd822cce722436955ca242b2f
+SHA1 (patch-ac) = c8487962b38b339acc34631eb1f495f184ad6308
diff -r 5484f3c2fe89 -r 24e0d5ae3738 sysutils/amanda-plot/patches/patch-ab
--- a/sysutils/amanda-plot/patches/patch-ab     Wed May 12 19:36:20 2004 +0000
+++ b/sysutils/amanda-plot/patches/patch-ab     Wed May 12 20:53:51 2004 +0000
@@ -1,5 +1,7 @@
---- Makefile.in.orig   2004-01-08 10:21:29.000000000 -0800
-+++ Makefile.in        2004-02-24 08:26:13.000000000 -0800
+$NetBSD: patch-ab,v 1.5 2004/05/12 20:53:51 bouyer Exp $
+
+--- Makefile.in.orig   2004-05-12 22:51:17.000000000 +0200
++++ Makefile.in        2004-05-12 21:53:57.000000000 +0200
 @@ -168,20 +168,14 @@
  # order is significant, don't change it arbitrarily
  SUBDIRS = \
@@ -23,3 +25,12 @@
  
  
  EXTRA_DIST = $(SNAPSHOT_STAMP) \
+@@ -506,7 +500,7 @@
+ uninstall: uninstall-recursive
+ 
+ install-am: all-am
+-      @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
++      @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+ 
+ installcheck: installcheck-recursive
+ install-strip:
diff -r 5484f3c2fe89 -r 24e0d5ae3738 sysutils/amanda-plot/patches/patch-ac
--- a/sysutils/amanda-plot/patches/patch-ac     Wed May 12 19:36:20 2004 +0000
+++ b/sysutils/amanda-plot/patches/patch-ac     Wed May 12 20:53:51 2004 +0000
@@ -1,3 +1,5 @@
+$NetBSD: patch-ac,v 1.5 2004/05/12 20:53:51 bouyer Exp $
+
 --- man/Makefile.in.orig       2004-01-08 10:23:42.000000000 -0800
 +++ man/Makefile.in    2004-02-24 08:15:51.000000000 -0800
 @@ -188,11 +188,7 @@



Home | Main Index | Thread Index | Old Index