devel/cvsps-devel:
* Regenerate patches with make makepatch * Remove dead MASTER_SITES and unbreak it * Take maintainership
This commit is contained in:
parent
1896efe490
commit
a6747459a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514479
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user