diff options
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r-- | textproc/highlight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 5a866d4633da..343493945342 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -6,12 +6,12 @@ # PORTNAME= highlight -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.7 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alexbl@FreeBSD.org COMMENT= Customizable syntax highlighter WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} |