From owner-svn-ports-head@FreeBSD.ORG Sat May 9 08:28:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E41BDDE3; Sat, 9 May 2015 08:28:57 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D220B1A38; Sat, 9 May 2015 08:28:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t498Sv32043402; Sat, 9 May 2015 08:28:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t498Svor043401; Sat, 9 May 2015 08:28:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505090828.t498Svor043401@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 9 May 2015 08:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385871 - head/math/ogdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 08:28:58 -0000 Author: amdmi3 Date: Sat May 9 08:28:57 2015 New Revision: 385871 URL: https://svnweb.freebsd.org/changeset/ports/385871 Log: - Fix LICENSE - Fix library installation Modified: head/math/ogdf/Makefile Modified: head/math/ogdf/Makefile ============================================================================== --- head/math/ogdf/Makefile Sat May 9 08:28:41 2015 (r385870) +++ head/math/ogdf/Makefile Sat May 9 08:28:57 2015 (r385871) @@ -3,7 +3,7 @@ PORTNAME= ogdf PORTVERSION= 2012.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= LOCAL/gahr \ http://people.freebsd.org/~gahr/distfiles/ @@ -12,7 +12,10 @@ DISTNAME= ${PORTNAME}.v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library for the automatic layout of diagrams -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE_GPL_v2.txt +LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE_GPL_v3.txt USES= zip python:build USE_LDCONFIG= yes @@ -53,7 +56,7 @@ do-configure: cd ${WRKSRC} && ${PYTHON_CMD} makeMakefile.py do-install: - ${INSTALL_DATA} ${WRKSRC}/_release/libOGDF.so \ + ${INSTALL_LIB} ${WRKSRC}/_release/libOGDF.so \ ${STAGEDIR}${PREFIX}/lib/libOGDF.so.1 ${LN} -sf libOGDF.so.1 ${STAGEDIR}${PREFIX}/lib/libOGDF.so cd ${WRKSRC} && ${COPYTREE_SHARE} ogdf ${STAGEDIR}${PREFIX}/include