svn commit: r304457 - head/ftp/curl
Steve Wills
swills at FreeBSD.org
Tue Sep 18 20:45:45 UTC 2012
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
More information about the svn-ports-head
mailing list