diff options
author | trevor <trevor@FreeBSD.org> | 2000-11-03 06:08:29 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-11-03 06:08:29 +0800 |
commit | f4ce00414e28e73068ecc8924812e5988656db8d (patch) | |
tree | 7004647b66b71c9e3bab0dc12bfbcfa618f50ca8 /graphics | |
parent | c12c67c35c9c6579aab546af05b0fc266b2b3450 (diff) | |
download | freebsd-ports-gnome-f4ce00414e28e73068ecc8924812e5988656db8d.tar.gz freebsd-ports-gnome-f4ce00414e28e73068ecc8924812e5988656db8d.tar.zst freebsd-ports-gnome-f4ce00414e28e73068ecc8924812e5988656db8d.zip |
Update to version 1.5.
Update URLs.
PR: 21526
Approved by: silence from maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qiv/Makefile | 6 | ||||
-rw-r--r-- | graphics/qiv/distinfo | 2 | ||||
-rw-r--r-- | graphics/qiv/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index da461530d457..5583bfc8dc92 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -6,9 +6,10 @@ # PORTNAME= qiv -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= graphics -MASTER_SITES= http://www.klografx.com/files/ +MASTER_SITES= http://www.klografx.net/qiv/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org @@ -16,6 +17,7 @@ MAINTAINER= billf@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes USE_IMLIB= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= qiv.1 diff --git a/graphics/qiv/distinfo b/graphics/qiv/distinfo index d848ec173f42..1f97f363762b 100644 --- a/graphics/qiv/distinfo +++ b/graphics/qiv/distinfo @@ -1 +1 @@ -MD5 (qiv-1.4.tgz) = 348f8fe99b6d22b3fb41e3f8c9556ac0 +MD5 (qiv-1.5-src.tgz) = 0f08983d2cde9ecfdd0e790488ceb66f diff --git a/graphics/qiv/pkg-descr b/graphics/qiv/pkg-descr index 61d3947cd3c5..81966ccfa18d 100644 --- a/graphics/qiv/pkg-descr +++ b/graphics/qiv/pkg-descr @@ -3,4 +3,4 @@ viewer. It has such nifty features as: zoom, maxpect, scaledown, screensaver, flip, delete, brightness / contrast / gamma correction, and can also be used to set your X11 background. All from a commandline. -WWW: http://www.klografx.de/software/qiv.shtml +WWW: http://www.klografx.net/qiv/ |