diff options
author | sylvio <sylvio@FreeBSD.org> | 2009-11-08 03:25:40 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2009-11-08 03:25:40 +0800 |
commit | 6f6412ca67b5dcf43fc52e3bde41bc6094bcb1b8 (patch) | |
tree | 49a0dc29d7df337fadbcf5c40754075525e64b72 /graphics/ocaml-images | |
parent | 71a0d43a1a5aae18f4fc8f207bad485992ffd539 (diff) | |
download | freebsd-ports-gnome-6f6412ca67b5dcf43fc52e3bde41bc6094bcb1b8.tar.gz freebsd-ports-gnome-6f6412ca67b5dcf43fc52e3bde41bc6094bcb1b8.tar.zst freebsd-ports-gnome-6f6412ca67b5dcf43fc52e3bde41bc6094bcb1b8.zip |
- Update to 2.12
PR: ports/139777
Submitted by: sylvio@ (myself)
Approved by: itetcu (mentor)
Diffstat (limited to 'graphics/ocaml-images')
-rw-r--r-- | graphics/ocaml-images/Makefile | 6 | ||||
-rw-r--r-- | graphics/ocaml-images/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index d8a950673590..4eec4916ab0f 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -7,8 +7,7 @@ # PORTNAME= images -PORTVERSION= 2.2 -PORTREVISION= 6 +PORTVERSION= 2.12 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ @@ -48,7 +47,7 @@ PKGDEINSTALL= ${PKGINSTALL} DOCSDIR= ${PREFIX}/share/doc/ocaml-images .if !defined(NOPORTDOCS) -PORTDOCS= Announce Announce-2.2 CHANGES INSTALL LICENSE doc +PORTDOCS= Announce CHANGES INSTALL LICENSE doc .endif post-install: @@ -57,7 +56,6 @@ post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${FIND} doc | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 @${INSTALL_DATA} ${WRKSRC}/Announce ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/Announce-2.2 ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}/ diff --git a/graphics/ocaml-images/distinfo b/graphics/ocaml-images/distinfo index cdb36cc3a722..dfd619488705 100644 --- a/graphics/ocaml-images/distinfo +++ b/graphics/ocaml-images/distinfo @@ -1,3 +1,3 @@ -MD5 (camlimages-2.2.tgz) = d933eb58c7983f70b1a000fa01893aa4 -SHA256 (camlimages-2.2.tgz) = 9b8861d7b8c6752ad33ef2af5c486efa626b19ad9ea190641a736384629f1026 -SIZE (camlimages-2.2.tgz) = 1385525 +MD5 (camlimages-2.12.tgz) = 6662c0a3e7653a731410cd9783a55bfb +SHA256 (camlimages-2.12.tgz) = d4c7bca6dc68574077778961412d2f1f63830c5bcb4c6b913a6313f735a50e50 +SIZE (camlimages-2.12.tgz) = 1353863 |