From owner-svn-ports-all@FreeBSD.ORG Tue Oct 28 20:40:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC10F757; Tue, 28 Oct 2014 20:40:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D36433CE; Tue, 28 Oct 2014 20:40:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9SKet6M062941; Tue, 28 Oct 2014 20:40:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9SKet10062939; Tue, 28 Oct 2014 20:40:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410282040.s9SKet10062939@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 28 Oct 2014 20:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371647 - head/devel/libcfg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 20:40:56 -0000 Author: antoine Date: Tue Oct 28 20:40:54 2014 New Revision: 371647 URL: https://svnweb.freebsd.org/changeset/ports/371647 QAT: https://qat.redports.org/buildarchive/r371647/ Log: Fix some stage orphans Modified: head/devel/libcfg/Makefile head/devel/libcfg/pkg-plist Modified: head/devel/libcfg/Makefile ============================================================================== --- head/devel/libcfg/Makefile Tue Oct 28 20:35:57 2014 (r371646) +++ head/devel/libcfg/Makefile Tue Oct 28 20:40:54 2014 (r371647) @@ -3,7 +3,7 @@ PORTNAME= libcfg PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://platon.sk/upload/_projects/00003/ DISTNAME= ${PORTNAME}+-${DISTVERSION} Modified: head/devel/libcfg/pkg-plist ============================================================================== --- head/devel/libcfg/pkg-plist Tue Oct 28 20:35:57 2014 (r371646) +++ head/devel/libcfg/pkg-plist Tue Oct 28 20:40:54 2014 (r371647) @@ -12,3 +12,5 @@ man/man3/cfg_parse.3.gz man/man3/cfg_print_error.3.gz man/man3/cfg_set_context_flag.3.gz man/man3/libcfg+.3.gz +%%EXAMPLES%%%%EXAMPLESDIR%%/example.c +%%EXAMPLES%%%%EXAMPLESDIR%%/example.cfg