Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 07:47:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331225 - head/graphics/libgphoto2
Message-ID:  <201310220747.r9M7lgE7010930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310220747.r9M7lgE7010930>