From owner-svn-ports-head@freebsd.org Sat Feb 20 04:58:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 819D4AADD6F; Sat, 20 Feb 2016 04:58:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 391C61D2F; Sat, 20 Feb 2016 04:58:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1K4wu7A075258; Sat, 20 Feb 2016 04:58:56 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1K4wuOZ075255; Sat, 20 Feb 2016 04:58:56 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602200458.u1K4wuOZ075255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 20 Feb 2016 04:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409221 - head/devel/ppl 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, 20 Feb 2016 04:58:57 -0000 Author: vanilla Date: Sat Feb 20 04:58:55 2016 New Revision: 409221 URL: https://svnweb.freebsd.org/changeset/ports/409221 Log: Update to 1.2. PR: 207158 Submitted by: Ports Fury. Modified: head/devel/ppl/Makefile head/devel/ppl/distinfo head/devel/ppl/pkg-plist Modified: head/devel/ppl/Makefile ============================================================================== --- head/devel/ppl/Makefile Sat Feb 20 01:01:06 2016 (r409220) +++ head/devel/ppl/Makefile Sat Feb 20 04:58:55 2016 (r409221) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ppl -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/${PORTVERSION}/ \ http://bugseng.com/products/ppl/download/ftp/releases/${PORTVERSION}/ @@ -12,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for the manipulation of convex polyhedra LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= libglpk.so:${PORTSDIR}/math/glpk \ @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --disable-debugging \ --with-gmp-include="${LOCALBASE}/include" \ --with-gmp-lib="${LOCALBASE}/lib" \ --enable-interfaces="${INTERFACES}" +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -47,9 +48,4 @@ post-patch: @${REINPLACE_CMD} -e \ '/for file in/s|COPYING||' ${WRKSRC}/doc/Makefile.in -post-install: -.for i in libppl.so libppl_c.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i} -.endfor - .include Modified: head/devel/ppl/distinfo ============================================================================== --- head/devel/ppl/distinfo Sat Feb 20 01:01:06 2016 (r409220) +++ head/devel/ppl/distinfo Sat Feb 20 04:58:55 2016 (r409221) @@ -1,2 +1,2 @@ -SHA256 (ppl-1.1.tar.xz) = c48ccd74664ec2cd3cdb5e37f287974ccb062f0384dc658d4053c424b19ad178 -SIZE (ppl-1.1.tar.xz) = 14734820 +SHA256 (ppl-1.2.tar.xz) = 691f0d5a4fb0e206f4e132fc9132c71d6e33cdda168470d40ac3cf62340e9a60 +SIZE (ppl-1.2.tar.xz) = 14136236 Modified: head/devel/ppl/pkg-plist ============================================================================== --- head/devel/ppl/pkg-plist Sat Feb 20 01:01:06 2016 (r409220) +++ head/devel/ppl/pkg-plist Sat Feb 20 04:58:55 2016 (r409221) @@ -6,8 +6,8 @@ include/ppl.hh include/ppl_c.h lib/libppl.a lib/libppl.so -lib/libppl.so.13 -lib/libppl.so.13.0.0 +lib/libppl.so.14 +lib/libppl.so.14.0.0 lib/libppl_c.a lib/libppl_c.so lib/libppl_c.so.4