%%EXAMPLESDIR%%/postinmemory.c isn't in plist and thus not installed. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Thu Oct 31 14:54:48 2013 New Revision: 332247 URL: http://svnweb.freebsd.org/changeset/ports/332247 Log: - Fix PLIST - Bump PORTREVISION for package change PR: ports/183388 [1] Submitted by: avilla [1] Reported by: antoine Modified: head/ftp/curl/Makefile head/ftp/curl/pkg-plist Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Thu Oct 31 14:47:02 2013 (r332246) +++ head/ftp/curl/Makefile Thu Oct 31 14:54:48 2013 (r332247) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.33.0 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Thu Oct 31 14:47:02 2013 (r332246) +++ head/ftp/curl/pkg-plist Thu Oct 31 14:54:48 2013 (r332247) @@ -259,6 +259,7 @@ man/man3/libcurl.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3s.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3slist.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/post-callback.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postinmemory.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit2.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/progressfunc.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/resolve.c _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!