diff options
author | mi <mi@FreeBSD.org> | 2010-01-09 01:40:56 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2010-01-09 01:40:56 +0800 |
commit | e15658f2ae5dc72896cf3c039d6bea983eab73ae (patch) | |
tree | b0cd0abb8d6b228ed3130beaabbbd662417c5d38 /print | |
parent | b1525ff1da527e17f34167d9827a7da861363073 (diff) | |
download | freebsd-ports-gnome-e15658f2ae5dc72896cf3c039d6bea983eab73ae.tar.gz freebsd-ports-gnome-e15658f2ae5dc72896cf3c039d6bea983eab73ae.tar.zst freebsd-ports-gnome-e15658f2ae5dc72896cf3c039d6bea983eab73ae.zip |
Unbreak by switching to a ZIP-file, that's distributed by kde-apps.org
Apparently, the web-site, where the port's author hosted a .tar.gz
flavor is taken-over by barbarians -- a garbage HTML-page is returned
by it instead of the kpdftools-0.22.tar.gz
Diffstat (limited to 'print')
-rw-r--r-- | print/kpdftool/Makefile | 9 | ||||
-rw-r--r-- | print/kpdftool/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index cf4d969e0d18..ec362634b5e7 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -8,7 +8,8 @@ PORTNAME= kpdftool PORTVERSION= 0.22 PORTREVISION= 3 CATEGORIES= print kde -MASTER_SITES= http://www.yuanjue.net/download/ +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ +DISTFILES= 33194-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Tool to ease your PDF related work @@ -16,14 +17,12 @@ COMMENT= Tool to ease your PDF related work BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -BROKEN= checksum mismatch -DEPRECATED= has been broken for 3 months -EXPIRATION_DATE=2010-01-08 - USE_GMAKE= yes +USE_ZIP= yes USE_QT_VER= 3 CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ MAKE_ARGS+= QTDIR=${QT_PREFIX} +MAKE_JOBS_SAFE= yes do-configure: cd ${WRKSRC}; \ diff --git a/print/kpdftool/distinfo b/print/kpdftool/distinfo index a3f49547c74a..9dc0ca3d764e 100644 --- a/print/kpdftool/distinfo +++ b/print/kpdftool/distinfo @@ -1,3 +1,3 @@ -MD5 (kpdftool-0.22.tar.gz) = 90dbd5d64de4df7aedef264efa1885d5 -SHA256 (kpdftool-0.22.tar.gz) = 0300453cf54dcafc45f383bf3ad3e9f3f5a57a4795472df546a34b77214eac63 -SIZE (kpdftool-0.22.tar.gz) = 5521 +MD5 (33194-kpdftool-0.22.zip) = 45979f9eb1d52abdcdba85ce97d00e6c +SHA256 (33194-kpdftool-0.22.zip) = 8475275b6867c7b5fb97e2bd2c47926d44b49a96ef3d1cb6c6e2161d5c958e5b +SIZE (33194-kpdftool-0.22.zip) = 6359 |