[124387] trunk/dports/perl/p5-file-basedir/Portfile
devans at macports.org
devans at macports.org
Sat Aug 23 15:47:02 PDT 2014
Revision: 124387
https://trac.macports.org/changeset/124387
Author: devans at macports.org
Date: 2014-08-23 15:47:02 -0700 (Sat, 23 Aug 2014)
Log Message:
-----------
p5-file-basedir: add mode line and retab, white space only.
Modified Paths:
--------------
trunk/dports/perl/p5-file-basedir/Portfile
Modified: trunk/dports/perl/p5-file-basedir/Portfile
===================================================================
--- trunk/dports/perl/p5-file-basedir/Portfile 2014-08-23 22:41:44 UTC (rev 124386)
+++ trunk/dports/perl/p5-file-basedir/Portfile 2014-08-23 22:47:02 UTC (rev 124387)
@@ -1,16 +1,17 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup File-BaseDir 0.03
-revision 6
-license {Artistic-1 GPL}
-maintainers nomaintainer
-supported_archs noarch
+perl5.setup File-BaseDir 0.03
+revision 6
+license {Artistic-1 GPL}
+maintainers nomaintainer
+supported_archs noarch
-description This module can be used to find directories and files as \
+description This module can be used to find directories and files as \
specified by the Freedesktop.org Base Directory Specification.
long_description This module can be used to find directories and files as \
specified by the Freedesktop.org Base Directory Specification. \
@@ -20,17 +21,20 @@
follow this layout. However, the same layout can just as well be \
used for non-GUI applications.
-checksums md5 527596f1507894dfaacdda72ea6dbb31 \
- sha1 901f56c06fd3b4a105bd24b8790ba95337d9aea7
+checksums md5 527596f1507894dfaacdda72ea6dbb31 \
+ sha1 901f56c06fd3b4a105bd24b8790ba95337d9aea7
-platforms darwin
+platforms darwin
if {${perl5.major} != ""} {
-depends_build-append port:p${perl5.major}-module-build
+ depends_build-append \
+ port:p${perl5.major}-module-build
+
## patch in the @@_MACPORTS_PREFIX_GOES_HERE_@@ tag for replacing in the XDG_DATA_DIRS
-patchfiles patch-lib-File-BaseDir.pm.diff
+ patchfiles patch-lib-File-BaseDir.pm.diff
+
## and then reinplace to put in our prefix.
-post-patch {
- reinplace "s|@@_MACPORTS_PREFIX_GOES_HERE_@@|${prefix}|" ${worksrcpath}/lib/File/BaseDir.pm
- }
+ post-patch {
+ reinplace "s|@@_MACPORTS_PREFIX_GOES_HERE_@@|${prefix}|" ${worksrcpath}/lib/File/BaseDir.pm
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140823/dfcca1cd/attachment.html>
More information about the macports-changes
mailing list