From owner-cvs-all@FreeBSD.ORG Fri Dec 21 01:31:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD9E16A418; Fri, 21 Dec 2007 01:31:06 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 145F013C468; Fri, 21 Dec 2007 01:31:05 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from [127.0.0.1] (kevlo.org [220.128.136.52]) (authenticated bits=0) by ns.kevlo.org (8.14.1/8.14.1) with ESMTP id lBL1UEPn022795; Fri, 21 Dec 2007 09:30:18 +0800 (CST) (envelope-from kevlo@FreeBSD.org) From: Kevin Lo To: pav@FreeBSD.org In-Reply-To: <1198153562.85440.84.camel@pav.hide.vol.cz> References: <200712201047.lBKAl6BN017986@repoman.freebsd.org> <1198153562.85440.84.camel@pav.hide.vol.cz> Content-Type: text/plain Date: Fri, 21 Dec 2007 09:31:08 +0800 Message-Id: <1198200668.6163.12.camel@monet> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/chmlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 01:31:06 -0000 Pav Lucistnik wrote: > > kevlo 2007-12-20 10:47:06 UTC > > > > FreeBSD ports repository > > > > Modified files: > > misc/chmlib Makefile > > Log: > > - Use --enable-examples to build example programs that use chmlib > > - Bump PORTREVISION > > > > Revision Changes Path > > 1.21 +2 -1 ports/misc/chmlib/Makefile > > You forgot to update pkg-plist, mate. Oops, fixed. Thanks for pointing it out. Kevin