Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 09:49:07 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390546 - in head/textproc/exmpp: . files
Message-ID:  <201506250949.t5P9n74g067178@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250949.t5P9n74g067178>