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

markd at macports.org markd at macports.org
Fri Apr 9 11:52:43 PDT 2010


Revision: 66354
          http://trac.macports.org/changeset/66354
Author:   markd at macports.org
Date:     2010-04-09 11:52:41 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
Closes #19430.  Add gettext as a dependency, set all dependencies to depends_run (instead of build),
and update the to the latest patch level.

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

Modified: trunk/dports/sysutils/logrotate/Portfile
===================================================================
--- trunk/dports/sysutils/logrotate/Portfile	2010-04-09 18:45:20 UTC (rev 66353)
+++ trunk/dports/sysutils/logrotate/Portfile	2010-04-09 18:52:41 UTC (rev 66354)
@@ -4,9 +4,9 @@
 
 name				logrotate
 version				3.7.1
-revision			2
+revision			3
 categories			sysutils
-maintainers			markd
+maintainers			markd openmaintainer
 platforms			darwin
 
 description			Rotates, compresses, and mails system logs
@@ -22,12 +22,13 @@
 
 master_sites		        http://ftp.debian.org/debian/pool/main/l/logrotate
 checksums			${distname}${extract.suffix} md5 552639142e163745f6bcd4f1f3816d8a \
-					logrotate_${version}-3.diff.gz md5 7b0dd9835339bbf85f106d4adb25cf0c
+					logrotate_${version}-5.diff.gz md5 619d36e123f8d5d6e25a1544a589cf27
 
 patch_sites			http://ftp.debian.org/debian/pool/main/l/logrotate/
-patchfiles			logrotate_${version}-3.diff.gz
+patchfiles			logrotate_${version}-5.diff.gz
 
-depends_build			port:popt \
+depends_run			port:popt \
+				port:gettext \
 				port:gzip
 
 use_configure			no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/9379ffb9/attachment.html>


More information about the macports-changes mailing list