Index: head/graphics/mahotas/Makefile =================================================================== --- head/graphics/mahotas/Makefile (revision 545157) +++ head/graphics/mahotas/Makefile (revision 545158) @@ -1,21 +1,21 @@ # Created by: Pedro Garcia Freitas # $FreeBSD$ PORTNAME= mahotas PORTVERSION= 1.4.5 PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= sawp@sawp.com.br +MAINTAINER= ports@FreeBSD.org COMMENT= Computer vision and image processing library for Python BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreeimage.so:graphics/freeimage USE_GCC= yes USES= python USE_PYTHON= distutils autoplist .include Index: head/graphics/pymorph/Makefile =================================================================== --- head/graphics/pymorph/Makefile (revision 545157) +++ head/graphics/pymorph/Makefile (revision 545158) @@ -1,23 +1,23 @@ # Created by: Pedro Garcia Freitas # $FreeBSD$ PORTNAME= pymorph PORTVERSION= 0.96 PORTREVISION= 9 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP -MAINTAINER= sawp@sawp.com.br +MAINTAINER= ports@FreeBSD.org COMMENT= Pure implementation of image morphology functions LICENSE= BSD3CLAUSE DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-09-15 RUN_DEPENDS+= ${PYNUMPY} USES= python:2.7 USE_PYTHON= distutils autoplist .include