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

Martin Wilke miwi at FreeBSD.org
Tue Dec 22 05:35:29 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	portmaster at 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


More information about the svn-ports-head mailing list