From owner-svn-ports-head@FreeBSD.ORG Sun Nov 18 01:46:16 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20BA382B for ; Sun, 18 Nov 2012 01:46:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E620C8FC13 for ; Sun, 18 Nov 2012 01:46:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAI1kFqg090191 for ; Sun, 18 Nov 2012 01:46:15 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAI1kFSV090185 for svn-ports-head@freebsd.org; Sun, 18 Nov 2012 01:46:15 GMT (envelope-from bdrewery) Received: (qmail 50098 invoked from network); 17 Nov 2012 19:46:14 -0600 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 17 Nov 2012 19:46:14 -0600 Message-ID: <50A83DD8.10105@FreeBSD.org> Date: Sat, 17 Nov 2012 19:46:00 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Palle Girgensohn Subject: Re: svn commit: r307421 - in head: . www/mod_jk www/mod_jk-apache2 References: <201211141542.qAEFg6k1099556@svn.freebsd.org> In-Reply-To: <201211141542.qAEFg6k1099556@svn.freebsd.org> X-Enigmail-Version: 1.4.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2012 01:46:16 -0000 On 11/14/2012 9:42 AM, Palle Girgensohn wrote: > Author: girgen > Date: Wed Nov 14 15:42:05 2012 > New Revision: 307421 > URL: http://svnweb.freebsd.org/changeset/ports/307421 > > Log: > Update mod_jk to latest version, and remove the now > obsolete mod_jk-apache2. > Feature safe: yes > > Deleted: > head/www/mod_jk-apache2/ > Modified: > head/MOVED > head/www/mod_jk/Makefile > head/www/mod_jk/distinfo FYI, the www/Makefile was not updated, breaking the index build. I've fixed this. > > Modified: head/MOVED > ============================================================================== > --- head/MOVED Wed Nov 14 15:36:14 2012 (r307420) > +++ head/MOVED Wed Nov 14 15:42:05 2012 (r307421) > @@ -3840,3 +3840,4 @@ x11-wm/waimea||2012-11-05|Has expired: D > x11-wm/waimea-devel||2012-11-05|Has expired: Development ceased > devel/py-liblarch_gtk||2012-11-09|Merged into devel/py-liblarch > x11-fonts/tolkien-ttf||2012-11-11|Has expired: Does not fetch: there are no more public distfiles > +www/mod_jk-apache2|www/mod_jk|2012-11-14|Apache 1.3 is no longer in the tree > > Modified: head/www/mod_jk/Makefile > ============================================================================== > --- head/www/mod_jk/Makefile Wed Nov 14 15:36:14 2012 (r307420) > +++ head/www/mod_jk/Makefile Wed Nov 14 15:42:05 2012 (r307421) > @@ -6,8 +6,7 @@ > # > > PORTNAME= mod_jk > -PORTVERSION= 1.2.32 > -PORTREVISION= 1 > +PORTVERSION= 1.2.37 > PORTEPOCH?= 1 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_APACHE} > @@ -21,16 +20,10 @@ COMMENT?= Apache JK module for connectin > MAKE_JOBS_SAFE= yes > > USE_APACHE?= 22+ > +APACHE_VER= 2.0 > > .include > > -.if ${APACHE_VERSION} >= 20 > -PKGNAMESUFFIX= -ap2 > -APACHE_VER= 2.0 > -.else > -APACHE_VER= 1.3 > -.endif > - > WRKSRC= ${WRKDIR}/tomcat-connectors-${PORTVERSION}-src/native > > USE_GMAKE= yes > > Modified: head/www/mod_jk/distinfo > ============================================================================== > --- head/www/mod_jk/distinfo Wed Nov 14 15:36:14 2012 (r307420) > +++ head/www/mod_jk/distinfo Wed Nov 14 15:42:05 2012 (r307421) > @@ -1,2 +1,2 @@ > -SHA256 (tomcat-connectors-1.2.32-src.tar.gz) = 512a5d4ae06fd6d6aa7ba6f177b7c9ba1c8297c676b3c33686c1ffacb83035b6 > -SIZE (tomcat-connectors-1.2.32-src.tar.gz) = 1545588 > +SHA256 (tomcat-connectors-1.2.37-src.tar.gz) = 38a92623ddd28b85bbf54cf77f4c867ccbebafb71233131471623691e4e751f9 > +SIZE (tomcat-connectors-1.2.37-src.tar.gz) = 1528647 > -- Regards, Bryan Drewery bdrewery@freenode/EFNet