cvs commit: ports GIDs UIDs ports/misc Makefile ports/misc/amanda-server Makefile distinfo pkg-plist pkg-plist.client ports/misc/amanda-server/files patch-amandad-src::Makefile.in patch-changer-src::chg-glue.pl patch-common-src::Makefile.in patch-common-src::glib-util.c ...

Jun Kuriyama kuriyama at FreeBSD.org
Mon Nov 1 14:21:27 UTC 2010


kuriyama    2010-11-01 14:21:26 UTC

  FreeBSD ports repository

  Modified files:
    .                    UIDs GIDs 
    misc                 Makefile 
    misc/amanda-server   Makefile distinfo pkg-plist 
                         pkg-plist.client 
    misc/amanda-server/files patch-amandad-src::Makefile.in 
                             patch-common-src::Makefile.in 
                             patch-perl::Makefile.in 
    misc/amanda25-client Makefile 
    misc/amanda26-client Makefile 
    misc/amanda25-server Makefile 
    misc/amanda26-server Makefile 
  Added files:
    misc/amanda-server/files patch-ndmp-src::Makefile.in 
                             patch-perl::amglue::Makefile.in 
                             patch-xfer-src::Makefile.in 
                             pkg-message.in 
  Removed files:
    misc/amanda-server/files patch-changer-src::chg-glue.pl 
                             patch-common-src::glib-util.c 
                             patch-server-src::amcleanup.pl 
  Log:
  Finally upgrade amanda-{server,client} to 3.2.0.  Old 2.6.x was
  repocopied as amanda26-{server,client}.  Please stay in 2.6.x branch
  if you are conservative.  Yes, you should so for important
  infrastructre like as backup system :-).
  
  New 3.2.0 port includes:
    - Use misc/amanda-perl-wrapper as perl5 interpreter which is linked
      with libthr.so to avoid thread problem.
    - Unique UID, GID assigned and use it by default.  amanda user/group
      will be added automatically when not exist.
    - Deprecate AMANDA_{CONFIG,TAPE} port knobs.  They can be set in
      runtime config easily.
  
  References:     http://wiki.zmanda.com/index.php/3.2_features
  
  Revision  Changes    Path
  1.109     +2 -1      ports/GIDs
  1.124     +2 -1      ports/UIDs
  1.965     +2 -0      ports/misc/Makefile
  1.120     +59 -63    ports/misc/amanda-server/Makefile
  1.34      +3 -3      ports/misc/amanda-server/distinfo
  1.2       +4 -5      ports/misc/amanda-server/files/patch-amandad-src::Makefile.in
  1.2       +0 -10     ports/misc/amanda-server/files/patch-changer-src::chg-glue.pl (dead)
  1.4       +11 -49    ports/misc/amanda-server/files/patch-common-src::Makefile.in
  1.2       +0 -51     ports/misc/amanda-server/files/patch-common-src::glib-util.c (dead)
  1.1       +15 -0     ports/misc/amanda-server/files/patch-ndmp-src::Makefile.in (new)
  1.3       +34 -190   ports/misc/amanda-server/files/patch-perl::Makefile.in
  1.1       +10 -0     ports/misc/amanda-server/files/patch-perl::amglue::Makefile.in (new)
  1.2       +0 -11     ports/misc/amanda-server/files/patch-server-src::amcleanup.pl (dead)
  1.1       +11 -0     ports/misc/amanda-server/files/patch-xfer-src::Makefile.in (new)
  1.1       +3 -0      ports/misc/amanda-server/files/pkg-message.in (new)
  1.38      +41 -31    ports/misc/amanda-server/pkg-plist
  1.19      +50 -19    ports/misc/amanda-server/pkg-plist.client
  1.63      +1 -1      ports/misc/amanda25-client/Makefile
  1.115     +3 -3      ports/misc/amanda25-server/Makefile
  1.67      +2 -1      ports/misc/amanda26-client/Makefile
  1.120     +6 -6      ports/misc/amanda26-server/Makefile


More information about the cvs-ports mailing list