- Update to 2.1

- Pass maintainership to submitter

PR:		ports/101719
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
Rong-En Fan 2006-08-12 03:57:38 +00:00
parent 62801042a0
commit c6d8971628
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170378
3 changed files with 28 additions and 7 deletions

View file

@ -7,13 +7,13 @@
#
PORTNAME= cvsps
PORTVERSION= 1.3.3
PORTREVISION= 1
PORTVERSION= 2.1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://www.cobite.com/cvsps/
MAINTAINER= ports@FreeBSD.org
COMMENT= CVS patchsets
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Create patchset information from CVS
USE_GMAKE= yes
ALL_TARGET= cvsps
@ -21,8 +21,17 @@ ALL_TARGET= cvsps
MAN1= cvsps.1
PLIST_FILES= bin/cvsps
.if !defined(NOPORTDOCS)
PORTDOCS= README
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (cvsps-1.3.3.tar.gz) = 06996d83366794d295745092225946b7
SHA256 (cvsps-1.3.3.tar.gz) = dea4bca02858b8aac56de2c8936fadc24b0e02ae9175ed0266f3867d9c10fb0f
SIZE (cvsps-1.3.3.tar.gz) = 28560
MD5 (cvsps-2.1.tar.gz) = bde2110ed9f5d14de8f8cb04e9d596fe
SHA256 (cvsps-2.1.tar.gz) = 91d3198b33463861a581686d5fcf99a5c484e7c4d819384c04fda9cafec1075a
SIZE (cvsps-2.1.tar.gz) = 61634

View file

@ -0,0 +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 @@
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