Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 23:46:09 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8dc2ffeba977 - main - sysutils/manck: Fix runtime issues
Message-ID:  <202207212346.26LNk9Zb021430@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8dc2ffeba97762d51cfaa0d040d9cd728ec4a088

commit 8dc2ffeba97762d51cfaa0d040d9cd728ec4a088
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-07-21 09:26:26 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-21 23:45:14 +0000

    sysutils/manck: Fix runtime issues
    
    Manck was missing a runtime dependency, so fix that and format pkg-descr
    in a more standard way.
    
    While here, take maintainership.
---
 sysutils/manck/Makefile  |  6 ++++--
 sysutils/manck/pkg-descr | 12 ++----------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/sysutils/manck/Makefile b/sysutils/manck/Makefile
index da20b1228612..1f3f146ba8d6 100644
--- a/sysutils/manck/Makefile
+++ b/sysutils/manck/Makefile
@@ -1,12 +1,14 @@
 PORTNAME=	manck
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://wolfram.schneider.org/src/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	0mp@FreeBSD.org
 COMMENT=	Manual page consistency checker
 
+RUN_DEPENDS=	p5-Perl4-CoreLibs>=0:devel/p5-Perl4-CoreLibs
+
 USES=		perl5 shebangfix uidfix
 USE_PERL5=	run
 SHEBANG_FILES=	manck.pl
diff --git a/sysutils/manck/pkg-descr b/sysutils/manck/pkg-descr
index bd1405636621..004b82c6da3d 100644
--- a/sysutils/manck/pkg-descr
+++ b/sysutils/manck/pkg-descr
@@ -1,10 +1,2 @@
-MANCK(1)                     UNIX Reference Manual                    MANCK(1)
-
-NAME
-     manck - check manual pages
-...
-DESCRIPTION
-     Manck check manual pages. Currently supported section FILES, NAME, SEE
-     ALSO, and SYNOPSIS.
-...
- FreeBSD                         July 25, 1995                               2
+Manck checks manual pages. Currently supported sections are
+FILES, NAME, SEE ALSO, and SYNOPSIS.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207212346.26LNk9Zb021430>