From owner-svn-ports-all@FreeBSD.ORG Sun Dec 8 16:33:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65895A9D; Sun, 8 Dec 2013 16:33:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51A001ED2; Sun, 8 Dec 2013 16:33:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB8GX1xY048476; Sun, 8 Dec 2013 16:33:01 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB8GX1A0048475; Sun, 8 Dec 2013 16:33:01 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201312081633.rB8GX1A0048475@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 8 Dec 2013 16:33:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335908 - head/graphics/radius-engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2013 16:33:01 -0000 Author: nemysis Date: Sun Dec 8 16:33:00 2013 New Revision: 335908 URL: http://svnweb.freebsd.org/changeset/ports/335908 Log: - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/graphics/radius-engine/Makefile Modified: head/graphics/radius-engine/Makefile ============================================================================== --- head/graphics/radius-engine/Makefile Sun Dec 8 16:12:32 2013 (r335907) +++ head/graphics/radius-engine/Makefile Sun Dec 8 16:33:00 2013 (r335908) @@ -6,14 +6,14 @@ PORTVERSION= 1.1 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL LICENSE= MIT -LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \ - png15:${PORTSDIR}/graphics/png \ - physfs.1:${PORTSDIR}/devel/physfs +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ + libpng15.so:${PORTSDIR}/graphics/png \ + libphysfs.so.1:${PORTSDIR}/devel/physfs USES= pathfix pkgconfig USE_SDL= sdl sound @@ -25,9 +25,7 @@ CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/radius.h \ lib/libradius-engine.a \ libdata/pkgconfig/radius-engine.pc -PLIST_DIRSTRY= libdata/pkgconfig -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/configure