[97677] trunk/dports/sysutils/logrotate/Portfile

pixilla at macports.org pixilla at macports.org
Tue Sep 11 13:56:37 PDT 2012


Revision: 97677
          http://trac.macports.org//changeset/97677
Author:   pixilla at macports.org
Date:     2012-09-11 13:14:25 -0700 (Tue, 11 Sep 2012)
Log Message:
-----------
sysutils/logrotate:
- Add License GPL-2.
- Add COPYING and CHANGES files to share/logrotate.
- Revbump to build distributable package.

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

Modified: trunk/dports/sysutils/logrotate/Portfile
===================================================================
--- trunk/dports/sysutils/logrotate/Portfile	2012-09-11 20:08:35 UTC (rev 97676)
+++ trunk/dports/sysutils/logrotate/Portfile	2012-09-11 20:14:25 UTC (rev 97677)
@@ -5,9 +5,11 @@
 
 name                logrotate
 version             3.8.2
+revision            1
 categories          sysutils
+platforms           darwin
+license             GPL-2
 maintainers         pixilla openmaintainer
-platforms           darwin
 
 description         Rotates, compresses, and mails system logs
 
@@ -55,6 +57,8 @@
                     ${destroot}${prefix}/var/run/logrotate
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/${name}
+	xinstall -m 644 -W ${worksrcpath} CHANGES COPYING \
+		${destroot}${prefix}/share/${name}
     set fp [open ${destroot}${prefix}/share/${name}/logrotate.conf.example w]
     puts $fp \
 "# see \"man logrotate\" for details
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120911/5e818baf/attachment.html>


More information about the macports-changes mailing list