[132693] trunk/dports/x11/gtkextra3

ionic at macports.org ionic at macports.org
Sat Feb 7 15:09:10 PST 2015


Revision: 132693
          https://trac.macports.org/changeset/132693
Author:   ionic at macports.org
Date:     2015-02-07 15:09:10 -0800 (Sat, 07 Feb 2015)
Log Message:
-----------
gtkextra3: apply patch from git master to resolve conflict with gtk2-extra.

Modified Paths:
--------------
    trunk/dports/x11/gtkextra3/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtkextra3/files/
    trunk/dports/x11/gtkextra3/files/patch-docs_reference_Makefile.am-install-version-prefixed-doc-dir.diff

Modified: trunk/dports/x11/gtkextra3/Portfile
===================================================================
--- trunk/dports/x11/gtkextra3/Portfile	2015-02-07 22:58:01 UTC (rev 132692)
+++ trunk/dports/x11/gtkextra3/Portfile	2015-02-07 23:09:10 UTC (rev 132693)
@@ -8,7 +8,7 @@
 set sf_name             gtkextra
 version                 3.1.2
 set branch              [join [lrange [split ${version} .] 0 1] .]
-revision                0
+revision                1
 categories              x11 devel
 license                 LGPL
 platforms               darwin
@@ -32,7 +32,11 @@
 checksums               sha1 f3c85b7edb3980ae2390d951d62c24add4b45eb9 \
                         rmd160 cc26738349ba85a6ae7d0446f9670741161d6690
 
+patchfiles              patch-docs_reference_Makefile.am-install-version-prefixed-doc-dir.diff
 
+# Remove use_autoreconf once new release includes the doc dir patch.
+use_autoreconf          yes
+
 pre-fetch {
     if {![variant_isset quartz] && ![variant_isset x11]} {
         error "Either +x11 or +quartz is required"

Added: trunk/dports/x11/gtkextra3/files/patch-docs_reference_Makefile.am-install-version-prefixed-doc-dir.diff
===================================================================
--- trunk/dports/x11/gtkextra3/files/patch-docs_reference_Makefile.am-install-version-prefixed-doc-dir.diff	                        (rev 0)
+++ trunk/dports/x11/gtkextra3/files/patch-docs_reference_Makefile.am-install-version-prefixed-doc-dir.diff	2015-02-07 23:09:10 UTC (rev 132693)
@@ -0,0 +1,10 @@
+--- docs/reference/Makefile.am.old	2015-02-07 22:56:46.000000000 +0100
++++ docs/reference/Makefile.am	2015-02-07 22:59:58.000000000 +0100
+@@ -5,6 +5,7 @@
+ 
+ # The name of the module, e.g. 'glib'.
+ DOC_MODULE=gtkextra
++DOC_MODULE_VERSION=$(GTK_EXTRA_MAJOR_VERSION)
+ 
+ # The top-level SGML file. You can change this if you want to.
+ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150207/d6463c07/attachment.html>


More information about the macports-changes mailing list