View | Details | Raw Unified | Return to bug 101719
Collapse All | Expand All

(-)/var/tmp/ruby/cvsps/Makefile (-4 / +13 lines)
Lines 7-19 Link Here
7
#
7
#
8
8
9
PORTNAME=	cvsps
9
PORTNAME=	cvsps
10
PORTVERSION=	1.3.3
10
PORTVERSION=	2.1
11
PORTREVISION=	1
11
PORTREVISION=	0
12
CATEGORIES=	devel
12
CATEGORIES=	devel
13
MASTER_SITES=	http://www.cobite.com/cvsps/
13
MASTER_SITES=	http://www.cobite.com/cvsps/
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ssedov@mbsd.msk.ru
16
COMMENT=	CVS patchsets
16
COMMENT=	Create patchset information from CVS
17
17
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
ALL_TARGET=	cvsps
19
ALL_TARGET=	cvsps
Lines 21-28 Link Here
21
MAN1=		cvsps.1
21
MAN1=		cvsps.1
22
PLIST_FILES=	bin/cvsps
22
PLIST_FILES=	bin/cvsps
23
23
24
.if !defined(NOPORTDOCS)
25
PORTDOCS=	README
26
.endif
27
24
do-install:
28
do-install:
25
	${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin
29
	${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin
26
	${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1
30
	${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1
31
32
.if !defined(NOPORTDOCS)
33
	${MKDIR} ${DOCSDIR}
34
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
35
.endif
27
36
28
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)/var/tmp/ruby/cvsps/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cvsps-1.3.3.tar.gz) = 06996d83366794d295745092225946b7
1
MD5 (cvsps-2.1.tar.gz) = bde2110ed9f5d14de8f8cb04e9d596fe
2
SHA256 (cvsps-1.3.3.tar.gz) = dea4bca02858b8aac56de2c8936fadc24b0e02ae9175ed0266f3867d9c10fb0f
2
SHA256 (cvsps-2.1.tar.gz) = 91d3198b33463861a581686d5fcf99a5c484e7c4d819384c04fda9cafec1075a
3
SIZE (cvsps-1.3.3.tar.gz) = 28560
3
SIZE (cvsps-2.1.tar.gz) = 61634
(-)/var/tmp/ruby/cvsps/files/patch-cvsps.c (+12 lines)
Line 0 Link Here
1
--- cvsps.c.orig	Wed Aug  9 21:59:54 2006
2
+++ cvsps.c	Wed Aug  9 22:00:17 2006
3
@@ -2551,8 +2551,8 @@
4
     for (next = ps->members.next; next != &ps->members; next = next->next) 
5
     {
6
 	PatchSetMember * psm = list_entry(next, PatchSetMember, link);
7
-	rev = psm->pre_rev;
8
 	int d1, d2;
9
+	rev = psm->pre_rev;
10
 
11
 	/* the reason this is at all complicated has to do with a 
12
 	 * branch off of a branch.  it is possible (and indeed 

Return to bug 101719