[131157] trunk/dports/perl/p5-crypt-passwdmd5/Portfile
mojca at macports.org
mojca at macports.org
Tue Jan 6 05:44:22 PST 2015
Revision: 131157
https://trac.macports.org/changeset/131157
Author: mojca at macports.org
Date: 2015-01-06 05:44:22 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-crypt-passwdmd5: first line, checksums, whitespace only
Modified Paths:
--------------
trunk/dports/perl/p5-crypt-passwdmd5/Portfile
Modified: trunk/dports/perl/p5-crypt-passwdmd5/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-passwdmd5/Portfile 2015-01-06 13:38:23 UTC (rev 131156)
+++ trunk/dports/perl/p5-crypt-passwdmd5/Portfile 2015-01-06 13:44:22 UTC (rev 131157)
@@ -1,25 +1,29 @@
+# -*- 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
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem 1.0
+PortGroup perl5 1.0
perl5.branches 5.16
-perl5.setup Crypt-PasswdMD5 1.3
-revision 3
-maintainers gmail.com:ooburai
-description provides interoperable MD5-based crypt() functions for perl
-long_description The unix_md5_crypt() provides a crypt()-compatible \
- interface to the rather new MD5-based crypt() function \
- found in modern operating systems. It is based on the \
- implementation found on FreeBSD 2.2-RELEASE.
-platforms darwin
-checksums sha1 887782eb7fd1568ce9514f46156a08c415c26fdf
+perl5.setup Crypt-PasswdMD5 1.3
+revision 3
+maintainers gmail.com:ooburai
+description provides interoperable MD5-based crypt() functions for perl
+long_description The unix_md5_crypt() provides a crypt()-compatible \
+ interface to the rather new MD5-based crypt() function \
+ found in modern operating systems. It is based on the \
+ implementation found on FreeBSD 2.2-RELEASE.
-supported_archs noarch
+checksums rmd160 ae1d6884fcff39c4b5d5200153f2573c3f54a6d3 \
+ sha256 a44c3811d948ee9380f552610184fbf611b31099442b0f25c200f507a3d9408e
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
- depends_build-append bin:iconv:libiconv
-
+ depends_build-append \
+ bin:iconv:libiconv
+
post-patch {
system -W ${worksrcpath} "iconv -f ISO-8859-1 -t UTF-8 Makefile.PL > Makefile.PL.new && mv Makefile.PL.new Makefile.PL"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/2364a908/attachment-0001.html>
More information about the macports-changes
mailing list