Index: head/benchmarks/sysbench/Makefile =================================================================== --- head/benchmarks/sysbench/Makefile (revision 233312) +++ head/benchmarks/sysbench/Makefile (revision 233313) @@ -1,57 +1,57 @@ # New ports collection makefile for: sysbench # Date created: 2005-12-11 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= sysbench -PORTVERSION= 0.4.8 +PORTVERSION= 0.4.12 CATEGORIES= benchmarks databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kris@FreeBSD.org COMMENT= A modular, cross-platform and multi-threaded benchmark tool USE_AUTOTOOLS= libtool:15 OPTIONS= LARGEFILE "Enable Largefile support" on \ MYSQL "Enable MySQL support" on \ POSTGRESQL "Enable PostgreSQL support" off .include .if defined(WITHOUT_LARGEFILE) CONFIGURE_ARGS+= --disable-largefile .else CONFIGURE_ARGS+= --enable-largefile .endif .if defined(WITHOUT_MYSQL) CONFIGURE_ARGS+= --with-mysql=no .else USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif .if defined(WITH_POSTGRESQL) USE_PGSQL= yes DEFAULT_PGSQL_VER?= 80 IGNORE_WITH_PGSQL= 73 74 CONFIGURE_ARGS+= --with-pgsql .else CONFIGURE_ARGS+= --with-pgsql=no .endif post-configure: @${REINPLACE_CMD} -e 's/^program_transform_name/#/' \ - ${WRKSRC}/scripts/Makefile ${WRKSRC}/sysbench/Makefile + ${WRKSRC}/Makefile ${WRKSRC}/sysbench/Makefile .if defined(NOPORTDOCS) post-install: ${RM} ${DOCSDIR}/manual.html ${RMDIR} ${DOCSDIR} .endif .include Property changes on: head/benchmarks/sysbench/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/benchmarks/sysbench/distinfo =================================================================== --- head/benchmarks/sysbench/distinfo (revision 233312) +++ head/benchmarks/sysbench/distinfo (revision 233313) @@ -1,3 +1,3 @@ -MD5 (sysbench-0.4.8.tar.gz) = da17b9654ec7cb8ebc0b8a8062a41dce -SHA256 (sysbench-0.4.8.tar.gz) = 5653662e0371c7db3cfec0f5c6719266d9227affb4ccebd5d206675ad982f8a6 -SIZE (sysbench-0.4.8.tar.gz) = 469327 +MD5 (sysbench-0.4.12.tar.gz) = 3a6d54fdd3fe002328e4458206392b9d +SHA256 (sysbench-0.4.12.tar.gz) = 83fa7464193e012c91254e595a89894d8e35b4a38324b52a5974777e3823ea9e +SIZE (sysbench-0.4.12.tar.gz) = 421932 Property changes on: head/benchmarks/sysbench/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/benchmarks/sysbench/pkg-plist =================================================================== --- head/benchmarks/sysbench/pkg-plist (revision 233312) +++ head/benchmarks/sysbench/pkg-plist (revision 233313) @@ -1,5 +1,3 @@ -bin/sb_run.sh -bin/sb_test_ps.sh bin/sysbench %%PORTDOCS%%%%DOCSDIR%%/manual.html %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/benchmarks/sysbench/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property