Track version bump on MASTER_SITE. Reflect the fact that Ocamlweb's
documentation is now version numbered. Make pkg-plist correct when NOPORTDOCS is defined.
This commit is contained in:
parent
4add5ccac9
commit
6cf16b5071
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60522
3 changed files with 7 additions and 7 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= ocamlweb
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.31
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= jkoshy@FreeBSD.Org
|
||||
MAINTAINER= jkoshy@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
||||
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
||||
|
@ -20,7 +20,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
DOCFILES= ${PORTNAME}-man.ps.gz
|
||||
DOCFILES= ${PORTNAME}-${PORTVERSION}-man.ps.gz
|
||||
.endif
|
||||
|
||||
MAN1= ocamlweb.1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ocamlweb-1.3.tar.gz) = 8215e8658ed403cac66c4ce0cd4223b9
|
||||
MD5 (ocamlweb-man.ps.gz) = 29aa7e11f1faf6ed860fde2ebfaedf01
|
||||
MD5 (ocamlweb-1.31.tar.gz) = dc18d5bc4fa2e0e4ca5f822e887a1f24
|
||||
MD5 (ocamlweb-1.31-man.ps.gz) = dfaeea17ad6011254b35a95e7255d3d7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/ocamlweb
|
||||
share/texmf/tex/latex/misc/ocamlweb.sty
|
||||
share/doc/ocamlweb/ocamlweb-man.ps.gz
|
||||
@dirrm share/doc/ocamlweb
|
||||
%%PORTDOCS%%share/doc/ocamlweb/ocamlweb-man.ps.gz
|
||||
%%PORTDOCS%%@dirrm share/doc/ocamlweb
|
||||
@exec %D/bin/mktexlsr
|
||||
@unexec %D/bin/mktexlsr
|
||||
|
|
Loading…
Reference in a new issue