diff options
author | agc <agc> | 1998-06-09 07:41:48 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-09 07:41:48 +0000 |
commit | 9972c140a0470c915babbaaf260fecabb0b4b382 (patch) | |
tree | 48501b148f87ea8057f9b1205bacd64499ebf0d2 /misc | |
parent | b7de685aed7d024fc95603493ec09d3d9ab8d71f (diff) | |
download | pkgsrc-9972c140a0470c915babbaaf260fecabb0b4b382.tar.gz |
Upgrade to Amanda 2.4.0p1, a bug fix release.
Invoke addnerd correctly, so that -g is processed by getopt(3)
Change the RUN_DEPENDS on gnuplot and gtar to DEPENDS - the GNU configure
script needs to find these at the configure stage of the Amanda package.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda/Makefile | 10 | ||||
-rw-r--r-- | misc/amanda/files/md5 | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile index 5163cefbbd1..d9187b3808f 100644 --- a/misc/amanda/Makefile +++ b/misc/amanda/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 1998/06/08 10:45:17 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/09 07:41:48 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # -DISTNAME= amanda-2.4.0 +DISTNAME= amanda-2.4.0p1 CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ @@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org DEPENDS+= readline-2.2:../../devel/readline DEPENDS+= addnerd-1.5:../../sysutils/addnerd -RUN_DEPENDS+= gnuplot:../../graphics/gnuplot -RUN_DEPENDS+= gtar:../../archivers/gtar +DEPENDS+= gnuplot-3.5:../../graphics/gnuplot +DEPENDS+= gtar-1.12:../../archivers/gtar AMANDA_USER?= backup AMANDA_GROUP= operator @@ -28,7 +28,7 @@ MAN8= amadmin.8 amcheck.8 amdump.8 amflush.8 amlabel.8 \ amrmtape.8 amverify.8 pre-install: - @${SETENV} ${MAKE_ENV} addnerd ${AMANDA_USER} -g ${AMANDA_GROUP} + @${SETENV} ${MAKE_ENV} addnerd -g ${AMANDA_GROUP} ${AMANDA_USER} post-install: ${LDCONFIG} || ${TRUE} diff --git a/misc/amanda/files/md5 b/misc/amanda/files/md5 index 0c8c35d4742..1716520a266 100644 --- a/misc/amanda/files/md5 +++ b/misc/amanda/files/md5 @@ -1 +1 @@ -MD5 (amanda-2.4.0.tar.gz) = b0c29c9b1b1fd0c8fcddfdecb2b8b2a8 +MD5 (amanda-2.4.0p1.tar.gz) = bda875acd382ea92cfaf7750ce8ce7bd |