Date: Tue, 18 Sep 2012 20:45:45 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304457 - head/ftp/curl Message-ID: <201209182045.q8IKjjBX059232@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Sep 18 20:45:45 2012 New Revision: 304457 URL: http://svn.freebsd.org/changeset/ports/304457 Log: - Install the autoconf file for libcurl PR: ports/171260 Approved by: maintainer timeout (sunpoet, >2 weeks) Modified: head/ftp/curl/Makefile head/ftp/curl/pkg-plist (contents, props changed) Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Tue Sep 18 20:41:15 2012 (r304456) +++ head/ftp/curl/Makefile Tue Sep 18 20:45:45 2012 (r304457) @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.24.0 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -210,6 +211,7 @@ post-patch: @${REINPLACE_CMD} -e '/require "valgrind.pm";/d' ${WRKSRC}/tests/runtests.pl post-install: + ${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal .if !defined(BUILDING_HIPHOP) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ ${DOCSDIR}/libcurl/ Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Tue Sep 18 20:41:15 2012 (r304456) +++ head/ftp/curl/pkg-plist Tue Sep 18 20:45:45 2012 (r304457) @@ -9,6 +9,7 @@ include/curl/mprintf.h include/curl/multi.h include/curl/stdcheaders.h include/curl/typecheck-gcc.h +share/aclocal/libcurl.m4 @dirrm include/curl lib/libcurl.a lib/libcurl.la
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209182045.q8IKjjBX059232>