svn commit: r331225 - head/graphics/libgphoto2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 22 07:47:43 UTC 2013


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


More information about the svn-ports-all mailing list