[143267] trunk/dports/editors

raimue at macports.org raimue at macports.org
Sat Dec 12 09:15:49 PST 2015


Revision: 143267
          https://trac.macports.org/changeset/143267
Author:   raimue at macports.org
Date:     2015-12-09 09:05:58 -0800 (Wed, 09 Dec 2015)
Log Message:
-----------
editors/vim, editors/MacVim:
Use a fixed string instead of user at machine for "compiled by" for ReproducibleBuilds.

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile
    trunk/dports/editors/vim/Portfile

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2015-12-09 16:44:33 UTC (rev 143266)
+++ trunk/dports/editors/MacVim/Portfile	2015-12-09 17:05:58 UTC (rev 143267)
@@ -7,6 +7,7 @@
 set vim_version     7.4
 set snapshot        77
 version             ${vim_version}.snapshot${snapshot}
+revision            1
 categories          editors
 platforms           darwin
 license             Vim GPL-2+
@@ -71,7 +72,8 @@
                     --disable-gpm \
                     --with-tlib=ncurses \
                     --enable-multibyte \
-                    --enable-fail-if-missing
+                    --enable-fail-if-missing \
+                    --with-compiledby="MacPorts"
 
 # Old pre-compiled headers could influence build, #26723
 build.args          XCODEFLAGS="CACHE_ROOT=${workpath}/caches" \

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2015-12-09 16:44:33 UTC (rev 143266)
+++ trunk/dports/editors/vim/Portfile	2015-12-09 17:05:58 UTC (rev 143267)
@@ -7,6 +7,7 @@
 set vim_version     7.4
 set vim_patchlevel  963
 github.setup        vim vim ${vim_version}.${vim_patchlevel} v
+revision            1
 categories          editors
 platforms           darwin freebsd
 license             Vim GPL-2+
@@ -47,7 +48,8 @@
                     --with-tlib=ncurses \
                     --enable-multibyte \
                     --with-developer-dir=${developer_dir} \
-                    --enable-fail-if-missing
+                    --enable-fail-if-missing \
+                    --with-compiledby="MacPorts"
 
 post-destroot {
     ln -s ${prefix}/bin/vim ${destroot}${prefix}/bin/vi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/766e0956/attachment.html>


More information about the macports-changes mailing list