From owner-svn-ports-all@freebsd.org Fri Feb 2 15:24:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 143C0EDEC21; Fri, 2 Feb 2018 15:24:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B27996FBDC; Fri, 2 Feb 2018 15:24:51 +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 A942F1D812; Fri, 2 Feb 2018 15:24:51 +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 w12FOpV6028679; Fri, 2 Feb 2018 15:24:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w12FOp9b028678; Fri, 2 Feb 2018 15:24:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802021524.w12FOp9b028678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Feb 2018 15:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460705 - head/devel/liballium X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/liballium X-SVN-Commit-Revision: 460705 X-SVN-Commit-Repository: ports 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.25 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, 02 Feb 2018 15:24:52 -0000 Author: amdmi3 Date: Fri Feb 2 15:24:51 2018 New Revision: 460705 URL: https://svnweb.freebsd.org/changeset/ports/460705 Log: - Remove bogus (in presence of USE_GITHUB) USES=tar* - Switch to new test framework - Switch to options helpers Approved by: portmgr blanket Modified: head/devel/liballium/Makefile Modified: head/devel/liballium/Makefile ============================================================================== --- head/devel/liballium/Makefile Fri Feb 2 15:20:10 2018 (r460704) +++ head/devel/liballium/Makefile Fri Feb 2 15:24:51 2018 (r460705) @@ -13,17 +13,14 @@ GH_ACCOUNT= Yawning GH_TAGNAME= 0c9b50f GNU_CONFIGURE= yes -USES= autoreconf libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf libtool pathfix pkgconfig INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes -PLIST_SUB+= PKGNAME=${PKGNAME} +OPTIONS_DEFINE= DOCS -OPTIONS_DEFINE= DOCS TEST - -TEST_ALL_TARGET=check - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}