Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 09:19:13 GMT
From:      Alberto Villa <avilla@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183388: [patch] ftp/curl: fix plist
Message-ID:  <201310280919.r9S9JDvi068030@oldred.freebsd.org>
Resent-Message-ID: <201310280920.r9S9K0dL032009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310280919.r9S9JDvi068030>