From owner-svn-ports-all@freebsd.org Tue Jun 28 09:05:22 2016 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 1176CB737E6; Tue, 28 Jun 2016 09:05:22 +0000 (UTC) (envelope-from amdmi3@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 D78082A1F; Tue, 28 Jun 2016 09:05:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5S95LXT081314; Tue, 28 Jun 2016 09:05:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5S95Kos081312; Tue, 28 Jun 2016 09:05:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606280905.u5S95Kos081312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Jun 2016 09:05:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417702 - head/devel/fortytwo-encore 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.22 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: Tue, 28 Jun 2016 09:05:22 -0000 Author: amdmi3 Date: Tue Jun 28 09:05:20 2016 New Revision: 417702 URL: https://svnweb.freebsd.org/changeset/ports/417702 Log: - Clarify LICENSE - Switch to options helpers - Remove license from pkg-descr Modified: head/devel/fortytwo-encore/Makefile head/devel/fortytwo-encore/pkg-descr Modified: head/devel/fortytwo-encore/Makefile ============================================================================== --- head/devel/fortytwo-encore/Makefile Tue Jun 28 08:34:27 2016 (r417701) +++ head/devel/fortytwo-encore/Makefile Tue Jun 28 09:05:20 2016 (r417702) @@ -12,7 +12,7 @@ DISTFILES= Encore-${PORTVERSION}-src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Utility classes for GNUstep -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gnustep @@ -28,8 +28,10 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/Encore.framework/Versions/0/libEncore.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKDIR}/Encore-${PORTVERSION}-api-ref && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/Encore.framework/Versions/0/libEncore.so .include Modified: head/devel/fortytwo-encore/pkg-descr ============================================================================== --- head/devel/fortytwo-encore/pkg-descr Tue Jun 28 08:34:27 2016 (r417701) +++ head/devel/fortytwo-encore/pkg-descr Tue Jun 28 09:05:20 2016 (r417702) @@ -17,6 +17,4 @@ The classes include - an iterator interface -LICENSE: LGPL2 or later - WWW: http://fortytwo.sourceforge.net/