[145016] trunk/dports/www/wml

devans at macports.org devans at macports.org
Sat Jan 23 13:20:10 PST 2016


Revision: 145016
          https://trac.macports.org/changeset/145016
Author:   devans at macports.org
Date:     2016-01-23 13:20:10 -0800 (Sat, 23 Jan 2016)
Log Message:
-----------
wml: maintainer update, WML::GD is now installed (#50276).

Modified Paths:
--------------
    trunk/dports/www/wml/Portfile

Added Paths:
-----------
    trunk/dports/www/wml/files/patch-wml_common-Makefile.in.diff

Modified: trunk/dports/www/wml/Portfile
===================================================================
--- trunk/dports/www/wml/Portfile	2016-01-23 20:26:52 UTC (rev 145015)
+++ trunk/dports/www/wml/Portfile	2016-01-23 21:20:10 UTC (rev 145016)
@@ -6,7 +6,7 @@
 
 name                    wml
 version                 2.0.11
-revision                8
+revision                9
 platforms               darwin
 categories              www lang
 maintainers             cfaerber.name:cfaerber \
@@ -33,6 +33,7 @@
 
 patchfiles              patch-configure.diff \
                         patch-Makefile.in.diff \
+                        patch-wml_common-Makefile.in.diff \
                         patch-wml_frontend-wml.src.diff \
                         patch-pod-encoding.diff \
                         patch-no_eperl.diff \

Added: trunk/dports/www/wml/files/patch-wml_common-Makefile.in.diff
===================================================================
--- trunk/dports/www/wml/files/patch-wml_common-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/www/wml/files/patch-wml_common-Makefile.in.diff	2016-01-23 21:20:10 UTC (rev 145016)
@@ -0,0 +1,18 @@
+--- wml-2.0.11/wml_common/Makefile.in	2016-01-17 20:00:00.000000000 +0100
++++ wml-2.0.11/wml_common/Makefile.in	2016-01-17 20:00:00.000000000 +0100
+@@ -28,10 +28,11 @@
+ MM_INSTALL_OPTS = PREFIX=$(libdir)/perl \
+                   INSTALLPRIVLIB=@INSTALLPRIVLIB@ \
+                   INSTALLARCHLIB=@INSTALLARCHLIB@ \
+-                  INST_MAN1DIR= \
+-                  INSTALLMAN1DIR= \
+-                  INST_MAN3DIR= \
+-                  INSTALLMAN3DIR=
++                  INSTALLDIRS=perl 			\
++                  INST_MAN1DIR=./dummy/man1/ 		\
++                  INSTALLMAN1DIR=./dummy-dest/man1/ 	\
++                  INST_MAN3DIR=./dummy/man1/ 		\
++                  INSTALLMAN3DIR=./dummy-dest/man3/
+ PERL_OPTS       = @PERL_OPTS@
+ 
+ INITVARS = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160123/d6f7b855/attachment-0001.html>


More information about the macports-changes mailing list