Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 21:20:25 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358054 - head/graphics/sane-frontends
Message-ID:  <201406162120.s5GLKPQW034321@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jun 16 21:20:24 2014
New Revision: 358054
URL: http://svnweb.freebsd.org/changeset/ports/358054
QAT: https://qat.redports.org/buildarchive/r358054/

Log:
  - Stagify
  - Convert to new LIB_DEPENDS format

Modified:
  head/graphics/sane-frontends/Makefile
  head/graphics/sane-frontends/pkg-plist

Modified: head/graphics/sane-frontends/Makefile
==============================================================================
--- head/graphics/sane-frontends/Makefile	Mon Jun 16 21:03:57 2014	(r358053)
+++ head/graphics/sane-frontends/Makefile	Mon Jun 16 21:20:24 2014	(r358054)
@@ -13,7 +13,7 @@ COMMENT=	Tools for access to scanners, d
 
 LICENSE=	GPLv2 # (or later)
 
-LIB_DEPENDS=	sane:${PORTSDIR}/graphics/sane-backends
+LIB_DEPENDS=	libsane.so:${PORTSDIR}/graphics/sane-backends
 
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
@@ -21,14 +21,12 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		scanadf.1 xcam.1 xscanimage.1
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	GTK1 GIMP
 GTK1_DESC=	GTK1 support (Default is GTK2)
 GIMP_DESC=	also build xscanimage as a GIMP plug-in
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGTK1}
@@ -38,14 +36,11 @@ CONFIGURE_ARGS+=	--disable-gimp
 .else
 USE_GNOME+=	gtk20
 .if ${PORT_OPTIONS:MGIMP}
-LIB_DEPENDS+=	gimp-2.0:${PORTSDIR}/graphics/gimp-app
+LIB_DEPENDS+=	libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
 CONFIGURE_ARGS+=	--enable-gimp
 .else
 CONFIGURE_ARGS+=	--disable-gimp
 .endif
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/graphics/sane-frontends/pkg-plist
==============================================================================
--- head/graphics/sane-frontends/pkg-plist	Mon Jun 16 21:03:57 2014	(r358053)
+++ head/graphics/sane-frontends/pkg-plist	Mon Jun 16 21:20:24 2014	(r358054)
@@ -1,5 +1,8 @@
 bin/scanadf
 bin/xcam
 bin/xscanimage
+man/man1/scanadf.1.gz
+man/man1/xcam.1.gz
+man/man1/xscanimage.1.gz
 share/sane/sane-style.rc
 @dirrmtry share/sane



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