From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 28 09:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94F813C2 for ; Mon, 28 Oct 2013 09:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 737BB2D8B for ; Mon, 28 Oct 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9S9K0wc032010 for ; Mon, 28 Oct 2013 09:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9S9K0dL032009; Mon, 28 Oct 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 28 Oct 2013 09:20:00 GMT Resent-Message-Id: <201310280920.r9S9K0dL032009@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alberto Villa Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C592B3A0 for ; Mon, 28 Oct 2013 09:19:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B483E2D7D for ; Mon, 28 Oct 2013 09:19:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9S9JDUC068031 for ; Mon, 28 Oct 2013 09:19:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9S9JDvi068030; Mon, 28 Oct 2013 09:19:13 GMT (envelope-from nobody) Message-Id: <201310280919.r9S9JDvi068030@oldred.freebsd.org> Date: Mon, 28 Oct 2013 09:19:13 GMT From: Alberto Villa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183388: [patch] ftp/curl: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 09:20:00 -0000 >Number: 183388 >Category: ports >Synopsis: [patch] ftp/curl: fix plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alberto Villa >Release: FreeBSD 10.0-ALPHA5 amd64 >Organization: >Environment: FreeBSD indiana.smith 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #0: Thu Oct 10 11:04:43 CEST 2013 root@indiana.smith:/usr/obj/usr/src/sys/HPDV6 amd64 >Description: %%EXAMPLESDIR%%/postinmemory.c isn't in plist and thus not installed. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: /usr/local/poudriere/ports/qt5/ftp/curl/Makefile =================================================================== --- /usr/local/poudriere/ports/qt5/ftp/curl/Makefile (revision 331744) +++ /usr/local/poudriere/ports/qt5/ftp/curl/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.33.0 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Index: /usr/local/poudriere/ports/qt5/ftp/curl/pkg-plist =================================================================== --- /usr/local/poudriere/ports/qt5/ftp/curl/pkg-plist (revision 331744) +++ /usr/local/poudriere/ports/qt5/ftp/curl/pkg-plist (working copy) @@ -259,13 +259,14 @@ %%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 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rtsp.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleconv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendrecv.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sepheaders.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendrecv.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sftpget.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplepost.c >Release-Note: >Audit-Trail: >Unformatted: