ports/183388: [patch] ftp/curl: fix plist

Alberto Villa avilla at FreeBSD.org
Mon Oct 28 09:20:00 UTC 2013


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


More information about the freebsd-ports-bugs mailing list