Index: head/devel/cvsps/Makefile =================================================================== --- head/devel/cvsps/Makefile (revision 514477) +++ head/devel/cvsps/Makefile (revision 514478) @@ -1,33 +1,32 @@ # Created by: ijliao # $FreeBSD$ 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 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= cvsps-devel-[0-9]* PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include Index: head/devel/cvsps/files/patch-Makefile =================================================================== --- head/devel/cvsps/files/patch-Makefile (revision 514477) +++ head/devel/cvsps/files/patch-Makefile (revision 514478) @@ -1,12 +1,12 @@ ---- 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 +.c.o: + $(CC) $(CFLAGS) -c -o $@ $< + install: [ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin [ -d $(prefix)/share/man/man1 ] || mkdir -p $(prefix)/share/man/man1 Index: head/devel/cvsps/files/patch-cvsps.1 =================================================================== --- head/devel/cvsps/files/patch-cvsps.1 (revision 514477) +++ head/devel/cvsps/files/patch-cvsps.1 (revision 514478) @@ -1,13 +1,13 @@ ---- 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 -information, it is often difficult to see what changes were committed -'atomically' to the repository. +information, it is often difficult to see what changes were +committed 'atomically' to the repository. .SH OPTIONS .TP .B \-h Index: head/devel/cvsps/files/patch-cvsps.c =================================================================== --- head/devel/cvsps/files/patch-cvsps.c (revision 514477) +++ head/devel/cvsps/files/patch-cvsps.c (revision 514478) @@ -1,12 +1,12 @@ ---- 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); - rev = psm->pre_rev; int d1, d2; + rev = psm->pre_rev; /* the reason this is at all complicated has to do with a * branch off of a branch. it is possible (and indeed