Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2008 18:06:27 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/121726: [PATCH] databases/tokyocabinet: update to 1.2.0, reset maintainership
Message-ID:  <20080315100627.4A9871CC1F@ccreader.NCTU.edu.tw>
Resent-Message-ID: <200803151010.m2FAA2n4016748@freefall.freebsd.org>

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

>Number:         121726
>Category:       ports
>Synopsis:       [PATCH] databases/tokyocabinet: update to 1.2.0, reset 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 Mar 15 10:10:02 UTC 2008
>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 #3: Tue Jan 15 11:22:08 CST 2008
>Description:
- Update to 1.2.0
- Reset maintainership to ports@FreeBSD.org

Port maintainer (gslin@gslin.org) is cc'd.

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

--- tokyocabinet-1.2.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/tokyocabinet/Makefile /home/staff/gslin/work/ports/tokyocabinet/Makefile
--- /usr/ports/databases/tokyocabinet/Makefile	2008-02-16 05:28:45.000000000 +0800
+++ /home/staff/gslin/work/ports/tokyocabinet/Makefile	2008-03-15 18:05:10.000000000 +0800
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	tokyocabinet
-PORTVERSION=	1.1.14
+PORTVERSION=	1.2.0
 CATEGORIES=	databases
 MASTER_SITES=	SF
 
-MAINTAINER=	gslin@gslin.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A modern implementation of DBM
 
 CONFIGURE_ARGS=	--enable-off64
@@ -18,8 +18,6 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
-DOCSDIR?=	${PREFIX}/share/doc/${PORTNAME}
-EXAMPLESDIR?=	${PREFIX}/share/examples/${PORTNAME}
 MAN1=		tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \
 		tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \
 		tcutest.1
@@ -27,8 +25,8 @@
 DOCS=		COPYING ChangeLog README THANKS
 BINS=		tcamgr tcatest tcbmgr tcbmttest tcbtest tchmgr tchmttest \
 		tchtest tcucodec tcumttest tcutest
-LIBS=		libtokyocabinet.a libtokyocabinet.so libtokyocabinet.so.1 \
-		libtokyocabinet.so.1.33.0
+LIBS=		libtokyocabinet.a libtokyocabinet.so libtokyocabinet.so.3 \
+		libtokyocabinet.so.3.1.0
 INCLUDES=	tcbdb.h tchdb.h tcutil.h
 
 OPTIONS=	DEBUG "Debugging support" off \
@@ -75,8 +73,8 @@
 CONFIGURE_ARGS+=	--disable-shared
 .endif
 
-# Because gnomehack use "(libdir)" and it doesn't work, we need to patch
-# it manually.
+# Because gnomehack will search "(libdir)" and it doesn't work, we need
+# to patch it manually.
 post-patch:
 	${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.in
diff -ruN --exclude=CVS /usr/ports/databases/tokyocabinet/distinfo /home/staff/gslin/work/ports/tokyocabinet/distinfo
--- /usr/ports/databases/tokyocabinet/distinfo	2008-02-16 05:28:45.000000000 +0800
+++ /home/staff/gslin/work/ports/tokyocabinet/distinfo	2008-03-15 18:03:09.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (tokyocabinet-1.1.14.tar.gz) = ef2158509cc2010ccffdbc77fadd5b53
-SHA256 (tokyocabinet-1.1.14.tar.gz) = 932957549518705df2244686bc7f68862cd71d858cc9e094ef4626b08dfa24d8
-SIZE (tokyocabinet-1.1.14.tar.gz) = 343128
+MD5 (tokyocabinet-1.2.0.tar.gz) = fe40e173901a0c63a100245c753d55b9
+SHA256 (tokyocabinet-1.2.0.tar.gz) = f5d7e7a3382dfe7e0b6f91aaf8060c4318573030e6960d2f718714c69b7f3839
+SIZE (tokyocabinet-1.2.0.tar.gz) = 353355
diff -ruN --exclude=CVS /usr/ports/databases/tokyocabinet/pkg-plist /home/staff/gslin/work/ports/tokyocabinet/pkg-plist
--- /usr/ports/databases/tokyocabinet/pkg-plist	2008-02-16 05:28:45.000000000 +0800
+++ /home/staff/gslin/work/ports/tokyocabinet/pkg-plist	2008-03-15 18:05:51.000000000 +0800
@@ -15,8 +15,8 @@
 include/tcutil.h
 lib/libtokyocabinet.a
 lib/libtokyocabinet.so
-lib/libtokyocabinet.so.1
-lib/libtokyocabinet.so.1.33.0
+lib/libtokyocabinet.so.3
+lib/libtokyocabinet.so.3.1.0
 libdata/pkgconfig/tokyocabinet.pc
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
--- tokyocabinet-1.2.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?20080315100627.4A9871CC1F>