From owner-cvs-all@FreeBSD.ORG Sat Mar 19 21:25:46 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A622E16A4CE; Sat, 19 Mar 2005 21:25:46 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5489743D3F; Sat, 19 Mar 2005 21:25:46 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.50 (FreeBSD)) id 1DClSA-000DtU-Gq; Sat, 19 Mar 2005 22:25:50 +0100 Date: Sat, 19 Mar 2005 22:25:50 +0100 From: Kirill Ponomarew To: Joerg Wunsch Message-ID: <20050319212550.GA53137@voodoo.oberon.net> References: <200503192116.j2JLGHBH044373@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503192116.j2JLGHBH044373@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/print/acroread/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 19 Mar 2005 21:25:46 -0000 On Sat, Mar 19, 2005 at 09:16:17PM +0000, Joerg Wunsch wrote: > joerg 2005-03-19 21:16:16 UTC > > FreeBSD ports repository > > Modified files: > print/acroread Makefile distinfo pkg-descr > Added files: > print/acroread pkg-plist > print/acroread/files patch-aa > Removed files: > print/acroread pkg-deinstall pkg-install > Log: > Revert the acroread port to version 5.10. There's too much heated > discussion about it (some of which reminds me to a certain color of > bikesheds), so I'm going to commit version 7.0.0 into a port of its > own. > | =================================================================== > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/print/acroread/Makefile,v > | retrieving revision 1.41 > | retrieving revision 1.42 > | diff -u -p -r1.41 -r1.42 > | --- ports/print/acroread/Makefile 2005/03/18 11:35:05 1.41 > | +++ ports/print/acroread/Makefile 2005/03/19 21:16:16 1.42 > | @@ -2,59 +2,53 @@ > | # Date created: 16 November 1996 > | # Whom: Thomas Gellekum > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/acroread/Makefile,v 1.41 2005/03/18 11:35:05 joerg Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/acroread/Makefile,v 1.42 2005/03/19 21:16:16 joerg Exp $ > | # > | > | PORTNAME= acroread > | -PORTVERSION= 7.0.0 > | +PORTVERSION= 5.10 > | +PORTREVISION= 1 > | CATEGORIES= print linux Please bump PORTEPOCH. -Kirill