From owner-freebsd-apache@FreeBSD.ORG Sun Apr 17 09:52:23 2011 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F8EC106566C for ; Sun, 17 Apr 2011 09:52:23 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id D466D8FC08 for ; Sun, 17 Apr 2011 09:52:22 +0000 (UTC) Received: (qmail invoked by alias); 17 Apr 2011 09:25:42 -0000 Received: from u18-124.dslaccess.de (EHLO [172.20.1.100]) [194.231.39.124] by mail.gmx.net (mp050) with SMTP; 17 Apr 2011 11:25:42 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX186sE9vbTk64F0fBUit7kc5ek7MvVwiYz06l0HEmL fWuGwPDEc1IMzx Message-ID: <4DAAB222.6040206@gmx.de> Date: Sun, 17 Apr 2011 11:25:54 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <4DA1DB8E.40702@FreeBSD.org> <4DA7BC9D.8050907@p6m7g8.com> In-Reply-To: <4DA7BC9D.8050907@p6m7g8.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-apache@freebsd.org Subject: Re: How to make www/apache22-worker-mpm a dependency? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2011 09:52:23 -0000 On 2011-04-15 05:33, Philip M. Gollucci wrote: > On 4/10/2011 12:32 PM, Olli Hauer wrote: >> On 2011-04-08 15:20, rainer@ultra-secure.de wrote: >>> Hi, >>> >>> I would like to make www/apache22-worker-mpm the "default" apache, instead >>> of 1.3 (or 2.2). >>> The reason is that I build my ports in a tinderbox and even if I change >>> the USE_APACHE=1.3+ to USE_APACHE=2.2+ in e.g. the mod_fastcgi >>> ports-Makefile, it still installs the "normal" prefork-apache22. >>> Thus, upon installing the package, I have to de-install the wrong >>> apache-package first, then install the worker-mpm-apache and then pkgdb -F >>> the pkg-database. >>> >>> Anybody have a solution for that? >>> >>> >>> Regards, >>> Rainer >> >> Hi Rainer, >> >> the only way to build apache22 with mpm-worker in tinderbox is to >> set WITH_MPM=worker in "$tb/scripts/etc/env/build.$buildname" >> or in a "/etc/make.conf" of the tinderbox jail which can be injected >> with the postBuildExtract hook. >> >> >> The disadvantage is that the latest link and pkg-desc >> does not reflect this setting but you can fix this with this patch >> >> # diff -u apache22/Makefile.modules.orig apache22/Makefile.modules >> --- apache22/Makefile.modules.orig 2011-03-31 19:00:36.000000000 +0200 >> +++ apache22/Makefile.modules 2011-04-10 18:21:23.000000000 +0200 >> @@ -60,6 +60,8 @@ >> . endif >> . if ${WITH_MPM:L} == "worker" >> PLIST_SUB+= PREFORK="@comment " WORKER="" EVENT="@comment " >> +LATEST_LINK= apache22-worker-mpm >> +DESCR= ${.CURDIR}/../apache22-worker-mpm/pkg-descr >> . elif ${WITH_MPM:L} == "event" >> PLIST_SUB+= PREFORK="@comment " WORKER="@comment " EVENT="" >> . elif ${WITH_MPM:L} == "itk" >> >> >> If you want to go the tinderbox hook way ... >> Snippet from my tinderbox postBuildExtract hook, place the script into >> ${TB}/scripts and install with >> $> ./tc updateHookCmd -h postBuildExtract -c hook_postBuildExtract >> >> #====================================================================== >> # hook_postBuildExtract >> # >> # no make.conf for this build >> if [ "${BUILD}" = "7.4-porter" ]; then >> return 0 >> fi >> >> MAKE_CONF=${PB}/jails/make.conf >> [ ${RC} -eq 0 ] || _diag >> [ -z ${BUILD} ] && echo "not running from tnderbox" && return 1 >> [ -z ${DESTDIR} ] && echo "not running from tnderbox" && return 1 >> [ -z ${JAIL} ] && echo "not running from tnderbox" && return 1 >> [ -r ${MAKE_CONF} ] && cp -v ${MAKE_CONF} ${DESTDIR}/etc/make.conf >> _ret=$? >> >> if [ -z $_ret ]; then >> # make.conf was not found >> return 2 >> fi >> >> return 0 >> >> >> Save the following lines as ${TB}/jails/make.conf >> #====================================================================== >> .if ${.CURDIR:M*/www/apache22} >> #WITH_MPM=prefork >> # mpm_worker breaks php5 postgresql module >> #WITH_MPM=worker >> .endif >> #====================================================================== >> >> > Are you sure about this? > > APACHE_PORT=www/apache22-worker-mpm should work too in /etc/make.conf Yes, should work, but I see a possible issue if a port tests against ${APACHE_PORT}. For exmaple .if ${APACHE_PORT} == "www/apache22" ... From owner-freebsd-apache@FreeBSD.ORG Sun Apr 17 15:36:09 2011 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A78A61065677; Sun, 17 Apr 2011 15:36:09 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF748FC19; Sun, 17 Apr 2011 15:36:09 +0000 (UTC) Received: from [192.168.1.2] (173.66.131.189) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.254.0; Sun, 17 Apr 2011 08:36:08 -0700 Message-ID: <4DAB08E6.5060701@p6m7g8.com> Date: Sun, 17 Apr 2011 11:36:06 -0400 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: olli hauer References: <4DA1DB8E.40702@FreeBSD.org> <4DA7BC9D.8050907@p6m7g8.com> <4DAAB222.6040206@gmx.de> In-Reply-To: <4DAAB222.6040206@gmx.de> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org Subject: Re: How to make www/apache22-worker-mpm a dependency? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2011 15:36:09 -0000 On 4/17/2011 5:25 AM, olli hauer wrote: >> Are you sure about this? >> >> APACHE_PORT=www/apache22-worker-mpm should work too in /etc/make.conf > > Yes, should work, but I see a possible issue if a port tests > against ${APACHE_PORT}. > > For exmaple > .if ${APACHE_PORT} == "www/apache22" We should never do that. We should use ${APACHE_VERSION} and if you need to know ${HTTPD_MPM} -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 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. From owner-freebsd-apache@FreeBSD.ORG Mon Apr 18 11:06:15 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 672211065675 for ; Mon, 18 Apr 2011 11:06:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54AC68FC1B for ; Mon, 18 Apr 2011 11:06:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3IB6Fq6018873 for ; Mon, 18 Apr 2011 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3IB6EsE018871 for apache@FreeBSD.org; Mon, 18 Apr 2011 11:06:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Apr 2011 11:06:14 GMT Message-Id: <201104181106.p3IB6EsE018871@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Cc: Subject: Current problem reports assigned to apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 11:06:15 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/156251 apache [PATCH] Enable module by default for www/mod_fastcgi o ports/155586 apache Port update: www/mod_perl2 to 2.0.5 o ports/155026 apache [PATCH] www/mod_perl2: update to 2.0.5 o ports/154646 apache www/mod_bandwidth port file updates (includes patch) o ports/154420 apache www/mod_auth_cookie_mysql2 undefined symbol mysql_real o ports/154034 apache [PATCH] Mk/bsd.apache.mk: update comment to list all v o ports/154032 apache [maintainer update] Update port: www/mod_xsendfile Ups o ports/153565 apache APACHE_PORT needs to be better documented o ports/153406 apache www/apache22's SUEXEC_RSRCLIMIT option does not take e o ports/147806 apache [PATCH] www/apache20: httpd doesn't start with WITH_LD o ports/147282 apache errors when starting www/apache22 after installation o o ports/146199 apache www/apache20: port does not use make config o ports/144010 apache devel/apr1 tries to use SYSVIPC even in jails o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache security/heimdal: www/mod_auth_kerb doesn't compile ag p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP s ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC 18 problems total. From owner-freebsd-apache@FreeBSD.ORG Mon Apr 18 11:33:33 2011 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB68A106564A for ; Mon, 18 Apr 2011 11:33:33 +0000 (UTC) (envelope-from abuse@cj-vollblutaraber.de) Received: from res7.worldserver.net (res7.worldserver.net [217.13.199.17]) by mx1.freebsd.org (Postfix) with SMTP id 2AC838FC20 for ; Mon, 18 Apr 2011 11:33:32 +0000 (UTC) Received: (qmail 3873 invoked by uid 65534); 18 Apr 2011 11:22:09 -0000 Date: 18 Apr 2011 11:22:09 -0000 Message-ID: <20110418112209.3872.qmail@res7.worldserver.net> To: freebsd-apache@freebsd.org From: Dr.Ban Ki-moon. MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Subject: Congratulation, URGENT RESPONSE IS NEEDED X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: courierservice@one.co.il List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 11:33:33 -0000 Congratulation, I just received a call from the Director of Scarlet Courier Service Company Nigeria that the consignment box that was sent to you was returned due to wrong address, This consignment box contained your $5.500.000.00 united state dollars, Your compensation fund.Therefore call the director (Williams Wright) on Tel: (+234705-550-1921 ) email him at: (couierservice@one.co.il) and give him your correct address and Phone number: So the Information you are Required to Reconfirm to the Agent is as Follow. (1)Your Full Name============= (2)Mobile Phone Number====== (3)Current Home Address======== (4)Occupation================= (5)Fax Number================ (6)Country==================== (7)City===================== (8)Nearest Airport ============== (9)A Copy of Your I D For Identification Use this code (XA-8550) as the subject of your mail to them for identification. Yours Truly. Dr. Ban Ki-moon. From owner-freebsd-apache@FreeBSD.ORG Mon Apr 18 16:12:07 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 8A8B4106566B; Mon, 18 Apr 2011 16:12:07 +0000 (UTC) (envelope-from "") Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p3IGC7Xm019580; Mon, 18 Apr 2011 16:12:07 GMT Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p3IGC2kP018553; Mon, 18 Apr 2011 16:12:02 GMT Date: Mon, 18 Apr 2011 16:12:02 GMT Message-Id: <201104181612.p3IGC2kP018553@pointyhat.freebsd.org> X-Authentication-Warning: pointyhat.freebsd.org: erwin set sender to <> using -f From: erwin@FreeBSD.org To: erwin@FreeBSD.org X-FreeBSD-Chkversion: backwards X-Mailman-Approved-At: Mon, 18 Apr 2011 16:21:36 +0000 Cc: dinoex@FreeBSD.org, fernan@iib.unsam.edu.ar, apache@FreeBSD.org, bf@FreeBSD.org, wen@FreeBSD.org, sokolov@TrueBSD.org, pavelivolkov@googlemail.com, bzeeb+freebsdports@zabbadoz.net, ade@FreeBSD.org, tabthorpe@FreeBSD.org, lwhsu@FreeBSD.org, perky@FreeBSD.org, jille@quis.cx, acm@FreeBSD.org, dhn@FreeBSD.org, squat@squat.no, ports@FreeBSD.org, perl@FreeBSD.org, pav@FreeBSD.org, ohauer@FreeBSD.org, johans@FreeBSD.org, erwin@FreeBSD.org, yzlin@FreeBSD.org, miwi@FreeBSD.org, mi@FreeBSD.org, delphij@FreeBSD.org, stefan@FreeBSD.org, kde@FreeBSD.org, olgeni@FreeBSD.org, danfe@FreeBSD.org, tdb@FreeBSD.org, pgollucci@FreeBSD.org, sylvio@FreeBSD.org, python@FreeBSD.org, avilla@FreeBSD.org, mons@cpan.org, mi@aldan.algebra.com Subject: Ports with version numbers going backwards: audio/cpp-xmms2, audio/py-xmms2, ... X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erwin@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 16:12:08 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Mon Apr 18 2011 15:14:44 UTC. - *audio/cpp-xmms2* : cpp-xmms2-0.7_1 < cpp-xmms2-0.7_6 | revision 1.14 | date: 2011/02/24 23:38:27; author: miwi; state: Exp; lines: +2 -2 | - Update to 0.7.DrNo. | - Update WWW | - chase xmms2 shlib bump | | PR: 144821 | Submitted by: Guido Falsi (master: audio/xmms2) | revision 1.60 | date: 2011/03/28 03:01:32; author: wen; state: Exp; lines: +2 -1 | - Bump PORTREVISION to chase the update of audio/libdiscid | | PR: ports/155977 | Submitted by: Jason E. Hale - *audio/py-xmms2* : py25-xmms2-0.7_1 < py26-xmms2-0.7_5 | revision 1.12 | date: 2011/02/24 23:38:27; author: miwi; state: Exp; lines: +2 -2 | - Update to 0.7.DrNo. | - Update WWW | - chase xmms2 shlib bump | | PR: 144821 | Submitted by: Guido Falsi (master: audio/xmms2) | revision 1.60 | date: 2011/03/28 03:01:32; author: wen; state: Exp; lines: +2 -1 | - Bump PORTREVISION to chase the update of audio/libdiscid | | PR: ports/155977 | Submitted by: Jason E. Hale - *audio/ruby-xmms2* : ruby18-xmms2-0.7_1 < ruby18-xmms2-0.7_4 | revision 1.11 | date: 2011/02/24 23:38:28; author: miwi; state: Exp; lines: +2 -2 | - Update to 0.7.DrNo. | - Update WWW | - chase xmms2 shlib bump | | PR: 144821 | Submitted by: Guido Falsi (master: audio/xmms2) | revision 1.60 | date: 2011/03/28 03:01:32; author: wen; state: Exp; lines: +2 -1 | - Bump PORTREVISION to chase the update of audio/libdiscid | | PR: ports/155977 | Submitted by: Jason E. Hale - *databases/py-bsddb* : py25-bsddb-2.5.4_2 < py26-bsddb-2.6.6_2 | revision 1.15 | date: 2010/10/28 21:00:08; author: erwin; state: Exp; lines: +1 -1 | Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer | be generated or checked, and will be silently ignored for now. Also, | generalize the MD5_FILE macro to DISTINFO_FILO. | | PR: 149657 | Submitted by: rene | Approved by: portmgr | Tested on: pointyhat i386 7-exp - *databases/py-gdbm* : py25-gdbm-2.5.4 < py26-gdbm-2.6.6 | revision 1.17 | date: 2010/10/28 21:00:08; author: erwin; state: Exp; lines: +1 -1 | Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer | be generated or checked, and will be silently ignored for now. Also, | generalize the MD5_FILE macro to DISTINFO_FILO. | | PR: 149657 | Submitted by: rene | Approved by: portmgr | Tested on: pointyhat i386 7-exp - *databases/py-sqlite3* : py25-sqlite3-2.5.4_1 < py26-sqlite3-2.6.6_1 | revision 1.8 | date: 2010/10/28 21:00:08; author: erwin; state: Exp; lines: +1 -1 | Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer | be generated or checked, and will be silently ignored for now. Also, | generalize the MD5_FILE macro to DISTINFO_FILO. | | PR: 149657 | Submitted by: rene | Approved by: portmgr | Tested on: pointyhat i386 7-exp - *databases/py25-bsddb* : py25-bsddb-2.5.4_2 < py25-bsddb-2.5.5_2 | revision 1.13 | date: 2009/07/08 08:59:37; author: lwhsu; state: Exp; lines: +7 -40 | - A slave port of databases/py-bsddb. This gives a package of | Python 2.5 bsddb module which is needed by mail/py-spambayes (master: databases/py-bsddb) | revision 1.15 | date: 2010/10/28 21:00:08; author: erwin; state: Exp; lines: +1 -1 | Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer | be generated or checked, and will be silently ignored for now. Also, | generalize the MD5_FILE macro to DISTINFO_FILO. | | PR: 149657 | Submitted by: rene | Approved by: portmgr | Tested on: pointyhat i386 7-exp - *databases/sqlite-ext-mobigroup* : sqlite-ext-mobigroup-3.7.2-1 < sqlite-ext-mobigroup-4 | revision 1.2 | date: 2010/11/05 01:50:48; author: wen; state: Exp; lines: +41 -57 | - Update to 3.7.2 | | PR: ports/151538 | Submitted by: Pavel I Volkov (maintainer) - *devel/bglibs* : bglibs-1.106 < bglibs-1.104,1 | revision 1.38 | date: 2010/12/04 07:31:01; author: ade; state: Exp; lines: +1 -1 | Sync to new bsd.autotools.mk - *devel/p5-Coro* : p5-Coro-5.25,1 < p5-Coro-5.200,1 | revision 1.46 | date: 2010/11/12 00:11:19; author: wen; state: Exp; lines: +1 -1 | - Update to 5.25 | Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes - *devel/p5-Object-Event* : p5-Object-Event-1.21 < p5-Object-Event-1.101_1 | revision 1.5 | date: 2009/11/13 23:32:20; author: miwi; state: Exp; lines: +2 -2 | - Update to 1.21 | | PR: 140526 | Submitted by: Mons Anderson (maintainer) - *devel/py-tgMochiKit* : py25-tgMochiKit-1.4.2 < py26-tgMochiKit-1.4.2b1 | revision 1.2 | date: 2009/10/18 00:38:08; author: wen; state: Exp; lines: +1 -4 | - Update to 1.4.2 | | Approved by: mentors(implicit) - *devel/tcl-trf* : tcl-Trf-2.1.4 < tcl-Trf-2.1p2_4 | revision 1.23 | date: 2009/11/09 01:21:34; author: mi; state: Exp; lines: +2 -2 | Use SourceForge's mirrors, now that the distfile is available there AND | no longer available in the interim location. | | Pushed by: erwin (pointyhat) - *games/warsow* : warsow-0.6 < warsow-0.42_3 | revision 1.22 | date: 2011/02/07 10:59:53; author: danfe; state: Exp; lines: +11 -15 | - Update Warsow game and data ports to version 0.6 | - Clean up distfile mirror list (via distilator) | - Add LICENSE (GPLv2, applies to game engine only) | - Add NO_PACKAGE to data port as its size is 550MB now | | Feature safe: yes - *games/warsow-data* : warsow-data-0.6 < warsow-data-0.42 | revision 1.7 | date: 2011/02/07 10:59:53; author: danfe; state: Exp; lines: +10 -7 | - Update Warsow game and data ports to version 0.6 | - Clean up distfile mirror list (via distilator) | - Add LICENSE (GPLv2, applies to game engine only) | - Add NO_PACKAGE to data port as its size is 550MB now | | Feature safe: yes - *lang/ezm3* : ezm3-1.1_2 < ezm3-1.2_1 | revision 1.20 | date: 2009/01/05 20:36:28; author: pav; state: Exp; lines: +0 -6 | - Remove conditional checks for FreeBSD 5.x and older - *lang/python* : python-2.5,2 < python-2.6,2 | revision 1.163 | date: 2009/07/08 19:07:04; author: lwhsu; state: Exp; lines: +1 -1 | - Remove distinfo, same informaion can (and should) be retrieved from | ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo | - Use ${SYSCTL} - *lang/python-doc-html* : python-doc-html-2.5.4 < python-doc-html-2.6.6 | revision 1.26 | date: 2009/11/26 22:21:20; author: miwi; state: Exp; lines: +2 -1 | - Update to 2.6.4 | | Changelog: | http://python.org/download/releases/2.6.4/NEWS.txt - *lang/python-doc-pdf-a4* : python-doc-pdf-a4-2.5.4 < python-doc-pdf-a4-2.6.6 | revision 1.8 | date: 2003/07/31 19:42:22; author: perky; state: Exp; lines: +0 -0 | Update python documentation ports to Python-2.3's. (master: lang/python-doc-html) | revision 1.26 | date: 2009/11/26 22:21:20; author: miwi; state: Exp; lines: +2 -1 | - Update to 2.6.4 | | Changelog: | http://python.org/download/releases/2.6.4/NEWS.txt - *lang/python-doc-pdf-letter* : python-doc-pdf-letter-2.5.4 < python-doc-pdf-letter-2.6.6 | revision 1.8 | date: 2003/07/31 19:42:23; author: perky; state: Exp; lines: +0 -0 | Update python documentation ports to Python-2.3's. (master: lang/python-doc-html) | revision 1.26 | date: 2009/11/26 22:21:20; author: miwi; state: Exp; lines: +2 -1 | - Update to 2.6.4 | | Changelog: | http://python.org/download/releases/2.6.4/NEWS.txt - *lang/python-doc-postscript-a4* : python-doc-postscript-a4-2.5.4 < python-doc-postscript-a4-2.6.6 | revision 1.8 | date: 2003/07/31 19:42:23; author: perky; state: Exp; lines: +0 -0 | Update python documentation ports to Python-2.3's. (master: lang/python-doc-html) | revision 1.26 | date: 2009/11/26 22:21:20; author: miwi; state: Exp; lines: +2 -1 | - Update to 2.6.4 | | Changelog: | http://python.org/download/releases/2.6.4/NEWS.txt - *lang/python-doc-postscript-letter* : python-doc-postscript-letter-2.5.4 < python-doc-postscript-letter-2.6.6 | revision 1.8 | date: 2003/07/31 19:42:23; author: perky; state: Exp; lines: +0 -0 | Update python documentation ports to Python-2.3's. (master: lang/python-doc-html) | revision 1.26 | date: 2009/11/26 22:21:20; author: miwi; state: Exp; lines: +2 -1 | - Update to 2.6.4 | | Changelog: | http://python.org/download/releases/2.6.4/NEWS.txt - *math/coq* : coq-8.3.p1,1 < coq-8.3,1 | revision 1.27 | date: 2011/02/12 12:30:07; author: johans; state: Exp; lines: +1 -1 | - Update coq to 8.3pl1 | - Remove obsoleted patch (fixed in dist) - *misc/dnetc* : dnetc-2.9107.515,1 < dnetc-2.9107.516,1 | revision 1.68 | date: 2011/01/31 15:33:22; author: tdb; state: Exp; lines: +26 -13 | Add 8.x powerpc version: 2.9109.518 | Add 8.x sparc64 version: 2.9108.517 | Update 6.x i386 version: 2.9108.517 | Update 7.x i386 version: 2.9108.517 | | Feature safe: yes - *misc/kaddressbook-plugins* : kdeaddons-kaddressbook-plugins-3.5.10_2 < kdeaddons-kaddressbook-plugins-3.5.10_4 | revision 1.32 | date: 2011/02/25 01:31:51; author: delphij; state: Exp; lines: +1 -1 | Chase after net/openldap24-server update. | | Reminded by: miwi - *misc/p5-Geo-Coder-Multiple* : p5-Geo-Coder-Multiple-0.60 < p5-Geo-Coder-Multiple-0.61 | revision 1.3 | date: 2010/04/06 01:29:43; author: wen; state: Exp; lines: +2 -1 | - Fix the fetch error reported by pointyhat@ - *net-im/qwit* : qwit-r154_1 < qwit-0.8 | revision 1.3 | date: 2010/03/28 06:41:44; author: dinoex; state: Exp; lines: +1 -0 | - update to 1.4.1 | Reviewed by: exp8 run on pointyhat | Supported by: miwi - *net-mgmt/kismet* : kismet-2011.03.r2 < kismet-2011.01.r1,1 | revision 1.33 | date: 2011/04/11 01:40:13; author: bf; state: Exp; lines: +1 -2 | Update to 2011-03-R2 - *net/linphone* : linphone-3.2.1_1,1 < linphone-3.2.1_3,1 | revision 1.37 | date: 2010/03/28 06:41:22; author: dinoex; state: Exp; lines: +1 -1 | - update to 1.4.1 | Reviewed by: exp8 run on pointyhat | Supported by: miwi (master: net/linphone-base) | revision 1.57 | date: 2011/02/28 13:47:31; author: sylvio; state: Exp; lines: +1 -1 | - Fixed fetch to port - *net/miniupnpd* : miniupnpd-1.5 < miniupnpd-1.3,1 | revision 1.16 | date: 2011/03/25 13:46:07; author: dhn; state: Exp; lines: +2 -2 | - Update to 1.5 | | PR: ports/155929 | Submitted by: Tor Halvard Furulund (maintainer) - *print/jabref* : jabref-2.6 < jabref-2.5,1 | revision 1.9 | date: 2010/06/29 04:09:18; author: stefan; state: Exp; lines: +1 -2 | - Update to 2.6. | | PR: 147272 | Submitted by: C-S | Approved by: maintainer | Feature safe: yes - *shells/mksh* : mksh-r39.c < mksh-r39 | revision 1.27 | date: 2010/07/12 03:11:35; author: miwi; state: Exp; lines: +1 -3 | - Do not redefine EXAMPLESDIR to respect PREFIX | - Remove erroneous @dirrm from PLIST_DIRS | | PR: 148043 | Submitted by: Yuri Pankov (maintainer) - *textproc/cl-meta-clisp* : cl-meta-clisp-0.1_4 < cl-meta-clisp-20011114.1_2 | revision 1.14 | date: 2010/07/23 13:14:09; author: olgeni; state: Exp; lines: +0 -2 | Unbreak by patching installed Lisp source file in textproc/cl-meta | (see commit message for textproc/cl-meta/Makefile 1.9) | | Noticed by: QAT via itetcu, pointyhat via pav - *textproc/cl-meta-sbcl* : cl-meta-sbcl-0.1_2 < cl-meta-sbcl-20011114.1 | revision 1.11 | date: 2010/01/20 12:40:10; author: olgeni; state: Exp; lines: +1 -1 | When building ASDF modules with the previous cl-asdf port version, | sometimes the build would fail because of "missing" packages that | weren't actually missing (this only happened in ports that aren't | committed yet). | | Rewrite the FASL placement code using the asdf-binary-locations | extension, which is already included in the cl-asdf port but needs | to be installed from ports when building for SBCL (which has its | own ASDF code). The binary-locations code generates paths unsuitable | for PLISTs, therefore it has been overridden with | lisp-specific-fasl-subdir. | | Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp | ports is now entirely automated. | | All dependent cl-* ports are upgraded (obsolete code removed, | PORTREVISION bumped). - *textproc/gxditview* : gxditview-1.16.1_3 < gxditview-1.19.2_3 | revision 1.20 | date: 2011/04/14 19:06:50; author: tabthorpe; state: Exp; lines: +1 -1 | - Reassign to the heap | | Approved by: portmgr (tabthorpe) - *www/apache22-peruser-mpm* : apache-peruser-2.2.17_2 < apache-peruser-2.2.17_5 | revision 1.8 | date: 2010/05/18 04:07:49; author: pgollucci; state: Exp; lines: +1 -1 | - Chase devel/apr -> devel/apr1 shuffling | | PR: ports/146553 | Submitted by: myself (pgollucci@) | With Hat: apache@ (master: www/apache22) | revision 1.286 | date: 2011/03/31 17:00:36; author: ohauer; state: Exp; lines: +2 -2 | - update Apache 2 ITK MPM patch to version 20110321-01 [1] | - add additional patch for mpm-itk [2] | - add mod_substitute to apache22 [3] | - add some documentation into the mpm-itk* patches | - bump portrevision | | Changes: | [1] apache2.2-mpm-itk 2.2.17-01, released 2011-03-21: | * Fixed CVE-2011-1176: If NiceValue was set, the default with no | AssignUserID was to run as root:root instead of the default Apache user | and group, due to the configuration merger having an incorrect default | configuration. | * Rebase against Apache 2.2.17. | * Fix an issue where users can sometimes get spurious 403s on persistent | connections, if the .htaccess files are not world readable. | * In the config merger, don't reallocate the username, since it's already | in the correct pool. (This is not a memory leak, only a small inefficiency.) | | [2] http://httpd.apache.org/docs/2.2/mod/mod_substitute.html | | Source: | http://mpm-itk.sesse.net/ [1] | http://www.pvv.ntnu.no/~knuta/mpm-itk/ [2] | http://lists.freebsd.org/pipermail/freebsd-apache/2011-March/002184.html [3] | | With Hat: apache@ | | PR: ports/156024 [1][2] | Submitted by: Lukasz Wasikowski [1][2] | Nick Gieczewski [3] - *www/mod_roaming2* : ap22-mod_roaming2-2.0.0 < ap20-mod_roaming2-2.0b1_1 | revision 1.10 | date: 2010/05/26 21:50:28; author: pgollucci; state: Exp; lines: +1 -2 | - Update to 2.0.0 the formal releasee | | With Hat: apache@ - *www/py-cssutils* : py25-cssutils-0.9.7,1 < py26-cssutils-0.9.7b3_1,1 | revision 1.9 | date: 2011/03/10 06:24:18; author: wen; state: Exp; lines: +1 -2 | - Update to 0.9.7 | | PR: ports/155029 | Submitted by: Wen Heping (myself) | Approved by: maintainer(timeout, >14 days) - *x11-toolkits/py-tkinter* : py25-tkinter-2.5.4_3 < py26-tkinter-2.6.6_3 | revision 1.21 | date: 2010/10/28 21:00:20; author: erwin; state: Exp; lines: +1 -1 | Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer | be generated or checked, and will be silently ignored for now. Also, | generalize the MD5_FILE macro to DISTINFO_FILO. | | PR: 149657 | Submitted by: rene | Approved by: portmgr | Tested on: pointyhat i386 7-exp - *x11-wm/i3* : i3-3.e.b2 < i3-3.e | revision 1.13 | date: 2011/01/22 20:08:01; author: dhn; state: Exp; lines: +1 -1 | - Update to 3.e-bf2 | | PR: ports/154222 | Submitted by: Raphael Kubo da Costa | Feature safe: yes - *x11/kdebase4-workspace* : kdebase-workspace-4.6.2 < kdebase-workspace-4.6.2_2 | revision 1.256 | date: 2011/04/07 12:03:30; author: avilla; state: Exp; lines: +0 -1 | The FreeBSD KDE Team is pleased to announce April updates for KDE | Software Compilation: 4.6.2, codename "Congrats". Read the full | announcement here: http://kde.org/announcements/announce-4.6.2.php. | | Special thanks to Raphael Kubo da Costa who ported the release. From owner-freebsd-apache@FreeBSD.ORG Tue Apr 19 14:51:29 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id A56281065676; Tue, 19 Apr 2011 14:51:29 +0000 (UTC) (envelope-from "") Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p3JEpTZf078015; Tue, 19 Apr 2011 14:51:29 GMT Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p3JEpQDJ077952; Tue, 19 Apr 2011 14:51:26 GMT Date: Tue, 19 Apr 2011 14:51:26 GMT Message-Id: <201104191451.p3JEpQDJ077952@pointyhat.freebsd.org> X-Authentication-Warning: pointyhat.freebsd.org: erwin set sender to <> using -f From: erwin@FreeBSD.org To: erwin@FreeBSD.org X-FreeBSD-Chkversion: backwards X-Mailman-Approved-At: Tue, 19 Apr 2011 15:20:29 +0000 Cc: dinoex@FreeBSD.org, fernan@iib.unsam.edu.ar, apache@FreeBSD.org, sylvio@FreeBSD.org, wen@FreeBSD.org, sokolov@TrueBSD.org, pavelivolkov@googlemail.com, bzeeb+freebsdports@zabbadoz.net, ade@FreeBSD.org, tabthorpe@FreeBSD.org, kde@FreeBSD.org, acm@FreeBSD.org, dhn@FreeBSD.org, squat@squat.no, ports@FreeBSD.org, perl@FreeBSD.org, pav@FreeBSD.org, yzlin@FreeBSD.org, miwi@FreeBSD.org, mi@FreeBSD.org, delphij@FreeBSD.org, stefan@FreeBSD.org, olgeni@FreeBSD.org, danfe@FreeBSD.org, mons@cpan.org, avilla@FreeBSD.org, pgollucci@FreeBSD.org, mi@aldan.algebra.com Subject: Ports with version numbers going backwards: audio/cpp-xmms2, audio/py-xmms2, ... X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erwin@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2011 14:51:29 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Tue Apr 19 2011 14:10:31 UTC. - *audio/cpp-xmms2* : cpp-xmms2-0.7_1 < cpp-xmms2-0.7_6 | revision 1.14 | date: 2011/02/24 23:38:27; author: miwi; state: Exp; lines: +2 -2 | - Update to 0.7.DrNo. | - Update WWW | - chase xmms2 shlib bump | | PR: 144821 | Submitted by: Guido Falsi (master: audio/xmms2) | revision 1.60 | date: 2011/03/28 03:01:32; author: wen; state: Exp; lines: +2 -1 | - Bump PORTREVISION to chase the update of audio/libdiscid | | PR: ports/155977 | Submitted by: Jason E. Hale - *audio/py-xmms2* : py27-xmms2-0.7_1 < py26-xmms2-0.7_5 | revision 1.12 | date: 2011/02/24 23:38:27; author: miwi; state: Exp; lines: +2 -2 | - Update to 0.7.DrNo. | - Update WWW | - chase xmms2 shlib bump | | PR: 144821 | Submitted by: Guido Falsi (master: audio/xmms2) | revision 1.60 | date: 2011/03/28 03:01:32; author: wen; state: Exp; lines: +2 -1 | - Bump PORTREVISION to chase the update of audio/libdiscid | | PR: ports/155977 | Submitted by: Jason E. Hale - *audio/ruby-xmms2* : ruby18-xmms2-0.7_1 < ruby18-xmms2-0.7_4 | revision 1.11 | date: 2011/02/24 23:38:28; author: miwi; state: Exp; lines: +2 -2 | - Update to 0.7.DrNo. | - Update WWW | - chase xmms2 shlib bump | | PR: 144821 | Submitted by: Guido Falsi (master: audio/xmms2) | revision 1.60 | date: 2011/03/28 03:01:32; author: wen; state: Exp; lines: +2 -1 | - Bump PORTREVISION to chase the update of audio/libdiscid | | PR: ports/155977 | Submitted by: Jason E. Hale - *databases/sqlite-ext-mobigroup* : sqlite-ext-mobigroup-3.7.2-1 < sqlite-ext-mobigroup-4 | revision 1.2 | date: 2010/11/05 01:50:48; author: wen; state: Exp; lines: +41 -57 | - Update to 3.7.2 | | PR: ports/151538 | Submitted by: Pavel I Volkov (maintainer) - *devel/bglibs* : bglibs-1.106 < bglibs-1.104,1 | revision 1.38 | date: 2010/12/04 07:31:01; author: ade; state: Exp; lines: +1 -1 | Sync to new bsd.autotools.mk - *devel/p5-Coro* : p5-Coro-5.25,1 < p5-Coro-5.200,1 | revision 1.46 | date: 2010/11/12 00:11:19; author: wen; state: Exp; lines: +1 -1 | - Update to 5.25 | Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes - *devel/p5-Object-Event* : p5-Object-Event-1.21 < p5-Object-Event-1.101_1 | revision 1.5 | date: 2009/11/13 23:32:20; author: miwi; state: Exp; lines: +2 -2 | - Update to 1.21 | | PR: 140526 | Submitted by: Mons Anderson (maintainer) - *devel/py-tgMochiKit* : py27-tgMochiKit-1.4.2 < py26-tgMochiKit-1.4.2b1 | revision 1.2 | date: 2009/10/18 00:38:08; author: wen; state: Exp; lines: +1 -4 | - Update to 1.4.2 | | Approved by: mentors(implicit) - *devel/tcl-trf* : tcl-Trf-2.1.4 < tcl-Trf-2.1p2_4 | revision 1.23 | date: 2009/11/09 01:21:34; author: mi; state: Exp; lines: +2 -2 | Use SourceForge's mirrors, now that the distfile is available there AND | no longer available in the interim location. | | Pushed by: erwin (pointyhat) - *games/warsow* : warsow-0.6 < warsow-0.42_3 | revision 1.22 | date: 2011/02/07 10:59:53; author: danfe; state: Exp; lines: +11 -15 | - Update Warsow game and data ports to version 0.6 | - Clean up distfile mirror list (via distilator) | - Add LICENSE (GPLv2, applies to game engine only) | - Add NO_PACKAGE to data port as its size is 550MB now | | Feature safe: yes - *games/warsow-data* : warsow-data-0.6 < warsow-data-0.42 | revision 1.7 | date: 2011/02/07 10:59:53; author: danfe; state: Exp; lines: +10 -7 | - Update Warsow game and data ports to version 0.6 | - Clean up distfile mirror list (via distilator) | - Add LICENSE (GPLv2, applies to game engine only) | - Add NO_PACKAGE to data port as its size is 550MB now | | Feature safe: yes - *lang/ezm3* : ezm3-1.1_2 < ezm3-1.2_1 | revision 1.20 | date: 2009/01/05 20:36:28; author: pav; state: Exp; lines: +0 -6 | - Remove conditional checks for FreeBSD 5.x and older - *misc/kaddressbook-plugins* : kdeaddons-kaddressbook-plugins-3.5.10_2 < kdeaddons-kaddressbook-plugins-3.5.10_4 | revision 1.32 | date: 2011/02/25 01:31:51; author: delphij; state: Exp; lines: +1 -1 | Chase after net/openldap24-server update. | | Reminded by: miwi - *misc/p5-Geo-Coder-Multiple* : p5-Geo-Coder-Multiple-0.60 < p5-Geo-Coder-Multiple-0.61 | revision 1.3 | date: 2010/04/06 01:29:43; author: wen; state: Exp; lines: +2 -1 | - Fix the fetch error reported by pointyhat@ - *net-im/qwit* : qwit-r154_1 < qwit-0.8 | revision 1.3 | date: 2010/03/28 06:41:44; author: dinoex; state: Exp; lines: +1 -0 | - update to 1.4.1 | Reviewed by: exp8 run on pointyhat | Supported by: miwi - *net/linphone* : linphone-3.2.1_1,1 < linphone-3.2.1_3,1 | revision 1.37 | date: 2010/03/28 06:41:22; author: dinoex; state: Exp; lines: +1 -1 | - update to 1.4.1 | Reviewed by: exp8 run on pointyhat | Supported by: miwi (master: net/linphone-base) | revision 1.57 | date: 2011/02/28 13:47:31; author: sylvio; state: Exp; lines: +1 -1 | - Fixed fetch to port - *net/miniupnpd* : miniupnpd-1.5 < miniupnpd-1.3,1 | revision 1.16 | date: 2011/03/25 13:46:07; author: dhn; state: Exp; lines: +2 -2 | - Update to 1.5 | | PR: ports/155929 | Submitted by: Tor Halvard Furulund (maintainer) - *print/jabref* : jabref-2.6 < jabref-2.5,1 | revision 1.9 | date: 2010/06/29 04:09:18; author: stefan; state: Exp; lines: +1 -2 | - Update to 2.6. | | PR: 147272 | Submitted by: C-S | Approved by: maintainer | Feature safe: yes - *shells/mksh* : mksh-r39.c < mksh-r39 | revision 1.27 | date: 2010/07/12 03:11:35; author: miwi; state: Exp; lines: +1 -3 | - Do not redefine EXAMPLESDIR to respect PREFIX | - Remove erroneous @dirrm from PLIST_DIRS | | PR: 148043 | Submitted by: Yuri Pankov (maintainer) - *textproc/cl-meta-clisp* : cl-meta-clisp-0.1_4 < cl-meta-clisp-20011114.1_2 | revision 1.14 | date: 2010/07/23 13:14:09; author: olgeni; state: Exp; lines: +0 -2 | Unbreak by patching installed Lisp source file in textproc/cl-meta | (see commit message for textproc/cl-meta/Makefile 1.9) | | Noticed by: QAT via itetcu, pointyhat via pav - *textproc/cl-meta-sbcl* : cl-meta-sbcl-0.1_2 < cl-meta-sbcl-20011114.1 | revision 1.11 | date: 2010/01/20 12:40:10; author: olgeni; state: Exp; lines: +1 -1 | When building ASDF modules with the previous cl-asdf port version, | sometimes the build would fail because of "missing" packages that | weren't actually missing (this only happened in ports that aren't | committed yet). | | Rewrite the FASL placement code using the asdf-binary-locations | extension, which is already included in the cl-asdf port but needs | to be installed from ports when building for SBCL (which has its | own ASDF code). The binary-locations code generates paths unsuitable | for PLISTs, therefore it has been overridden with | lisp-specific-fasl-subdir. | | Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp | ports is now entirely automated. | | All dependent cl-* ports are upgraded (obsolete code removed, | PORTREVISION bumped). - *textproc/gxditview* : gxditview-1.16.1_3 < gxditview-1.19.2_3 | revision 1.20 | date: 2011/04/14 19:06:50; author: tabthorpe; state: Exp; lines: +1 -1 | - Reassign to the heap | | Approved by: portmgr (tabthorpe) - *www/mod_roaming2* : ap20-mod_roaming2-2.0.0 < ap20-mod_roaming2-2.0b1_1 | revision 1.10 | date: 2010/05/26 21:50:28; author: pgollucci; state: Exp; lines: +1 -2 | - Update to 2.0.0 the formal releasee | | With Hat: apache@ - *www/py-cssutils* : py27-cssutils-0.9.7,1 < py26-cssutils-0.9.7b3_1,1 | revision 1.9 | date: 2011/03/10 06:24:18; author: wen; state: Exp; lines: +1 -2 | - Update to 0.9.7 | | PR: ports/155029 | Submitted by: Wen Heping (myself) | Approved by: maintainer(timeout, >14 days) - *x11-wm/i3* : i3-3.e.b2 < i3-3.e | revision 1.13 | date: 2011/01/22 20:08:01; author: dhn; state: Exp; lines: +1 -1 | - Update to 3.e-bf2 | | PR: ports/154222 | Submitted by: Raphael Kubo da Costa | Feature safe: yes - *x11/kdebase4-workspace* : kdebase-workspace-4.6.2 < kdebase-workspace-4.6.2_2 | revision 1.256 | date: 2011/04/07 12:03:30; author: avilla; state: Exp; lines: +0 -1 | The FreeBSD KDE Team is pleased to announce April updates for KDE | Software Compilation: 4.6.2, codename "Congrats". Read the full | announcement here: http://kde.org/announcements/announce-4.6.2.php. | | Special thanks to Raphael Kubo da Costa who ported the release. From owner-freebsd-apache@FreeBSD.ORG Wed Apr 20 12:51:37 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 634231065672; Wed, 20 Apr 2011 12:51:37 +0000 (UTC) (envelope-from "") Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p3KCpbgd044878; Wed, 20 Apr 2011 12:51:37 GMT Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p3KCpZv8044731; Wed, 20 Apr 2011 12:51:35 GMT Date: Wed, 20 Apr 2011 12:51:35 GMT Message-Id: <201104201251.p3KCpZv8044731@pointyhat.freebsd.org> X-Authentication-Warning: pointyhat.freebsd.org: erwin set sender to <> using -f From: erwin@FreeBSD.org To: erwin@FreeBSD.org X-FreeBSD-Chkversion: backwards X-Mailman-Approved-At: Wed, 20 Apr 2011 13:11:18 +0000 Cc: dinoex@FreeBSD.org, ports@FreeBSD.org, yzlin@FreeBSD.org, kde@FreeBSD.org, apache@FreeBSD.org, miwi@FreeBSD.org, wen@FreeBSD.org, mi@FreeBSD.org, sokolov@TrueBSD.org, dhn@FreeBSD.org, olgeni@FreeBSD.org, pavelivolkov@googlemail.com, perl@FreeBSD.org, delphij@FreeBSD.org, tabthorpe@FreeBSD.org, avilla@FreeBSD.org, pgollucci@FreeBSD.org, mons@cpan.org, mi@aldan.algebra.com Subject: Ports with version numbers going backwards: databases/sqlite-ext-mobigroup, ... X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erwin@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 12:51:37 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Wed Apr 20 2011 12:00:20 UTC. - *databases/sqlite-ext-mobigroup* : sqlite-ext-mobigroup-3.7.2-1 < sqlite-ext-mobigroup-4 | revision 1.2 | date: 2010/11/05 01:50:48; author: wen; state: Exp; lines: +41 -57 | - Update to 3.7.2 | | PR: ports/151538 | Submitted by: Pavel I Volkov (maintainer) - *devel/p5-Coro* : p5-Coro-5.25,1 < p5-Coro-5.200,1 | revision 1.46 | date: 2010/11/12 00:11:19; author: wen; state: Exp; lines: +1 -1 | - Update to 5.25 | Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes - *devel/p5-Object-Event* : p5-Object-Event-1.21 < p5-Object-Event-1.101_1 | revision 1.5 | date: 2009/11/13 23:32:20; author: miwi; state: Exp; lines: +2 -2 | - Update to 1.21 | | PR: 140526 | Submitted by: Mons Anderson (maintainer) - *devel/py-tgMochiKit* : py27-tgMochiKit-1.4.2 < py26-tgMochiKit-1.4.2b1 | revision 1.2 | date: 2009/10/18 00:38:08; author: wen; state: Exp; lines: +1 -4 | - Update to 1.4.2 | | Approved by: mentors(implicit) - *devel/tcl-trf* : tcl-Trf-2.1.4 < tcl-Trf-2.1p2_4 | revision 1.23 | date: 2009/11/09 01:21:34; author: mi; state: Exp; lines: +2 -2 | Use SourceForge's mirrors, now that the distfile is available there AND | no longer available in the interim location. | | Pushed by: erwin (pointyhat) - *misc/kaddressbook-plugins* : kdeaddons-kaddressbook-plugins-3.5.10_2 < kdeaddons-kaddressbook-plugins-3.5.10_4 | revision 1.32 | date: 2011/02/25 01:31:51; author: delphij; state: Exp; lines: +1 -1 | Chase after net/openldap24-server update. | | Reminded by: miwi - *misc/p5-Geo-Coder-Multiple* : p5-Geo-Coder-Multiple-0.60 < p5-Geo-Coder-Multiple-0.61 | revision 1.3 | date: 2010/04/06 01:29:43; author: wen; state: Exp; lines: +2 -1 | - Fix the fetch error reported by pointyhat@ - *net-im/qwit* : qwit-r154_1 < qwit-0.8 | revision 1.3 | date: 2010/03/28 06:41:44; author: dinoex; state: Exp; lines: +1 -0 | - update to 1.4.1 | Reviewed by: exp8 run on pointyhat | Supported by: miwi - *shells/mksh* : mksh-r39.c < mksh-r39 | revision 1.27 | date: 2010/07/12 03:11:35; author: miwi; state: Exp; lines: +1 -3 | - Do not redefine EXAMPLESDIR to respect PREFIX | - Remove erroneous @dirrm from PLIST_DIRS | | PR: 148043 | Submitted by: Yuri Pankov (maintainer) - *textproc/cl-meta-clisp* : cl-meta-clisp-0.1_4 < cl-meta-clisp-20011114.1_2 | revision 1.14 | date: 2010/07/23 13:14:09; author: olgeni; state: Exp; lines: +0 -2 | Unbreak by patching installed Lisp source file in textproc/cl-meta | (see commit message for textproc/cl-meta/Makefile 1.9) | | Noticed by: QAT via itetcu, pointyhat via pav - *textproc/cl-meta-sbcl* : cl-meta-sbcl-0.1_2 < cl-meta-sbcl-20011114.1 | revision 1.11 | date: 2010/01/20 12:40:10; author: olgeni; state: Exp; lines: +1 -1 | When building ASDF modules with the previous cl-asdf port version, | sometimes the build would fail because of "missing" packages that | weren't actually missing (this only happened in ports that aren't | committed yet). | | Rewrite the FASL placement code using the asdf-binary-locations | extension, which is already included in the cl-asdf port but needs | to be installed from ports when building for SBCL (which has its | own ASDF code). The binary-locations code generates paths unsuitable | for PLISTs, therefore it has been overridden with | lisp-specific-fasl-subdir. | | Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp | ports is now entirely automated. | | All dependent cl-* ports are upgraded (obsolete code removed, | PORTREVISION bumped). - *textproc/gxditview* : gxditview-1.16.1_3 < gxditview-1.19.2_3 | revision 1.20 | date: 2011/04/14 19:06:50; author: tabthorpe; state: Exp; lines: +1 -1 | - Reassign to the heap | | Approved by: portmgr (tabthorpe) - *www/mod_roaming2* : ap20-mod_roaming2-2.0.0 < ap20-mod_roaming2-2.0b1_1 | revision 1.10 | date: 2010/05/26 21:50:28; author: pgollucci; state: Exp; lines: +1 -2 | - Update to 2.0.0 the formal releasee | | With Hat: apache@ - *www/py-cssutils* : py27-cssutils-0.9.7,1 < py26-cssutils-0.9.7b3_1,1 | revision 1.9 | date: 2011/03/10 06:24:18; author: wen; state: Exp; lines: +1 -2 | - Update to 0.9.7 | | PR: ports/155029 | Submitted by: Wen Heping (myself) | Approved by: maintainer(timeout, >14 days) - *x11-wm/i3* : i3-3.e.b2 < i3-3.e | revision 1.13 | date: 2011/01/22 20:08:01; author: dhn; state: Exp; lines: +1 -1 | - Update to 3.e-bf2 | | PR: ports/154222 | Submitted by: Raphael Kubo da Costa | Feature safe: yes - *x11/kdebase4-workspace* : kdebase-workspace-4.6.2 < kdebase-workspace-4.6.2_2 | revision 1.256 | date: 2011/04/07 12:03:30; author: avilla; state: Exp; lines: +0 -1 | The FreeBSD KDE Team is pleased to announce April updates for KDE | Software Compilation: 4.6.2, codename "Congrats". Read the full | announcement here: http://kde.org/announcements/announce-4.6.2.php. | | Special thanks to Raphael Kubo da Costa who ported the release. From owner-freebsd-apache@FreeBSD.ORG Wed Apr 20 23:00:39 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3F881065692; Wed, 20 Apr 2011 23:00:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC218FC26; Wed, 20 Apr 2011 23:00:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3KN0doN022040; Wed, 20 Apr 2011 23:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3KN0dbQ022025; Wed, 20 Apr 2011 23:00:39 GMT (envelope-from edwin) Date: Wed, 20 Apr 2011 23:00:39 GMT Message-Id: <201104202300.p3KN0dbQ022025@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156533: [patch] Mk/bsd.apache.mk + request exp-run X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 23:00:39 -0000 Synopsis: [patch] Mk/bsd.apache.mk + request exp-run Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 20 23:00:38 UTC 2011 Responsible-Changed-Why: bsd.apache.mk is apache territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156533 From owner-freebsd-apache@FreeBSD.ORG Wed Apr 20 23:22:21 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAC251065672; Wed, 20 Apr 2011 23:22:21 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C1AFE8FC13; Wed, 20 Apr 2011 23:22:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3KNMLDq047697; Wed, 20 Apr 2011 23:22:21 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3KNMLDj047693; Wed, 20 Apr 2011 23:22:21 GMT (envelope-from ohauer) Date: Wed, 20 Apr 2011 23:22:21 GMT Message-Id: <201104202322.p3KNMLDj047693@freefall.freebsd.org> To: ohauer@FreeBSD.org, apache@FreeBSD.org, portmgr@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/156533: [patch] Mk/bsd.apache.mk + request exp-run X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 23:22:22 -0000 Synopsis: [patch] Mk/bsd.apache.mk + request exp-run Responsible-Changed-From-To: apache->portmgr Responsible-Changed-By: ohauer Responsible-Changed-When: Wed Apr 20 23:20:23 UTC 2011 Responsible-Changed-Why: -exp run please In case the diff is mangled you can grap it from here. http://people.freebsd.org/~ohauer/diffs/Mk/PR_156533_ports__Mk__bsd.apache.mk_2011-04-20_01.diff http://www.freebsd.org/cgi/query-pr.cgi?pr=156533 From owner-freebsd-apache@FreeBSD.ORG Thu Apr 21 12:49:36 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id EEA74106566B; Thu, 21 Apr 2011 12:49:35 +0000 (UTC) (envelope-from "") Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p3LCnZI9027209; Thu, 21 Apr 2011 12:49:35 GMT Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p3LCnY6l026936; Thu, 21 Apr 2011 12:49:34 GMT Date: Thu, 21 Apr 2011 12:49:34 GMT Message-Id: <201104211249.p3LCnY6l026936@pointyhat.freebsd.org> X-Authentication-Warning: pointyhat.freebsd.org: erwin set sender to <> using -f From: erwin@FreeBSD.org To: erwin@FreeBSD.org X-FreeBSD-Chkversion: backwards X-Mailman-Approved-At: Thu, 21 Apr 2011 13:50:59 +0000 Cc: dinoex@FreeBSD.org, yzlin@FreeBSD.org, kde@FreeBSD.org, apache@FreeBSD.org, miwi@FreeBSD.org, wen@FreeBSD.org, mi@FreeBSD.org, sokolov@TrueBSD.org, dhn@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, tabthorpe@FreeBSD.org, avilla@FreeBSD.org, pgollucci@FreeBSD.org, mons@cpan.org, mi@aldan.algebra.com Subject: Ports with version numbers going backwards: devel/p5-Coro, devel/p5-Object-E... X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erwin@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2011 12:49:36 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Thu Apr 21 2011 12:00:23 UTC. - *devel/p5-Coro* : p5-Coro-5.25,1 < p5-Coro-5.200,1 | revision 1.46 | date: 2010/11/12 00:11:19; author: wen; state: Exp; lines: +1 -1 | - Update to 5.25 | Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes - *devel/p5-Object-Event* : p5-Object-Event-1.21 < p5-Object-Event-1.101_1 | revision 1.5 | date: 2009/11/13 23:32:20; author: miwi; state: Exp; lines: +2 -2 | - Update to 1.21 | | PR: 140526 | Submitted by: Mons Anderson (maintainer) - *devel/py-tgMochiKit* : py27-tgMochiKit-1.4.2 < py26-tgMochiKit-1.4.2b1 | revision 1.2 | date: 2009/10/18 00:38:08; author: wen; state: Exp; lines: +1 -4 | - Update to 1.4.2 | | Approved by: mentors(implicit) - *devel/tcl-trf* : tcl-Trf-2.1.4 < tcl-Trf-2.1p2_4 | revision 1.23 | date: 2009/11/09 01:21:34; author: mi; state: Exp; lines: +2 -2 | Use SourceForge's mirrors, now that the distfile is available there AND | no longer available in the interim location. | | Pushed by: erwin (pointyhat) - *misc/p5-Geo-Coder-Multiple* : p5-Geo-Coder-Multiple-0.60 < p5-Geo-Coder-Multiple-0.61 | revision 1.3 | date: 2010/04/06 01:29:43; author: wen; state: Exp; lines: +2 -1 | - Fix the fetch error reported by pointyhat@ - *net-im/qwit* : qwit-r154_1 < qwit-0.8 | revision 1.3 | date: 2010/03/28 06:41:44; author: dinoex; state: Exp; lines: +1 -0 | - update to 1.4.1 | Reviewed by: exp8 run on pointyhat | Supported by: miwi - *shells/mksh* : mksh-r39.c < mksh-r39 | revision 1.27 | date: 2010/07/12 03:11:35; author: miwi; state: Exp; lines: +1 -3 | - Do not redefine EXAMPLESDIR to respect PREFIX | - Remove erroneous @dirrm from PLIST_DIRS | | PR: 148043 | Submitted by: Yuri Pankov (maintainer) - *textproc/gxditview* : gxditview-1.16.1_3 < gxditview-1.19.2_3 | revision 1.20 | date: 2011/04/14 19:06:50; author: tabthorpe; state: Exp; lines: +1 -1 | - Reassign to the heap | | Approved by: portmgr (tabthorpe) - *www/mod_roaming2* : ap20-mod_roaming2-2.0.0 < ap20-mod_roaming2-2.0b1_1 | revision 1.10 | date: 2010/05/26 21:50:28; author: pgollucci; state: Exp; lines: +1 -2 | - Update to 2.0.0 the formal releasee | | With Hat: apache@ - *www/py-cssutils* : py27-cssutils-0.9.7,1 < py26-cssutils-0.9.7b3_1,1 | revision 1.9 | date: 2011/03/10 06:24:18; author: wen; state: Exp; lines: +1 -2 | - Update to 0.9.7 | | PR: ports/155029 | Submitted by: Wen Heping (myself) | Approved by: maintainer(timeout, >14 days) - *x11-wm/i3* : i3-3.e.b2 < i3-3.e | revision 1.13 | date: 2011/01/22 20:08:01; author: dhn; state: Exp; lines: +1 -1 | - Update to 3.e-bf2 | | PR: ports/154222 | Submitted by: Raphael Kubo da Costa | Feature safe: yes - *x11/kdebase4-workspace* : kdebase-workspace-4.6.2 < kdebase-workspace-4.6.2_2 | revision 1.256 | date: 2011/04/07 12:03:30; author: avilla; state: Exp; lines: +0 -1 | The FreeBSD KDE Team is pleased to announce April updates for KDE | Software Compilation: 4.6.2, codename "Congrats". Read the full | announcement here: http://kde.org/announcements/announce-4.6.2.php. | | Special thanks to Raphael Kubo da Costa who ported the release. From owner-freebsd-apache@FreeBSD.ORG Fri Apr 22 12:42:37 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 7CBFE106564A; Fri, 22 Apr 2011 12:42:37 +0000 (UTC) (envelope-from "") Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p3MCgbdi033459; Fri, 22 Apr 2011 12:42:37 GMT Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p3MCgaHA033291; Fri, 22 Apr 2011 12:42:36 GMT Date: Fri, 22 Apr 2011 12:42:36 GMT Message-Id: <201104221242.p3MCgaHA033291@pointyhat.freebsd.org> X-Authentication-Warning: pointyhat.freebsd.org: erwin set sender to <> using -f From: erwin@FreeBSD.org To: erwin@FreeBSD.org X-FreeBSD-Chkversion: backwards X-Mailman-Approved-At: Fri, 22 Apr 2011 12:52:58 +0000 Cc: yzlin@FreeBSD.org, kde@FreeBSD.org, apache@FreeBSD.org, miwi@FreeBSD.org, wen@FreeBSD.org, mi@FreeBSD.org, dhn@FreeBSD.org, perl@FreeBSD.org, avilla@FreeBSD.org, pgollucci@FreeBSD.org, mons@cpan.org, mi@aldan.algebra.com Subject: Ports with version numbers going backwards: devel/p5-Coro, devel/p5-Object-E... X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erwin@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2011 12:42:37 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Fri Apr 22 2011 12:00:23 UTC. - *devel/p5-Coro* : p5-Coro-5.25,1 < p5-Coro-5.200,1 | revision 1.46 | date: 2010/11/12 00:11:19; author: wen; state: Exp; lines: +1 -1 | - Update to 5.25 | Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes - *devel/p5-Object-Event* : p5-Object-Event-1.21 < p5-Object-Event-1.101_1 | revision 1.5 | date: 2009/11/13 23:32:20; author: miwi; state: Exp; lines: +2 -2 | - Update to 1.21 | | PR: 140526 | Submitted by: Mons Anderson (maintainer) - *devel/py-tgMochiKit* : py27-tgMochiKit-1.4.2 < py26-tgMochiKit-1.4.2b1 | revision 1.2 | date: 2009/10/18 00:38:08; author: wen; state: Exp; lines: +1 -4 | - Update to 1.4.2 | | Approved by: mentors(implicit) - *devel/tcl-trf* : tcl-Trf-2.1.4 < tcl-Trf-2.1p2_4 | revision 1.23 | date: 2009/11/09 01:21:34; author: mi; state: Exp; lines: +2 -2 | Use SourceForge's mirrors, now that the distfile is available there AND | no longer available in the interim location. | | Pushed by: erwin (pointyhat) - *misc/p5-Geo-Coder-Multiple* : p5-Geo-Coder-Multiple-0.60 < p5-Geo-Coder-Multiple-0.61 | revision 1.3 | date: 2010/04/06 01:29:43; author: wen; state: Exp; lines: +2 -1 | - Fix the fetch error reported by pointyhat@ - *shells/mksh* : mksh-r39.c < mksh-r39 | revision 1.27 | date: 2010/07/12 03:11:35; author: miwi; state: Exp; lines: +1 -3 | - Do not redefine EXAMPLESDIR to respect PREFIX | - Remove erroneous @dirrm from PLIST_DIRS | | PR: 148043 | Submitted by: Yuri Pankov (maintainer) - *www/mod_roaming2* : ap20-mod_roaming2-2.0.0 < ap20-mod_roaming2-2.0b1_1 | revision 1.10 | date: 2010/05/26 21:50:28; author: pgollucci; state: Exp; lines: +1 -2 | - Update to 2.0.0 the formal releasee | | With Hat: apache@ - *www/py-cssutils* : py27-cssutils-0.9.7,1 < py26-cssutils-0.9.7b3_1,1 | revision 1.9 | date: 2011/03/10 06:24:18; author: wen; state: Exp; lines: +1 -2 | - Update to 0.9.7 | | PR: ports/155029 | Submitted by: Wen Heping (myself) | Approved by: maintainer(timeout, >14 days) - *x11-wm/i3* : i3-3.e.b2 < i3-3.e | revision 1.13 | date: 2011/01/22 20:08:01; author: dhn; state: Exp; lines: +1 -1 | - Update to 3.e-bf2 | | PR: ports/154222 | Submitted by: Raphael Kubo da Costa | Feature safe: yes - *x11/kdebase4-workspace* : kdebase-workspace-4.6.2 < kdebase-workspace-4.6.2_2 | revision 1.256 | date: 2011/04/07 12:03:30; author: avilla; state: Exp; lines: +0 -1 | The FreeBSD KDE Team is pleased to announce April updates for KDE | Software Compilation: 4.6.2, codename "Congrats". Read the full | announcement here: http://kde.org/announcements/announce-4.6.2.php. | | Special thanks to Raphael Kubo da Costa who ported the release. From owner-freebsd-apache@FreeBSD.ORG Sat Apr 23 12:50:07 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id B98CB1065678; Sat, 23 Apr 2011 12:50:06 +0000 (UTC) (envelope-from "") Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p3NCo6TR080585; Sat, 23 Apr 2011 12:50:06 GMT Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p3NCo54c080378; Sat, 23 Apr 2011 12:50:05 GMT Date: Sat, 23 Apr 2011 12:50:05 GMT Message-Id: <201104231250.p3NCo54c080378@pointyhat.freebsd.org> X-Authentication-Warning: pointyhat.freebsd.org: erwin set sender to <> using -f From: erwin@FreeBSD.org To: erwin@FreeBSD.org X-FreeBSD-Chkversion: backwards X-Mailman-Approved-At: Sat, 23 Apr 2011 13:02:08 +0000 Cc: yzlin@FreeBSD.org, kde@FreeBSD.org, apache@FreeBSD.org, miwi@FreeBSD.org, wen@FreeBSD.org, mi@FreeBSD.org, dhn@FreeBSD.org, perl@FreeBSD.org, avilla@FreeBSD.org, pgollucci@FreeBSD.org, mons@cpan.org, mi@aldan.algebra.com Subject: Ports with version numbers going backwards: devel/p5-Coro, devel/p5-Object-E... X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erwin@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2011 12:50:07 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Sat Apr 23 2011 12:00:19 UTC. - *devel/p5-Coro* : p5-Coro-5.25,1 < p5-Coro-5.200,1 | revision 1.46 | date: 2010/11/12 00:11:19; author: wen; state: Exp; lines: +1 -1 | - Update to 5.25 | Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes - *devel/p5-Object-Event* : p5-Object-Event-1.21 < p5-Object-Event-1.101_1 | revision 1.5 | date: 2009/11/13 23:32:20; author: miwi; state: Exp; lines: +2 -2 | - Update to 1.21 | | PR: 140526 | Submitted by: Mons Anderson (maintainer) - *devel/py-tgMochiKit* : py27-tgMochiKit-1.4.2 < py26-tgMochiKit-1.4.2b1 | revision 1.2 | date: 2009/10/18 00:38:08; author: wen; state: Exp; lines: +1 -4 | - Update to 1.4.2 | | Approved by: mentors(implicit) - *devel/tcl-trf* : tcl-Trf-2.1.4 < tcl-Trf-2.1p2_4 | revision 1.23 | date: 2009/11/09 01:21:34; author: mi; state: Exp; lines: +2 -2 | Use SourceForge's mirrors, now that the distfile is available there AND | no longer available in the interim location. | | Pushed by: erwin (pointyhat) - *misc/p5-Geo-Coder-Multiple* : p5-Geo-Coder-Multiple-0.60 < p5-Geo-Coder-Multiple-0.61 | revision 1.3 | date: 2010/04/06 01:29:43; author: wen; state: Exp; lines: +2 -1 | - Fix the fetch error reported by pointyhat@ - *shells/mksh* : mksh-r39.c < mksh-r39 | revision 1.27 | date: 2010/07/12 03:11:35; author: miwi; state: Exp; lines: +1 -3 | - Do not redefine EXAMPLESDIR to respect PREFIX | - Remove erroneous @dirrm from PLIST_DIRS | | PR: 148043 | Submitted by: Yuri Pankov (maintainer) - *www/mod_roaming2* : ap20-mod_roaming2-2.0.0 < ap20-mod_roaming2-2.0b1_1 | revision 1.10 | date: 2010/05/26 21:50:28; author: pgollucci; state: Exp; lines: +1 -2 | - Update to 2.0.0 the formal releasee | | With Hat: apache@ - *www/py-cssutils* : py27-cssutils-0.9.7,1 < py26-cssutils-0.9.7b3_1,1 | revision 1.9 | date: 2011/03/10 06:24:18; author: wen; state: Exp; lines: +1 -2 | - Update to 0.9.7 | | PR: ports/155029 | Submitted by: Wen Heping (myself) | Approved by: maintainer(timeout, >14 days) - *x11-wm/i3* : i3-3.e.b2 < i3-3.e | revision 1.13 | date: 2011/01/22 20:08:01; author: dhn; state: Exp; lines: +1 -1 | - Update to 3.e-bf2 | | PR: ports/154222 | Submitted by: Raphael Kubo da Costa | Feature safe: yes - *x11/kdebase4-workspace* : kdebase-workspace-4.6.2 < kdebase-workspace-4.6.2_2 | revision 1.256 | date: 2011/04/07 12:03:30; author: avilla; state: Exp; lines: +0 -1 | The FreeBSD KDE Team is pleased to announce April updates for KDE | Software Compilation: 4.6.2, codename "Congrats". Read the full | announcement here: http://kde.org/announcements/announce-4.6.2.php. | | Special thanks to Raphael Kubo da Costa who ported the release.