From owner-cvs-all@FreeBSD.ORG Sun Aug 8 03:26:57 2010 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 C7D361065677; Sun, 8 Aug 2010 03:26:57 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 774FD8FC18; Sun, 8 Aug 2010 03:26:57 +0000 (UTC) Received: from [192.168.1.2] (pool-173-66-132-185.washdc.fios.verizon.net [173.66.132.185]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o783QshI077007 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Sun, 8 Aug 2010 03:26:55 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C5E23F6.4040406@p6m7g8.com> Date: Sat, 07 Aug 2010 23:26:46 -0400 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: Doug Barton References: <201008080151.o781pI7h002917@repoman.freebsd.org> In-Reply-To: <201008080151.o781pI7h002917@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, FH_HOST_EQ_VERIZON_P, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread8 Makefile ports/print/acroread9 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 03:26:58 -0000 Shouldn't you be bumping the PORTREVISION here? You changed the package RUN_DEPENDS in the default config. On 8/7/2010 9:51 PM, Doug Barton wrote: > dougb 2010-08-08 01:51:18 UTC > > FreeBSD ports repository > > Modified files: > print/acroread8 Makefile > print/acroread9 Makefile > Log: > Remove the dependency on www/linux-nvu which has been deprecated for > over 1 month. Without this dependency the web page links from the Help > menu don't work, but everything else works fine. > > Approved by: maintainer timeout > > Revision Changes Path > 1.15 +1 -1 ports/print/acroread8/Makefile > 1.12 +1 -1 ports/print/acroread9/Makefile > > http://cvsweb.FreeBSD.org/ports/print/acroread8/Makefile.diff?r1=1.14&r2=1.15&f=h > | --- ports/print/acroread8/Makefile 2010/03/28 06:42:21 1.14 > | +++ ports/print/acroread8/Makefile 2010/08/08 01:51:18 1.15 > | @@ -2,7 +2,7 @@ > | # Date created: 20 October 2007 > | # Whom: hrs > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/acroread8/Makefile,v 1.14 2010/03/28 06:42:21 dinoex Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/acroread8/Makefile,v 1.15 2010/08/08 01:51:18 dougb Exp $ > | # > | > | PORTNAME= acroread8 > | @@ -22,7 +22,7 @@ RUN_DEPENDS= acroreadwrapper>=0.0.200809 > | RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html > | ONLY_FOR_ARCHS= amd64 i386 > | USE_LINUX= yes > | -USE_LINUX_APPS= gtk2 pango webauth > | +USE_LINUX_APPS= gtk2 pango > | USE_BZIP2= yes > | USE_LDCONFIG= yes > | #USE_GNOME= desktopfileutils > http://cvsweb.FreeBSD.org/ports/print/acroread9/Makefile.diff?r1=1.11&r2=1.12&f=h > | --- ports/print/acroread9/Makefile 2010/04/18 15:51:41 1.11 > | +++ ports/print/acroread9/Makefile 2010/08/08 01:51:18 1.12 > | @@ -2,7 +2,7 @@ > | # Date created: 28 March 2009 > | # Whom: hrs > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/acroread9/Makefile,v 1.11 2010/04/18 15:51:41 hrs Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/acroread9/Makefile,v 1.12 2010/08/08 01:51:18 dougb Exp $ > | # > | > | PORTNAME= acroread9 > | @@ -22,7 +22,7 @@ RESTRICTED= Must fill out redistribution > | ONLY_FOR_ARCHS= amd64 i386 > | USE_BZIP2= yes > | USE_LINUX= yes > | -USE_LINUX_APPS= gdkpixbuf gtk2 libxml2 pango webauth > | +USE_LINUX_APPS= gdkpixbuf gtk2 libxml2 pango > | USE_LDCONFIG= yes > | #USE_GNOME= desktopfileutils > | NO_BUILD= yes -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.