diff options
author | brooks <brooks@FreeBSD.org> | 2013-03-01 01:06:36 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-03-01 01:06:36 +0800 |
commit | 0e25f7f7ecc0a074f63a3115754f5dc3a0b44e26 (patch) | |
tree | 4910bb12b2351d2757713e82dea0aba40b2f9191 /www/trac-mercurial/Makefile | |
parent | 786fa0ed28795b936af7446ae12ca324268cbf66 (diff) | |
download | freebsd-ports-gnome-0e25f7f7ecc0a074f63a3115754f5dc3a0b44e26.tar.gz freebsd-ports-gnome-0e25f7f7ecc0a074f63a3115754f5dc3a0b44e26.tar.zst freebsd-ports-gnome-0e25f7f7ecc0a074f63a3115754f5dc3a0b44e26.zip |
I no longer maintain any Trac installations so drop all my Trac module
ports and clean up the port headers.
Diffstat (limited to 'www/trac-mercurial/Makefile')
-rw-r--r-- | www/trac-mercurial/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/trac-mercurial/Makefile b/www/trac-mercurial/Makefile index 18215f9e7af9..92c7f30459ce 100644 --- a/www/trac-mercurial/Makefile +++ b/www/trac-mercurial/Makefile @@ -1,4 +1,3 @@ -# Created by: Brooks Davis <brooks@freebsd.org> # $FreeBSD$ PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} @@ -10,7 +9,7 @@ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} DIST_SUBDIR= trac -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Plugin to use Mercurial instead of Subversion in Trac RUN_DEPENDS+= hg:${PORTSDIR}/devel/mercurial \ |