On Sun, Mar 15, 2015 at 12:27:35PM -0700, Eric Lalonde wrote:
> Hello ports@,
>
> databases/barman has been updated to 1.4.0. Changes include improvements to
> incremental backup and bugfixes to retention policies.
>
> Announcement with more information is available at
> http://www.postgresql.org/about/news/1566/
>
> This software currently has no maintainer; I am offering to be maintainer,
> which this diff reflects.
>
> Please note that while preparing this diff I encountered the FULLPKGNAME\-
> issue in make-plist(1) that was discussed in
> http://marc.info/?l=openbsd-ports&m=136853948729478. When I applied Samir's
> patch mentioned in that thread, the problem was resolved. Is that patch
> still up for consideration?
make plist is somewhat broken, it should just be used as an aid, but
you'll have to hand-edit the PLIST anyway. There's some useless churn in
the PLIST in your diff (moving @mode around, etc) and you should
preserve barman-${MODPY_EGG_VERSION} otherwise it will fail to package
when REVISION is bumped.
Landry