From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 19:32:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CD03F3D; Sat, 19 Oct 2013 19:32:29 +0000 (UTC) (envelope-from danfe@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 0A07B2C8F; Sat, 19 Oct 2013 19:32:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JJWSMv046754; Sat, 19 Oct 2013 19:32:28 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JJWSnv046752; Sat, 19 Oct 2013 19:32:28 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201310191932.r9JJWSnv046752@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 19 Oct 2013 19:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330928 - head/graphics/gphoto2 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: Sat, 19 Oct 2013 19:32:29 -0000 Author: danfe Date: Sat Oct 19 19:32:28 2013 New Revision: 330928 URL: http://svnweb.freebsd.org/changeset/ports/330928 Log: Modernize LIB_DEPENDS syntax and stagify. Modified: head/graphics/gphoto2/Makefile head/graphics/gphoto2/pkg-plist Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Sat Oct 19 19:30:36 2013 (r330927) +++ head/graphics/gphoto2/Makefile Sat Oct 19 19:32:28 2013 (r330928) @@ -11,34 +11,27 @@ COMMENT= Command-line frontend to libgph LICENSE= GPLv2 -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ - gphoto2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-cdk -MAN1= ${PORTNAME}.1 - OPTIONS_DEFINE= AALIB DOCS NLS OPTIONS_DEFAULT= AALIB OPTIONS_SUB= yes AALIB_DESC= Text mode capture preview support -AALIB_LIB_DEPENDS= aa:${PORTSDIR}/graphics/aalib +AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib AALIB_CONFIGURE_OFF= --without-aalib NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -NO_STAGE= yes -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} -.endif + ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} .include Modified: head/graphics/gphoto2/pkg-plist ============================================================================== --- head/graphics/gphoto2/pkg-plist Sat Oct 19 19:30:36 2013 (r330927) +++ head/graphics/gphoto2/pkg-plist Sat Oct 19 19:32:28 2013 (r330928) @@ -1,4 +1,5 @@ bin/gphoto2 +man/man1/gphoto2.1.gz %%PORTDOCS%%%%DOCSDIR%%/NEWS %%DOCSDIR%%/test-hook.sh %%NLS%%share/locale/az/LC_MESSAGES/gphoto2.mo