mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
dirvish: switch to perl5.22 (https://trac.macports.org/ticket/48365)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@144312 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
# $Id$
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup perl5 1.0
|
||||
|
||||
name dirvish
|
||||
version 1.2.1
|
||||
revision 3
|
||||
revision 4
|
||||
categories sysutils
|
||||
maintainers behanna.org:chris
|
||||
license OSL-2
|
||||
@@ -49,17 +50,18 @@ patchfiles patch-Makefile.diff \
|
||||
patch-default.conf.dist.diff \
|
||||
patch-master.conf.dist.diff
|
||||
|
||||
perl5.branches 5.22
|
||||
|
||||
use_configure no
|
||||
|
||||
build.type bsd
|
||||
build.args PREFIX=${prefix}
|
||||
build.args PREFIX=${prefix} PERL=${perl5.bin}
|
||||
destroot.args PREFIX=${prefix} PERL=${perl5.bin}
|
||||
|
||||
destroot.args PREFIX=${prefix}
|
||||
|
||||
depends_lib port:perl5.16 \
|
||||
port:p5.16-time-modules \
|
||||
port:p5.16-timedate \
|
||||
port:p5.16-time-period \
|
||||
depends_lib port:perl${perl5.major} \
|
||||
port:p${perl5.major}-time-modules \
|
||||
port:p${perl5.major}-timedate \
|
||||
port:p${perl5.major}-time-period \
|
||||
port:rsync
|
||||
|
||||
# The latest version is from 2005.
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
+INSTALL_SCRIPT=${INSTALL} ${INSTALL_UCREDS} -m 555
|
||||
+
|
||||
+header:
|
||||
+ echo "#!${PREFIX}/bin/perl5.16" > header.pl
|
||||
+ echo "#!${PERL}" > header.pl
|
||||
+ echo "" >> header.pl
|
||||
+ echo "\$$CONFDIR = \"${CONFDIR}\";" >> header.pl
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user