[32145] trunk/dports/news/tin-recent/Portfile

vinc17 at macports.org vinc17 at macports.org
Mon Dec 17 17:07:50 PST 2007


Revision: 32145
          http://trac.macosforge.org/projects/macports/changeset/32145
Author:   vinc17 at macports.org
Date:     2007-12-17 17:07:49 -0800 (Mon, 17 Dec 2007)

Log Message:
-----------
Fixed warnings from "port lint".
Fixed ispell variant.

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

Modified: trunk/dports/news/tin-recent/Portfile
===================================================================
--- trunk/dports/news/tin-recent/Portfile	2007-12-18 00:54:39 UTC (rev 32144)
+++ trunk/dports/news/tin-recent/Portfile	2007-12-18 01:07:49 UTC (rev 32145)
@@ -26,8 +26,10 @@
 # Note: Portfile reformatted according to portstyle(7).
 
 PortSystem 1.0
+
 name                tin-recent
 version             1.9.2
+revision            1
 categories          news
 platforms           darwin
 maintainers         vincent-opdarw at vinc17.org
@@ -81,6 +83,7 @@
                     --datadir=${prefix}/share \
                     --sysconfdir=${prefix}/etc \
                     --disable-pgp-gpg \
+                    --without-ispell \
                     --with-screen=ncurses
 
 build.dir           "${worksrcpath}/src"
@@ -109,11 +112,11 @@
     }
 }
 
-variant ipv6 {
+variant ipv6 description {IPv6 support} {
     configure.args-append --enable-ipv6
 }
 
-variant gpg {
+variant gpg description {GnuPG support} {
     depends_run bin:gpg:gnupg
     configure.args-delete --disable-pgp-gpg
     configure.args-append --with-gpg=${prefix}/bin/gpg \
@@ -121,7 +124,7 @@
                           --without-pgpk
 }
 
-variant pgp5 {
+variant pgp5 description {PGPK support} {
     depends_run bin:pgpk:pgp
     configure.args-delete --disable-pgp-gpg
     configure.args-append --with-pgpk=${prefix}/bin/pgpk \
@@ -129,7 +132,8 @@
                           --without-pgp
 }
 
-variant ispell {
-    depends_build bin:ispell:ispell
-    configure.args-append --enable-ispell
+variant ispell description {Ispell support} {
+    depends_run bin:ispell:ispell
+    configure.args-delete --without-ispell
+    configure.args-append --with-ispell=${prefix}/bin/ispell
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071217/e11bfc22/attachment.html


More information about the macports-changes mailing list