Revision: 72898 http://trac.macports.org/changeset/72898 Author: devans@macports.org Date: 2010-10-29 14:41:10 -0700 (Fri, 29 Oct 2010) Log Message: ----------- gnutls: update dependencies, external opencdk is no longer used but libgcrypt is, reinplace does nothing now, parallel build is default. Modified Paths: -------------- trunk/dports/devel/gnutls/Portfile Modified: trunk/dports/devel/gnutls/Portfile =================================================================== --- trunk/dports/devel/gnutls/Portfile 2010-10-29 21:38:28 UTC (rev 72897) +++ trunk/dports/devel/gnutls/Portfile 2010-10-29 21:41:10 UTC (rev 72898) @@ -18,30 +18,22 @@ master_sites gnu -checksums md5 eb0a6d7d3cb9ac684d971c14f9f6d3ba \ - sha1 bff911d4fd7389aa6698a644b3748eb2d23715bc \ - rmd160 1cfda29a60df3b032b8b611e4341c2e834bb26b2 +checksums md5 eb0a6d7d3cb9ac684d971c14f9f6d3ba \ + sha1 bff911d4fd7389aa6698a644b3748eb2d23715bc \ + rmd160 1cfda29a60df3b032b8b611e4341c2e834bb26b2 use_bzip2 yes -post-patch { - reinplace -E /libtasn1_config_version=/s/--version/--modversion/ \ - $worksrcpath/configure -} - depends_build port:pkgconfig -depends_lib port:libtasn1 \ - port:opencdk \ +depends_lib port:libgcrypt \ + port:libtasn1 \ port:lzo \ port:readline configure.args --with-lzo \ - --disable-guile \ - ac_cv_path_LIBTASN1_CONFIG="pkg-config libtasn1" + --disable-guile -use_parallel_build yes - test.run yes test.target check