From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 23:51:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71D0D2D7; Wed, 16 Oct 2013 23:51:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 451802364; Wed, 16 Oct 2013 23:51:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GNphfo065389; Wed, 16 Oct 2013 23:51:43 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GNphJJ065387; Wed, 16 Oct 2013 23:51:43 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201310162351.r9GNphJJ065387@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 16 Oct 2013 23:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330570 - head/graphics/autopano-sift-c 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.14 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: Wed, 16 Oct 2013 23:51:44 -0000 Author: amdmi3 Date: Wed Oct 16 23:51:43 2013 New Revision: 330570 URL: http://svnweb.freebsd.org/changeset/ports/330570 Log: - Support staging - Use new LIB_DEPENDS syntax Added: head/graphics/autopano-sift-c/pkg-plist (contents, props changed) Modified: head/graphics/autopano-sift-c/Makefile Modified: head/graphics/autopano-sift-c/Makefile ============================================================================== --- head/graphics/autopano-sift-c/Makefile Wed Oct 16 23:50:39 2013 (r330569) +++ head/graphics/autopano-sift-c/Makefile Wed Oct 16 23:51:43 2013 (r330570) @@ -10,10 +10,10 @@ MASTER_SITES= SF/hugin/${PORTNAME}/${POR MAINTAINER= amdmi3@FreeBSD.org COMMENT= Automatic panorama control point generation tool, C port -LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - pano13:${PORTSDIR}/graphics/libpano13 +LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng.so:${PORTSDIR}/graphics/png \ + libpano13.so:${PORTSDIR}/graphics/libpano13 RESTRICTED= May be covered by patents @@ -22,24 +22,15 @@ CONFLICTS= autopano-sift-[0-9]* USE_GNOME= libxml2 USES= cmake -PLIST_FILES= bin/autopano bin/autopano-c-complete.sh \ - bin/autopano-sift-c bin/generatekeys - PORTDOCS= * -MAN1= autopano-c-complete.1 autopano.1 generatekeys.1 -MAN7= autopano-sift-c.7 - -NO_STAGE= yes .include post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/CMakeLists.txt -.if ${PORT_OPTIONS:MDOCS} post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.1ST ${DOCSDIR}/ -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.1ST ${STAGEDIR}${DOCSDIR}/ .include Added: head/graphics/autopano-sift-c/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/autopano-sift-c/pkg-plist Wed Oct 16 23:51:43 2013 (r330570) @@ -0,0 +1,8 @@ +bin/autopano +bin/autopano-c-complete.sh +bin/autopano-sift-c +bin/generatekeys +man/man1/autopano-c-complete.1.gz +man/man1/autopano.1.gz +man/man1/generatekeys.1.gz +man/man7/autopano-sift-c.7.gz