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

Renato Botelho garga at FreeBSD.org
Mon Oct 14 18:40:53 UTC 2019


Author: garga
Date: Mon Oct 14 18:40:51 2019
New Revision: 514478
URL: https://svnweb.freebsd.org/changeset/ports/514478

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

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

Modified: head/devel/cvsps/Makefile
==============================================================================
--- head/devel/cvsps/Makefile	Mon Oct 14 18:31:42 2019	(r514477)
+++ head/devel/cvsps/Makefile	Mon Oct 14 18:40:51 2019	(r514478)
@@ -5,10 +5,9 @@ PORTNAME=	cvsps
 PORTVERSION=	2.1
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	http://www.cobite.com/cvsps/ \
-		SF/${PORTNAME}/
+MASTER_SITES=	SF/${PORTNAME}/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	garga at FreeBSD.org
 COMMENT=	Create patchset information from CVS
 
 LICENSE=	GPLv2

Modified: head/devel/cvsps/files/patch-Makefile
==============================================================================
--- head/devel/cvsps/files/patch-Makefile	Mon Oct 14 18:31:42 2019	(r514477)
+++ head/devel/cvsps/files/patch-Makefile	Mon Oct 14 18:40:51 2019	(r514478)
@@ -1,5 +1,5 @@
---- Makefile.orig	2012-07-18 12:44:35.000000000 +0200
-+++ Makefile	2012-07-18 12:44:52.000000000 +0200
+--- Makefile.orig	2005-05-26 03:39:40 UTC
++++ Makefile
 @@ -23,6 +23,9 @@ all: cvsps
  cvsps: $(OBJS)
  	$(CC) -o cvsps $(OBJS) -lz

Modified: head/devel/cvsps/files/patch-cvsps.1
==============================================================================
--- head/devel/cvsps/files/patch-cvsps.1	Mon Oct 14 18:31:42 2019	(r514477)
+++ head/devel/cvsps/files/patch-cvsps.1	Mon Oct 14 18:40:51 2019	(r514478)
@@ -1,6 +1,6 @@
---- cvsps.1.orig	2012-07-18 12:45:04.000000000 +0200
-+++ cvsps.1	2012-07-18 12:45:11.000000000 +0200
-@@ -10,8 +10,8 @@ repository.  A patchset in this case is 
+--- cvsps.1.orig	2005-05-26 03:39:40 UTC
++++ cvsps.1
+@@ -10,8 +10,8 @@ repository.  A patchset in this case is defined as a s
  to a collection of files, and all committed at the same time (using a
  single 'cvs commit' command).  This information is valuable to seeing the
  big picture of the evolution of a cvs project.  While cvs tracks revision

Modified: head/devel/cvsps/files/patch-cvsps.c
==============================================================================
--- head/devel/cvsps/files/patch-cvsps.c	Mon Oct 14 18:31:42 2019	(r514477)
+++ head/devel/cvsps/files/patch-cvsps.c	Mon Oct 14 18:40:51 2019	(r514478)
@@ -1,6 +1,6 @@
---- cvsps.c.orig	Wed Aug  9 21:59:54 2006
-+++ cvsps.c	Wed Aug  9 22:00:17 2006
-@@ -2551,8 +2551,8 @@
+--- cvsps.c.orig	2005-05-26 03:39:40 UTC
++++ cvsps.c
+@@ -2551,8 +2551,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