diff options
author | danfe <danfe@FreeBSD.org> | 2011-05-13 11:49:08 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-05-13 11:49:08 +0800 |
commit | e42055ae461340c26b23ae468fe458da40d627be (patch) | |
tree | 1b9da2d8747442619bb26d813b32dd4aff735d47 /graphics/xli/Makefile | |
parent | 152876a419b290dd8ee8237c74d4bc48339b6ac9 (diff) | |
download | freebsd-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/Makefile | 11 |
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> |