svn commit: r347072 - head/graphics/xli
Ruslan Makhmatkhanov
rm at FreeBSD.org
Tue Mar 4 21:04:39 UTC 2014
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 at 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 at 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>
More information about the svn-ports-all
mailing list