svn commit: r471144 - head/graphics/py-sorl-thumbnail

Steve Wills swills at FreeBSD.org
Wed May 30 18:10:37 UTC 2018


Author: swills
Date: Wed May 30 18:10:36 2018
New Revision: 471144
URL: https://svnweb.freebsd.org/changeset/ports/471144

Log:
  graphics/py-sorl-thumbnail: Update default option
  
  PR:		228561
  Submitted by:	Kevin Golding <ports at caomhin.org> (maintainer)

Modified:
  head/graphics/py-sorl-thumbnail/Makefile   (contents, props changed)

Modified: head/graphics/py-sorl-thumbnail/Makefile
==============================================================================
--- head/graphics/py-sorl-thumbnail/Makefile	Wed May 30 18:08:22 2018	(r471143)
+++ head/graphics/py-sorl-thumbnail/Makefile	Wed May 30 18:10:36 2018	(r471144)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sorl-thumbnail
 PORTVERSION=	12.4.1
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +22,7 @@ NO_ARCH=	yes
 PORTDOCS=	*
 
 OPTIONS_DEFINE=		DOCS
-OPTIONS_DEFAULT=	IMAGEMAGICK
+OPTIONS_DEFAULT=	PILLOW
 OPTIONS_SINGLE=		IMAGELIB
 OPTIONS_GROUP=		CACHING
 


More information about the svn-ports-head mailing list