From owner-svn-ports-all@freebsd.org Fri Nov 20 09:17:22 2015 Return-Path: Delivered-To: svn-ports-all@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 2098DA33C22; Fri, 20 Nov 2015 09:17:22 +0000 (UTC) (envelope-from sunpoet@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 DD3EA134B; Fri, 20 Nov 2015 09:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAK9HK2H013809; Fri, 20 Nov 2015 09:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAK9HKa3013808; Fri, 20 Nov 2015 09:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511200917.tAK9HKa3013808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Nov 2015 09:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402062 - head/math/why3 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.20 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: Fri, 20 Nov 2015 09:17:22 -0000 Author: sunpoet Date: Fri Nov 20 09:17:20 2015 New Revision: 402062 URL: https://svnweb.freebsd.org/changeset/ports/402062 Log: - Add LICENSE_FILE - Strip object files - Bump PORTREVISION for package change Modified: head/math/why3/Makefile Modified: head/math/why3/Makefile ============================================================================== --- head/math/why3/Makefile Fri Nov 20 09:17:16 2015 (r402061) +++ head/math/why3/Makefile Fri Nov 20 09:17:20 2015 (r402062) @@ -3,7 +3,7 @@ PORTNAME= why3 PORTVERSION= 0.83 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/33490/ \ http://pkgs.fedoraproject.org/repo/pkgs/why3/${FEDORA}/ @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Deductive program verification platform LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICT_INSTALL= why3-gpl-* @@ -59,6 +60,7 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/why3* \ + ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/why3/*.o \ ${STAGEDIR}${PREFIX}/lib/why3/plugins/*.cmxs \ ${STAGEDIR}${PREFIX}/lib/why3/why3-cpulimit