From owner-svn-ports-head@FreeBSD.ORG Wed Jul 18 10:50:03 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C9B4106566B; Wed, 18 Jul 2012 10:50:03 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 069768FC16; Wed, 18 Jul 2012 10:50:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6IAo2gS062230; Wed, 18 Jul 2012 10:50:02 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6IAo2Ci062226; Wed, 18 Jul 2012 10:50:02 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201207181050.q6IAo2Ci062226@svn.freebsd.org> From: Christian Weisgerber Date: Wed, 18 Jul 2012 10:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301075 - in head/devel/cvsps: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 10:50:03 -0000 Author: naddy Date: Wed Jul 18 10:50:02 2012 New Revision: 301075 URL: http://svn.freebsd.org/changeset/ports/301075 Log: Fix man page error and remove gmake dependency. Added: head/devel/cvsps/files/patch-Makefile (contents, props changed) head/devel/cvsps/files/patch-cvsps.1 (contents, props changed) Modified: head/devel/cvsps/Makefile (contents, props changed) Modified: head/devel/cvsps/Makefile ============================================================================== --- head/devel/cvsps/Makefile Wed Jul 18 09:02:32 2012 (r301074) +++ head/devel/cvsps/Makefile Wed Jul 18 10:50:02 2012 (r301075) @@ -8,16 +8,13 @@ PORTNAME= cvsps PORTVERSION= 2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cobite.com/cvsps/ MAINTAINER= ports@FreeBSD.org COMMENT= Create patchset information from CVS -USE_GMAKE= yes -ALL_TARGET= cvsps - CONFLICTS= cvsps-devel-* MAN1= cvsps.1 Added: head/devel/cvsps/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cvsps/files/patch-Makefile Wed Jul 18 10:50:02 2012 (r301075) @@ -0,0 +1,12 @@ +--- Makefile.orig 2012-07-18 12:44:35.000000000 +0200 ++++ Makefile 2012-07-18 12:44:52.000000000 +0200 +@@ -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 Added: head/devel/cvsps/files/patch-cvsps.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cvsps/files/patch-cvsps.1 Wed Jul 18 10:50:02 2012 (r301075) @@ -0,0 +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 + 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