[Midnightbsd-cvs] mports [22524] trunk/devel/cvsps: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 25 15:37:46 EDT 2017


Revision: 22524
          http://svnweb.midnightbsd.org/mports/?rev=22524
Author:   laffer1
Date:     2017-09-25 15:37:46 -0400 (Mon, 25 Sep 2017)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/devel/cvsps/Makefile
    trunk/devel/cvsps/distinfo
    trunk/devel/cvsps/pkg-descr

Modified: trunk/devel/cvsps/Makefile
===================================================================
--- trunk/devel/cvsps/Makefile	2017-09-25 18:50:26 UTC (rev 22523)
+++ trunk/devel/cvsps/Makefile	2017-09-25 19:37:46 UTC (rev 22524)
@@ -1,10 +1,4 @@
-# ex:ts=8
-# Ports collection makefile for:	cvsps
-# Date Created:			Jan 4, 2008
-# Whom:				laffer1
-#
 # $MidnightBSD$
-#
 
 PORTNAME=	cvsps
 PORTVERSION=	2.1
@@ -14,13 +8,13 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Create patchset information from CVS
+
 LICENSE=	gpl2
 
-USE_GMAKE=	yes
+USES=		gmake
 ALL_TARGET=	cvsps
 
-MAN1=		cvsps.1
-PLIST_FILES=	bin/cvsps
+PLIST_FILES=	bin/cvsps man/man1/${PORTNAME}.1.gz
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	README

Modified: trunk/devel/cvsps/distinfo
===================================================================
--- trunk/devel/cvsps/distinfo	2017-09-25 18:50:26 UTC (rev 22523)
+++ trunk/devel/cvsps/distinfo	2017-09-25 19:37:46 UTC (rev 22524)
@@ -1,3 +1,2 @@
 SHA256 (cvsps-2.1.tar.gz) = 91d3198b33463861a581686d5fcf99a5c484e7c4d819384c04fda9cafec1075a
-RMD160 (cvsps-2.1.tar.gz) = a3063f638fbf1136761549658432d5842e4a766f
 SIZE (cvsps-2.1.tar.gz) = 61634

Modified: trunk/devel/cvsps/pkg-descr
===================================================================
--- trunk/devel/cvsps/pkg-descr	2017-09-25 18:50:26 UTC (rev 22523)
+++ trunk/devel/cvsps/pkg-descr	2017-09-25 19:37:46 UTC (rev 22524)
@@ -6,4 +6,4 @@
 information, it is often difficult to see what changes were committed
 'atomically' to the repository.
 
-WWW: http://www.cobite.com/cvsps/
+WWW: http://cvsps.sourceforge.net/



More information about the Midnightbsd-cvs mailing list