diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2005-09-25 19:20:42 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2005-09-25 19:20:42 +0800 |
commit | 243bf68b8f5659699880e6b052dd037c913f2be4 (patch) | |
tree | 204988b2f53bb5b51ae6e9f59b247646bd172754 /graphics/xli | |
parent | da558ad22c13df2903582879b9e336e070d9521e (diff) | |
download | freebsd-ports-gnome-243bf68b8f5659699880e6b052dd037c913f2be4.tar.gz freebsd-ports-gnome-243bf68b8f5659699880e6b052dd037c913f2be4.tar.zst freebsd-ports-gnome-243bf68b8f5659699880e6b052dd037c913f2be4.zip |
Upgrade to the 2005-09-04 snapshot.
PR: ports/86537
Submitted by: Rostislav Krasny <rosti.bsd@gmail.com>
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, |