Index: head/audio/libmpdclient/Makefile =================================================================== --- head/audio/libmpdclient/Makefile (revision 506882) +++ head/audio/libmpdclient/Makefile (revision 506883) @@ -1,27 +1,27 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= libmpdclient PORTVERSION= 2.16 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/libmpdclient/2/ -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= API library for interfacing MPD LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz meson USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS DOXYGEN OPTIONS_SUB= yes DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_MESON_TRUE= documentation .include Index: head/databases/py-queries/Makefile =================================================================== --- head/databases/py-queries/Makefile (revision 506882) +++ head/databases/py-queries/Makefile (revision 506883) @@ -1,21 +1,21 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= queries PORTVERSION= 2.0.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simplified PostgreSQL client built upon Psycopg2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include Index: head/devel/py-arrow/Makefile =================================================================== --- head/devel/py-arrow/Makefile (revision 506882) +++ head/devel/py-arrow/Makefile (revision 506883) @@ -1,27 +1,27 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= arrow PORTVERSION= 0.14.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Better dates and times for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include .if ${PYTHON_REL} < 3000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=1.2.1:devel/py-backports.functools_lru_cache@${PY_FLAVOR} .endif .include Index: head/devel/py-backports_abc/Makefile =================================================================== --- head/devel/py-backports_abc/Makefile (revision 506882) +++ head/devel/py-backports_abc/Makefile (revision 506883) @@ -1,19 +1,19 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= backports_abc PORTVERSION= 0.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Backport of recent additions to the 'collections.abc' module LICENSE= PSFL NO_ARCH= yes USES= python:-3.4 USE_PYTHON= autoplist distutils .include Index: head/devel/py-mimeparse/Makefile =================================================================== --- head/devel/py-mimeparse/Makefile (revision 506882) +++ head/devel/py-mimeparse/Makefile (revision 506883) @@ -1,23 +1,23 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= mimeparse PORTVERSION= 1.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Basic functions for handling mime-types in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} python${PYTHON_VER} mimeparse_test.py) .include Index: head/editors/jupp/Makefile =================================================================== --- head/editors/jupp/Makefile (revision 506882) +++ head/editors/jupp/Makefile (revision 506883) @@ -1,26 +1,26 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= jupp PORTVERSION= 3.1.38 CATEGORIES= editors MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \ http://pub.allbsd.org/MirOS/dist/jupp/ DISTNAME= joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Portable version of Joe's Own Editor from MirBSD LICENSE= GPLv1 CONFLICTS= joe-[24]* USES= tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-termidx WRKSRC= ${WRKDIR}/${PORTNAME} pre-configure: @${CHMOD} +x ${WRKSRC}/configure .include Index: head/security/please/Makefile =================================================================== --- head/security/please/Makefile (revision 506882) +++ head/security/please/Makefile (revision 506883) @@ -1,27 +1,27 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= please PORTVERSION= 2.7 CATEGORIES= security -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Execute a command as root LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_GITHUB= yes GH_ACCOUNT= MagikBSD PLIST_FILES= "@(,,4555) bin/please" "@sample etc/pam.d/please.sample" \ man/man1/please.1.gz post-patch: @${REINPLACE_CMD} -e "s,-m 4555,-m 0555,g" ${WRKSRC}/Makefile post-install: ${CP} ${WRKSRC}/pam.d/please.FreeBSD \ ${STAGEDIR}${PREFIX}/etc/pam.d/please.sample .include Index: head/textproc/uncle/Makefile =================================================================== --- head/textproc/uncle/Makefile (revision 506882) +++ head/textproc/uncle/Makefile (revision 506883) @@ -1,22 +1,22 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= uncle PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= textproc -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert UCL config file to desired format LICENSE= BSD2CLAUSE LIB_DEPENDS= libucl.so:textproc/libucl USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= MagikBSD PLIST_FILES= bin/uncle .include Index: head/www/py-tornado/Makefile =================================================================== --- head/www/py-tornado/Makefile (revision 506882) +++ head/www/py-tornado/Makefile (revision 506883) @@ -1,38 +1,38 @@ # Created by: Guixing Bai # $FreeBSD$ PORTNAME= tornado PORTVERSION= 5.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 RUN_DEPENDS= ${PY_FUTURES} CONFLICTS= py[0-9]*-tornado[46]-* USES= python USE_PYTHON= autoplist distutils .include .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 3500 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports_abc>=0.4:devel/py-backports_abc@${PY_FLAVOR} .endif post-build: @${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \; regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests .include Index: head/www/py-tornado4/Makefile =================================================================== --- head/www/py-tornado4/Makefile (revision 506882) +++ head/www/py-tornado4/Makefile (revision 506883) @@ -1,38 +1,38 @@ # Created by: Guixing Bai # $FreeBSD$ PORTNAME= tornado PORTVERSION= 4.5.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 4 -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 CONFLICTS= py[0-9]*-tornado-* py[0-9]*-tornado6-* USES= python USE_PYTHON= autoplist distutils .include .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 3500 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports_abc>=0.4:devel/py-backports_abc@${PY_FLAVOR} .endif post-build: @${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \; regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests .include Index: head/www/py-tornado6/Makefile =================================================================== --- head/www/py-tornado6/Makefile (revision 506882) +++ head/www/py-tornado6/Makefile (revision 506883) @@ -1,27 +1,27 @@ # Created by: Guixing Bai # $FreeBSD$ PORTNAME= tornado PORTVERSION= 6.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 6 -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 CONFLICTS= py[0-9]*-tornado-* py[0-9]*-tornado4-* USES= python:3.5+ USE_PYTHON= autoplist distutils post-build: @${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \; regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests .include