[125016] trunk/dports/sysutils/backuppc/Portfile

mf2k at macports.org mf2k at macports.org
Tue Sep 2 13:19:02 PDT 2014


Revision: 125016
          https://trac.macports.org/changeset/125016
Author:   mf2k at macports.org
Date:     2014-09-02 13:19:02 -0700 (Tue, 02 Sep 2014)
Log Message:
-----------
backuppc: License. Sort dependencies. Use notes instead of ui_msg.

Modified Paths:
--------------
    trunk/dports/sysutils/backuppc/Portfile

Modified: trunk/dports/sysutils/backuppc/Portfile
===================================================================
--- trunk/dports/sysutils/backuppc/Portfile	2014-09-02 20:17:35 UTC (rev 125015)
+++ trunk/dports/sysutils/backuppc/Portfile	2014-09-02 20:19:02 UTC (rev 125016)
@@ -9,7 +9,9 @@
 revision            2
 set perl_version    5.16
 maintainers         nomaintainer
+license             GPL-2+
 homepage            http://backuppc.sourceforge.net/
+
 description         BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and Mac OS X PCs and laptops to a server.
 long_description    ${description} BackupPC is highly configurable and easy to install and maintain.
 
@@ -17,18 +19,18 @@
 
 master_sites        sourceforge
 
-depends_lib         port:perl${perl_version} \
-                    port:p${perl_version}-compress-raw-zlib \
-                    port:p${perl_version}-archive-zip \
-                    port:p${perl_version}-file-rsyncp \
-                    port:samba3 \
+depends_lib         port:bzip2 \
                     port:gnutar \
+                    port:gzip \
                     port:mod_perl2 \
-                    port:rsync \
                     port:openssh \
-                    port:gzip \
-                    port:bzip2 \
-                    port:par2
+                    port:p${perl_version}-archive-zip \
+                    port:p${perl_version}-compress-raw-zlib \
+                    port:p${perl_version}-file-rsyncp \
+                    port:par2 \
+                    port:perl${perl_version} \
+                    port:rsync \
+                    port:samba3
 
 distname            BackupPC-${version}
 
@@ -126,9 +128,7 @@
     reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}/Library/LaunchDaemons/net.sourceforge.backuppc.plist
 }
 
-post-activate {
-    set finish_message "There are several more things you
-    will need to do:
+notes "There are several more things you will need to do:
 
     - Browse through the config file, ${prefix}/etc/BackupPC/config.pl,
       and make sure all the settings are correct.  In particular,
@@ -167,6 +167,3 @@
     - Please see the ${prefix}/share/BackupPC/extras directory for client
       setup scripts, sample apache.conf files, and more.
     "
-
-  ui_msg ${finish_message}
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140902/857ddb0c/attachment.html>


More information about the macports-changes mailing list