1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update OpenCVS to version of 5 July

This commit is contained in:
Johan van Selst 2012-07-13 15:55:30 +00:00
parent 012ad54748
commit 01322df702
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300873
4 changed files with 9 additions and 6 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= opencvs
PORTVERSION= 20120114
PORTVERSION= 20120705
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= johans
@ -14,6 +14,7 @@ MAINTAINER= johans@FreeBSD.org
COMMENT= BSD-licensed CVS implementation
LICENSE= BSD
WRKSRC= ${WRKDIR}/cvs
MANCOMPRESSED= maybe

View File

@ -1,2 +1,2 @@
SHA256 (opencvs-20120114.tar.gz) = ef6ad3b1ee51987caf8a4100a3de0dcd778ab7da7217c1322fe7689dc7925c52
SIZE (opencvs-20120114.tar.gz) = 164070
SHA256 (opencvs-20120705.tar.gz) = b779d3bff053920a3553a65253d4c32774809180413ad9c2e3986e9cf36e04b0
SIZE (opencvs-20120705.tar.gz) = 163302

View File

@ -1,10 +1,10 @@
--- date.y.orig 2008-02-16 02:00:00.000000000 +0100
+++ date.y 2010-06-08 20:20:19.000000000 +0200
@@ -14,6 +14,7 @@
@@ -14,6 +14,6 @@
/* SUPPRESS 287 on yaccpar_sccsid *//* Unused static variable */
/* SUPPRESS 288 on yyerrlab *//* Label unused */
+#include <time.h>
#include <sys/timeb.h>
-#include <sys/timeb.h>
#include <ctype.h>

View File

@ -3,6 +3,8 @@ popular open source revision control software. It can be used as both client
and server for repositories and provides granular access control over data
stored in the repository. It aims to be as compatible as possible with other
CVS implementations, except when particular features reduce the overall
security of the system.
security of the system. Among other things, support for the pserver
connection mechanism has been dropped because of security issues with
the authentication mechanism.
WWW: http://www.opencvs.org/