Summary: | [PATCH] ftp/curl: install autoconf file for curl | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | sunpoet | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Steve Wills
2012-09-02 21:40:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: sunpoet->swills I'll take it. State Changed From-To: open->closed Committed. Thanks! 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |