From owner-svn-ports-all@FreeBSD.ORG Wed Oct 30 15:52:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1DBD53D; Wed, 30 Oct 2013 15:52:50 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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 B3FC52C58; Wed, 30 Oct 2013 15:52:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UFqoK5039384; Wed, 30 Oct 2013 15:52:50 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9UFqofd039381; Wed, 30 Oct 2013 15:52:50 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310301552.r9UFqofd039381@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 30 Oct 2013 15:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332134 - head/math/clipper 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.14 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: Wed, 30 Oct 2013 15:52:51 -0000 Author: danilo Date: Wed Oct 30 15:52:49 2013 New Revision: 332134 URL: http://svnweb.freebsd.org/changeset/ports/332134 Log: - Update from 5.1.5 to 6.0.0 - Add LICENSE - Add stage support PR: ports/183475 Submitted by: Martin Dieringer (maintainer) Modified: head/math/clipper/Makefile head/math/clipper/distinfo head/math/clipper/pkg-plist Modified: head/math/clipper/Makefile ============================================================================== --- head/math/clipper/Makefile Wed Oct 30 15:51:36 2013 (r332133) +++ head/math/clipper/Makefile Wed Oct 30 15:52:49 2013 (r332134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clipperlib -PORTVERSION= 5.1.5 +PORTVERSION= 6.0.0 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= polyclipping @@ -11,11 +11,12 @@ DISTNAME= clipper_ver${PORTVERSION} MAINTAINER= martin.dieringer@gmx.de COMMENT= Polygon clipping library +LICENSE= BSL + WRKSRC= ${WRKDIR}/cpp USE_LDCONFIG= yes USE_ZIP= yes USES= cmake -NO_STAGE= yes .include Modified: head/math/clipper/distinfo ============================================================================== --- head/math/clipper/distinfo Wed Oct 30 15:51:36 2013 (r332133) +++ head/math/clipper/distinfo Wed Oct 30 15:52:49 2013 (r332134) @@ -1,2 +1,2 @@ -SHA256 (clipper_ver5.1.5.zip) = fb7d8e81d09f3d7c362569f3c670346ee9db0d89c9f70b97ced75dfd401255b8 -SIZE (clipper_ver5.1.5.zip) = 1805206 +SHA256 (clipper_ver6.0.0.zip) = c4df34cf91a27963322cb6939475c522f562cd4ee7ed917a00c10e68227179f2 +SIZE (clipper_ver6.0.0.zip) = 2203619 Modified: head/math/clipper/pkg-plist ============================================================================== --- head/math/clipper/pkg-plist Wed Oct 30 15:51:36 2013 (r332133) +++ head/math/clipper/pkg-plist Wed Oct 30 15:52:49 2013 (r332134) @@ -1,5 +1,5 @@ include/polyclipping/clipper.hpp -lib/libpolyclipping.so.9.0.0 -lib/libpolyclipping.so.9 +lib/libpolyclipping.so.12.0.0 +lib/libpolyclipping.so.12 lib/libpolyclipping.so @dirrmtry include/polyclipping