svn commit: r330951 - head/sysutils/cronolog-devel

Bryan Drewery bdrewery at FreeBSD.org
Sun Oct 20 00:33:53 UTC 2013


Author: bdrewery
Date: Sun Oct 20 00:33:52 2013
New Revision: 330951
URL: http://svnweb.freebsd.org/changeset/ports/330951

Log:
  - Take maintainership
  - Convert to staging
  - Remove indefinite article from COMMENT

Modified:
  head/sysutils/cronolog-devel/Makefile

Modified: head/sysutils/cronolog-devel/Makefile
==============================================================================
--- head/sysutils/cronolog-devel/Makefile	Sun Oct 20 00:25:38 2013	(r330950)
+++ head/sysutils/cronolog-devel/Makefile	Sun Oct 20 00:33:52 2013	(r330951)
@@ -7,19 +7,19 @@ MASTER_SITES=	http://cronolog.org/patche
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-${PORTVERSION}-beta
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A web log rotation utility that provides datestamp filenames
+MAINTAINER=	bdrewery at FreeBSD.org
+COMMENT=	Web log rotation utility that provides datestamp filenames
 
 PLIST_FILES=	sbin/cronolog \
-		sbin/cronosplit
+		sbin/cronosplit \
+		man/man1/cronolog.1m.gz \
+		man/man1/cronosplit.1m.gz
 
 CONFLICTS=	cronolog-[0-9]*
 
 WRKSRC=		${WRKDIR}/cronolog-${PORTVERSION}
 INFO=		cronolog
-MAN1=		cronolog.1m cronosplit.1m
 
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list