From gslin@ccreader.NCTU.edu.tw  Tue Nov  6 09:02:57 2007
Return-Path: <gslin@ccreader.NCTU.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9CE5216A417
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Nov 2007 09:02:57 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.freebsd.org (Postfix) with ESMTP id 65F2213C4C6
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Nov 2007 09:02:56 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000)
	id 8900A1CC3C; Tue,  6 Nov 2007 17:02:39 +0800 (CST)
Message-Id: <20071106090239.8900A1CC3C@ccreader.NCTU.edu.tw>
Date: Tue,  6 Nov 2007 17:02:39 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [MAINTAINER] databases/memcachedb: update to 0.1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117860
>Category:       ports
>Synopsis:       [MAINTAINER] databases/memcachedb: update to 0.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 06 09:10:03 UTC 2007
>Closed-Date:    Tue Nov 06 09:45:15 UTC 2007
>Last-Modified:  Tue Nov 06 09:45:15 UTC 2007
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Thu Oct 25 05:54:55 CST 2007
>Description:
- Update to 0.1.0

Removed file(s):
- distinfo

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- memcachedb-0.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/memcachedb/Makefile /home/staff/gslin/work/ports/memcachedb/Makefile
--- /usr/ports/databases/memcachedb/Makefile	2007-10-04 16:05:13.000000000 +0800
+++ /home/staff/gslin/work/ports/memcachedb/Makefile	2007-11-06 16:57:08.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	memcachedb
-PORTVERSION=	0.0.3
+PORTVERSION=	0.1.0
 CATEGORIES=	databases
 MASTER_SITES=	http://memcachedb.googlecode.com/files/
 
@@ -15,7 +15,7 @@
 
 LIB_DEPENDS=	event:${PORTSDIR}/devel/libevent
 
-USE_BDB=	42+
+USE_BDB=	46+
 USE_DOS2UNIX=	YES
 USE_RC_SUBR=	${PORTNAME}
 
diff -ruN --exclude=CVS /usr/ports/databases/memcachedb/distinfo /home/staff/gslin/work/ports/memcachedb/distinfo
--- /usr/ports/databases/memcachedb/distinfo	2007-10-04 16:05:13.000000000 +0800
+++ /home/staff/gslin/work/ports/memcachedb/distinfo	1970-01-01 08:00:00.000000000 +0800
@@ -1,3 +0,0 @@
-MD5 (memcachedb-0.0.3.tar.gz) = 0cd7ee40e7fff94736a5befd1e6d8abb
-SHA256 (memcachedb-0.0.3.tar.gz) = 3627005feda900b9aa9bbc2704e3c0201a13969a15e99d4e5272f0108fdffd51
-SIZE (memcachedb-0.0.3.tar.gz) = 12153
diff -ruN --exclude=CVS /usr/ports/databases/memcachedb/files/patch-Makefile /home/staff/gslin/work/ports/memcachedb/files/patch-Makefile
--- /usr/ports/databases/memcachedb/files/patch-Makefile	2007-09-27 11:02:34.000000000 +0800
+++ /home/staff/gslin/work/ports/memcachedb/files/patch-Makefile	2007-11-06 16:56:07.000000000 +0800
@@ -1,19 +1,19 @@
---- Makefile.orig	2007-09-22 03:51:05.000000000 +0800
-+++ Makefile	2007-09-22 03:56:02.000000000 +0800
+--- Makefile.orig	2007-11-06 16:55:06.000000000 +0800
++++ Makefile	2007-11-06 16:56:00.000000000 +0800
 @@ -1,15 +1,15 @@
  # $Id: Makefile 11833 2005-11-28 00:22:02Z midom $
  # $Id: Makefile 11833 2007-09-06 10:56:02Z steve $
  
 -LIBS=-ldb -levent
--DBLIBPATH=/usr/local/BerkeleyDB.4.5/lib
--DBINCPATH=/usr/local/BerkeleyDB.4.5/include
+-DBLIBPATH=/usr/local/BerkeleyDB.4.6/lib
+-DBINCPATH=/usr/local/BerkeleyDB.4.6/include
 +LIBS=-l%%BDB_LIB_NAME%% -levent
 +DBLIBPATH=%%BDB_LIB_DIR%%
 +DBINCPATH=%%BDB_INCLUDE_DIR%%
  
  LDFLAGS= -L/usr/local/lib/ -L${DBLIBPATH}
--CFLAGS = -O2 -I/usr/local/include -I${DBINCPATH} 
-+CFLAGS+= -I/usr/local/include -I${DBINCPATH} 
+-CFLAGS =-Wall -O2 -I/usr/local/include -I${DBINCPATH} 
++CFLAGS+=-Wall -I/usr/local/include -I${DBINCPATH} 
  
  all: 
 -	cc -o memcachedb memcachedb.c ${LDFLAGS} ${CFLAGS} ${LIBS}
--- memcachedb-0.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 6 09:10:12 UTC 2007 
Responsible-Changed-Why:  
clsung@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117860 

From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: gslin@gslin.org
Subject: Re: ports/117860: [MAINTAINER] databases/memcachedb: update to
	0.1.0
Date: Tue, 6 Nov 2007 17:18:03 +0800

 Sorry about incorrect patch (forget distinfo), please close this.
 
 On Tue, Nov 06, 2007 at 09:10:03AM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/117860'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=117860
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [MAINTAINER] databases/memcachedb: update to 0.1.0
 > >Arrival-Date:   Tue Nov 06 09:10:03 UTC 2007
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Tue Nov 6 09:44:50 UTC 2007 
State-Changed-Why:  
superceded by pr/117861 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117860 
>Unformatted:
