Date: Tue, 12 Nov 2019 21:21:48 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517351 - in head: . graphics graphics/py-pyvips graphics/py-vips Message-ID: <201911122121.xACLLmbn003321@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Tue Nov 12 21:21:48 2019 New Revision: 517351 URL: https://svnweb.freebsd.org/changeset/ports/517351 Log: - Rename graphics/py-vips to graphics/py-pyvips. pyvips is the actual name of this software - Add LICENSE_FILE - Add missing RUN_DEPENDS Reported by: koobs Added: head/graphics/py-pyvips/ - copied from r517350, head/graphics/py-vips/ Deleted: head/graphics/py-vips/ Modified: head/MOVED head/graphics/Makefile head/graphics/py-pyvips/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 12 21:11:40 2019 (r517350) +++ head/MOVED Tue Nov 12 21:21:48 2019 (r517351) @@ -13456,3 +13456,4 @@ www/p5-WWW-Mechanize-PhantomJS||2019-11-02|Has expired x11/xfwp||2019-11-06|Has expired: Deprecated upstream x11/xfindproxy||2019-11-06|Has expired: Deprecated upstream security/clamav-milter|security/clamav|2019-11-12|Now that MILTER option is enabled by default, use security/clamav instead +graphics/py-vips|graphics/py-pyvips|2019-11-12|Rename for better naming Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Nov 12 21:11:40 2019 (r517350) +++ head/graphics/Makefile Tue Nov 12 21:21:48 2019 (r517351) @@ -880,7 +880,7 @@ SUBDIR += py-termtosvg SUBDIR += py-toyplot SUBDIR += py-traitsui - SUBDIR += py-vips + SUBDIR += py-pyvips SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py-willow Modified: head/graphics/py-pyvips/Makefile ============================================================================== --- head/graphics/py-vips/Makefile Tue Nov 12 21:11:40 2019 (r517350) +++ head/graphics/py-pyvips/Makefile Tue Nov 12 21:21:48 2019 (r517351) @@ -1,20 +1,21 @@ # Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org> # $FreeBSD$ -PORTNAME= vips +PORTNAME= pyvips PORTVERSION= 2.1.8 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Binding for the libvips image processing library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libvips.so:graphics/vips USES= gnome pkgconfig python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911122121.xACLLmbn003321>