aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xli/Makefile
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-05-13 11:49:08 +0800
committerdanfe <danfe@FreeBSD.org>2011-05-13 11:49:08 +0800
commite42055ae461340c26b23ae468fe458da40d627be (patch)
tree1b9da2d8747442619bb26d813b32dd4aff735d47 /graphics/xli/Makefile
parent152876a419b290dd8ee8237c74d4bc48339b6ac9 (diff)
downloadfreebsd-ports-gnome-e42055ae461340c26b23ae468fe458da40d627be.tar.gz
freebsd-ports-gnome-e42055ae461340c26b23ae468fe458da40d627be.tar.zst
freebsd-ports-gnome-e42055ae461340c26b23ae468fe458da40d627be.zip
Update to newer snapshot version (20061110) which fixes a PBM crash problem.
There is no known official martersite for now, but distfile can be fetched from Debian mirrors, so switch to them for a time being. PR: ports/156272 Submitted by: maintainer
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r--graphics/xli/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
index 9189e0ecccdf..2f8de957dae5 100644
--- a/graphics/xli/Makefile
+++ b/graphics/xli/Makefile
@@ -7,11 +7,11 @@
PORTNAME= xli
PORTVERSION= 1.17.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
-#MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-#MASTER_SITE_SUBDIR= applications
-DISTNAME= xli-2005-09-04
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/x/${PORTNAME}
+DISTNAME= xli_${PORTVERSION}+${XLI_SNAPVER:C/-//g}.orig
MAINTAINER= lichray@gmail.com
COMMENT= Utilities to display images in X11
@@ -21,9 +21,12 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
USE_XORG= xi
USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER}
MAN1= xli.1 xlito.1
MLINKS= xli.1 xview.1 xli.1 xsetbg.1
PLIST_FILES= bin/xli bin/xlito bin/xview bin/xsetbg lib/X11/app-defaults/Xli
+XLI_SNAPVER= 2006-11-10
+
.include <bsd.port.mk>