Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 05:35:27 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404218 - head/sysutils/cronolog-devel
Message-ID:  <201512220535.tBM5ZRKm057133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Dec 22 05:35:27 2015
New Revision: 404218
URL: https://svnweb.freebsd.org/changeset/ports/404218

Log:
  - Pass maintainership to submitter
  - Add LICENSE
  - USE tar:xz
  - Update WWW
  
  PR:		204920
  Submitted by:	Chris Hutchinson
  Approved by:	mat (mentor)
  Differential Revision:	D4658

Modified:
  head/sysutils/cronolog-devel/Makefile
  head/sysutils/cronolog-devel/distinfo
  head/sysutils/cronolog-devel/pkg-descr

Modified: head/sysutils/cronolog-devel/Makefile
==============================================================================
--- head/sysutils/cronolog-devel/Makefile	Tue Dec 22 05:22:02 2015	(r404217)
+++ head/sysutils/cronolog-devel/Makefile	Tue Dec 22 05:35:27 2015	(r404218)
@@ -2,15 +2,20 @@
 
 PORTNAME=	cronolog
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://cronolog.org/patches/
+MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/cronolog-devel/
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-${PORTVERSION}-beta
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Web log rotation utility that provides datestamp filenames
 
-BROKEN=		unfetchable
+LICENSE=	APACHE10
+
+USES=		shebangfix tar:xz
+
+SHEBANG_FILES=	src/cronosplit
 
 PLIST_FILES=	sbin/cronolog \
 		sbin/cronosplit \

Modified: head/sysutils/cronolog-devel/distinfo
==============================================================================
--- head/sysutils/cronolog-devel/distinfo	Tue Dec 22 05:22:02 2015	(r404217)
+++ head/sysutils/cronolog-devel/distinfo	Tue Dec 22 05:35:27 2015	(r404218)
@@ -1,2 +1,2 @@
-SHA256 (cronolog-1.7.0-beta.tar.gz) = ceffe7d534061404023a7499d536ebffea333f453735b3b6ba518294280af2a0
-SIZE (cronolog-1.7.0-beta.tar.gz) = 170276
+SHA256 (cronolog-1.7.0-beta.tar.xz) = 235368f675b11fbe376071e08993997b6ed229687e361b89d8a95be7407ae3fd
+SIZE (cronolog-1.7.0-beta.tar.xz) = 128652

Modified: head/sysutils/cronolog-devel/pkg-descr
==============================================================================
--- head/sysutils/cronolog-devel/pkg-descr	Tue Dec 22 05:22:02 2015	(r404217)
+++ head/sysutils/cronolog-devel/pkg-descr	Tue Dec 22 05:35:27 2015	(r404218)
@@ -21,4 +21,4 @@ After midnight the following files would
 	/www/logs/1997/01/01/access.log
 	/www/logs/1997/01/01/errors.log
 
-WWW: http://cronolog.org/
+WWW: http://BSDforge.com/projects/sysutils/cronolog-devel



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