From owner-svn-ports-all@freebsd.org Sun Jul 28 21:29:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8867FB553D; Sun, 28 Jul 2019 21:29:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68C45803B1; Sun, 28 Jul 2019 21:29:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40E511DF47; Sun, 28 Jul 2019 21:29:26 +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 x6SLTQSb073398; Sun, 28 Jul 2019 21:29:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6SLTPaX073395; Sun, 28 Jul 2019 21:29:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201907282129.x6SLTPaX073395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Jul 2019 21:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507536 - head/devel/atlas-devel X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/atlas-devel X-SVN-Commit-Revision: 507536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 68C45803B1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 28 Jul 2019 21:29:26 -0000 Author: amdmi3 Date: Sun Jul 28 21:29:25 2019 New Revision: 507536 URL: https://svnweb.freebsd.org/changeset/ports/507536 Log: - Add LICENSE - Pet portlint - Switch to options helpers - Don't install COPYING with docs - Add missing file to plist - Update WWW Approved by: portmgr blanket Modified: head/devel/atlas-devel/Makefile head/devel/atlas-devel/pkg-descr head/devel/atlas-devel/pkg-plist Modified: head/devel/atlas-devel/Makefile ============================================================================== --- head/devel/atlas-devel/Makefile Sun Jul 28 21:28:15 2019 (r507535) +++ head/devel/atlas-devel/Makefile Sun Jul 28 21:29:25 2019 (r507536) @@ -3,7 +3,7 @@ PORTNAME= Atlas PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}-C%2B%2B%20%28protocol%20lib%29/${PORTVERSION} PKGNAMESUFFIX= -devel @@ -12,28 +12,31 @@ DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/} MAINTAINER= oliver@FreeBSD.org COMMENT= C++ reference implementation of the Atlas protocol -OPTIONS_DEFINE= DOCS +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= libtool pathfix compiler:c++11-lib tar:bzip2 -USE_LDCONFIG= YES +GNU_CONFIGURE= yes +USE_LDCONFIG= yes MAKE_ARGS= docdir=${DOCSDIR} -CONFIGURE_ARGS+=--program-transform-name= + CXXFLAGS_powerpc64= -Wno-error=deprecated CXXFLAGS_powerpc= -Wno-error=deprecated CXXFLAGS_powerpcspe= -Wno-error=deprecated -CXXFLAGS_mips= -Wno-error=deprecated +CXXFLAGS_mips= -Wno-error=deprecated CXXFLAGS_mips64= -Wno-error=deprecated CXXFLAGS_sparc64= -Wno-error=deprecated +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|^static const bool debug_flag = false;$$||' \ ${WRKSRC}/Atlas/Message/DecoderBase.cpp \ ${WRKSRC}/Atlas/Codecs/Bach.cpp -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP +.for docfile in README AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/devel/atlas-devel/pkg-descr ============================================================================== --- head/devel/atlas-devel/pkg-descr Sun Jul 28 21:28:15 2019 (r507535) +++ head/devel/atlas-devel/pkg-descr Sun Jul 28 21:29:25 2019 (r507536) @@ -2,4 +2,4 @@ This library implements the Atlas protocol, for use in game applications. This library is suitable for linking to either clients or servers. -WWW: http://www.worldforge.org/dev/eng/libraries/atlas_cpp +WWW: https://www.worldforge.org/index.php/components/atlas-cpp/ Modified: head/devel/atlas-devel/pkg-plist ============================================================================== --- head/devel/atlas-devel/pkg-plist Sun Jul 28 21:28:15 2019 (r507535) +++ head/devel/atlas-devel/pkg-plist Sun Jul 28 21:29:25 2019 (r507536) @@ -34,6 +34,7 @@ include/Atlas-C++-0.6/Atlas/Objects/RootOperation.h include/Atlas-C++-0.6/Atlas/Objects/SmartPtr.h include/Atlas-C++-0.6/Atlas/Objects/loadDefaults.h include/Atlas-C++-0.6/Atlas/Objects/objectFactory.h +include/Atlas-C++-0.6/Atlas/PresentationBridge.h include/Atlas-C++-0.6/Atlas/Task.h include/Atlas-C++-0.6/Atlas/Version.h include/Atlas-C++-0.6/Atlas/float.h @@ -60,7 +61,6 @@ lib/libAtlasObjects-0.6.so.3 lib/libAtlasObjects-0.6.so.3.0.0 libdata/pkgconfig/atlascpp-0.6.pc %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/NEWS