Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2008 04:39:30 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125530: [PATCH] databases/tokyocabinet: update to 1.2.11, take maintainership
Message-ID:  <200807120439.m6C4dUg3089489@riderwayinc.com>
Resent-Message-ID: <200807120440.m6C4e2Ag028558@freefall.freebsd.org>

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

>Number:         125530
>Category:       ports
>Synopsis:       [PATCH] databases/tokyocabinet: update to 1.2.11, take maintainership
>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:   Sat Jul 12 04:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD riderwayinc.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Thu Feb 28 21:20:48 UTC 2008
>Description:
- Update to 1.2.11
- Take maintainership
- Honor NO_INSTALL_MANPAGES

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

--- tokyocabinet-1.2.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/tokyocabinet/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	4 Jun 2008 20:52:23 -0000	1.5
+++ Makefile	12 Jul 2008 04:39:14 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	tokyocabinet
-PORTVERSION=	1.2.7
+PORTVERSION=	1.2.11
 CATEGORIES=	databases
 MASTER_SITES=	http://tokyocabinet.sourceforge.net/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	pgollucci@p6m7g8.com
 COMMENT=	A modern implementation of DBM
 
 CONFIGURE_ARGS=	--enable-off64
@@ -18,10 +18,12 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
+.if !defined (NO_INSTALL_MANPAGES)
 MAN1=		tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \
 		tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \
 		tcutest.1
 MAN3=		tcadb.3 tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3
+.endif
 DOCS=		COPYING ChangeLog README THANKS
 BINS=		tcamgr tcatest tcbmgr tcbmttest tcbtest tchmgr tchmttest \
 		tchtest tcucodec tcumttest tcutest
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/tokyocabinet/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	4 Jun 2008 20:52:23 -0000	1.5
+++ distinfo	12 Jul 2008 04:39:14 -0000
@@ -1,3 +1,3 @@
-MD5 (tokyocabinet-1.2.7.tar.gz) = c6341743308b11e41aff577c8937162b
-SHA256 (tokyocabinet-1.2.7.tar.gz) = e6ab9105d3176f2db1e1fceb2769059fb99176413214fdb64307b52dd95e7e1f
-SIZE (tokyocabinet-1.2.7.tar.gz) = 362380
+MD5 (tokyocabinet-1.2.11.tar.gz) = da34814c547e21ae1dc48fae3b4b47e7
+SHA256 (tokyocabinet-1.2.11.tar.gz) = 1e39b6aa69f1392e719a62eafdecd1efc2b77e649b243a0d281492c78bd0ae68
+SIZE (tokyocabinet-1.2.11.tar.gz) = 416034
--- tokyocabinet-1.2.11.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?200807120439.m6C4dUg3089489>