From owner-cvs-ports@FreeBSD.ORG Sat Dec 13 00:28:31 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B5CB1065673; Sat, 13 Dec 2008 00:28:31 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id D8BF78FC08; Sat, 13 Dec 2008 00:28:30 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 757395C18; Fri, 12 Dec 2008 19:10:05 -0500 (EST) Date: Fri, 12 Dec 2008 19:10:05 -0500 From: Wesley Shields To: David Thiel Message-ID: <20081213001005.GL150@atarininja.org> References: <200812121851.mBCIpNet087358@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200812121851.mBCIpNet087358@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/swfdec-plugin Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 00:28:31 -0000 On Fri, Dec 12, 2008 at 06:51:23PM +0000, David Thiel wrote: > lx 2008-12-12 18:51:23 UTC > > FreeBSD ports repository > > Modified files: > www/swfdec-plugin Makefile > Log: > Fix breakage by previous maintainer. > > Revision Changes Path > 1.31 +1 -1 ports/www/swfdec-plugin/Makefile > http://cvsweb.FreeBSD.org/ports/www/swfdec-plugin/Makefile.diff?r1=1.30&r2=1.31 > | --- ports/www/swfdec-plugin/Makefile 2008/12/12 09:48:37 1.30 > | +++ ports/www/swfdec-plugin/Makefile 2008/12/12 18:51:23 1.31 > | @@ -2,11 +2,11 @@ > | # Date created: Jun 14, 2005 > | # Whom: anholt > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/swfdec-plugin/Makefile,v 1.30 2008/12/12 09:48:37 alexbl Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/swfdec-plugin/Makefile,v 1.31 2008/12/12 18:51:23 lx Exp $ > | # > | > | PORTNAME= swfdec-plugin > | -PORTVERSION= 0.6.6 > | +PORTVERSION= 0.6.0 PORTVERSION went backwards here. Shouldn't PORTEPOCH be set? -- WXS