[106427] trunk/dports/www/stog

mww at macports.org mww at macports.org
Sun May 26 02:38:42 PDT 2013


Revision: 106427
          https://trac.macports.org/changeset/106427
Author:   mww at macports.org
Date:     2013-05-26 02:38:42 -0700 (Sun, 26 May 2013)
Log Message:
-----------
stog: version 0.8.0

Modified Paths:
--------------
    trunk/dports/www/stog/Portfile
    trunk/dports/www/stog/files/patch-Makefile.diff

Modified: trunk/dports/www/stog/Portfile
===================================================================
--- trunk/dports/www/stog/Portfile	2013-05-26 08:29:28 UTC (rev 106426)
+++ trunk/dports/www/stog/Portfile	2013-05-26 09:38:42 UTC (rev 106427)
@@ -4,7 +4,7 @@
 PortGroup           ocaml 1.0
 
 name                stog
-version             0.5
+version             0.8.0
 categories          www ml
 platforms           darwin
 license             GPL-3
@@ -13,8 +13,8 @@
 long_description    ${description}
 homepage            http://zoggy.github.com/stog/
 master_sites        http://zoggy.github.com/stog/
-checksums           rmd160  3c145d18d55b01037de4f1b8473ade8eb29e8181 \
-                    sha256  33a6c108e4df6d82df6ec8489efdb6c3e566a5a11bd4be049104a271f751483c
+checksums           rmd160  33fe3f6972eb0cbf9f6c79816248cfcdeaefef6e \
+                    sha256  11de9abe83f8e8b38fb19fd97ee31799be4b34de8297086c285f470c2b73338c
 
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-xmlm \
                     port:ocaml-ocamlrss port:ocaml-xtmpl port:ocaml-pcre \

Modified: trunk/dports/www/stog/files/patch-Makefile.diff
===================================================================
--- trunk/dports/www/stog/files/patch-Makefile.diff	2013-05-26 08:29:28 UTC (rev 106426)
+++ trunk/dports/www/stog/files/patch-Makefile.diff	2013-05-26 09:38:42 UTC (rev 106427)
@@ -1,11 +1,11 @@
---- work/stog-0.4/Makefile	2012-11-22 12:28:00.000000000 +0100
-+++ Makefile	2012-11-26 07:50:36.000000000 +0100
-@@ -187,7 +187,7 @@
- 		$(PLUGINS_BYTE) $(PLUGINS_OPT) $(PLUGINS_OPT:.cmxs=.cmx) $(PLUGINS_OPT:.cmxs=.o) \
- 		$(LIB_CMIFILES) $(LIB_CMXFILES) $(LIB_CMXFILES:.cmx=.o) \
- 		$(LIB_BYTE) $(LIB) $(LIB:.cmxa=.a)
--	$(CP) $(MAIN) $(MAIN_BYTE) $(OCAML_SESSION) `dirname \`which $(OCAMLC)\``/
-+	$(CP) $(MAIN) $(MAIN_BYTE) $(OCAML_SESSION) $(DESTDIR)$(BINDIR)
+--- work/stog-0.8.0/Makefile	2013-03-19 17:36:52.000000000 +0100
++++ Makefile	2013-05-26 11:30:51.000000000 +0200
+@@ -218,7 +218,7 @@
+ install-bin:
+ 	$(CP) $(MAIN) $(MAIN_BYTE) $(OCAML_SESSION) \
+ 	  $(MK_STOG) $(MK_STOG_BYTE) $(MK_STOG_OCAML) \
+-		`dirname \`which $(OCAMLC)\``/
++		$(DESTDIR)$(BINDIR)
  
- uninstall:
- 	@$(OCAMLFIND) remove stog
+ uninstall: uninstall-lib uninstall-bin
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130526/80bfbfe7/attachment.html>


More information about the macports-changes mailing list