Index: head/databases/mytop/Makefile =================================================================== --- head/databases/mytop/Makefile (revision 504232) +++ head/databases/mytop/Makefile (revision 504233) @@ -1,29 +1,29 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= mytop PORTVERSION= 1.7 CATEGORIES= databases -MAINTAINER= matthew@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Top clone for MySQL LICENSE= GPLv2 RUN_DEPENDS= p5-DBD-mysql>1.0:databases/p5-DBD-mysql \ p5-DBI>=1.13:databases/p5-DBI \ p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey USE_GITHUB= yes GH_ACCOUNT= jzawodn GH_TAGNAME= 437f2ef NO_ARCH= yes USES+= perl5 USE_PERL5= configure PLIST_FILES= bin/mytop \ ${SITE_MAN1}/mytop.1.gz .include Index: head/www/trac-ldap/Makefile =================================================================== --- head/www/trac-ldap/Makefile (revision 504232) +++ head/www/trac-ldap/Makefile (revision 504233) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= ldap PORTVERSION= 0.7.0.${SVN_REVISION} CATEGORIES= www devel python MASTER_SITES= LOCAL/matthew PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} -MAINTAINER= matthew@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Trac plugin to use LDAP to store permissions LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= tracd:www/trac \ trac-accountmanager>0:www/trac-accountmanager NO_ARCH= yes PORTSCOUT= ignore:1 SVN_REVISION= 15146 USES= python:-2.7 USE_PYTHON= distutils autoplist # Maintainter targets below this point # Retrieve the latest version from SVN and package in a tarball. .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:devel/subversion do-fetch: ${MKDIR} ${WRKDIR} cd ${WRKDIR} && \ svn export --non-interactive \ --trust-server-cert-failures=unknown-ca \ --revision ${SVN_REVISION} \ https://trac-hacks.org/svn/${PORTNAME}plugin/0.12/ \ ${DISTNAME} cd ${WRKDIR} && tar cvf ${DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME} .endif .include Index: head/www/trac-ldapauthstore/Makefile =================================================================== --- head/www/trac-ldapauthstore/Makefile (revision 504232) +++ head/www/trac-ldapauthstore/Makefile (revision 504233) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= ldapauthstore PORTVERSION= 0.3.2.${SVN_REVISION} CATEGORIES= www devel python MASTER_SITES= LOCAL/matthew PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} -MAINTAINER= matthew@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Trac AccountManager plugin using LDAP authentication store LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= tracd:www/trac \ trac-accountmanager>0:www/trac-accountmanager \ trac-ldap>0:www/trac-ldap \ ${PYTHON_PKGNAMEPREFIX}ldap>0:net/py-ldap@${PY_FLAVOR} NO_ARCH= yes PORTSCOUT= ignore:1 SVN_REVISION= 15146 USES= python:-2.7 USE_PYTHON= distutils autoplist # Maintainter targets below this point # Retrieve the latest version from SVN and package in a tarball. .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:devel/subversion do-fetch: ${MKDIR} ${WRKDIR} cd ${WRKDIR} && \ svn export --non-interactive \ --trust-server-cert-failures=unknown-ca \ --revision ${SVN_REVISION} \ https://trac-hacks.org/svn/${PORTNAME}plugin/trunk/ \ ${DISTNAME} cd ${WRKDIR} && tar cvf ${DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME} .endif .include