Index: head/www/litmus/Makefile =================================================================== --- head/www/litmus/Makefile (revision 378825) +++ head/www/litmus/Makefile (revision 378826) @@ -1,16 +1,18 @@ # $FreeBSD$ PORTNAME= litmus PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/litmus/ MAINTAINER= pi@FreeBSD.org COMMENT= WebDAV server protocol compliance test suite -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon \ + libk5crypto:${PORTSDIR}/security/krb5 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ssl +CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local .include Index: head/www/litmus/files/patch-configure =================================================================== --- head/www/litmus/files/patch-configure (nonexistent) +++ head/www/litmus/files/patch-configure (revision 378826) @@ -0,0 +1,20 @@ +--- configure.orig 2011-12-09 11:37:29.000000000 +0100 ++++ configure 2015-02-11 10:24:29.000000000 +0100 +@@ -5459,7 +5459,7 @@ + $as_echo "$ne_cv_lib_neon" >&6; } + if test "$ne_cv_lib_neon" = "yes"; then + ne_cv_lib_neonver=no +- for v in 25 26 27 28 29; do ++ for v in 25 26 27 28 29 30; do + case $ne_libver in + 0.$v.*) ne_cv_lib_neonver=yes ;; + esac +@@ -5788,7 +5788,7 @@ + $as_echo "$ne_cv_lib_neon" >&6; } + if test "$ne_cv_lib_neon" = "yes"; then + ne_cv_lib_neonver=no +- for v in 25 26 27 28 29; do ++ for v in 25 26 27 28 29 30; do + case $ne_libver in + 0.$v.*) ne_cv_lib_neonver=yes ;; + esac Property changes on: head/www/litmus/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property