Index: head/databases/py-pytc/Makefile =================================================================== --- head/databases/py-pytc/Makefile (revision 234672) +++ head/databases/py-pytc/Makefile (revision 234673) @@ -1,25 +1,25 @@ # New ports collection makefile for: py-pytc # Date created: 2009-02-18 # Whom: Li-Wen Hsu # # $FreeBSD$ # PORTNAME= pytc PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Tokyo Cabinet Python bindings LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pytc.so .include Property changes on: head/databases/py-pytc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/databases/tokyocabinet/Makefile =================================================================== --- head/databases/tokyocabinet/Makefile (revision 234672) +++ head/databases/tokyocabinet/Makefile (revision 234673) @@ -1,98 +1,98 @@ # New ports collection makefile for: tokyocabinet # Date created: 2007-12-22 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= tokyocabinet -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.23 CATEGORIES= databases MASTER_SITES= SF MAINTAINER= pgollucci@FreeBSD.org COMMENT= A modern implementation of DBM MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-off64 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes .if defined(NOPORTDOCS) EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in .endif MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ tcfmgr.1 tcfmttest.1 tcftest.1 \ tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ tcutest.1 tctmgr.1 tctmttest.1 tcttest.1 MAN3= tcadb.3 tcbdb.3 tcfdb.3 tchdb.3 tclist.3 tcmap.3 \ tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3 \ tctdb.3 OPTIONS= DEBUG "Debugging support" off \ DEVEL "Development build" off \ PROFILE "Profiling build" off \ OFF64 "Use to compile on 64-bit system" off \ FASTEST "Fastest run" off \ SWAB "Swapping byte-orders build" off \ UYIELD "Detecting race conditions" off \ ZLIB "Disable ZLIB compression" off \ BZIP2 "BZIP2 compression" on \ PTHREAD "Disable POSIX thread support" off .include .if !defined(NOPORTDOCS) PORTDOCS= * .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_DEVEL) CONFIGURE_ARGS+= --enable-devel .endif .if defined(WITH_PROFILE) CONFIGURE_ARGS+= --enable-profile .endif .if defined(WITH_OFF64) CONFIGURE_ARGS+= --enable-off64 .endif .if defined(WITH_FASTEST) CONFIGURE_ARGS+= --enable-fastest .endif .if defined(WITH_SWAB) CONFIGURE_ARGS+= --enable-swab .endif .if defined(WITH_UYIELD) CONFIGURE_ARGS+= --enable-uyield .endif .if defined(WITH_ZLIB) CONFIGURE_ARGS+= --disable-zlib .endif .if defined(WITHOUT_BZIP2) CONFIGURE_ARGS+= --disable-bzip .endif .if defined(WITH_PTHREAD) CONFIGURE_ARGS+= --disable-pthread .endif .if defined(WITH_SHARED) CONFIGURE_ARGS+= --disable-shared .endif -SHLIB_VER= 8.11.0 +SHLIB_VER= 8.14.0 SHLIB_VER_MAJ= 8 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} # 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|' \ -e 's|@datarootdir@|@datarootdir@/doc|' \ ${WRKSRC}/Makefile.in .include Property changes on: head/databases/tokyocabinet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/databases/tokyocabinet/distinfo =================================================================== --- head/databases/tokyocabinet/distinfo (revision 234672) +++ head/databases/tokyocabinet/distinfo (revision 234673) @@ -1,3 +1,3 @@ -MD5 (tokyocabinet-1.4.20.tar.gz) = 3b4b9e7cda409376e02458e6dc424197 -SHA256 (tokyocabinet-1.4.20.tar.gz) = c2f2876a2de2824eb077ab809b723dfe2137fbe605fd82756556188ae9af3108 -SIZE (tokyocabinet-1.4.20.tar.gz) = 901507 +MD5 (tokyocabinet-1.4.23.tar.gz) = 518f93305a99589301155ce3c4178f17 +SHA256 (tokyocabinet-1.4.23.tar.gz) = cd42fe1a0f3551df5eec3954ea9bbc42fbed2bc8436344ec8a15d1add30c94e4 +SIZE (tokyocabinet-1.4.23.tar.gz) = 904574 Property changes on: head/databases/tokyocabinet/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/databases/tokyotyrant/Makefile =================================================================== --- head/databases/tokyotyrant/Makefile (revision 234672) +++ head/databases/tokyotyrant/Makefile (revision 234673) @@ -1,46 +1,47 @@ # New ports collection makefile for: tokyotyrant # Date created: 2009-03-09 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= tokyotyrant PORTVERSION= 1.1.27 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF MASTER_SITE_SUBDIR= tokyocabinet MAINTAINER= gslin@gslin.org COMMENT= Network interface of Tokyo Cabinet BUILD_DEPENDS= tokyocabinet>=1.4.20:${PORTSDIR}/databases/tokyocabinet LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes USE_RC_SUBR= ttserver MAN1= tcrmgr.1 tcrmttest.1 tcrtest.1 ttserver.1 ttulmgr.1 ttultest.1 MAN3= tcrdb.3 tculog.3 ttutil.3 MAN8= ttservctl.8 OPTIONS= LUA "Enable LUA support" off .include .if defined(WITH_LUA) CONFIGURE_ARGS+= --enable-lua CONFIGURE_ENV+= LDFLAGS="-L${LUA_LIBDIR}" CFLAGS+= -I${LUA_INCDIR} USE_LUA= yes .endif # Since gnomehack only works for "(libdir)" case, we need to patch it # manually. post-patch: ${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in .include Property changes on: head/databases/tokyotyrant/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/mail/bogofilter-tc/Makefile =================================================================== --- head/mail/bogofilter-tc/Makefile (revision 234672) +++ head/mail/bogofilter-tc/Makefile (revision 234673) @@ -1,26 +1,27 @@ # New ports collection makefile for: bogofilter-tc # Date created: 2008-08-29 # Whom: Zach Thompson # # $FreeBSD$ # PORTNAME= bogofilter +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -tc MAINTAINER= matthias.andree@gmx.de # Blanket approval for changes by Zach Thompson (address above) LIB_DEPENDS= tokyocabinet.8:${PORTSDIR}/databases/tokyocabinet CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* CONFIGURE_ARGS= --with-database=tokyocabinet BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter .include "${MASTERDIR}/Makefile" Property changes on: head/mail/bogofilter-tc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/textproc/tokyodystopia/Makefile =================================================================== --- head/textproc/tokyodystopia/Makefile (revision 234672) +++ head/textproc/tokyodystopia/Makefile (revision 234673) @@ -1,56 +1,56 @@ # New ports collection makefile for: tokyodystopia # Date created: 2009-02-04 # Whom: Li-Wen Hsu # # $FreeBSD$ # PORTNAME= tokyodystopia PORTVERSION= 0.9.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SOURCEFORGE \ http://tokyocabinet.sourceforge.net/dystopiapkg/ MASTER_SITE_SUBDIR= tokyocabinet MAINTAINER= lwhsu@FreeBSD.org COMMENT= A full-text search system based on Tokyo Cabinet LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes MAN1= dystmgr.1 \ dysttest.1 \ lapumgr.1 \ laputest.1 \ tcqmgr.1 \ tcqtest.1 \ tcwmgr.1 \ tcwtest.1 MAN3= dystopia.3 \ laputa.3 \ tcidb.3 \ tcjdb.3 \ tcqdb.3 \ tcwdb.3 SHLIB_VER= 1.12.0 SHLIB_VER_MAJ= 1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} post-patch: ${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's|DATADIR =.*|DATADIR = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's|mkdir -p $$(DESTDIR)$$(DATADIR)||' \ -e 's|cp -Rf $$(DOCUMENTFILES) $$(DESTDIR)$$(DATADIR)||' \ ${WRKSRC}/Makefile.in .endif .include Property changes on: head/textproc/tokyodystopia/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property