[142097] trunk/dports/editors/ackmate/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 04:19:05 PST 2015


Revision: 142097
          https://trac.macports.org/changeset/142097
Author:   mojca at macports.org
Date:     2015-11-03 05:10:23 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
ackmate: use perl5.22, depend on ack (p5.16-app-ack is obsolete), replace path to perl (#48365, #49570)

Modified Paths:
--------------
    trunk/dports/editors/ackmate/Portfile

Modified: trunk/dports/editors/ackmate/Portfile
===================================================================
--- trunk/dports/editors/ackmate/Portfile	2015-11-03 12:41:17 UTC (rev 142096)
+++ trunk/dports/editors/ackmate/Portfile	2015-11-03 13:10:23 UTC (rev 142097)
@@ -2,13 +2,14 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           perl5 1.0
 PortGroup           xcode 1.0
-PortGroup           github 1.0
 
 github.setup        protocool AckMate f2515f9
 name                ackmate
 version             1.1.2
-revision            2
+revision            3
 categories          editors aqua
 maintainers         nomaintainer
 description         AckMate is a TextMate plugin for running Ack in a Cocoa window.
@@ -19,5 +20,13 @@
 checksums           rmd160  7284a1bddc28316ff41ba75b7614c8209ff79fb8 \
                     sha256  f322c96d5c8bf2e6c6d5e3a5d2b2979de1fb8951ec0889b625dfa5666a433067
 
+# TODO:             https://trac.macports.org/ticket/49570
+perl5.branches      5.22
+
 depends_build       port:ragel
-depends_lib         port:p5.16-app-ack
+depends_lib         port:ack
+
+post-patch {
+    reinplace       "s|\#!/usr/bin/env perl|\#!${perl5.bin}|" \
+                    ${worksrcpath}/bundle_extras/ackmate_ack.autogenerated
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/1e914d7f/attachment.html>


More information about the macports-changes mailing list