Ticket #42780: dirvish-1.2.1-stealth-update.diff
File dirvish-1.2.1-stealth-update.diff, 2.0 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 5 6 name dirvish 6 7 version 1.2.1 7 revision 18 revision 2 8 9 categories sysutils 9 10 maintainers behanna.org:chris 11 supported_archs noarch 12 10 13 description Client/server rsync- and hard-link-based snapshot backup system 11 14 12 15 long_description \ … … 33 36 platforms darwin freebsd 34 37 master_sites ${homepage} 35 38 36 checksums md5 f3a127525dd2ef94bf79cd5614f6e147 \ 37 sha1 804a8ef09e47ac63499571db0c05fe2be9fd6b15 \ 38 rmd160 2942ca7bba1d4957ba66d88b341df605df7b2112 39 # 1.2.1 was stealth-updated 2012-01-07 40 dist_subdir ${name}/${version}_1 39 41 42 checksums rmd160 7af67f7e04142da885a9ce3c5596e9960f192c39 \ 43 sha256 6b7f29c3541448db3d317607bda3eb9bac9fb3c51f970611ffe27e9d63507dcd 44 40 45 extract.suffix .tgz 41 extract.mkdir yes42 46 43 47 patchfiles patch-Makefile.diff \ 44 48 patch-default.conf.dist.diff \ … … 51 55 52 56 destroot.args PREFIX=${prefix} 53 57 54 depends_lib port:p5.12-time-modules port:p5.12-timedate port:p5.12-time-period port:rsync 58 depends_lib port:perl5.16 \ 59 port:p5.16-time-modules \ 60 port:p5.16-timedate \ 61 port:p5.16-time-period \ 62 port:rsync 63 64 # The latest version is from 2005. 65 livecheck.type none -
files/patch-Makefile.diff
33 33 +INSTALL_SCRIPT=${INSTALL} ${INSTALL_UCREDS} -m 555 34 34 + 35 35 +header: 36 + echo "#! `which perl`" > header.pl36 + echo "#!${PREFIX}/bin/perl5.16" > header.pl 37 37 + echo "" >> header.pl 38 38 + echo "\$$CONFDIR = \"${CONFDIR}\";" >> header.pl 39 39 +