fix man page and remove unnecessary dependencies
This commit is contained in:
parent
2da54d1547
commit
3be9465329
@ -1,22 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2012/07/18 10:42:27 naddy Exp $
|
||||
|
||||
COMMENT= generate patchsets from CVS repositories
|
||||
|
||||
V= 2.1
|
||||
DISTNAME= cvsps-${V}
|
||||
DISTNAME= cvsps-2.1
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
HOMEPAGE= http://www.cobite.com/cvsps/
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c z
|
||||
MASTER_SITES= http://www.cobite.com/cvsps/
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/cvsps ${PREFIX}/bin
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (cvsps-2.1.tar.gz) = veIRDtn10U3o+MsE6dWW/g==
|
||||
RMD160 (cvsps-2.1.tar.gz) = owY/Y4+/ETZ2FUllhDLVhC5Kdm8=
|
||||
SHA1 (cvsps-2.1.tar.gz) = pTpisSHnuG4Ho5O8uKpPBJKnR8Q=
|
||||
SHA256 (cvsps-2.1.tar.gz) = kdMZizNGOGGlgWhtX8+ZpcSE58TYGThMBP2pyv7BB1o=
|
||||
SIZE (cvsps-2.1.tar.gz) = 61634
|
||||
|
13
devel/cvsps/patches/patch-Makefile
Normal file
13
devel/cvsps/patches/patch-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2012/07/18 10:42:27 naddy Exp $
|
||||
--- Makefile.orig Wed Jul 18 00:35:29 2012
|
||||
+++ Makefile Wed Jul 18 00:36:54 2012
|
||||
@@ -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
|
14
devel/cvsps/patches/patch-cvsps_1
Normal file
14
devel/cvsps/patches/patch-cvsps_1
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-cvsps_1,v 1.1 2012/07/18 10:42:27 naddy Exp $
|
||||
--- cvsps.1.orig Wed Jul 18 00:30:20 2012
|
||||
+++ cvsps.1 Wed Jul 18 00:30:31 2012
|
||||
@@ -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
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-cvsps_c,v 1.1 2005/12/20 06:01:34 pvalchev Exp $
|
||||
--- cvsps.c.orig Mon Dec 19 22:12:28 2005
|
||||
+++ cvsps.c Mon Dec 19 22:12:33 2005
|
||||
@@ -2550,9 +2550,9 @@ static void determine_branch_ancestor(Pa
|
||||
$OpenBSD: patch-cvsps_c,v 1.2 2012/07/18 10:42:27 naddy Exp $
|
||||
--- cvsps.c.orig Thu May 26 05:39:40 2005
|
||||
+++ cvsps.c Wed Jul 18 00:30:09 2012
|
||||
@@ -2550,9 +2550,9 @@ static void determine_branch_ancestor(PatchSet * ps, P
|
||||
|
||||
for (next = ps->members.next; next != &ps->members; next = next->next)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user