Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 09:08:46 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536369 - in head/graphics/variety: . files
Message-ID:  <202005240908.04O98kIW008343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun May 24 09:08:46 2020
New Revision: 536369
URL: https://svnweb.freebsd.org/changeset/ports/536369

Log:
  - Update to 0.8.3
  - Make portclippy/portfmt happy
  - Use autoplist instead of pkg-plist
  
  PR:		245718
  Approved by:	maintainer timeout (nivit, 36 days)

Deleted:
  head/graphics/variety/files/
  head/graphics/variety/pkg-plist
Modified:
  head/graphics/variety/Makefile
  head/graphics/variety/distinfo

Modified: head/graphics/variety/Makefile
==============================================================================
--- head/graphics/variety/Makefile	Sun May 24 09:06:37 2020	(r536368)
+++ head/graphics/variety/Makefile	Sun May 24 09:08:46 2020	(r536369)
@@ -2,41 +2,41 @@
 # $FreeBSD$
 
 PORTNAME=	variety
-PORTVERSION=	0.7.1
+PORTVERSION=	0.8.3
 CATEGORIES=	graphics
 
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Wallpaper changer
 
 LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.38:devel/py-python-distutils-extra@${PY_FLAVOR}
 LIB_DEPENDS=	libgexiv2.so:graphics/gexiv2 \
 		libnotify.so:devel/libnotify
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \
+RUN_DEPENDS=	${PY_PILLOW} \
+		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cairo>=1.10.0:graphics/py-cairo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1_1:devel/py-dbus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httplib2>=0.9:www/py-httplib2@${PY_FLAVOR} \
-		${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1_1:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-		ImageMagick6>=6.9.0.4,1:graphics/ImageMagick6 \
 		bash>=4.3.33:shells/bash \
 		ca_root_nss>=3.17.4:security/ca_root_nss \
 		coreutils>=8.23:sysutils/coreutils \
+		ImageMagick6>=6.9.0.4,1:graphics/ImageMagick6 \
 		yelp>=3.14.1:x11/yelp
 
 USES=		desktop-file-utils gettext-tools gnome python:3.5+ shebangfix
-USE_GNOME=	gdkpixbuf2 gtk30 intltool pygobject3:run
-USE_PYTHON=	distutils noflavors
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	varietywalls
+USE_GNOME=	gdkpixbuf2 gtk30 intltool pygobject3:run
+INSTALLS_ICONS=	yes
+USE_PYTHON=	autoplist distutils noflavors
 
 SHEBANG_FILES=	bin/variety data/scripts/*
-INSTALLS_ICONS=	yes
 
 post-patch:
 	@(cd ${WRKSRC} && ${REINPLACE_CMD} \

Modified: head/graphics/variety/distinfo
==============================================================================
--- head/graphics/variety/distinfo	Sun May 24 09:06:37 2020	(r536368)
+++ head/graphics/variety/distinfo	Sun May 24 09:08:46 2020	(r536369)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551176396
-SHA256 (varietywalls-variety-0.7.1_GH0.tar.gz) = de27d35f386b3ce71f4e0b25675936da196a7daf85fbc3611441ad1c2783e2d6
-SIZE (varietywalls-variety-0.7.1_GH0.tar.gz) = 846485
+TIMESTAMP = 1587160032
+SHA256 (varietywalls-variety-0.8.3_GH0.tar.gz) = 2cf496b2f44700ab4afa72d6b1d3db6b4be5e96da9ad66686f11c70187df4a5d
+SIZE (varietywalls-variety-0.8.3_GH0.tar.gz) = 895167



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005240908.04O98kIW008343>