svn commit: r390546 - in head/textproc/exmpp: . files

Jimmy Olgeni olgeni at FreeBSD.org
Thu Jun 25 09:49:08 UTC 2015


Author: olgeni
Date: Thu Jun 25 09:49:07 2015
New Revision: 390546
URL: https://svnweb.freebsd.org/changeset/ports/390546

Log:
  Compatibility fix for R18.

Added:
  head/textproc/exmpp/files/
  head/textproc/exmpp/files/patch-doc_Makefile.am   (contents, props changed)
Modified:
  head/textproc/exmpp/pkg-plist   (contents, props changed)

Added: head/textproc/exmpp/files/patch-doc_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/exmpp/files/patch-doc_Makefile.am	Thu Jun 25 09:49:07 2015	(r390546)
@@ -0,0 +1,10 @@
+--- doc/Makefile.am.orig	2015-06-24 21:08:42 UTC
++++ doc/Makefile.am
+@@ -15,7 +15,6 @@ ERL_SRCS = $(top_srcdir)/src/core/*.erl	
+ HTML_FILES = index.html							\
+ 	     modules-frame.html						\
+ 	     overview-summary.html					\
+-	     packages-frame.html					\
+ 	     exmpp.html							\
+ 	     exmpp_caps.html					\
+ 	     exmpp_client_binding.html					\

Modified: head/textproc/exmpp/pkg-plist
==============================================================================
--- head/textproc/exmpp/pkg-plist	Thu Jun 25 09:46:00 2015	(r390545)
+++ head/textproc/exmpp/pkg-plist	Thu Jun 25 09:49:07 2015	(r390546)
@@ -42,7 +42,6 @@
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/index.html
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/modules-frame.html
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/overview-summary.html
-%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/packages-frame.html
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stringprep.html
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stylesheet.css
 %%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/tls.html


More information about the svn-ports-all mailing list