[42306] trunk/dports/net/gloox/Portfile

devans at macports.org devans at macports.org
Tue Nov 18 14:26:38 PST 2008


Revision: 42306
          http://trac.macports.org/changeset/42306
Author:   devans at macports.org
Date:     2008-11-18 14:26:37 -0800 (Tue, 18 Nov 2008)
Log Message:
-----------
gloox: remove superfluous depend on libtasn1 -- gnutls is sufficient, update livecheck to avoid freshmeat.

Modified Paths:
--------------
    trunk/dports/net/gloox/Portfile

Modified: trunk/dports/net/gloox/Portfile
===================================================================
--- trunk/dports/net/gloox/Portfile	2008-11-18 22:19:33 UTC (rev 42305)
+++ trunk/dports/net/gloox/Portfile	2008-11-18 22:26:37 UTC (rev 42306)
@@ -18,10 +18,13 @@
 use_bzip2		yes
 
 depends_lib		port:iksemel port:gettext port:gnutls port:libgcrypt \
-				port:libgpg-error port:libiconv port:libidn port:libtasn1 \
+				port:libgpg-error port:libiconv port:libidn \
 				port:zlib
 
 configure.args	--with-gnutls=${prefix} --with-zlib=${prefix} \
 				--with-libidn=${prefix}
 configure.cflags-append	"-I${prefix}/include"
 
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081118/64cf416f/attachment.html>


More information about the macports-changes mailing list