Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 18:58:23 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319715 - head/devel/cvsutils
Message-ID:  <201306021858.r52IwN8p000928@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Jun  2 18:58:23 2013
New Revision: 319715
URL: http://svnweb.freebsd.org/changeset/ports/319715

Log:
  - Update to 0.2.6
  - Trim Makefile headers
  - Change to new options framework
  - Add LICENSE

Modified:
  head/devel/cvsutils/Makefile   (contents, props changed)
  head/devel/cvsutils/distinfo   (contents, props changed)
  head/devel/cvsutils/pkg-descr   (contents, props changed)

Modified: head/devel/cvsutils/Makefile
==============================================================================
--- head/devel/cvsutils/Makefile	Sun Jun  2 18:56:39 2013	(r319714)
+++ head/devel/cvsutils/Makefile	Sun Jun  2 18:58:23 2013	(r319715)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	cvsutils
-# Date created:		6 June 2000
-# Whom:			knu@FreeBSD.org
-#
+# Created by: knu@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	cvsutils
-PORTVERSION=	0.2.5
+PORTVERSION=	0.2.6
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.red-bean.com/cvsutils/releases/
@@ -14,13 +10,19 @@ MASTER_SITES=	http://www.red-bean.com/cv
 MAINTAINER=	mva@FreeBSD.org
 COMMENT=	CVS utilities which facilitate working with local working directories
 
+LICENSE=	GPLv2
+
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 
 MAN1=		cvsutils.1
 
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for f in AUTHORS ChangeLog NEWS README
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/

Modified: head/devel/cvsutils/distinfo
==============================================================================
--- head/devel/cvsutils/distinfo	Sun Jun  2 18:56:39 2013	(r319714)
+++ head/devel/cvsutils/distinfo	Sun Jun  2 18:58:23 2013	(r319715)
@@ -1,2 +1,2 @@
-SHA256 (cvsutils-0.2.5.tar.gz) = ac5f6faf250fd317655d79782e6f7cecaa5ab836659d8a31c28faa51160a4681
-SIZE (cvsutils-0.2.5.tar.gz) = 79596
+SHA256 (cvsutils-0.2.6.tar.gz) = 174bb632c4ed812a57225a73ecab5293fcbab0368c454d113bf3c039722695bb
+SIZE (cvsutils-0.2.6.tar.gz) = 81051

Modified: head/devel/cvsutils/pkg-descr
==============================================================================
--- head/devel/cvsutils/pkg-descr	Sun Jun  2 18:56:39 2013	(r319714)
+++ head/devel/cvsutils/pkg-descr	Sun Jun  2 18:58:23 2013	(r319715)
@@ -17,4 +17,4 @@ The original author of CVSU is:
 Currently CVSU is maintained by:
 	Pavel Roskin <proski@gnu.org>
 
-WWW:	http://www.red-bean.com/cvsutils/
+WWW: http://www.red-bean.com/cvsutils/



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