[118037] trunk/dports/sysutils/dirvish
cal at macports.org
cal at macports.org
Wed Mar 19 16:59:02 PDT 2014
Revision: 118037
https://trac.macports.org/changeset/118037
Author: cal at macports.org
Date: 2014-03-19 16:59:02 -0700 (Wed, 19 Mar 2014)
Log Message:
-----------
dirvish: use specific perl, closes #42783, maintainer timeout
Modified Paths:
--------------
trunk/dports/sysutils/dirvish/Portfile
trunk/dports/sysutils/dirvish/files/patch-Makefile.diff
Modified: trunk/dports/sysutils/dirvish/Portfile
===================================================================
--- trunk/dports/sysutils/dirvish/Portfile 2014-03-19 23:47:27 UTC (rev 118036)
+++ trunk/dports/sysutils/dirvish/Portfile 2014-03-19 23:59:02 UTC (rev 118037)
@@ -4,9 +4,11 @@
name dirvish
version 1.2.1
-revision 1
+revision 2
categories sysutils
maintainers behanna.org:chris
+supported_archs noarch
+
description Client/server rsync- and hard-link-based snapshot backup system
long_description \
@@ -51,4 +53,8 @@
destroot.args PREFIX=${prefix}
-depends_lib port:p5.12-time-modules port:p5.12-timedate port:p5.12-time-period port:rsync
+depends_lib port:perl5.16 \
+ port:p5.16-time-modules \
+ port:p5.16-timedate \
+ port:p5.16-time-period \
+ port:rsync
Modified: trunk/dports/sysutils/dirvish/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/dirvish/files/patch-Makefile.diff 2014-03-19 23:47:27 UTC (rev 118036)
+++ trunk/dports/sysutils/dirvish/files/patch-Makefile.diff 2014-03-19 23:59:02 UTC (rev 118037)
@@ -33,7 +33,7 @@
+INSTALL_SCRIPT=${INSTALL} ${INSTALL_UCREDS} -m 555
+
+header:
-+ echo "#!`which perl`" > header.pl
++ echo "#!${PREFIX}/bin/perl5.16" > header.pl
+ echo "" >> header.pl
+ echo "\$$CONFDIR = \"${CONFDIR}\";" >> header.pl
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140319/bf402f58/attachment-0001.html>
More information about the macports-changes
mailing list