svn commit: r357955 - head/graphics/gqview

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 16 07:42:22 UTC 2014


Author: vanilla
Date: Mon Jun 16 07:42:21 2014
New Revision: 357955
URL: http://svnweb.freebsd.org/changeset/ports/357955
QAT: https://qat.redports.org/buildarchive/r357955/

Log:
  1: Stagify.
  2: remove CONFLICTS
  
  Approved by:	portmgr@

Modified:
  head/graphics/gqview/Makefile
  head/graphics/gqview/pkg-plist

Modified: head/graphics/gqview/Makefile
==============================================================================
--- head/graphics/gqview/Makefile	Mon Jun 16 07:35:20 2014	(r357954)
+++ head/graphics/gqview/Makefile	Mon Jun 16 07:42:21 2014	(r357955)
@@ -1,4 +1,4 @@
-# Created by: Vanilla Pooh Shu <vanilla at FreeBSD.org>
+# Created by: vanilla@
 # $FreeBSD$
 
 PORTNAME=	gqview
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	lme at FreeBSD.org
 COMMENT=	Another gtk2-based graphic file viewer
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 USES=		pkgconfig
 USE_GNOME=	gnomehier gtk20
@@ -18,16 +18,9 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
-
-MAN1=		gqview.1
-
-CONFLICTS=	gqview-devel-[0-9]*
-
 # Restrict to stable (even) versions, indicated by the second component.
 PORTSCOUT=	limitw:1,even
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS NLS
 
 .include <bsd.port.options.mk>
@@ -53,10 +46,10 @@ post-patch:
 .endif
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/pixmaps
+	${INSTALL_DATA} ${WRKSRC}/gqview.png ${STAGEDIR}${PREFIX}/share/pixmaps
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/graphics/gqview/pkg-plist
==============================================================================
--- head/graphics/gqview/pkg-plist	Mon Jun 16 07:35:20 2014	(r357954)
+++ head/graphics/gqview/pkg-plist	Mon Jun 16 07:42:21 2014	(r357955)
@@ -1,4 +1,5 @@
 bin/gqview
+man/man1/gqview.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/html/10_1_general.html
 %%PORTDOCS%%%%DOCSDIR%%/html/10_2_image.html


More information about the svn-ports-head mailing list