Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2019 18:41:24 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514479 - in head/devel/cvsps-devel: . files
Message-ID:  <201910141841.x9EIfOIH009983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Oct 14 18:41:24 2019
New Revision: 514479
URL: https://svnweb.freebsd.org/changeset/ports/514479

Log:
  devel/cvsps-devel:
  
  * Regenerate patches with make makepatch
  * Remove dead MASTER_SITES and unbreak it
  * Take maintainership

Modified:
  head/devel/cvsps-devel/Makefile
  head/devel/cvsps-devel/files/patch-cvsps.c

Modified: head/devel/cvsps-devel/Makefile
==============================================================================
--- head/devel/cvsps-devel/Makefile	Mon Oct 14 18:40:51 2019	(r514478)
+++ head/devel/cvsps-devel/Makefile	Mon Oct 14 18:41:24 2019	(r514479)
@@ -4,18 +4,15 @@
 PORTNAME=	cvsps
 DISTVERSION=	2.2b1
 CATEGORIES=	devel
-MASTER_SITES=	http://www.cobite.com/cvsps/
+MASTER_SITES=	SF/${PORTNAME}/
 PKGNAMESUFFIX?=	-devel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	garga@FreeBSD.org
 COMMENT=	Create patchset information from CVS
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 CONFLICTS=	cvsps-[0-9]*
 
 USES=		gmake

Modified: head/devel/cvsps-devel/files/patch-cvsps.c
==============================================================================
--- head/devel/cvsps-devel/files/patch-cvsps.c	Mon Oct 14 18:40:51 2019	(r514478)
+++ head/devel/cvsps-devel/files/patch-cvsps.c	Mon Oct 14 18:41:24 2019	(r514479)
@@ -1,6 +1,6 @@
---- cvsps.c.orig	2008-04-01 21:18:44.000000000 -0400
-+++ cvsps.c	2008-04-01 21:18:44.000000000 -0400
-@@ -2575,8 +2575,8 @@
+--- cvsps.c.orig	2008-04-02 01:18:44 UTC
++++ cvsps.c
+@@ -2575,8 +2575,8 @@ static void determine_branch_ancestor(PatchSet * ps, P
      for (next = ps->members.next; next != &ps->members; next = next->next) 
      {
  	PatchSetMember * psm = list_entry(next, PatchSetMember, link);



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