From owner-svn-ports-head@freebsd.org Fri Feb 10 03:49:49 2017 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 7ADBFCD9C91; Fri, 10 Feb 2017 03:49:49 +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 2D9E01A55; Fri, 10 Feb 2017 03:49:49 +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 v1A3nmjm032254; Fri, 10 Feb 2017 03:49:48 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1A3nmLL032252; Fri, 10 Feb 2017 03:49:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702100349.v1A3nmLL032252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 10 Feb 2017 03:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433785 - head/graphics/ampasCTL 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.23 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: Fri, 10 Feb 2017 03:49:49 -0000 Author: vanilla Date: Fri Feb 10 03:49:47 2017 New Revision: 433785 URL: https://svnweb.freebsd.org/changeset/ports/433785 Log: 1: Correct package version to 1.5.2, previous version use 1.5.2's git hash tag already. 2: modernize. Modified: head/graphics/ampasCTL/Makefile head/graphics/ampasCTL/distinfo Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Fri Feb 10 03:38:55 2017 (r433784) +++ head/graphics/ampasCTL/Makefile Fri Feb 10 03:49:47 2017 (r433785) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ampasCTL -PORTVERSION= 1.5 -PORTREVISION= 5 +PORTVERSION= 1.5.2 CATEGORIES= graphics devel MAINTAINER= ports@FreeBSD.org @@ -24,32 +23,24 @@ GH_ACCOUNT= ampas GH_PROJECT= CTL GH_TAGNAME= 57b48a2 -USES= cmake pkgconfig +USES= cmake pathfix pkgconfig USE_LDCONFIG= yes -PORTDOCS= * +OPTIONS_DEFINE= DOCS +PORTDOCS= * DOCSRCDIR1= ${WRKSRC} DOC_FILES1= AUTHORS CHANGELOG README.md - DOCSRCDIR2= ${WRKSRC}/doc DOCSDIR2= ${DOCSDIR}/doc DOC_FILES2= CtlManual.pdf CtlManual.doc -OPTIONS_DEFINE= DOCS - -.include - post-patch: @${REINPLACE_CMD} -e 's|lib/CMake|lib/cmake|' \ -e 's|add_subdirectory(doc)||' \ - -e 's|lib/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' \ - ${WRKSRC}/OpenEXR_CTL/CMakeLists.txt - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} Modified: head/graphics/ampasCTL/distinfo ============================================================================== --- head/graphics/ampasCTL/distinfo Fri Feb 10 03:38:55 2017 (r433784) +++ head/graphics/ampasCTL/distinfo Fri Feb 10 03:49:47 2017 (r433785) @@ -1,2 +1,3 @@ -SHA256 (ampas-CTL-1.5-57b48a2_GH0.tar.gz) = 5cefe423a93f34aca8cd1df5878242dac236e309540db328e2f7161bf8907766 -SIZE (ampas-CTL-1.5-57b48a2_GH0.tar.gz) = 1411847 +TIMESTAMP = 1486698042 +SHA256 (ampas-CTL-1.5.2-57b48a2_GH0.tar.gz) = 5cefe423a93f34aca8cd1df5878242dac236e309540db328e2f7161bf8907766 +SIZE (ampas-CTL-1.5.2-57b48a2_GH0.tar.gz) = 1411847