Bug 193983 - [maintainer] [patch] Update amanda-server and amanda-client to 3.3.6.
Summary: [maintainer] [patch] Update amanda-server and amanda-client to 3.3.6.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-28 01:50 UTC by Dylan Leigh
Modified: 2014-11-09 08:45 UTC (History)
2 users (show)

See Also:


Attachments
Patch to update misc/amanda-server to 3.3.6 (4.87 KB, patch)
2014-09-28 01:50 UTC, Dylan Leigh
no flags Details | Diff
Revised patch to update misc/amanda-server to 3.3.6 (6.98 KB, patch)
2014-10-25 20:17 UTC, David Siebörger
no flags Details | Diff
Revised patch to update misc/amanda-client to 3.3.6 (292 bytes, patch)
2014-10-25 20:18 UTC, David Siebörger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dylan Leigh 2014-09-28 01:50:35 UTC
Created attachment 147739 [details]
Patch to update misc/amanda-server to 3.3.6

These were submitted by David Siebörger, and have been used by both of us with no issues. Have checked make package (as user), make check-orphans, build, install and use on amd64, all passed.

Larger patch for amanda-server is attached, and the tiny patch for amanda-client is below. These need to be updated at the same time, as amanda-client is both a slave port and a dependency of amanda-server.

amanda-client-3.3.6,1.diff 
Index: Makefile
===================================================================
--- Makefile    (revision 368844)
+++ Makefile    (working copy)
@@ -2,7 +2,6 @@
 # $FreeBSD$
 
 PKGNAMESUFFIX= -client
-PORTREVISION=  3
 
 COMMENT=       The Advanced Maryland Automatic Network Disk Archiver (client)
Comment 1 Dylan Leigh 2014-09-28 01:54:59 UTC
PS: There is a new dependency on p5-XML-Simple, required by amfetchdump.
Comment 2 John Marino freebsd_committer freebsd_triage 2014-10-08 18:27:02 UTC
you need to update your pkg-plist patch to remove all lines with @dirrm in them, they are redundant now.
Comment 3 David Siebörger 2014-10-25 20:17:15 UTC
Created attachment 148644 [details]
Revised patch to update misc/amanda-server to 3.3.6
Comment 4 David Siebörger 2014-10-25 20:18:33 UTC
Created attachment 148645 [details]
Revised patch to update misc/amanda-client to 3.3.6
Comment 5 David Siebörger 2014-10-25 20:20:03 UTC
The patches I've just attached remove the @dirrm lines in pkg-plist as per John Marino's suggestion.
Comment 6 John Marino freebsd_committer freebsd_triage 2014-10-31 17:36:44 UTC
looks okay with a quick glance, moving to patch-ready pool.
Comment 7 Dylan Leigh 2014-11-03 02:33:41 UTC
I've tested the revised patches, its all good.
Comment 8 commit-hook freebsd_committer freebsd_triage 2014-11-09 08:44:26 UTC
A commit references this bug:

Author: marino
Date: Sun Nov  9 08:44:00 UTC 2014
New revision: 372344
URL: https://svnweb.freebsd.org/changeset/ports/372344

Log:
  misc/amanda-(server,client): Upgrade version 3.3.2 => 3.3.6

  PR:		193983
  Submitted by:	maintainer (Dylan Leigh)

Changes:
  head/misc/amanda-client/Makefile
  head/misc/amanda-server/Makefile
  head/misc/amanda-server/distinfo
  head/misc/amanda-server/files/patch-perl__Makefile.in
  head/misc/amanda-server/pkg-plist
Comment 9 John Marino freebsd_committer freebsd_triage 2014-11-09 08:45:34 UTC
Thanks, I ran them through poudriere and they checked out fine!