Revision
144110
Author
khindenburg@macports.org
Date
2016-01-01 14:18:48 -0800 (Fri, 01 Jan 2016)

Log Message

pinentry: remove legacy variants

Modified Paths

Diff

Modified: trunk/dports/security/pinentry/Portfile (144109 => 144110)


--- trunk/dports/security/pinentry/Portfile	2016-01-01 22:15:49 UTC (rev 144109)
+++ trunk/dports/security/pinentry/Portfile	2016-01-01 22:18:48 UTC (rev 144110)
@@ -44,10 +44,6 @@
                             port:libassuan \
                             port:libgpg-error
 
-# Remove after 11-14-2015.
-variant gtk1 requires gtk2 description {Legacy compatibility variant for gtk2. Will be removed soon.} {
-}
-
 variant gtk2 description {Enable gtk2-based pinentry tool} {
     depends_lib-append      port:gtk2
     configure.args-delete   --disable-pinentry-gtk2
@@ -55,11 +51,6 @@
                             --enable-fallback-curses
 }
 
-# Remove after 11-14-2015.
-variant qt3 requires qt4 conflicts qt5 description {Legacy compatibility variant for qt4. Will be removed soon.} {
-}
-
-
 # We actually must select the Qt version somehow.
 # autotools do an "auto-detection" trick that is non-reproducible...
 # FIXME: revisit this...