Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2016 09:43:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r420594 - branches/2016Q3/devel/cvsps
Message-ID:  <201608220943.u7M9huDv058359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 22 09:43:55 2016
New Revision: 420594
URL: https://svnweb.freebsd.org/changeset/ports/420594

Log:
  MFH: r420593
  
  - Add MASTER_SITES, fixing fetch
  
  PR:		212039
  Submitted by:	lbartoletti@tuxfamily.org
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q3/devel/cvsps/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/devel/cvsps/Makefile
==============================================================================
--- branches/2016Q3/devel/cvsps/Makefile	Mon Aug 22 09:42:52 2016	(r420593)
+++ branches/2016Q3/devel/cvsps/Makefile	Mon Aug 22 09:43:55 2016	(r420594)
@@ -3,9 +3,10 @@
 
 PORTNAME=	cvsps
 PORTVERSION=	2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	http://www.cobite.com/cvsps/
+MASTER_SITES=	http://www.cobite.com/cvsps/ \
+		SF/${PORTNAME}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Create patchset information from CVS



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