Date: Sun, 25 Feb 2024 12:55:44 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d1fe13fcefdc - main - security/ftimes: Moved man to share/man Message-ID: <202402251255.41PCtisK007354@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1fe13fcefdcd5d633691be3459cdb595240cab8 commit d1fe13fcefdcd5d633691be3459cdb595240cab8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:42:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:55:08 +0000 security/ftimes: Moved man to share/man Approved by: portmgr (blanket) --- security/ftimes/Makefile | 7 +++- security/ftimes/pkg-plist | 82 +++++++++++++++++++++++------------------------ 2 files changed, 47 insertions(+), 42 deletions(-) diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index d1737ba566ff..81cc714ddbf1 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -1,6 +1,6 @@ PORTNAME= ftimes PORTVERSION= 3.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security sysutils MASTER_SITES= SF @@ -133,6 +133,11 @@ PLIST_SUB+= FTIMES_PERL5_LIBS="" PLIST_SUB+= FTIMES_PERL5_LIBS="@comment " .endif +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ + -e 's|man/man|share/man/man|g' + @${REINPLACE_CMD} -e 's|man/man|share/man/man|g' ${WRKSRC}/lib/perl/Makefile.PL.in + post-configure: if [ "${INSTALL_PERL5_LIBS}" = "yes" ] ; then ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/lib/perl/Makefile ; fi diff --git a/security/ftimes/pkg-plist b/security/ftimes/pkg-plist index 3971f7f998ab..eb7e98ccebcc 100644 --- a/security/ftimes/pkg-plist +++ b/security/ftimes/pkg-plist @@ -43,44 +43,44 @@ etc/ftimes-get.cfg.sample etc/ftimes-map.cfg.sample %%FTIMES_PERL5_LIBS%%%%SITE_PERL%%/FTimes/EadRoutines.pm %%FTIMES_PERL5_LIBS%%%%SITE_PERL%%/FTimes/Properties.pm -man/man1/ftimes.1.gz -%%DBM_TOOLS%%man/man1/ftimes-dbm-bash.1.gz -%%DBM_TOOLS%%man/man1/ftimes-dbm-dump.1.gz -%%DBM_TOOLS%%man/man1/ftimes-dbm-find.1.gz -%%DBM_TOOLS%%man/man1/ftimes-dbm-make.1.gz -%%DBM_TOOLS%%man/man1/ftimes-dbm-reap.1.gz -%%DBM_TOOLS%%man/man1/ftimes-dbm-weed.1.gz -%%DIG_TOOLS%%man/man1/ftimes-crv2dbi.1.gz -%%DIG_TOOLS%%man/man1/ftimes-crv2raw.1.gz -%%DIG_TOOLS%%man/man1/ftimes-dig2ctx.1.gz -%%DIG_TOOLS%%man/man1/ftimes-dig2dbi.1.gz -%%DIG_TOOLS%%man/man1/hipdig.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-bash.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-bind.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-dump.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-filter.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-find.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-harvest.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-harvest-sunsolve.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-make.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-resolve-sunsolve.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-stat.1.gz -%%HASHDIG_TOOLS%%man/man1/hashdig-weed.1.gz -%%MAP_TOOLS%%man/man1/ftimes-bimvl.1.gz -%%MAP_TOOLS%%man/man1/ftimes-cat.1.gz -%%MAP_TOOLS%%man/man1/ftimes-cmp2dbi.1.gz -%%MAP_TOOLS%%man/man1/ftimes-cmp2diff.1.gz -%%MAP_TOOLS%%man/man1/ftimes-encoder.1.gz -%%MAP_TOOLS%%man/man1/ftimes-grabber.1.gz -%%MAP_TOOLS%%man/man1/ftimes-map2dbi.1.gz -%%MAP_TOOLS%%man/man1/ftimes-map2mac.1.gz -%%MAP_TOOLS%%man/man1/ftimes-proximo.1.gz -%%MAP_TOOLS%%man/man1/ftimes-sizimus.1.gz -%%MAP_TOOLS%%man/man1/ftimes-sortini.1.gz -%%MAP_TOOLS%%man/man1/ftimes-xformer.1.gz -%%MAP_TOOLS%%man/man1/ftimes-xpa.1.gz -%%MAP_TOOLS%%man/man1/hashcp.1.gz -%%MAP_TOOLS%%man/man1/tarmap.1.gz -%%MAP_TOOLS%%man/man1/zipmap.1.gz -%%FTIMES_PERL5_LIBS%%man/man3/FTimes::EadRoutines.3.gz -%%FTIMES_PERL5_LIBS%%man/man3/FTimes::Properties.3.gz +share/man/man1/ftimes.1.gz +%%DBM_TOOLS%%share/man/man1/ftimes-dbm-bash.1.gz +%%DBM_TOOLS%%share/man/man1/ftimes-dbm-dump.1.gz +%%DBM_TOOLS%%share/man/man1/ftimes-dbm-find.1.gz +%%DBM_TOOLS%%share/man/man1/ftimes-dbm-make.1.gz +%%DBM_TOOLS%%share/man/man1/ftimes-dbm-reap.1.gz +%%DBM_TOOLS%%share/man/man1/ftimes-dbm-weed.1.gz +%%DIG_TOOLS%%share/man/man1/ftimes-crv2dbi.1.gz +%%DIG_TOOLS%%share/man/man1/ftimes-crv2raw.1.gz +%%DIG_TOOLS%%share/man/man1/ftimes-dig2ctx.1.gz +%%DIG_TOOLS%%share/man/man1/ftimes-dig2dbi.1.gz +%%DIG_TOOLS%%share/man/man1/hipdig.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-bash.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-bind.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-dump.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-filter.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-find.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-harvest.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-harvest-sunsolve.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-make.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-resolve-sunsolve.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-stat.1.gz +%%HASHDIG_TOOLS%%share/man/man1/hashdig-weed.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-bimvl.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-cat.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-cmp2dbi.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-cmp2diff.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-encoder.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-grabber.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-map2dbi.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-map2mac.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-proximo.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-sizimus.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-sortini.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-xformer.1.gz +%%MAP_TOOLS%%share/man/man1/ftimes-xpa.1.gz +%%MAP_TOOLS%%share/man/man1/hashcp.1.gz +%%MAP_TOOLS%%share/man/man1/tarmap.1.gz +%%MAP_TOOLS%%share/man/man1/zipmap.1.gz +%%FTIMES_PERL5_LIBS%%share/man/man3/FTimes::EadRoutines.3.gz +%%FTIMES_PERL5_LIBS%%share/man/man3/FTimes::Properties.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251255.41PCtisK007354>