Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 04:54:17 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312703 - head/devel/luabind
Message-ID:  <201302210454.r1L4sH4M074889@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb 21 04:54:16 2013
New Revision: 312703
URL: http://svnweb.freebsd.org/changeset/ports/312703

Log:
  - Bump PORTREVISION after boost update
  - While here trim header

Modified:
  head/devel/luabind/Makefile   (contents, props changed)

Modified: head/devel/luabind/Makefile
==============================================================================
--- head/devel/luabind/Makefile	Thu Feb 21 03:54:49 2013	(r312702)
+++ head/devel/luabind/Makefile	Thu Feb 21 04:54:16 2013	(r312703)
@@ -1,19 +1,16 @@
-# New ports collection makefile for:	luabind
-# Date created:		06 Jun 2007
-# Whom:			Dmitry Marakasov <amdmi3@amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	luabind
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library that helps you create bindings between C++ and Lua
 
-LIB_DEPENDS=	boost_python.4:${PORTSDIR}/devel/boost-python-libs
+LIB_DEPENDS=	boost_python:${PORTSDIR}/devel/boost-python-libs
 
 USE_LUA=	5.1+
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210454.r1L4sH4M074889>