svn commit: r420593 - head/devel/cvsps

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 22 09:42:53 UTC 2016


Author: amdmi3
Date: Mon Aug 22 09:42:52 2016
New Revision: 420593
URL: https://svnweb.freebsd.org/changeset/ports/420593

Log:
  - Add MASTER_SITES, fixing fetch
  
  PR:		212039
  Submitted by:	lbartoletti at tuxfamily.org
  MFH:		2016Q3 (blanket)

Modified:
  head/devel/cvsps/Makefile

Modified: head/devel/cvsps/Makefile
==============================================================================
--- head/devel/cvsps/Makefile	Mon Aug 22 09:33:30 2016	(r420592)
+++ head/devel/cvsps/Makefile	Mon Aug 22 09:42:52 2016	(r420593)
@@ -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