aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsps-devel
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2019-10-14 18:41:24 +0000
committerRenato Botelho <garga@FreeBSD.org>2019-10-14 18:41:24 +0000
commita6747459a618ffc8f4f901096b831f16c6ce4a41 (patch)
tree1f119183a8bae8373b466fb5e2983a9660e25ea6 /devel/cvsps-devel
parent1896efe490e6a488a14b5f4b40e10538200f1000 (diff)
downloadports-a6747459a618ffc8f4f901096b831f16c6ce4a41.tar.gz
ports-a6747459a618ffc8f4f901096b831f16c6ce4a41.zip
devel/cvsps-devel:
* Regenerate patches with make makepatch * Remove dead MASTER_SITES and unbreak it * Take maintainership
Notes
Notes: svn path=/head/; revision=514479
Diffstat (limited to 'devel/cvsps-devel')
-rw-r--r--devel/cvsps-devel/Makefile7
-rw-r--r--devel/cvsps-devel/files/patch-cvsps.c6
2 files changed, 5 insertions, 8 deletions
diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile
index 38f75b24de2b..8f8b43a947c6 100644
--- a/devel/cvsps-devel/Makefile
+++ b/devel/cvsps-devel/Makefile
@@ -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
diff --git a/devel/cvsps-devel/files/patch-cvsps.c b/devel/cvsps-devel/files/patch-cvsps.c
index 5df40690dd37..035095a6e218 100644
--- a/devel/cvsps-devel/files/patch-cvsps.c
+++ b/devel/cvsps-devel/files/patch-cvsps.c
@@ -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);