Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 11:59:32 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3f4f598cc923 - main - sysutils/cronolog-devel: Move manpages to share/man
Message-ID:  <202403021159.422BxWfN044438@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f4f598cc9230f4dc9ba8a2151f8333267f763b4

commit 3f4f598cc9230f4dc9ba8a2151f8333267f763b4
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2024-03-02 11:55:03 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-02 11:55:03 +0000

    sysutils/cronolog-devel: Move manpages to share/man
    
    PR:             277322
---
 sysutils/cronolog-devel/Makefile  | 21 ++++++++++-----------
 sysutils/cronolog-devel/pkg-descr |  2 +-
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/sysutils/cronolog-devel/Makefile b/sysutils/cronolog-devel/Makefile
index 663a05f945b8..b50fdd45040d 100644
--- a/sysutils/cronolog-devel/Makefile
+++ b/sysutils/cronolog-devel/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	cronolog
 PORTVERSION=	1.7.1
-PORTREVISION=	1
+PORTREVISION=	2
+DISTVERSIONSUFFIX=	-beta
 CATEGORIES=	sysutils
 MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/cronolog-devel/
 PKGNAMESUFFIX=	-devel
-DISTNAME=	${PORTNAME}-${PORTVERSION}-beta
 
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Web log rotation utility that provides datestamp filenames
@@ -14,18 +14,17 @@ LICENSE=	APACHE10
 
 USES=		shebangfix tar:xz
 
-SHEBANG_FILES=	src/cronosplit
-
-PLIST_FILES=	sbin/cronolog \
-		sbin/cronosplit \
-		man/man1/cronolog.1m.gz \
-		man/man1/cronosplit.1m.gz
+GNU_CONFIGURE=		yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 CONFLICTS=	cronolog
 
-WRKSRC=		${WRKDIR}/cronolog-${PORTVERSION}
+SHEBANG_FILES=	src/cronosplit
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 INFO=		cronolog
-
-GNU_CONFIGURE=	yes
+PLIST_FILES=	sbin/cronolog \
+		sbin/cronosplit \
+		share/man/man1/cronolog.1m.gz \
+		share/man/man1/cronosplit.1m.gz
 
 .include <bsd.port.mk>
diff --git a/sysutils/cronolog-devel/pkg-descr b/sysutils/cronolog-devel/pkg-descr
index 328c9d8265e8..da896d6071ba 100644
--- a/sysutils/cronolog-devel/pkg-descr
+++ b/sysutils/cronolog-devel/pkg-descr
@@ -1,6 +1,6 @@
 "cronolog" is a simple program that reads log messages from its input
 and writes them to a set of output files, the names of which are
-constructed using template and the current date and time.
+constructed using a template and the current date and time.
 
 "cronolog" is intended to be used in conjunction with a Web server, such
 as Apache to split the access log into daily or monthly logs. E.g.:



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