diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-04-20 15:46:18 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-04-20 15:46:18 +0800 |
commit | f65b1a5d0efe02a65c8bdb7aa63eec965a1bc50c (patch) | |
tree | 1654fcb613abd9ce3fa8c8ca3a8f4416384f87cf | |
parent | 12f68a1357b0ec37ad684ba557fa28f466f683be (diff) | |
download | freebsd-ports-gnome-f65b1a5d0efe02a65c8bdb7aa63eec965a1bc50c.tar.gz freebsd-ports-gnome-f65b1a5d0efe02a65c8bdb7aa63eec965a1bc50c.tar.zst freebsd-ports-gnome-f65b1a5d0efe02a65c8bdb7aa63eec965a1bc50c.zip |
Update to version 1.3
-rw-r--r-- | textproc/source-highlight/Makefile | 4 | ||||
-rw-r--r-- | textproc/source-highlight/distinfo | 2 | ||||
-rw-r--r-- | textproc/source-highlight/pkg-plist | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index dce792f7ea7a..292a6be59715 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= source-highlight -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= source-highlight @@ -18,4 +18,6 @@ GNU_CONFIGURE= yes MAKE_ENV+= NOPORTDOCS="${NOPORTDOCS}" .endif +MAN1= source-highlight.1 + .include <bsd.port.mk> diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo index 02bdc2921eb5..6235d7ad692a 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1 +1 @@ -MD5 (source-highlight-1.2.1.tar.gz) = 892a319aa14ea79d1f207b0c3f573388 +MD5 (source-highlight-1.3.tar.gz) = 625c7164596e28f3e9b85dd51ee02250 diff --git a/textproc/source-highlight/pkg-plist b/textproc/source-highlight/pkg-plist index cd5b85b73499..05cf9db9e6e0 100644 --- a/textproc/source-highlight/pkg-plist +++ b/textproc/source-highlight/pkg-plist @@ -1,5 +1,6 @@ bin/cpp2html bin/java2html +bin/source-highlight %%PORTDOCS%%share/doc/source-highlight/COPYING %%PORTDOCS%%share/doc/source-highlight/ChangeLog %%PORTDOCS%%share/doc/source-highlight/Hello.css @@ -24,8 +25,11 @@ bin/java2html %%PORTDOCS%%share/doc/source-highlight/cpp2html.css %%PORTDOCS%%share/doc/source-highlight/mono-alt.css %%PORTDOCS%%share/doc/source-highlight/mono.css +%%PORTDOCS%%share/doc/source-highlight/old_changes.html %%PORTDOCS%%share/doc/source-highlight/source-highlight.html %%PORTDOCS%%share/doc/source-highlight/startapp.cc.html +%%PORTDOCS%%share/doc/source-highlight/test.pl.html +%%PORTDOCS%%share/doc/source-highlight/test.pm.html share/source-highlight/tags.j2h share/source-highlight/tags2.j2h @dirrm share/source-highlight |