Patches to current port of misc/amanda-server and misc/amanda-client to current stable from Amanda. The patches changes the structure of the port, as I was unable to break i to a clean server and client port. Thus I have added a combined port, just named misc/amanda intended for the case when you want to have bot a server and a client installed on the same machine. my personal feeling is that no repocopy of the 2.6.0 structure is required, as the 2.6.1 is a natural extension on the things added in 2.6.0 and no new incompatibles are added with this. Fix: Patch attached with submission follows:
This is a second version of the port upgrade, where I keep the original format and only change the -server port to also install the client. Please use whatever version works best and gives the least grief to the users. /glz --- "There is hopeful symbolism in the fact that flags do not wave in a vacuum." -- Arthur C. Clarke
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer.
kuriyama 2009-02-04 22:55:46 UTC FreeBSD ports repository Modified files: misc/amanda-server Makefile distinfo pkg-plist pkg-plist.client misc/amanda-server/files extra-patch-sendbackup-dump.c patch-common-src::Makefile.in patch-man::Makefile.in patch-perl::Makefile.in misc/amanda-client Makefile Removed files: misc/amanda-server/files patch-chg-zd-mtx.sh.in patch-server-src::amcleanup.sh Log: - Upgrade to 2.6.1. - Turn on SSH auth by default. - Sorry, previous default path of $AMANDA_DATES was typo. Fixed here it should be. Please take care when upgrading. PR: ports/131193 (partially merged to my update modifications) [1] Submitted by: Goran Lowkrantz <glz@hidden-powers.com> [1] Revision Changes Path 1.64 +0 -1 ports/misc/amanda-client/Makefile 1.112 +65 -34 ports/misc/amanda-server/Makefile 1.31 +3 -3 ports/misc/amanda-server/distinfo 1.3 +7 -20 ports/misc/amanda-server/files/extra-patch-sendbackup-dump.c 1.3 +0 -20 ports/misc/amanda-server/files/patch-chg-zd-mtx.sh.in (dead) 1.2 +14 -13 ports/misc/amanda-server/files/patch-common-src::Makefile.in 1.2 +8 -8 ports/misc/amanda-server/files/patch-man::Makefile.in 1.2 +95 -15 ports/misc/amanda-server/files/patch-perl::Makefile.in 1.2 +0 -11 ports/misc/amanda-server/files/patch-server-src::amcleanup.sh (dead) 1.36 +25 -14 ports/misc/amanda-server/pkg-plist 1.18 +74 -41 ports/misc/amanda-server/pkg-plist.client _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!