ports/125530: [PATCH] databases/tokyocabinet: update to 1.2.11, take maintainership
Philip M. Gollucci
pgollucci at p6m7g8.com
Sat Jul 12 04:40:03 UTC 2008
>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 at FreeBSD.org
+MAINTAINER= pgollucci at 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:
More information about the freebsd-ports-bugs
mailing list