Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2001 11:38:37 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28570: Update devel/devtodo to 0.1.7
Message-ID:  <200107011538.f61FcbX05215@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         28570
>Category:       ports
>Synopsis:       Update devel/devtodo to 0.1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 01 08:40:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

- update to version 0.1.7
- don't install etc/todorc by default; there is an example in
  ${PREFIX}/share/examples/devtodo already.

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/devtodo/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/06/09 12:38:27	1.1
+++ Makefile	2001/07/01 15:38:01
@@ -6,26 +6,26 @@
 #
 
 PORTNAME=	devtodo
-PORTVERSION= 	0.1.6.1
+PORTVERSION=	0.1.7
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-0.1.6-1
 
 MAINTAINER=	petef@databits.net
 
-WRKSRC=	${WRKDIR}/devtodo-0.1.6
-
 GNU_CONFIGURE=	Yes
 
 MAN1=	devtodo.1
 MLINKS=	devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdr.1 \
 	devtodo.1 todo.1
 
+post-patch:
+	@${PERL} -pi -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in
+
 post-install:
 	@${MKDIR} ${PREFIX}/share/examples/devtodo
-.for file in doc/scripts.sh doc/scripts.tcsh doc/todorc.example
-	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/devtodo
+.for file in scripts.sh scripts.tcsh todorc.example
+	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/examples/devtodo
 .endfor
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/devtodo/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2001/06/09 12:38:27	1.1
+++ distinfo	2001/07/01 15:38:01
@@ -1 +1 @@
-MD5 (devtodo-0.1.6-1.tar.gz) = 7c96b5401cc64a3dc9a8b57083273c6f
+MD5 (devtodo-0.1.7.tar.gz) = 5b22666f8b845095c823fbfeee37299b
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/devtodo/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2001/06/09 12:38:27	1.1
+++ pkg-plist	2001/07/01 15:38:01
@@ -4,7 +4,6 @@
 bin/tde
 bin/tdr
 bin/todo
-etc/todorc
 share/examples/devtodo/scripts.sh
 share/examples/devtodo/scripts.tcsh
 share/examples/devtodo/todorc.example
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107011538.f61FcbX05215>