Date: Mon, 4 Mar 2013 19:53:50 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313422 - head/devel/libftdi Message-ID: <201303041953.r24JroER083683@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Mar 4 19:53:50 2013 New Revision: 313422 URL: http://svnweb.freebsd.org/changeset/ports/313422 Log: Bump after boost update PR: ports/176016 Submitted by: Chris Dukes <chris.dukes.aix@gmail.com> Approved by: maintainer timeout Modified: head/devel/libftdi/Makefile (contents, props changed) Modified: head/devel/libftdi/Makefile ============================================================================== --- head/devel/libftdi/Makefile Mon Mar 4 19:21:31 2013 (r313421) +++ head/devel/libftdi/Makefile Mon Mar 4 19:53:50 2013 (r313422) @@ -1,12 +1,9 @@ -# New ports collection makefile for: libftdi -# Date created: 2006-07-27 -# Whom: Olexandr Davydenko <o.davydenko@gmail.com> -# +# Created by: Olexandr Davydenko <o.davydenko@gmail.com> # $FreeBSD$ -# PORTNAME= libftdi PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ @@ -29,7 +26,7 @@ PORTDOCS= COPYING.LIB ChangeLog README PLIST_SUB+= BOOST="" CONFIGURE_ARGS+= --with-boost CXXFLAGS+= "-I${LOCALBASE}/include" -LIB_DEPENDS+= boost_system.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs .else PLIST_SUB+= BOOST="@comment " CONFIGURE_ARGS+= --without-boost
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303041953.r24JroER083683>