diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-21 15:34:34 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-21 15:34:34 +0000 |
commit | c9b62fecd84890f29058414edf44eea03a35da37 (patch) | |
tree | 0638818aab051b6f3861011aa79edb213ec33b2b /textproc/source-highlight | |
parent | 2c7ac58b05c155c96d54055e922e27ed019eafa9 (diff) | |
download | ports-c9b62fecd84890f29058414edf44eea03a35da37.tar.gz ports-c9b62fecd84890f29058414edf44eea03a35da37.zip |
Notes
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 | ||||
-rw-r--r-- | textproc/source-highlight/distinfo | 2 | ||||
-rw-r--r-- | textproc/source-highlight/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 81a66742f1e2..dce792f7ea7a 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -6,12 +6,12 @@ # PORTNAME= source-highlight -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= source-highlight -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kevlo@FreeBSD.org GNU_CONFIGURE= yes .if defined(NOPORTDOCS) diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo index 610d22ee0b48..02bdc2921eb5 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1 +1 @@ -MD5 (source-highlight-1.1.tar.gz) = c238eb186a52d5afd6d16fa0ca568038 +MD5 (source-highlight-1.2.1.tar.gz) = 892a319aa14ea79d1f207b0c3f573388 diff --git a/textproc/source-highlight/pkg-plist b/textproc/source-highlight/pkg-plist index 58ca2d304195..cd5b85b73499 100644 --- a/textproc/source-highlight/pkg-plist +++ b/textproc/source-highlight/pkg-plist @@ -27,5 +27,6 @@ bin/java2html %%PORTDOCS%%share/doc/source-highlight/source-highlight.html %%PORTDOCS%%share/doc/source-highlight/startapp.cc.html share/source-highlight/tags.j2h +share/source-highlight/tags2.j2h @dirrm share/source-highlight %%PORTDOCS%%@dirrm share/doc/source-highlight |