diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-09-25 11:20:42 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-09-25 11:20:42 +0000 |
commit | 0ac143df1faac7ea9b8d58a6a388ea57ef2a24ac (patch) | |
tree | cbfb43a957c2ca1aeec1fb86453891b3d15f1951 /graphics/xli | |
parent | 88454ce5479f4f635505b145f3566b0704d93e94 (diff) | |
download | ports-0ac143df1faac7ea9b8d58a6a388ea57ef2a24ac.tar.gz ports-0ac143df1faac7ea9b8d58a6a388ea57ef2a24ac.zip |
Notes
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/Makefile | 6 | ||||
-rw-r--r-- | graphics/xli/distinfo | 4 | ||||
-rw-r--r-- | graphics/xli/files/patch-ab | 13 |
3 files changed, 6 insertions, 17 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 42d2e83154df..abfee6f47b36 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -7,7 +7,7 @@ PORTNAME= xli PORTVERSION= 1.17.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://pantransit.reptiles.org/prog/xli/ \ ${MASTER_SITE_XCONTRIB} @@ -26,8 +26,10 @@ USE_XLIB= yes USE_IMAKE= yes USE_PERL5_BUILD=yes MAN1= xli.1 xlito.1 +MAN_LINKS= xli.1 xview.1 \ + xli.1 xsetbg.1 -XLI_SNAPVER= 2005-02-27 +XLI_SNAPVER= 2005-09-04 post-patch: @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile diff --git a/graphics/xli/distinfo b/graphics/xli/distinfo index 2ba49603fc77..a435dc4433b1 100644 --- a/graphics/xli/distinfo +++ b/graphics/xli/distinfo @@ -1,2 +1,2 @@ -MD5 (xli-2005-02-27.tar.gz) = db470da53500017fd6969457c12c98f7 -SIZE (xli-2005-02-27.tar.gz) = 201011 +MD5 (xli-2005-09-04.tar.gz) = 26894838a3e69a1e12f3c5b6b1bf7977 +SIZE (xli-2005-09-04.tar.gz) = 201219 diff --git a/graphics/xli/files/patch-ab b/graphics/xli/files/patch-ab deleted file mode 100644 index 20a416e7bbeb..000000000000 --- a/graphics/xli/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- xli.c.orig Wed Feb 9 14:53:35 2000 -+++ xli.c Mon Mar 26 10:37:35 2001 -@@ -369,8 +369,8 @@ - winheight = globals.dinfo.height; - - if (!images[0].ats) { -- atx = (winwidth - inew->width) / 2; -- aty = (winheight - inew->height) / 2; -+ atx = (int)(winwidth - inew->width) / 2; -+ aty = (int)(winheight - inew->height) / 2; - } - /* use clip to put border around image */ - itmp = clip(inew, -atx, -aty, winwidth, winheight, |