From owner-svn-ports-all@freebsd.org Mon Oct 14 18:40:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B4AD132F49; Mon, 14 Oct 2019 18:40:53 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46sS7871LGz3DHq; Mon, 14 Oct 2019 18:40:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB3429578; Mon, 14 Oct 2019 18:40:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9EIeqnO006105; Mon, 14 Oct 2019 18:40:52 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9EIepqf006101; Mon, 14 Oct 2019 18:40:51 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201910141840.x9EIepqf006101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 14 Oct 2019 18:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514478 - in head/devel/cvsps: . files X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/devel/cvsps: . files X-SVN-Commit-Revision: 514478 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2019 18:40:53 -0000 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@FreeBSD.org +MAINTAINER= garga@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);