* update to 0.1.18

* use %%EXAMPLESDIR%%
This commit is contained in:
Pete Fritchman 2004-11-08 00:34:19 +00:00
parent 14a1da27f4
commit 1e72144dae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121093
5 changed files with 7 additions and 24 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= devtodo
PORTVERSION= 0.1.17
PORTVERSION= 0.1.18
CATEGORIES= devel
MASTER_SITES= http://swapoff.org/files/devtodo/

View file

@ -1,2 +1,2 @@
MD5 (devtodo-0.1.17.tar.gz) = cc3cdd3064eaa7270191bee63d3b1a2c
SIZE (devtodo-0.1.17.tar.gz) = 312755
MD5 (devtodo-0.1.18.tar.gz) = 6ca0a414685cb7a7f32f7ae22cb3a2a9
SIZE (devtodo-0.1.18.tar.gz) = 432858

View file

@ -1,7 +0,0 @@
--- util/CommandArgs.cc.orig Thu Jul 17 20:33:23 2003
+++ util/CommandArgs.cc Thu Jul 17 20:33:31 2003
@@ -1,3 +1,4 @@
+#include <assert.h>
#include "CommandArgs.h"
CommandArgs::CommandArgs() {
}

View file

@ -1,10 +0,0 @@
--- util/Regex.h.orig Thu Jul 17 20:31:31 2003
+++ util/Regex.h Thu Jul 17 20:31:43 2003
@@ -1,6 +1,7 @@
#ifndef CRASH_REGEX
#define CRASH_REGEX
+#include <assert.h>
#include <cstring>
#include <string>
#include <map>

View file

@ -7,7 +7,7 @@ bin/tdr
bin/todo
@unexec if cmp -s %D/etc/todorc %D/etc/todorc.sample; then rm -f %D/etc/todorc; fi
etc/todorc.sample
share/examples/devtodo/scripts.sh
share/examples/devtodo/scripts.tcsh
share/examples/devtodo/todorc.example
@dirrm share/examples/devtodo
%%EXAMPLESDIR%%/scripts.sh
%%EXAMPLESDIR%%/scripts.tcsh
%%EXAMPLESDIR%%/todorc.example
@dirrm %%EXAMPLESDIR%%