svn commit: r420594 - branches/2016Q3/devel/cvsps

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 22 09:43:57 UTC 2016


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 at 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 at FreeBSD.org
 COMMENT=	Create patchset information from CVS


More information about the svn-ports-all mailing list