FreeBSD Bugzilla – Attachment 97349 Details for
Bug 136074
[PATCH] databases/dbtool: update to 1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dbtool-1.7_3.patch
dbtool-1.7_3.patch (text/plain), 5.11 KB, created by
Sylvio César Teixeira Amorim
on 2009-06-26 20:10:01 UTC
(
hide
)
Description:
dbtool-1.7_3.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-06-26 20:10:01 UTC
Size:
5.11 KB
patch
obsolete
>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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136074
: 97349