summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/opencvs/Makefile3
-rw-r--r--devel/opencvs/distinfo4
-rw-r--r--devel/opencvs/files/patch-date.y4
-rw-r--r--devel/opencvs/pkg-descr4
4 files changed, 9 insertions, 6 deletions
diff --git a/devel/opencvs/Makefile b/devel/opencvs/Makefile
index 75a1386ac2a4..26928a22d9b3 100644
--- a/devel/opencvs/Makefile
+++ b/devel/opencvs/Makefile
@@ -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
diff --git a/devel/opencvs/distinfo b/devel/opencvs/distinfo
index 98cadc26991b..451499716784 100644
--- a/devel/opencvs/distinfo
+++ b/devel/opencvs/distinfo
@@ -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
diff --git a/devel/opencvs/files/patch-date.y b/devel/opencvs/files/patch-date.y
index ad813a4c07f9..cd0ed0e94657 100644
--- a/devel/opencvs/files/patch-date.y
+++ b/devel/opencvs/files/patch-date.y
@@ -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>
diff --git a/devel/opencvs/pkg-descr b/devel/opencvs/pkg-descr
index 4f24b924fdd0..de371bc82948 100644
--- a/devel/opencvs/pkg-descr
+++ b/devel/opencvs/pkg-descr
@@ -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/