1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 0.7.1

PR:		ports/102382
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>, (maintainer)
Approved by:	krion (mentor)
This commit is contained in:
Martin Wilke 2006-08-25 21:31:46 +00:00
parent 6670b83dbf
commit cfb3185a87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171417
3 changed files with 22 additions and 17 deletions

View File

@ -7,8 +7,7 @@
# #
PORTNAME= camomile PORTNAME= camomile
PORTVERSION= 0.6.6 PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
@ -28,6 +27,9 @@ GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
PLIST_FILES= bin/camomilecharmap \
bin/camomilelocaledef
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" .include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk"
@ -35,8 +37,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
BROKEN= Need working <wctype.h> BROKEN= Need working <wctype.h>
.endif .endif
post-extract: post-patch:
@${CP} ${WRKSRC}/META ${WRKSRC}/META.in
@${REINPLACE_CMD} -E -e \ @${REINPLACE_CMD} -E -e \
"s,([[:space:]]*)cp[[:space:]]*-f,\1\$${BSD_INSTALL_DATA}," \ "s,([[:space:]]*)cp[[:space:]]*-f,\1\$${BSD_INSTALL_DATA}," \
${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in

View File

@ -1,3 +1,3 @@
MD5 (camomile-0.6.6.tar.bz2) = 3b4f19bc172189c17254e74abaa9644c MD5 (camomile-0.7.1.tar.bz2) = 9b8cedcf91e9795f85aaade5a6f1c515
SHA256 (camomile-0.6.6.tar.bz2) = 1de5d220dedc5684117aee4d7372e82358f01134bef131c8aeb1d25240d1c23f SHA256 (camomile-0.7.1.tar.bz2) = 9103ff245ab8265e5bdbb2cfa1028ab5ea06b660bf59ecb4c3fd6ae4ad523e9f
SIZE (camomile-0.6.6.tar.bz2) = 2124681 SIZE (camomile-0.7.1.tar.bz2) = 2133102

View File

@ -1,11 +1,15 @@
--- Makefile.in.orig Tue Aug 1 16:47:03 2006 --- Makefile.in.orig Tue Aug 22 13:35:58 2006
+++ Makefile.in Tue Aug 1 16:47:47 2006 +++ Makefile.in Tue Aug 22 13:36:45 2006
@@ -378,7 +378,7 @@ @@ -375,8 +375,10 @@
ocamlfind install camomile $$files META $(MLI) camomileLibrary.cmi
install-with-ocamlfind: install-bin:
files= &&\ - cp -f tools/camomilecharmap.$(OCAMLBEST) $(BINDIR)
- if [ $(OCAMLBEST) = opt ]; then files=public/*.cmx; fi && \ - cp -f tools/camomilelocaledef.$(OCAMLBEST) $(BINDIR)
+ if [ "$(OCAMLBEST)" = "opt" ]; then files=public/*.cmx; fi && \ + ${BSD_INSTALL_PROGRAM} tools/camomilecharmap.$(OCAMLBEST) \
if [ -f camomile.cma ]; then files="camomile.* $$files"; fi&& \ + $(BINDIR)/camomilecharmap
if [ -f libcamomile.a ]; then files="libcamomile.a $$files"; fi && \ + ${BSD_INSTALL_PROGRAM} tools/camomilelocaledef.$(OCAMLBEST) \
if [ -f dllcamomile.so ]; then files="dllcamomile.so $$files"; fi && \ + $(BINDIR)/camomilelocaledef
install-data:
mkdir -p $(DATADIR)