[145062] trunk/dports/sysutils/faubackup/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sun Jan 24 17:52:02 PST 2016
Revision: 145062
https://trac.macports.org/changeset/145062
Author: khindenburg at macports.org
Date: 2016-01-24 17:52:02 -0800 (Sun, 24 Jan 2016)
Log Message:
-----------
faubackup: correct man variable #48200; add license; avoid sf redirects
Modified Paths:
--------------
trunk/dports/sysutils/faubackup/Portfile
Modified: trunk/dports/sysutils/faubackup/Portfile
===================================================================
--- trunk/dports/sysutils/faubackup/Portfile 2016-01-25 01:07:41 UTC (rev 145061)
+++ trunk/dports/sysutils/faubackup/Portfile 2016-01-25 01:52:02 UTC (rev 145062)
@@ -2,18 +2,25 @@
PortSystem 1.0
name faubackup
version 0.5.9
+revision 1
categories sysutils
platforms darwin
+license GPL-2
maintainers ccc.de:tim
description FauBackup - simple incremental backup utility
long_description FauBackup creates simple, file-system compatible \
backups from parts of your disk. It automatically \
creates incremental backups using hard links.
homepage http://faubackup.sourceforge.net/
-master_sites sourceforge
+master_sites sourceforge:project/${name}/${name}/${version}
+
+checksums rmd160 c0c23883ec35c5224a30ad89b20227f08fce8f66 \
+ sha256 0f6b8b248ec55efa81b3af29e9bbd86b6cab336228bcf271ee01ea330d347cb9
+
depends_lib port:popt
-checksums md5 44d3723e3c2d7bc4a63f8ac91699c8c2 \
- sha1 0a416673b3e975d4dc4b521c8806d1395e1c095d \
- rmd160 c0c23883ec35c5224a30ad89b20227f08fce8f66
+post-patch {
+ reinplace "s|@SYSCONFIDR@|@SYSCONFDIR@|g" ${worksrcpath}/doc/${name}.8.in
+}
+
configure.args --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160124/8412e5d8/attachment-0001.html>
More information about the macports-changes
mailing list