Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Nov 2007 17:17:06 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/117861: [MAINTAINER] databases/memcachedb: update to 0.1.0
Message-ID:  <20071106091706.BFFCE1CC3C@ccreader.NCTU.edu.tw>
Resent-Message-ID: <200711060920.lA69K2jr006815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117861
>Category:       ports
>Synopsis:       [MAINTAINER] databases/memcachedb: update to 0.1.0
>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:   Tue Nov 06 09:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>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

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	2007-11-06 17:07:11.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (memcachedb-0.0.3.tar.gz) = 0cd7ee40e7fff94736a5befd1e6d8abb
-SHA256 (memcachedb-0.0.3.tar.gz) = 3627005feda900b9aa9bbc2704e3c0201a13969a15e99d4e5272f0108fdffd51
-SIZE (memcachedb-0.0.3.tar.gz) = 12153
+MD5 (memcachedb-0.1.0.tar.gz) = 0384dd0ec076cb3405861c06c2e47dd7
+SHA256 (memcachedb-0.1.0.tar.gz) = 40cbb9cf860f359bd37ec45d597f366c63db8815b40638b49dfa6981f8c106e7
+SIZE (memcachedb-0.1.0.tar.gz) = 15679
diff -ruN --exclude=CVS /usr/ports/databases/memcachedb/files/memcachedb.in /home/staff/gslin/work/ports/memcachedb/files/memcachedb.in
--- /usr/ports/databases/memcachedb/files/memcachedb.in	2007-09-27 11:02:34.000000000 +0800
+++ /home/staff/gslin/work/ports/memcachedb/files/memcachedb.in	2007-11-06 17:16:28.000000000 +0800
@@ -18,18 +18,9 @@
 
 load_rc_config $name
 
-: ${memcachedb_bind="127.0.0.1"}
-: ${memcachedb_dbfile="/var/db/memcachedb/default.db"}
-: ${memcachedb_dbpath="/var/db/memcachedb"}
-: ${memcachedb_enable="NO"}
-: ${memcachedb_pidfile="/var/run/memcachedb.pid"}
-: ${memcachedb_port="11211"}
-: ${memcachedb_user="nobody"}
+command="%%PREFIX%%/sbin/${name}"
 
-command=%%PREFIX%%/sbin/${name}
-command_args="-p ${memcachedb_port} -l ${memcachedb_bind} -d -u ${memcachedb_user} -f ${memcachedb_dbfile} -H ${memcachedb_dbpath} -P ${memcachedb_pidfile}"
-
-unset memcachedb_user
+: ${memcachedb_flags="-p11211 -l 127.0.0.1 -d -u nobody -f /var/db/memcachedb/default.db -H /var/db/memcachedb -P /var/run/memcachedb.pid"}
 
 run_rc_command "$1"
 
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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071106091706.BFFCE1CC3C>