Date: Fri, 26 Jun 2009 10:20:26 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/136074: [PATCH] databases/dbtool: update to 1.7 Message-ID: <200906261320.n5QDKQ8p056325@fbsd_tb7st.vida.br> Resent-Message-ID: <200906261910.n5QJA10b058852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136074 >Category: ports >Synopsis: [PATCH] databases/dbtool: update to 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 26 19:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd_tb7st.vida.br 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC >Description: - Update to 1.7 - Take maintainership Removed file(s): - files/patch-Makefile.in - files/patch-cipher.h - files/patch-config.h Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dbtool-1.7_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/dbtool/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 31 Jan 2009 21:59:35 -0000 1.18 +++ Makefile 26 Jun 2009 19:08:34 -0000 @@ -7,12 +7,12 @@ # PORTNAME= dbtool -PORTVERSION= 1.6 +PORTVERSION= 1.7 PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Store and retrieve data in a key/value format in a hash database LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre @@ -60,6 +60,7 @@ .for file in ${UB2PFX} @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file} @${RM} ${WRKSRC}/${file}.orig + @${RM} ${WRKSRC}/${file}~ .endfor .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/dbtool/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 24 Nov 2005 01:23:46 -0000 1.6 +++ distinfo 26 Jun 2009 19:08:34 -0000 @@ -1,3 +1,3 @@ -MD5 (dbtool-1.6.tar.gz) = a8e3f0982b42b0dbb3b9c1c31c975060 -SHA256 (dbtool-1.6.tar.gz) = fa97490f922fe65f0c73972addde09fa1373d4210d84f71d85fd920eaa97d248 -SIZE (dbtool-1.6.tar.gz) = 81631 +MD5 (dbtool-1.7.tar.gz) = f33106e3fc1c30f59f6f6cc2f313e280 +SHA256 (dbtool-1.7.tar.gz) = 90e813b57f4d5f3714c3c54c95982b3fc9c1f6b011cade19e101045eb3f1e7a9 +SIZE (dbtool-1.7.tar.gz) = 124794 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/dbtool/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 30 Mar 2003 03:40:04 -0000 1.2 +++ pkg-plist 26 Jun 2009 19:08:34 -0000 @@ -1,12 +1,12 @@ bin/dbtool -%%PORTDOCS%%%%EXAMPLESDIR%%/account-db/README -%%PORTDOCS%%%%EXAMPLESDIR%%/account-db/accdb -%%PORTDOCS%%%%EXAMPLESDIR%%/locate/README -%%PORTDOCS%%%%EXAMPLESDIR%%/locate/locate -%%PORTDOCS%%%%EXAMPLESDIR%%/locate/updatedb -%%PORTDOCS%%%%EXAMPLESDIR%%/uback/README -%%PORTDOCS%%%%EXAMPLESDIR%%/README -@dirrm %%PORTDOCS%%%%EXAMPLESDIR%%/account-db -@dirrm %%PORTDOCS%%%%EXAMPLESDIR%%/locate -@dirrm %%PORTDOCS%%%%EXAMPLESDIR%%/uback -@dirrm %%PORTDOCS%%%%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/account-db/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/account-db/accdb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate/locate +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate/updatedb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uback/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/account-db +@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate +@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uback +@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%% Index: files/patch-Makefile.in =================================================================== RCS file: files/patch-Makefile.in diff -N files/patch-Makefile.in --- files/patch-Makefile.in 30 Mar 2003 03:40:04 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Apr 20 20:43:22 2002 -+++ Makefile.in Sat Mar 22 14:06:46 2003 -@@ -68,7 +68,7 @@ - dbtool_SOURCES = cipher.cc config.cc dbtool.cc digest.cc engine.cc rijndael.cc - man_MANS = dbtool.1 - EXTRA_DIST = $(man_MANS) --CXXFLAGS = -g -Wstrict-prototypes -O -+CXXFLAGS = @CXXFLAGS@ - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_CLEAN_FILES = -@@ -84,7 +84,7 @@ - dbtool_LDADD = $(LDADD) - dbtool_DEPENDENCIES = - dbtool_LDFLAGS = --CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) - CXXLD = $(CXX) - CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ - man1dir = $(mandir)/man1 Index: files/patch-cipher.h =================================================================== RCS file: files/patch-cipher.h diff -N files/patch-cipher.h --- files/patch-cipher.h 21 Dec 2006 13:45:17 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- cipher.h.orig Thu Dec 21 14:26:06 2006 -+++ cipher.h Thu Dec 21 14:26:26 2006 -@@ -62,12 +62,12 @@ - MD5Digest dig; - unsigned char key[32]; - string blah; -- const char* cipher::error(int num); -+ const char* error(int num); - - public: - cipher() {}; - ~cipher() {}; -- void cipher::init(const string & phrase); -+ void init(const string & phrase); - string encrypt(const string& source); - string decrypt(const string& source); - }; Index: files/patch-config.h =================================================================== RCS file: files/patch-config.h diff -N files/patch-config.h --- files/patch-config.h 21 Dec 2006 13:45:17 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- config.h.orig Thu Dec 21 14:30:15 2006 -+++ config.h Thu Dec 21 14:30:26 2006 -@@ -71,7 +71,7 @@ - - public: - Config(); -- void Config::args(int argc, char *argv[]); -+ void args(int argc, char *argv[]); - int parse(); - int force, command, with, reverse, readonly, encrypted; - string filename, key, value, usage, token, phrase; --- dbtool-1.7_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906261320.n5QDKQ8p056325>