Date: Tue, 4 Mar 2014 21:04:38 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347072 - head/graphics/xli Message-ID: <201403042104.s24L4cg4011559@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Mar 4 21:04:38 2014 New Revision: 347072 URL: http://svnweb.freebsd.org/changeset/ports/347072 QAT: https://qat.redports.org/buildarchive/r347072/ Log: graphics/xli: add PLIST_FILES to package something - add PLIST_FILES to package something - bump PORTREVISION - use modern LIB_DEPENDS notation, while here PR: 187190 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: portmgr (blanket) Modified: head/graphics/xli/Makefile Modified: head/graphics/xli/Makefile ============================================================================== --- head/graphics/xli/Makefile Tue Mar 4 20:52:09 2014 (r347071) +++ head/graphics/xli/Makefile Tue Mar 4 21:04:38 2014 (r347072) @@ -3,7 +3,7 @@ PORTNAME= xli PORTVERSION= 1.17.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/x/${PORTNAME} @@ -12,9 +12,10 @@ DISTNAME= xli_${PORTVERSION}+${XLI_SNAPV MAINTAINER= lichray@gmail.com COMMENT= Utilities to display images in X11 +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg + CONFLICTS_INSTALL= xloadimage-* -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg USES= imake desthack USE_XORG= xi @@ -22,4 +23,9 @@ WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER} XLI_SNAPVER= 2006-11-10 +PLIST_FILES= bin/xli \ + bin/xlito \ + man/man1/xli.1.gz \ + man/man1/xlito.1.gz + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403042104.s24L4cg4011559>