Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 07:56:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347168 - head/graphics/iiview
Message-ID:  <201403060756.s267uTjg068370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Mar  6 07:56:29 2014
New Revision: 347168
URL: http://svnweb.freebsd.org/changeset/ports/347168
QAT: https://qat.redports.org/buildarchive/r347168/

Log:
  - Support staging
  - Use WWW: with a single space
  - Make PREFIX safe
  - Strip binary

Modified:
  head/graphics/iiview/Makefile
  head/graphics/iiview/pkg-descr

Modified: head/graphics/iiview/Makefile
==============================================================================
--- head/graphics/iiview/Makefile	Thu Mar  6 07:46:15 2014	(r347167)
+++ head/graphics/iiview/Makefile	Thu Mar  6 07:56:29 2014	(r347168)
@@ -15,12 +15,10 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libpng.a
 		${LOCALBASE}/lib/libjpeg.a:${PORTSDIR}/graphics/jpeg
 
 USE_XORG=	xpm x11
-PLIST_FILES=	bin/iiview
-MAKE_JOBS_UNSAFE=	yes
-
-MAN1=		iiview.1
-MANCOMPRESSED=	yes
 USE_BZIP2=	yes
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/iiview man/man1/iiview.1.gz
+
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>

Modified: head/graphics/iiview/pkg-descr
==============================================================================
--- head/graphics/iiview/pkg-descr	Thu Mar  6 07:46:15 2014	(r347167)
+++ head/graphics/iiview/pkg-descr	Thu Mar  6 07:56:29 2014	(r347168)
@@ -3,4 +3,4 @@ pictures in a directory as thumbnails. S
 then be shown in full size. It reads the most common graphic
 formats.
 
-WWW:		http://sourceforge.net/projects/iiview
+WWW: http://sourceforge.net/projects/iiview



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