Date: Sat, 3 Dec 2011 15:50:08 GMT From: Kevin Golding <ports@caomhin.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/163024: graphics/py-sorl-thumbnail is uninstallable because of checksum missmatch Message-ID: <201112031550.pB3Fo8Hg002262@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/163024; it has been noted by GNATS. From: Kevin Golding <ports@caomhin.org> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/163024: graphics/py-sorl-thumbnail is uninstallable because of checksum missmatch Date: Sat, 3 Dec 2011 15:32:56 +0000 diff -urN py-sorl-thumbnail.orig/Makefile py-sorl-thumbnail/Makefile --- py-sorl-thumbnail.orig/Makefile 2011-12-03 14:59:49.000000000 = +0000 +++ py-sorl-thumbnail/Makefile 2011-12-03 15:13:02.000000000 +0000 @@ -7,13 +7,15 @@ =20 PORTNAME=3D sorl-thumbnail PORTVERSION=3D 3.2.5 -PORTREVISION=3D 2 +PORTREVISION=3D 3 CATEGORIES=3D graphics python -MASTER_SITES=3D ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} =20 MAINTAINER=3D ports@caomhin.org -COMMENT=3D The sorl-thumbnail package provides an easy way to = generate image thumbnails. +COMMENT=3D Sorl-thumbnail provides an easy way to generate image = thumbnails + +LICENSE=3D BSD =20 RUN_DEPENDS=3D = ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging =20 @@ -25,8 +27,7 @@ OPTIONSFILE=3D ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS=3D DJANGO "Enable Django" On \ PDF "Enable PDF Thumbnails" Off \ - WORD "Enable Word Document thumbnail handling" Off \ - DOCS "Install HTML documentation (requires Sphinx)" Off + WORD "Enable Word Document thumbnail handling" Off =20 .include <bsd.port.options.mk> =20 @@ -42,20 +43,4 @@ RUN_DEPENDS+=3D wvVersion:${PORTSDIR}/textproc/wv .endif =20 -.if defined(WITH_DOCS) -BUILD_DEPENDS+=3D = ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx -PORTDOCS=3D * -.endif - -post-build: -.if defined(WITH_DOCS) - cd ${WRKSRC}/docs && ${MAKE} html -.endif - -post-install: -.if defined(WITH_DOCS) - ${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/_build/html ${DOCSDIR} -.endif - .include <bsd.port.mk> diff -urN py-sorl-thumbnail.orig/distinfo py-sorl-thumbnail/distinfo --- py-sorl-thumbnail.orig/distinfo 2011-12-03 14:59:49.000000000 = +0000 +++ py-sorl-thumbnail/distinfo 2011-12-03 15:00:28.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (sorl-thumbnail-3.2.5.tar.gz) =3D = f7135ac44cb8ae9e0f5bb0376cc66858499f1d3d93875437d50cf0cae65b47eb -SIZE (sorl-thumbnail-3.2.5.tar.gz) =3D 30655 +SHA256 (sorl-thumbnail-3.2.5.tar.gz) =3D = 8f0378cc08bed75a7e86fc44847e652378d1951af452a47976d2eca8b8276968 +SIZE (sorl-thumbnail-3.2.5.tar.gz) =3D 19622
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112031550.pB3Fo8Hg002262>