[153856] trunk/dports/news/tin-devel/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Oct 14 03:06:34 CEST 2016


Revision: 153856
          https://trac.macports.org/changeset/153856
Author:   khindenburg at macports.org
Date:     2016-10-13 18:06:34 -0700 (Thu, 13 Oct 2016)
Log Message:
-----------
tin-devel: add deps; remove old pgp5 variant; adjust gpg and ispell variants

Modified Paths:
--------------
    trunk/dports/news/tin-devel/Portfile

Modified: trunk/dports/news/tin-devel/Portfile
===================================================================
--- trunk/dports/news/tin-devel/Portfile	2016-10-13 22:42:39 UTC (rev 153855)
+++ trunk/dports/news/tin-devel/Portfile	2016-10-14 01:06:34 UTC (rev 153856)
@@ -6,6 +6,7 @@
 name                tin-devel
 conflicts           tin tin-recent
 version             2.3.4
+revision            1
 categories          news
 license             BSD
 platforms           darwin
@@ -24,6 +25,12 @@
 checksums           rmd160  440be790c40794bc33c0e21696c3e76af9d0fdf7 \
                     sha256  1751ab4807648798063340058f0262cd2fe05cb2f9a65b359a2878119df1f55a
 
+depends_lib         port:icu \
+                    port:libiconv \
+                    port:libidn \
+                    port:ncurses \
+                    port:pcre
+
 distname            tin-${version}
 
 configure.args      --enable-break-long-lines \
@@ -77,23 +84,15 @@
 }
 
 variant gpg description {GnuPG support} {
-    depends_run             bin:gpg:gnupg
+    depends_run             bin:gpg:gnupg2
     configure.args-delete   --disable-pgp-gpg
-    configure.args-append   --with-gpg=${prefix}/bin/gpg \
+    configure.args-append   --with-gpg=${prefix}/bin/gpg2 \
                             --without-pgp \
                             --without-pgpk
 }
 
-variant pgp5 description {PGPK support} {
-    depends_run             bin:pgpk:pgp
-    configure.args-delete   --disable-pgp-gpg
-    configure.args-append   --with-pgpk=${prefix}/bin/pgpk \
-                            --without-gpg \
-                            --without-pgp
-}
-
-variant ispell description {Ispell support} {
-    depends_run             bin:ispell:ispell
+variant ispell description {Ispell/Aspell support} {
+    depends_run             bin:ispell:aspell
     configure.args-delete   --without-ispell
     configure.args-append   --with-ispell=${prefix}/bin/ispell
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161013/c650794b/attachment-0002.html>


More information about the macports-changes mailing list