diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-15 08:53:06 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-15 08:53:06 +0000 |
commit | 0b3b9fa8a328c37f16321d7ea60f9ac745ee000d (patch) | |
tree | 2048ea39394b4b5a6870dca31be0146941f68016 /textproc/highlight/Makefile | |
parent | Fix fetching. (diff) |
- Update to 2.4.7 to resolve segfault
- take maintainership
Approved by: portmgr (clement)
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} |