svn commit: r337946 - head/devel/opencvs

Johan van Selst johans at FreeBSD.org
Sun Dec 29 08:57:32 UTC 2013


Author: johans
Date: Sun Dec 29 08:57:31 2013
New Revision: 337946
URL: http://svnweb.freebsd.org/changeset/ports/337946

Log:
  - Update OpenCVS to current version
  - Enable STAGE support

Modified:
  head/devel/opencvs/Makefile
  head/devel/opencvs/distinfo

Modified: head/devel/opencvs/Makefile
==============================================================================
--- head/devel/opencvs/Makefile	Sun Dec 29 08:51:10 2013	(r337945)
+++ head/devel/opencvs/Makefile	Sun Dec 29 08:57:31 2013	(r337946)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opencvs
-PORTVERSION=	20130419
+PORTVERSION=	20130930
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	johans
@@ -10,20 +10,17 @@ MASTER_SITE_SUBDIR=	johans
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	BSD-licensed CVS implementation
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 WRKSRC=		${WRKDIR}/cvs
-MANCOMPRESSED=	maybe
-
-MAN1=		opencvs.1
-MAN5=		opencvs.5
-MAN7=		cvsintro.7
 
 MAKE_ENV+=	BINDIR="${PREFIX}/bin" \
 		MANDIR="${MANPREFIX}/man/man" \
 		CATDIR="${MANPREFIX}/man/man"
 
-PLIST_FILES=	bin/opencvs
+PLIST_FILES=	bin/opencvs \
+		man/man1/opencvs.1.gz \
+		man/man5/opencvs.5.gz \
+		man/man7/cvsintro.7.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/opencvs/distinfo
==============================================================================
--- head/devel/opencvs/distinfo	Sun Dec 29 08:51:10 2013	(r337945)
+++ head/devel/opencvs/distinfo	Sun Dec 29 08:57:31 2013	(r337946)
@@ -1,2 +1,2 @@
-SHA256 (opencvs-20130419.tar.gz) = 0e4bf30a98f00cc9e384fa84961854d0a4b20bef3eaa8a6c3e34d942b087396c
-SIZE (opencvs-20130419.tar.gz) = 162569
+SHA256 (opencvs-20130930.tar.gz) = 4c9763205cdea2378fccc6a2d12c609430173e6cc90ce76e62d947f394431aa8
+SIZE (opencvs-20130930.tar.gz) = 162383


More information about the svn-ports-head mailing list