Update to 0.9.5
Use DOCSDIR macro in plist. PR: ports/96586 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
parent
24bc09a3a2
commit
ea2bb0c79f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161096
3 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= c2html
|
||||
PORTVERSION= 0.9.2
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= apps/www/converters
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (c2html-0.9.2.tar.gz) = c0d379c115387af246d8e97d0fc1892d
|
||||
SHA256 (c2html-0.9.2.tar.gz) = c71a81ca361f84250a9d23f4fb14a45147e14c0e3bd1344bf7a85722c620e008
|
||||
SIZE (c2html-0.9.2.tar.gz) = 42743
|
||||
MD5 (c2html-0.9.5.tar.gz) = 324cd6c50dd611607e3366840bbc61f2
|
||||
SHA256 (c2html-0.9.5.tar.gz) = 43ce9c3769e0c1ae2613e388665d676b102ad155517849c3fdb6bcf5e26160ed
|
||||
SIZE (c2html-0.9.5.tar.gz) = 55326
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/c2html
|
||||
share/doc/c2html/AUTHORS
|
||||
share/doc/c2html/NEWS
|
||||
share/doc/c2html/README
|
||||
@dirrm share/doc/c2html
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/NEWS
|
||||
%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue