Bug 127902 - [patch] Update port: databases/memcachedb
Summary: [patch] Update port: databases/memcachedb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 14:10 UTC by Piotr Rybicki
Modified: 2008-10-12 10:30 UTC (History)
0 users

See Also:


Attachments
file.diff (953 bytes, patch)
2008-10-06 14:10 UTC, Piotr Rybicki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Rybicki 2008-10-06 14:10:02 UTC
- Update port to latest version (1.1.0)
- take maintainership

Please note, that this version now requires BDB 4.7.
Older version of BDB is not supported anymore.

Fix: PORTNAME=      memcachedb
-PORTVERSION=   1.0.3
-PORTREVISION=  2
+PORTVERSION=   1.1.0
 CATEGORIES=    databases
-MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE} \
-               http://freebsd.csie.nctu.edu.tw/~gslin/files/
+MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE}

-MAINTAINER=    ports@FreeBSD.org
+MAINTAINER=    meritus@innervision.pl
 COMMENT=       Distributed storage system designed for persistent

 LIB_DEPENDS=   event-1.4:${PORTSDIR}/devel/libevent
@@ -24,7 +22,7 @@
 GNU_CONFIGURE= yes
 LDFLAGS=       -l"${BDB_LIB_NAME}" -L"${LOCALBASE}/lib"
 MCDBDIR?=      /var/db/memcachedb
-USE_BDB=       46+
+USE_BDB=       47+
 USE_RC_SUBR=   ${PORTNAME}

 post-install:


load_rc_config $name

-command="%%PREFIX%%/sbin/${name}"
+command="%%PREFIX%%/bin/${name}"

 : ${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"}--iDa6gY34nMUxaSio32rCsgZWDQLM0SPDLtNSqhV077f6TbBD
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN /root/memcachedb/Makefile /usr/ports/databases/memcachedb/Makefile
--- /root/memcachedb/Makefile   2008-10-04 17:24:22.000000000 +0200
+++ /usr/ports/databases/memcachedb/Makefile    2008-10-06 14:52:51.000000000 +0200
@@ -6,13 +6,11 @@
 #
How-To-Repeat: Please commit patch. Thanks
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-10-06 14:21:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-10-12 10:21:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-10-12 10:21:12 UTC
miwi        2008-10-12 09:20:58 UTC

  FreeBSD ports repository

  Modified files:
    databases/memcachedb Makefile distinfo 
    databases/memcachedb/files memcachedb.in 
  Log:
  - Update to 1.1.0
  - Pass maintainership to submitter
  
  PR:             127902
  Submitted by:   Piotr Rybicki <meritus@innervision.pl>
  
  Revision  Changes    Path
  1.12      +4 -6      ports/databases/memcachedb/Makefile
  1.8       +3 -3      ports/databases/memcachedb/distinfo
  1.3       +2 -2      ports/databases/memcachedb/files/memcachedb.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"