1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update to 0.2.6

- Trim Makefile headers
- Change to new options framework
- Add LICENSE
This commit is contained in:
Marcus von Appen 2013-06-02 18:58:23 +00:00
parent 349161ef63
commit 0666033fc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319715
3 changed files with 12 additions and 10 deletions

View File

@ -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/cvsutils/releases/
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}/

View File

@ -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

View File

@ -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/