ports/94858: [maintainer update] devel/dotconf++ to 0.0.5
Mark Starovoytov
mark_sf at kikg.ifmo.ru
Thu Mar 23 10:40:18 UTC 2006
>Number: 94858
>Category: ports
>Synopsis: [maintainer update] devel/dotconf++ to 0.0.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 23 10:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Mark Starovoytov
>Release: FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD kikg.ifmo.ru 4.11-STABLE FreeBSD 4.11-STABLE #1: Fri Sep 23 22:13:26 MSD 2005 root at kikg.ifmo.ru:/usr/obj/usr/src/sys/2828_410_01+ipfw i386
>Description:
Update devel/dotconf++ to v0.0.5
>How-To-Repeat:
>Fix:
diff -urN ./devel-dotconf++.orig/Makefile ./devel-dotconf++/Makefile
--- ./devel-dotconf++.orig/Makefile Tue Feb 28 16:23:18 2006
+++ ./devel-dotconf++/Makefile Thu Mar 23 09:52:23 2006
@@ -6,8 +6,7 @@
#
PORTNAME= dotconfpp
-PORTVERSION= 0.0.4a
-PORTREVISION= 2
+PORTVERSION= 0.0.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://voodoo.com.ua/dotconfpp/
diff -urN ./devel-dotconf++.orig/distinfo ./devel-dotconf++/distinfo
--- ./devel-dotconf++.orig/distinfo Mon Feb 20 15:39:23 2006
+++ ./devel-dotconf++/distinfo Thu Mar 23 09:53:42 2006
@@ -1,3 +1,3 @@
-MD5 (dotconfpp-0.0.4a.tar.gz) = 0c43f864f7115916e39c1e14599d053b
-SHA256 (dotconfpp-0.0.4a.tar.gz) = c0a2ab7955ce87b4deb2942236c274a9fb7913662baefa772c6a0bebee4baac9
-SIZE (dotconfpp-0.0.4a.tar.gz) = 307253
+MD5 (dotconfpp-0.0.5.tar.gz) = c09f645ddec2f1fb279aea463974e256
+SHA256 (dotconfpp-0.0.5.tar.gz) = 2637b3b13f21d49b7cca4367bb5a2dc284b69d3a4b65add1c40dfaac75243668
+SIZE (dotconfpp-0.0.5.tar.gz) = 339240
diff -urN ./devel-dotconf++.orig/files/patch-README ./devel-dotconf++/files/patch-README
--- ./devel-dotconf++.orig/files/patch-README Thu Jul 14 04:34:47 2005
+++ ./devel-dotconf++/files/patch-README Thu Jan 1 00:00:00 1970
@@ -1,14 +0,0 @@
---- README.orig Fri May 16 12:25:35 2003
-+++ README Thu Jul 7 17:01:27 2005
-@@ -80,9 +80,9 @@
- 1. Opening configuration file
- * Create configuration document object:
-
-- DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);
-+ DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);
- or
-- DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASESENSETIVE);
-+ DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASESENSITIVE);
- * [OPTIONAL] Set required options
-
- const char * requiredOptions[] = {"Users", NULL};
diff -urN ./devel-dotconf++.orig/files/patch-doc-dotconfpp.html ./devel-dotconf++/files/patch-doc-dotconfpp.html
--- ./devel-dotconf++.orig/files/patch-doc-dotconfpp.html Thu Jul 14 04:34:47 2005
+++ ./devel-dotconf++/files/patch-doc-dotconfpp.html Thu Jan 1 00:00:00 1970
@@ -1,15 +0,0 @@
---- doc/dotconfpp.html.orig Fri May 16 12:26:05 2003
-+++ doc/dotconfpp.html Thu Jul 7 17:06:38 2005
-@@ -133,10 +133,10 @@
- <li>Create configuration document object:<br>
- <br style="color: rgb(0, 0, 255);">
- <span style="color: rgb(0, 0, 255);">DOTCONFDocument * conf =
--new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);<br>
-+new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);<br>
- <span style="color: rgb(0, 0, 0);">or<br>
- </span></span><span style="color: rgb(0, 0, 255);">DOTCONFDocument
--* conf = new DOTCONFDocument(DOTCONFDocument::CASESENSETIVE);<br>
-+* conf = new DOTCONFDocument(DOTCONFDocument::CASESENSITIVE);<br>
- <br>
- </span></li>
- <li><span style="color: rgb(0, 0, 255);"><span
diff -urN ./devel-dotconf++.orig/files/patch-src-Makefile.in ./devel-dotconf++/files/patch-src-Makefile.in
--- ./devel-dotconf++.orig/files/patch-src-Makefile.in Thu Jul 7 11:17:53 2005
+++ ./devel-dotconf++/files/patch-src-Makefile.in Thu Mar 23 09:54:55 2006
@@ -12,9 +12,7 @@
@@ -132,7 +132,7 @@
target_alias = @target_alias@
EXTRA_DIST = dotconfpp.h mempool.h mempool.cc
-
--LIBdir = /usr/local/lib
+-LIBdir = ${prefix}/lib
+LIBdir = @prefix@/lib
SUBDIRS = . example1 example2
-
INCLUDES = -I.
diff -urN ./devel-dotconf++.orig/files/patch-src-dotconfpp.cc ./devel-dotconf++/files/patch-src-dotconfpp.cc
--- ./devel-dotconf++.orig/files/patch-src-dotconfpp.cc Thu Jul 14 04:34:47 2005
+++ ./devel-dotconf++/files/patch-src-dotconfpp.cc Thu Jan 1 00:00:00 1970
@@ -1,11 +0,0 @@
---- src/dotconfpp.cc.orig Fri Jun 25 14:03:20 2004
-+++ src/dotconfpp.cc Thu Jul 7 17:03:58 2005
-@@ -53,7 +53,7 @@
- mempool(NULL),
- curParent(NULL), curPrev(NULL), curLine(0), file(NULL), fileName(NULL)
- {
-- if(caseSensitivity == CASESENSETIVE){
-+ if(caseSensitivity == CASESENSITIVE){
- cmp_func = strcmp;
- } else {
- cmp_func = strcasecmp;
diff -urN ./devel-dotconf++.orig/files/patch-src-dotconfpp.h ./devel-dotconf++/files/patch-src-dotconfpp.h
--- ./devel-dotconf++.orig/files/patch-src-dotconfpp.h Thu Jul 14 04:34:47 2005
+++ ./devel-dotconf++/files/patch-src-dotconfpp.h Thu Jan 1 00:00:00 1970
@@ -1,20 +0,0 @@
---- src/dotconfpp.h.orig Wed May 14 19:10:26 2003
-+++ src/dotconfpp.h Thu Jul 7 17:02:43 2005
-@@ -75,7 +75,7 @@
- class DOTCONFDocument
- {
- public:
-- enum CaseSensitive { CASESENSETIVE, CASEINSENSETIVE };
-+ enum CaseSensitive { CASESENSITIVE, CASEINSENSITIVE };
- protected:
- AsyncDNSMemPool * mempool;
- private:
-@@ -103,7 +103,7 @@
- virtual void error(int lineNum, const char * fileName, const char * fmt, ...);
-
- public:
-- DOTCONFDocument(CaseSensitive caseSensitivity = CASESENSETIVE);
-+ DOTCONFDocument(CaseSensitive caseSensitivity = CASESENSITIVE);
- virtual ~DOTCONFDocument();
-
- int setContent(const char * _fileName);
diff -urN ./devel-dotconf++.orig/files/patch-src-example1.cc ./devel-dotconf++/files/patch-src-example1.cc
--- ./devel-dotconf++.orig/files/patch-src-example1.cc Thu Jul 14 04:34:47 2005
+++ ./devel-dotconf++/files/patch-src-example1.cc Thu Jan 1 00:00:00 1970
@@ -1,11 +0,0 @@
---- src/example1/example1.cc.orig Sat Apr 10 15:22:00 2004
-+++ src/example1/example1.cc Wed Jul 13 20:20:47 2005
-@@ -54,7 +54,7 @@
-
- int main()
- {
-- DOTCONFDocument *conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);
-+ DOTCONFDocument *conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);
- const DOTCONFDocumentNode * node = NULL;
- const char * v = NULL;
- char * fqdn = NULL;
diff -urN ./devel-dotconf++.orig/files/patch-src-example2.cc ./devel-dotconf++/files/patch-src-example2.cc
--- ./devel-dotconf++.orig/files/patch-src-example2.cc Thu Jul 14 04:34:47 2005
+++ ./devel-dotconf++/files/patch-src-example2.cc Thu Jan 1 00:00:00 1970
@@ -1,11 +0,0 @@
---- src/example2/example2.cc.orig Wed May 14 17:10:26 2003
-+++ src/example2/example2.cc Wed Jul 13 20:21:29 2005
-@@ -51,7 +51,7 @@
-
- int main(int argc, char * argv[])
- {
-- DOTCONFDocument conf(DOTCONFDocument::CASEINSENSETIVE);
-+ DOTCONFDocument conf(DOTCONFDocument::CASEINSENSITIVE);
-
- conf.setRequiredOptionNames(requiredOptions);
-
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list