From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 07:47:42 2013 Return-Path: Delivered-To: svn-ports-head@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 E40CC90E; Tue, 22 Oct 2013 07:47:42 +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 D0A36255F; Tue, 22 Oct 2013 07:47:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9M7lgYj010938; Tue, 22 Oct 2013 07:47:42 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9M7lgE7010930; Tue, 22 Oct 2013 07:47:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201310220747.r9M7lgE7010930@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 22 Oct 2013 07:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331225 - head/graphics/libgphoto2 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.14 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: Tue, 22 Oct 2013 07:47:43 -0000 Author: amdmi3 Date: Tue Oct 22 07:47:42 2013 New Revision: 331225 URL: http://svnweb.freebsd.org/changeset/ports/331225 Log: - Support staging - Use new LIB_DEPENDS syntax Modified: head/graphics/libgphoto2/Makefile head/graphics/libgphoto2/pkg-plist Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Tue Oct 22 07:46:52 2013 (r331224) +++ head/graphics/libgphoto2/Makefile Tue Oct 22 07:47:42 2013 (r331225) @@ -12,8 +12,8 @@ COMMENT= Universal digital camera contro LICENSE= LGPL21 -LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libjpeg.so:${PORTSDIR}/graphics/jpeg USES= gmake pkgconfig USE_BZIP2= yes @@ -26,9 +26,6 @@ CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/ PLIST_SUB= VERSION="${PORTVERSION}" VERSION_PORT=0.8.0 -MAN3= libgphoto2.3 libgphoto2_port.3 - -NO_STAGE= yes .include .if ${OSVERSION} < 1000040 Modified: head/graphics/libgphoto2/pkg-plist ============================================================================== --- head/graphics/libgphoto2/pkg-plist Tue Oct 22 07:46:52 2013 (r331224) +++ head/graphics/libgphoto2/pkg-plist Tue Oct 22 07:47:42 2013 (r331225) @@ -237,6 +237,8 @@ lib/libgphoto2_port.so lib/libgphoto2_port.so.0 libdata/pkgconfig/libgphoto2.pc libdata/pkgconfig/libgphoto2_port.pc +man/man3/libgphoto2.3.gz +man/man3/libgphoto2_port.3.gz share/doc/libgphoto2/ABOUT-NLS share/doc/libgphoto2/AUTHORS share/doc/libgphoto2/ChangeLog