diff --git a/www/litmus/Makefile b/www/litmus/Makefile index 05dc0bfcdf85..b9c30036d902 100644 --- a/www/litmus/Makefile +++ b/www/litmus/Makefile @@ -1,16 +1,23 @@ PORTNAME= litmus -PORTVERSION= 0.13 +DISTVERSION= 0.13 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/litmus/ MAINTAINER= pi@FreeBSD.org COMMENT= WebDAV server protocol compliance test suite +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libneon.so:www/neon \ libk5crypto.so:security/krb5 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local +CONFIGURE_ARGS= --with-ssl --with-neon=${LOCALBASE} + +post-patch: + @${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32|g' \ + ${WRKSRC}/configure .include diff --git a/www/litmus/files/patch-configure b/www/litmus/files/patch-configure deleted file mode 100644 index d06d8364a461..000000000000 --- a/www/litmus/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 31; 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 31; do - case $ne_libver in - 0.$v.*) ne_cv_lib_neonver=yes ;; - esac