Bug 183388 - [patch] ftp/curl: fix plist
Summary: [patch] ftp/curl: fix plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-28 09:20 UTC by Alberto Villa
Modified: 2013-10-31 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.34 KB, patch)
2013-10-28 09:20 UTC, Alberto Villa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa freebsd_committer freebsd_triage 2013-10-28 09:20:00 UTC
%%EXAMPLESDIR%%/postinmemory.c isn't in plist and thus not installed.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-28 09:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-31 14:54:57 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-31 14:55:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!