From 96e2d4ea605f6219b85cc66a014a724399efd1b5 Mon Sep 17 00:00:00 2001 From: Josh Paetzel Date: Sun, 2 May 2010 18:16:52 +0000 Subject: Update www/cadaver to latest version Add FreeBSD specific patches Submitted by: "Mikhail T." Approved by: itetcu@ (mentor) --- www/cadaver/Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'www/cadaver/Makefile') diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 4aeea1d2fe49..700db7450368 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cadaver -PORTVERSION= 0.23.2 +PORTVERSION= 0.23.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ http://www.tcbug.org/ @@ -14,12 +14,13 @@ MASTER_SITES= http://www.webdav.org/cadaver/ \ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Commandline client for DAV -LIB_DEPENDS= neon.28:${PORTSDIR}/www/neon28 +LIB_DEPENDS= neon:${PORTSDIR}/www/neon29 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-netrc ALL_TARGET= cadaver +MAKE_JOBS_SAFE= yes MAN1= cadaver.1 PLIST_FILES= bin/cadaver @@ -31,7 +32,9 @@ PLIST_FILES= bin/cadaver EXTRACT_AFTER_ARGS= | ${TAR} -xf - \ --exclude '${PORTNAME}-${PORTVERSION}/lib/expat/*.[ch]' \ --exclude '${PORTNAME}-${PORTVERSION}/lib/intl/*.[ch]' \ - --exclude '${PORTNAME}-${PORTVERSION}/lib/neon/*.[ch]' + --exclude '${PORTNAME}-${PORTVERSION}/lib/neon/*.[ch]' \ + --exclude 'glob.[ch]' --exclude 'mkstemp.[ch]' \ + --exclude 'tempname.[ch]' --exclude 'basename.[ch]' CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib @@ -39,6 +42,12 @@ LDFLAGS= -L${LOCALBASE}/lib .if !defined(WITHOUT_OPENSSL) USE_OPENSSL= yes CONFIGURE_ARGS+= --with-ssl --with-force-ssl +post-install: + # + # + @${CAT} ${PKGMESSAGE} + # + # .endif .if !defined(WITHOUT_NLS) -- cgit v1.2.3