[137147] trunk/dports/sysutils/groff

khindenburg at macports.org khindenburg at macports.org
Fri Jun 5 07:01:51 PDT 2015


Revision: 137147
          https://trac.macports.org/changeset/137147
Author:   khindenburg at macports.org
Date:     2015-06-05 07:01:51 -0700 (Fri, 05 Jun 2015)
Log Message:
-----------
groff: update to 1.22.3; add conflicts mdocml; add patch to allow building

Modified Paths:
--------------
    trunk/dports/sysutils/groff/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/groff/files/
    trunk/dports/sysutils/groff/files/patch-Makefile.in.diff

Modified: trunk/dports/sysutils/groff/Portfile
===================================================================
--- trunk/dports/sysutils/groff/Portfile	2015-06-05 12:18:44 UTC (rev 137146)
+++ trunk/dports/sysutils/groff/Portfile	2015-06-05 14:01:51 UTC (rev 137147)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 
 name                groff
-version             1.22.2
-revision            2
+conflicts           mdocml
+version             1.22.3
 categories          sysutils textproc
 platforms           darwin
 maintainers         nomaintainer
@@ -21,9 +21,11 @@
 homepage            http://www.gnu.org/software/groff/
 master_sites        gnu
 
-checksums           sha1    37223941e25bb504bf54631daaabb01b147dc1d3 \
-                    rmd160  1c2ce5b5cf64a86fcf21f002d0f01c53787c93d4
+checksums           rmd160  8f6d364f759e559c12c497091118f6d68f3a3b85 \
+                    sha256  3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6d828a5
 
+patchfiles          patch-Makefile.in.diff
+
 configure.args      --infodir=${prefix}/share/info \
                     --mandir=${prefix}/share/man \
                     --without-x

Added: trunk/dports/sysutils/groff/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/sysutils/groff/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/sysutils/groff/files/patch-Makefile.in.diff	2015-06-05 14:01:51 UTC (rev 137147)
@@ -0,0 +1,11 @@
+--- Makefile.in
++++ Makefile.in
+@@ -896,6 +896,8 @@ $(GNULIBDIRS): FORCE
+      $(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
+    esac
+ 
++$(SHPROGDIRS): $(PROGDEPDIRS)
++
+ $(OTHERDIRS): $(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS) $(SHPROGDIRS)
+ 
+ $(INCDIRS) $(PROGDEPDIRS) $(SHPROGDIRS) $(OTHERDIRS): FORCE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150605/a20090ea/attachment.html>


More information about the macports-changes mailing list