svn commit: r514479 - in head/devel/cvsps-devel: . files

Renato Botelho garga at FreeBSD.org
Mon Oct 14 18:41:25 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	garga at 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);


More information about the svn-ports-head mailing list