On Feb 9, 2008, at 19:14, reiffert@macports.org wrote:
Revision: 33998 http://trac.macosforge.org/projects/macports/changeset/33998 Author: reiffert@macports.org Date: 2008-02-09 17:14:41 -0800 (Sat, 09 Feb 2008)
Log Message: ----------- Fixing lint error
Modified Paths: -------------- trunk/dports/net/pidgin/Portfile
Modified: trunk/dports/net/pidgin/Portfile =================================================================== --- trunk/dports/net/pidgin/Portfile 2008-02-10 01:13:26 UTC (rev 33997) +++ trunk/dports/net/pidgin/Portfile 2008-02-10 01:14:41 UTC (rev 33998) @@ -16,7 +16,7 @@ also supports other IM protocols, including Yahoo!, \ MSN, ICQ, Jabber, Napster, IRC, and Zephyr via included \ plugins. - +platforms macosx master_sites sourceforge
checksums md5 0a593c2c343d5b854bd2cd2be7542f40 \ @@ -35,7 +35,8 @@ --with-nss-includes=${prefix}/include/nss \ --with-nspr-libs=${prefix}/lib \ --with-nspr-includes=${prefix}/include/nspr \ - --enable-nss + --enable-nss --disable-consoleui \ + --disable-screensaver
variant no_x11 description {Build port without-x} { configure.args-append --without-x
You didn't just fix lint errors; you also added configure.args. Does this change what gets installed by the port? If so, the revision should also be bumped.