From owner-svn-ports-head@FreeBSD.ORG Sun May 31 02:26:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8877D341; Sun, 31 May 2015 02:26:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7571F1C13; Sun, 31 May 2015 02:26:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4V2QwLf093444; Sun, 31 May 2015 02:26:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4V2QvaY093438; Sun, 31 May 2015 02:26:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505310226.t4V2QvaY093438@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 31 May 2015 02:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388046 - in head/devel: py-game_sdl2 renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 02:26:58 -0000 Author: jbeich Date: Sun May 31 02:26:56 2015 New Revision: 388046 URL: https://svnweb.freebsd.org/changeset/ports/388046 Log: devel/py-game_sdl2, devel/renpy: update to 6.99.4 Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-4 Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/py-game_sdl2/distinfo (contents, props changed) head/devel/renpy/Makefile (contents, props changed) head/devel/renpy/distinfo (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Sat May 30 23:54:51 2015 (r388045) +++ head/devel/py-game_sdl2/Makefile Sun May 31 02:26:56 2015 (r388046) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.2 +PORTVERSION= 6.99.4 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO @@ -18,7 +18,8 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/c LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png -PORTSCOUT= skipv:6.99.3 # no changes +# Upstream tends to reroll distfiles before moving under /release/ +PORTSCOUT= site:http://www.renpy.org/dl/release/ USES= python tar:bz2 USE_SDL= image2 mixer2 ttf2 Modified: head/devel/py-game_sdl2/distinfo ============================================================================== --- head/devel/py-game_sdl2/distinfo Sat May 30 23:54:51 2015 (r388045) +++ head/devel/py-game_sdl2/distinfo Sun May 31 02:26:56 2015 (r388046) @@ -1,2 +1,2 @@ -SHA256 (pygame_sdl2-for-renpy-6.99.2.tar.bz2) = 664cffde49694d8ff02f9f06afad69a2941c91d0656026ffe50135f3b52c255d -SIZE (pygame_sdl2-for-renpy-6.99.2.tar.bz2) = 131429 +SHA256 (pygame_sdl2-for-renpy-6.99.4.tar.bz2) = 737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0 +SIZE (pygame_sdl2-for-renpy-6.99.4.tar.bz2) = 131584 Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Sat May 30 23:54:51 2015 (r388045) +++ head/devel/renpy/Makefile Sun May 31 02:26:56 2015 (r388046) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION= 6.99.2 +PORTVERSION= 6.99.4 DISTVERSIONSUFFIX=-source -PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO @@ -26,7 +25,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 -PORTSCOUT= skipv:6.99.3 # only version bump +# Upstream tends to reroll distfiles before moving under /release/ +PORTSCOUT= site:http://www.renpy.org/dl/release/ USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils @@ -78,6 +78,12 @@ post-build: ${PYTHON_CMD} ${WRKSRC}/renpy.py $$d compile; \ done) +add-plist-post: add-empty-dirs +add-empty-dirs: +# Keep images directory in templates, see renpy@d81ea29 + ${FIND} ${WRKSRC}/templates -type d ! -name "saves" -empty | \ + ${SED} 's,^${WRKSRC},@dir ${DATADIR},' >>${TMPPLIST} + post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ -exec ${STRIP_CMD} {} + @@ -85,7 +91,8 @@ post-install: ${STAGEDIR}${PREFIX}/bin/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDATA}" ${STAGEDIR}${DATADIR} \ - "! -name *.orig ! -name *.bak ! -name saves") + "! -name *.orig ! -name *.bak \ + ! -name saves ! -name log.txt") ${CHMOD} +x ${STAGEDIR}${DATADIR}/renpy.py ${CHMOD} -R u+w ${STAGEDIR}${DATADIR}/templates .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/renpy/distinfo ============================================================================== --- head/devel/renpy/distinfo Sat May 30 23:54:51 2015 (r388045) +++ head/devel/renpy/distinfo Sun May 31 02:26:56 2015 (r388046) @@ -1,2 +1,2 @@ -SHA256 (renpy-6.99.2-source.tar.bz2) = 1c2c0f7187b392487359c335deea2307b1ef7df5a3537771f44ec601ed7cb3c4 -SIZE (renpy-6.99.2-source.tar.bz2) = 23462793 +SHA256 (renpy-6.99.4-source.tar.bz2) = bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633 +SIZE (renpy-6.99.4-source.tar.bz2) = 23465980 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 07:18:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C262E9E5; Sun, 31 May 2015 07:18:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B085F1AF8; Sun, 31 May 2015 07:18:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4V7I1XL044904; Sun, 31 May 2015 07:18:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4V7I18D044903; Sun, 31 May 2015 07:18:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201505310718.t4V7I18D044903@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 31 May 2015 07:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388047 - head/audio/fluidsynth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 07:18:01 -0000 Author: antoine Date: Sun May 31 07:18:00 2015 New Revision: 388047 URL: https://svnweb.freebsd.org/changeset/ports/388047 Log: - Add back part of LDFLAGS removed in r387982, it's needed to link at least on FreeBSD 9.3: fluid_sys.c:(.text+0xced): undefined reference to `pthread_setschedparam' - While here, fix a typo in an option helper Modified: head/audio/fluidsynth/Makefile Modified: head/audio/fluidsynth/Makefile ============================================================================== --- head/audio/fluidsynth/Makefile Sun May 31 02:26:56 2015 (r388046) +++ head/audio/fluidsynth/Makefile Sun May 31 07:18:00 2015 (r388047) @@ -22,6 +22,8 @@ CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \ -Denable-midishare:BOOL=FALSE USE_LDCONFIG= yes +LDFLAGS+= -lpthread + JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack JACK_CMAKE_OFF= -Denable-jack:BOOL=FALSE @@ -45,7 +47,7 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PO PULSEAUDIO_CMAKE_OFF= -Denable-pulseaudio:BOOL=FALSE SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile -SNDFILE_CMAKe_OFF= -Denable-libsndfile:BOOL=FALSE +SNDFILE_CMAKE_OFF= -Denable-libsndfile:BOOL=FALSE post-patch: @${REINPLACE_CMD} -e \ From owner-svn-ports-head@FreeBSD.ORG Sun May 31 07:30:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 328D6D69; Sun, 31 May 2015 07:30:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 204101E40; Sun, 31 May 2015 07:30:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4V7UtbR052001; Sun, 31 May 2015 07:30:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4V7UtKu051994; Sun, 31 May 2015 07:30:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201505310730.t4V7UtKu051994@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 31 May 2015 07:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388048 - head/sysutils/py-analyzemft X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 07:30:56 -0000 Author: antoine Date: Sun May 31 07:30:55 2015 New Revision: 388048 URL: https://svnweb.freebsd.org/changeset/ports/388048 Log: Update to 2.0.18 Modified: head/sysutils/py-analyzemft/Makefile head/sysutils/py-analyzemft/distinfo Modified: head/sysutils/py-analyzemft/Makefile ============================================================================== --- head/sysutils/py-analyzemft/Makefile Sun May 31 07:18:00 2015 (r388047) +++ head/sysutils/py-analyzemft/Makefile Sun May 31 07:30:55 2015 (r388048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= analyzemft -PORTVERSION= 2.0.15 +PORTVERSION= 2.0.18 CATEGORIES= sysutils devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ USES= python:2 USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= README.txt +PORTDOCS= CHANGES.txt README.txt OPTIONS_DEFINE= DOCS Modified: head/sysutils/py-analyzemft/distinfo ============================================================================== --- head/sysutils/py-analyzemft/distinfo Sun May 31 07:18:00 2015 (r388047) +++ head/sysutils/py-analyzemft/distinfo Sun May 31 07:30:55 2015 (r388048) @@ -1,2 +1,2 @@ -SHA256 (analyzeMFT-2.0.15.tar.gz) = 3f458a5dd3bef3cacb0ae3e363108ff2b6b71a890d98ef4a39778ac3c41c0c8d -SIZE (analyzeMFT-2.0.15.tar.gz) = 15176 +SHA256 (analyzeMFT-2.0.18.tar.gz) = b4a410745d139e6f4e7bc23b7d718a21c7a16e80bf489e5a1a2496dea5fde882 +SIZE (analyzeMFT-2.0.18.tar.gz) = 15378 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 07:44:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E048E116; Sun, 31 May 2015 07:44:06 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE1C0113C; Sun, 31 May 2015 07:44:06 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4V7i62N060323; Sun, 31 May 2015 07:44:06 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4V7i6rc060320; Sun, 31 May 2015 07:44:06 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505310744.t4V7i6rc060320@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 31 May 2015 07:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388049 - head/archivers/sharutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 07:44:07 -0000 Author: johans Date: Sun May 31 07:44:05 2015 New Revision: 388049 URL: https://svnweb.freebsd.org/changeset/ports/388049 Log: Update to GNU sharutils 4.15.2 (bugfix release) Modified: head/archivers/sharutils/Makefile head/archivers/sharutils/distinfo Modified: head/archivers/sharutils/Makefile ============================================================================== --- head/archivers/sharutils/Makefile Sun May 31 07:30:55 2015 (r388048) +++ head/archivers/sharutils/Makefile Sun May 31 07:44:05 2015 (r388049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sharutils -PORTVERSION= 4.15 +PORTVERSION= 4.15.2 CATEGORIES= archivers MASTER_SITES= GNU Modified: head/archivers/sharutils/distinfo ============================================================================== --- head/archivers/sharutils/distinfo Sun May 31 07:30:55 2015 (r388048) +++ head/archivers/sharutils/distinfo Sun May 31 07:44:05 2015 (r388049) @@ -1,2 +1,2 @@ -SHA256 (sharutils-4.15.tar.xz) = 6a22459983d32ef4cbc201b4f43aa5505bc1bd02f2be4bbb81ef56bcb059f8a5 -SIZE (sharutils-4.15.tar.xz) = 1126064 +SHA256 (sharutils-4.15.2.tar.xz) = 2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a +SIZE (sharutils-4.15.2.tar.xz) = 1122476 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 08:08:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 958D2322; Sun, 31 May 2015 08:08:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8340915E4; Sun, 31 May 2015 08:08:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4V88H7T071770; Sun, 31 May 2015 08:08:17 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4V88H1g071767; Sun, 31 May 2015 08:08:17 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201505310808.t4V88H1g071767@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 31 May 2015 08:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388050 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 08:08:17 -0000 Author: delphij Date: Sun May 31 08:08:16 2015 New Revision: 388050 URL: https://svnweb.freebsd.org/changeset/ports/388050 Log: Extend 57325ecf-facc-11e4-968f-b888e347c638 to cover rawstudio as well. PR: 200199 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 31 07:44:05 2015 (r388049) +++ head/security/vuxml/vuln.xml Sun May 31 08:08:16 2015 (r388050) @@ -971,9 +971,13 @@ Notes: - ufraw -- integer overflow condition + rawstudio and ufraw -- integer overflow condition + rawstudio + 2.0_11 + + ufraw 0.21 @@ -994,12 +998,14 @@ Notes: + CVE-2015-3885 http://www.ocert.org/advisories/ocert-2015-006.html - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3885 + https://github.com/rawstudio/rawstudio/commit/983bda1f0fa5fa86884381208274198a620f006e 2015-04-24 2015-05-15 + 2015-05-31 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 09:14:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9E87D8D; Sun, 31 May 2015 09:14:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9721A14E1; Sun, 31 May 2015 09:14:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4V9E3Bv008309; Sun, 31 May 2015 09:14:03 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4V9E3KW008307; Sun, 31 May 2015 09:14:03 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201505310914.t4V9E3KW008307@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 31 May 2015 09:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388051 - in head/graphics/rawstudio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 09:14:03 -0000 Author: delphij Date: Sun May 31 09:14:02 2015 New Revision: 388051 URL: https://svnweb.freebsd.org/changeset/ports/388051 Log: Apply vendor patch for "Avoid overflow in ljpeg_start()" (changeset 983bda1f) to prevent a denial of service (crash) via a crafted image PR: 200199 Obtained from: https://github.com/rawstudio/rawstudio/commit/983bda1f0fa5fa86884381208274198a620f006e Security: CVE-2015-3885 Security: 57325ecf-facc-11e4-968f-b888e347c638 Submitted by: Jason Unovitch Reported by: Sevan Janiyan Approved by: samm os2 kiev ua (maintainer) MFH: 2015Q2 Added: head/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc (contents, props changed) Modified: head/graphics/rawstudio/Makefile Modified: head/graphics/rawstudio/Makefile ============================================================================== --- head/graphics/rawstudio/Makefile Sun May 31 08:08:16 2015 (r388050) +++ head/graphics/rawstudio/Makefile Sun May 31 09:14:02 2015 (r388051) @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ Added: head/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc Sun May 31 09:14:02 2015 (r388051) @@ -0,0 +1,12 @@ +--- plugins/load-dcraw/dcraw.cc.orig 2015-05-29 01:03:46 UTC ++++ plugins/load-dcraw/dcraw.cc +@@ -869,7 +869,8 @@ struct jhead { + + int CLASS ljpeg_start (struct jhead *jh, int info_only) + { +- int c, tag, len; ++ int c, tag; ++ ushort len; + uchar data[0x10000]; + const uchar *dp; + From owner-svn-ports-head@FreeBSD.ORG Sun May 31 09:36:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67ECA3F7; Sun, 31 May 2015 09:36:09 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 551601982; Sun, 31 May 2015 09:36:09 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4V9a9cT019515; Sun, 31 May 2015 09:36:09 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4V9a87o019512; Sun, 31 May 2015 09:36:08 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201505310936.t4V9a87o019512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 31 May 2015 09:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388053 - head/x11/stalonetray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 09:36:09 -0000 Author: pawel Date: Sun May 31 09:36:08 2015 New Revision: 388053 URL: https://svnweb.freebsd.org/changeset/ports/388053 Log: Update to version 0.8.3 PR: 200073 Submitted by: graudeejs@gmail.com (maintainer) Modified: head/x11/stalonetray/Makefile head/x11/stalonetray/distinfo Modified: head/x11/stalonetray/Makefile ============================================================================== --- head/x11/stalonetray/Makefile Sun May 31 09:15:26 2015 (r388052) +++ head/x11/stalonetray/Makefile Sun May 31 09:36:08 2015 (r388053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stalonetray -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -11,7 +11,7 @@ COMMENT= STAnd-aLONE system tray LICENSE= GPLv2 -USES= tar:bzip2 +USES= tar:bzip2 USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-native-kde \ Modified: head/x11/stalonetray/distinfo ============================================================================== --- head/x11/stalonetray/distinfo Sun May 31 09:15:26 2015 (r388052) +++ head/x11/stalonetray/distinfo Sun May 31 09:36:08 2015 (r388053) @@ -1,2 +1,2 @@ -SHA256 (stalonetray-0.8.1.tar.bz2) = 94a2f80ae211a552c2d379b5b41e2618f3e906b33bee207fec8793b1a9bde8f2 -SIZE (stalonetray-0.8.1.tar.bz2) = 150814 +SHA256 (stalonetray-0.8.3.tar.bz2) = 36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c +SIZE (stalonetray-0.8.3.tar.bz2) = 155276 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 10:00:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EA957F1 for ; Sun, 31 May 2015 10:00:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEB781E61 for ; Sun, 31 May 2015 10:00:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 52875 invoked by uid 89); 31 May 2015 10:00:31 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 31 May 2015 10:00:31 -0000 Received: (qmail 52821 invoked by uid 89); 31 May 2015 10:00:13 -0000 Received: by simscan 1.3.1 ppid: 52811, pid: 52818, t: 0.0048s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 31 May 2015 10:00:13 -0000 Received: (qmail 16474 invoked by uid 89); 31 May 2015 10:00:13 -0000 Received: by simscan 1.4.0 ppid: 16427, pid: 16470, t: 0.8756s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 31 May 2015 10:00:12 -0000 From: Jan Beich To: Xin LI Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388051 - in head/graphics/rawstudio: . files References: <201505310914.t4V9E3KW008307@svn.freebsd.org> Date: Sun, 31 May 2015 12:00:02 +0200 In-Reply-To: <201505310914.t4V9E3KW008307@svn.freebsd.org> (Xin LI's message of "Sun, 31 May 2015 09:14:03 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 10:00:42 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Xin LI writes: > Author: delphij > Date: Sun May 31 09:14:02 2015 > New Revision: 388051 > URL: https://svnweb.freebsd.org/changeset/ports/388051 > > Log: > Apply vendor patch for "Avoid overflow in ljpeg_start()" > (changeset 983bda1f) to prevent a denial of service (crash) via a > crafted image [...] > Security: CVE-2015-3885 > Security: 57325ecf-facc-11e4-968f-b888e347c638 [...] > @@ -0,0 +1,12 @@ > +--- plugins/load-dcraw/dcraw.cc.orig 2015-05-29 01:03:46 UTC > ++++ plugins/load-dcraw/dcraw.cc > +@@ -869,7 +869,8 @@ struct jhead { > +=20 > + int CLASS ljpeg_start (struct jhead *jh, int info_only) > + { > +- int c, tag, len; > ++ int c, tag; > ++ ushort len; > + uchar data[0x10000]; > + const uchar *dp; > +=20 Affected code is also present in at least the following ports: graphics/darktable graphics/dcraw graphics/dcraw-m graphics/freeimage graphics/libraw graphics/netpbm graphics/opengtl multimedia/kodi --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJVatujXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bH7MIAJkU6JVqmMqhYg7+GhF6I9e5 Ii06RTJL2L+pQ0RxHJw0Iwwx8w1WKsRNvVkW5bL6CJdALR/4wzf5D0FViBhzWz4C V6xawC4WWOPKuX6gGoxCgKHrVdtyPEPd4GHSGEQFHK8ODQfQ41CfVog6oe4fWCHn YkfPycLUTwBrjBryk7WVGmvB5b/UxFMQBdpREdJ0cZuNpgeOfM+NzQYrgJ+FCKpW 4y0garbUNeyEVduH36ox4MdVL8SFVXDp1V0CfLlZ1vgyq7VXcDZUfvaeFptpjrrZ z6FbPkq6622R8Lttxq2OEbK0cCsvxkLhPWEWDmusRGx8EOUPqjOc4v46/JfV0XA= =JS2x -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@FreeBSD.ORG Sun May 31 10:14:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17665D2F; Sun, 31 May 2015 10:14:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04C1A122D; Sun, 31 May 2015 10:14:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VAEMog040522; Sun, 31 May 2015 10:14:22 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VAEMQH040520; Sun, 31 May 2015 10:14:22 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201505311014.t4VAEMQH040520@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 31 May 2015 10:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388054 - head/deskutils/fet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 10:14:23 -0000 Author: pawel Date: Sun May 31 10:14:21 2015 New Revision: 388054 URL: https://svnweb.freebsd.org/changeset/ports/388054 Log: Update to version 5.27.2 PR: 200165 Submitted by: Zsolt Udvari (maintainer) Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Sun May 31 09:36:08 2015 (r388053) +++ head/deskutils/fet/Makefile Sun May 31 10:14:21 2015 (r388054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fet -PORTVERSION= 5.27.1 +PORTVERSION= 5.27.2 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Sun May 31 09:36:08 2015 (r388053) +++ head/deskutils/fet/distinfo Sun May 31 10:14:21 2015 (r388054) @@ -1,2 +1,2 @@ -SHA256 (fet-5.27.1.tar.bz2) = e8105f7fb538634daef237730d8e2e96aa137533ab4e2b0f91e14f03f1fea52c -SIZE (fet-5.27.1.tar.bz2) = 9208432 +SHA256 (fet-5.27.2.tar.bz2) = 2dc50a7c48fff59c9c0a5c424f23aa1cbdc6183ef3d7e5be16c3e10e4b2154c5 +SIZE (fet-5.27.2.tar.bz2) = 9209134 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 10:59:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7B7061E; Sun, 31 May 2015 10:59:39 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A85051B2C; Sun, 31 May 2015 10:59:39 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VAxd2u062835; Sun, 31 May 2015 10:59:39 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VAxc8P062831; Sun, 31 May 2015 10:59:38 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201505311059.t4VAxc8P062831@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 31 May 2015 10:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388055 - in head/devel/ocaml-opam: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 10:59:40 -0000 Author: pawel Date: Sun May 31 10:59:38 2015 New Revision: 388055 URL: https://svnweb.freebsd.org/changeset/ports/388055 Log: Update to version 1.2.2 PR: 200538 Submitted by: joris@giovannangeli.fr (maintainer) Modified: head/devel/ocaml-opam/Makefile head/devel/ocaml-opam/distinfo head/devel/ocaml-opam/files/patch-configure Modified: head/devel/ocaml-opam/Makefile ============================================================================== --- head/devel/ocaml-opam/Makefile Sun May 31 10:14:21 2015 (r388054) +++ head/devel/ocaml-opam/Makefile Sun May 31 10:59:38 2015 (r388055) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opam -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ \ http://github.com/ocaml/opam/releases/download/${DISTVERSION}/ @@ -14,6 +14,9 @@ COMMENT= Source-based package manager fo LICENSE= GPLv3 +# Temporary hack since the directory is named opam-full-1.2.2-rc2 +WRKSRC= ${WRKDIR}/${DISTNAME}-rc2 + USES= gmake USE_OCAML= yes GNU_CONFIGURE= yes Modified: head/devel/ocaml-opam/distinfo ============================================================================== --- head/devel/ocaml-opam/distinfo Sun May 31 10:14:21 2015 (r388054) +++ head/devel/ocaml-opam/distinfo Sun May 31 10:59:38 2015 (r388055) @@ -1,2 +1,2 @@ -SHA256 (opam-full-1.2.1.tar.gz) = f210ece7a2def34b486c9ccfb75de8febd64487b2ea4a14a7fa0358f37eacc3b -SIZE (opam-full-1.2.1.tar.gz) = 1519602 +SHA256 (opam-full-1.2.2.tar.gz) = e43ecb9b02badf77776900be30b03c04cd582cafc73160c15f1fe6dec4457d18 +SIZE (opam-full-1.2.2.tar.gz) = 1529197 Modified: head/devel/ocaml-opam/files/patch-configure ============================================================================== --- head/devel/ocaml-opam/files/patch-configure Sun May 31 10:14:21 2015 (r388054) +++ head/devel/ocaml-opam/files/patch-configure Sun May 31 10:59:38 2015 (r388055) @@ -1,6 +1,6 @@ ---- configure 2015-04-29 20:23:39.092132000 +0200 -+++ configure 2015-04-29 20:24:39.312802000 +0200 -@@ -599,8 +599,6 @@ +--- configure.orig 2015-04-27 08:51:24 UTC ++++ configure +@@ -599,8 +599,6 @@ OCAML_PKG_re_emacs OCAML_PKG_re OCAML_PKG_extlib OCAML_PKG_unix @@ -9,7 +9,7 @@ OCAMLFIND OCAMLYACC OCAMLLEXDOTOPT -@@ -671,7 +669,6 @@ +@@ -671,7 +669,6 @@ ac_subst_files='' ac_user_opts=' enable_option_checking enable_version_check @@ -17,7 +17,7 @@ ' ac_precious_vars='build_alias host_alias -@@ -1292,10 +1289,6 @@ +@@ -1292,10 +1289,6 @@ Optional Features: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-version-check Do not check OCaml version @@ -28,7 +28,7 @@ Some influential environment variables: CC C compiler command -@@ -4156,73 +4149,6 @@ +@@ -4156,73 +4149,6 @@ fi From owner-svn-ports-head@FreeBSD.ORG Sun May 31 12:52:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34479D2D; Sun, 31 May 2015 12:52:07 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20ED51534; Sun, 31 May 2015 12:52:07 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VCq7A0025947; Sun, 31 May 2015 12:52:07 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VCq1AA025911; Sun, 31 May 2015 12:52:01 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505311252.t4VCq1AA025911@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 31 May 2015 12:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388056 - in head/www/apache22: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 12:52:07 -0000 Author: ohauer Date: Sun May 31 12:52:00 2015 New Revision: 388056 URL: https://svnweb.freebsd.org/changeset/ports/388056 Log: - use @sample for conf files - backport ab from 2.4.x - fix mode for suexec, cgi test files - adopt http-ssl.conf.in from upstream trunk - rebuild some patches Modified: head/www/apache22/Makefile head/www/apache22/files/patch-Makefile.in head/www/apache22/files/patch-acinclude.m4 head/www/apache22/files/patch-config.layout head/www/apache22/files/patch-configure.in head/www/apache22/files/patch-docs__conf__extra__httpd-mpm.conf.in head/www/apache22/files/patch-docs__conf__extra__httpd-ssl.conf.in head/www/apache22/files/patch-docs__conf__extra__httpd-userdir.conf.in head/www/apache22/files/patch-docs__conf__httpd.conf.in head/www/apache22/files/patch-include__ap_config_auto.h.in head/www/apache22/files/patch-include__httpd.h head/www/apache22/files/patch-modules__proxy__mod_proxy_connect.c head/www/apache22/files/patch-modules__ssl__ssl_engine_init.c head/www/apache22/files/patch-modules__ssl__ssl_engine_rand.c head/www/apache22/files/patch-modules__ssl__ssl_engine_vars.c head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.c head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.h head/www/apache22/files/patch-server__config.c head/www/apache22/files/patch-server__core.c head/www/apache22/files/patch-support__Makefile.in head/www/apache22/files/patch-support__ab.c head/www/apache22/files/patch-support__apachectl.in head/www/apache22/files/patch-support__apxs.in head/www/apache22/files/patch-support__envvars-std.in head/www/apache22/files/patch-support__log_server_status.in head/www/apache22/pkg-plist Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/Makefile Sun May 31 12:52:00 2015 (r388056) @@ -2,7 +2,7 @@ PORTNAME= apache22 PORTVERSION= 2.2.29 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} @@ -95,11 +95,12 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-apr=${APR_CONFIG} \ --with-apr-util=${APU_CONFIG} -CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" +CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ + LOCALBASE="${LOCALBASE}" MAKE_ENV+= EXPR_COMPAT=yes \ INSTALL_MAN="${INSTALL_MAN}" \ - EXAMPLESDIR=${EXAMPLESDIR} + DATADIR=${DATADIR} #===================================================== # CONFIGURE_ARGS will be handled in Makefile.modules, @@ -131,7 +132,7 @@ post-extract: # remove possible leftover .svn directories in the sources @${FIND} ${WRKSRC} -type d -name .svn -print | ${XARGS} ${RM} -rf # limit grep results ... - @${FIND} ${WRKSRC} -type f \( -name 'NWGNU*' -o -name '*.ds?' -o -name '*.dep' -o -name '*.mak' -o -name '*.win' \) -delete + ${FIND} ${WRKSRC} -type f \( -name 'NWGNU*' -o -name '*.ds?' -o -name '*.dep' -o -name '*.mak' -o -name '*.win' -o -name '*.vbs' -o -name '*.wsf' \) -delete # make qa script happy, it complains on empty dirs even 'PORTDOCS=*' is set # use RMDIR in case upstream ever place some files into this dirs @@ -184,8 +185,6 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/no-accf.conf ${STAGEDIR}${ETCDIR}/Includes/ # place for 3rd party module configuration ${INSTALL_DATA} ${FILESDIR}/README_modules.d ${STAGEDIR}${ETCDIR}/modules.d/ - @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}/modules.d - ${INSTALL_DATA} ${FILESDIR}/README_modules.d ${STAGEDIR}${EXAMPLESDIR}/modules.d # strip returns an error for non binary files, but we have a big mix -${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* 2>/dev/null -${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/apache22/mod_*.so Modified: head/www/apache22/files/patch-Makefile.in ============================================================================== --- head/www/apache22/files/patch-Makefile.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-Makefile.in Sun May 31 12:52:00 2015 (r388056) @@ -1,28 +1,46 @@ ---- ./Makefile.in.orig 2008-11-25 21:24:49.000000000 +0100 -+++ ./Makefile.in 2014-07-08 06:12:16.000000000 +0200 -@@ -31,12 +31,10 @@ +--- Makefile.in.orig 2008-11-25 20:24:49 UTC ++++ Makefile.in +@@ -31,12 +31,9 @@ include $(top_srcdir)/build/program.mk install-conf: @echo Installing configuration files @$(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/extra - @$(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir)/original/extra -+ @$(MKINSTALLDIRS) $(DESTDIR)$(EXAMPLESDIR) $(DESTDIR)$(EXAMPLESDIR)/extra @cd $(top_srcdir)/docs/conf; \ for i in mime.types magic; do \ - if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \ - $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \ - fi; \ -+ $(INSTALL_DATA) $$i $(DESTDIR)$(EXAMPLESDIR); \ ++ $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir)/$${i}.sample; \ done; \ for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \ cd $$j ; \ -@@ -69,15 +67,12 @@ +@@ -59,7 +56,17 @@ install-conf: + < $$i; \ + for j in $(DSO_MODULES) "^EOL^"; do \ + if test $$j != "^EOL^"; then \ +- echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \ ++ if test $$j == "cgid"; then \ ++ echo ""; \ ++ echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \ ++ echo ""; \ ++ elif test $$j == "cgi"; then \ ++ echo ""; \ ++ echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \ ++ echo ""; \ ++ else \ ++ echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \ ++ fi; \ + fi; \ + done; \ + sed -e '1,/@@LoadModule@@/d' \ +@@ -69,15 +76,12 @@ install-conf: -e 's#@@SSLPort@@#$(SSLPORT)#g' \ < $$i; \ fi \ - ) > $(DESTDIR)$(sysconfdir)/original/$$i; \ - chmod 0644 $(DESTDIR)$(sysconfdir)/original/$$i; \ -+ ) > $(DESTDIR)$(EXAMPLESDIR)/$$i; \ -+ chmod 0644 $(DESTDIR)$(EXAMPLESDIR)/$$i; \ ++ ) > $(DESTDIR)$(sysconfdir)/$${i}.sample; \ ++ chmod 0644 $(DESTDIR)$(sysconfdir)/$${i}.sample; \ file=$$i; \ if [ "$$i" = "httpd.conf" ]; then \ file=`echo $$i|sed s/.*.conf/$(PROGRAM_NAME).conf/`; \ @@ -33,7 +51,7 @@ fi; \ done ; \ done ; \ -@@ -120,48 +115,25 @@ +@@ -120,48 +124,25 @@ dox: doxygen $(top_srcdir)/docs/doxygen.conf install-htdocs: @@ -50,8 +68,8 @@ - cd $(DESTDIR)$(htdocsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \ - fi; \ - fi -+ $(MKINSTALLDIRS) $(DESTDIR)$(EXAMPLESDIR) ; \ -+ test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp index.html $(DESTDIR)$(EXAMPLESDIR)) || true ++ $(MKINSTALLDIRS) $(DESTDIR)$(DATADIR)/misc ; \ ++ test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp index.html $(DESTDIR)$(DATADIR)/misc) || true install-error: - -@if [ -d $(DESTDIR)$(errordir) ]; then \ @@ -91,7 +109,7 @@ install-other: @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir) -@@ -210,12 +182,7 @@ +@@ -210,12 +191,7 @@ install-man: @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) @cp -p $(top_srcdir)/docs/man/*.1 $(DESTDIR)$(mandir)/man1 @cp -p $(top_srcdir)/docs/man/*.8 $(DESTDIR)$(mandir)/man8 Modified: head/www/apache22/files/patch-acinclude.m4 ============================================================================== --- head/www/apache22/files/patch-acinclude.m4 Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-acinclude.m4 Sun May 31 12:52:00 2015 (r388056) @@ -1,9 +1,10 @@ ---- acinclude.m4.orig 2012-07-06 17:23:21.000000000 +0200 -+++ acinclude.m4 2015-02-28 10:22:26.577650967 +0100 -@@ -455,6 +455,8 @@ +--- acinclude.m4.orig 2012-07-06 15:23:21 UTC ++++ acinclude.m4 +@@ -455,6 +455,9 @@ if test "x$ap_ssltk_configured" = "x"; t AC_CHECK_HEADERS([openssl/engine.h]) AC_CHECK_FUNCS([SSLeay_version SSL_CTX_new], [], [liberrors="yes"]) AC_CHECK_FUNCS([ENGINE_init ENGINE_load_builtin_engines]) ++ dnl PR 196256, https://issues.apache.org/bugzilla/show_bug.cgi?id=57395 + AC_CHECK_FUNCS([SSL_CTX_use_certificate_chain]) + AC_CHECK_LIB(crypto, RAND_egd, AC_DEFINE(HAVE_SSL_RAND_EGD, 1, [Define if the libcrypto has RAND_egd])) else Modified: head/www/apache22/files/patch-config.layout ============================================================================== --- head/www/apache22/files/patch-config.layout Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-config.layout Sun May 31 12:52:00 2015 (r388056) @@ -1,5 +1,5 @@ ---- ./config.layout.orig 2004-11-21 13:50:36.000000000 -0500 -+++ ./config.layout 2010-05-06 19:37:54.214731918 -0400 +--- config.layout.orig 2012-02-27 22:57:18 UTC ++++ config.layout @@ -281,17 +281,17 @@ bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin Modified: head/www/apache22/files/patch-configure.in ============================================================================== --- head/www/apache22/files/patch-configure.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-configure.in Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- ./configure.in.orig 2008-12-01 15:32:43.000000000 -0500 -+++ ./configure.in 2010-05-06 19:37:54.216730223 -0400 -@@ -87,9 +87,14 @@ +--- configure.in.orig 2013-06-27 16:59:04 UTC ++++ configure.in +@@ -87,9 +87,14 @@ if test "$apr_found" = "no"; then AC_MSG_ERROR([APR not found. Please read the documentation.]) fi @@ -16,7 +16,7 @@ [--enable-layout=*|\'--enable-layout=*]) dnl We must be the first to build and the last to be cleaned AP_BUILD_SRCLIB_DIRS="apr $AP_BUILD_SRCLIB_DIRS" -@@ -123,6 +128,11 @@ +@@ -123,6 +128,11 @@ if test "$apu_found" = "no"; then AC_MSG_ERROR([APR-util not found. Please read the documentation.]) fi @@ -28,7 +28,7 @@ # Catch some misconfigurations: case ${apr_found}.${apu_found} in reconfig.yes) -@@ -135,7 +145,7 @@ +@@ -135,7 +145,7 @@ esac if test "$apu_found" = "reconfig"; then APR_SUBDIR_CONFIG(srclib/apr-util, @@ -37,7 +37,19 @@ [--enable-layout=*|\'--enable-layout=*]) dnl We must be the last to build and the first to be cleaned AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util" -@@ -653,8 +663,14 @@ +@@ -480,7 +490,10 @@ AC_ARG_ENABLE(v4-mapped,APACHE_HELP_STRI + ], + [ + case $host in +- *freebsd5*|*netbsd*|*openbsd*) ++ *freebsd[[1234]].*) ++ v4mapped=yes ++ ;; ++ *freebsd*|*netbsd*|*openbsd*) + v4mapped=no + ;; + *mingw*) +@@ -678,8 +691,14 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_pre [Root directory of the Apache install area]) AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf", [Location of the config file, relative to the Apache root directory]) Modified: head/www/apache22/files/patch-docs__conf__extra__httpd-mpm.conf.in ============================================================================== --- head/www/apache22/files/patch-docs__conf__extra__httpd-mpm.conf.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-docs__conf__extra__httpd-mpm.conf.in Sun May 31 12:52:00 2015 (r388056) @@ -1,5 +1,5 @@ ---- docs/conf/extra/httpd-mpm.conf.in.bak 2007-12-29 06:08:28.000000000 +0300 -+++ docs/conf/extra/httpd-mpm.conf.in 2013-01-02 05:58:13.000000000 +0400 +--- docs/conf/extra/httpd-mpm.conf.in.orig 2007-12-29 03:08:28 UTC ++++ docs/conf/extra/httpd-mpm.conf.in @@ -17,7 +17,7 @@ # Modified: head/www/apache22/files/patch-docs__conf__extra__httpd-ssl.conf.in ============================================================================== --- head/www/apache22/files/patch-docs__conf__extra__httpd-ssl.conf.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-docs__conf__extra__httpd-ssl.conf.in Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,50 @@ ---- ./docs/conf/extra/httpd-ssl.conf.in.orig 2012-02-01 08:25:55.000000000 -0800 -+++ ./docs/conf/extra/httpd-ssl.conf.in 2012-02-01 08:27:23.000000000 -0800 -@@ -77,8 +77,8 @@ +--- docs/conf/extra/httpd-ssl.conf.in.orig 2013-11-11 14:00:57 UTC ++++ docs/conf/extra/httpd-ssl.conf.in +@@ -49,6 +49,43 @@ Listen @@SSLPort@@ + AddType application/x-x509-ca-cert .crt + AddType application/x-pkcs7-crl .crl + ++# SSL Cipher Suite: ++# List the ciphers that the client is permitted to negotiate, ++# and that httpd will negotiate as the client of a proxied server. ++# See the OpenSSL documentation for a complete list of ciphers, and ++# ensure these follow appropriate best practices for this deployment. ++# httpd 2.2.30, 2.4.13 and later force-disable aNULL, eNULL and EXP ciphers, ++# while OpenSSL disabled these by default in 0.9.8zf/1.0.0r/1.0.1m/1.0.2a. ++SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4 ++SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4 ++ ++# By the end of 2016, only TLSv1.2 ciphers should remain in use. ++# Older ciphers should be disallowed as soon as possible, while the ++# kRSA ciphers do not offer forward secrecy. These changes inhibit ++# older clients (such as IE6 SP2 or IE8 on Windows XP, or other legacy ++# non-browser tooling) from successfully connecting. ++# ++# To restrict mod_ssl to use only TLSv1.2 ciphers, and disable ++# those protocols which do not support forward secrecy, replace ++# the SSLCipherSuite and SSLProxyCipherSuite directives above with ++# the following two directives, as soon as practical. ++# SSLCipherSuite HIGH:MEDIUM:!SSLv3:!kRSA ++# SSLProxyCipherSuite HIGH:MEDIUM:!SSLv3:!kRSA ++ ++# User agents such as web browsers are not configured for the user's ++# own preference of either security or performance, therefore this ++# must be the prerogative of the web server administrator who manages ++# cpu load versus confidentiality, so enforce the server's cipher order. ++SSLHonorCipherOrder on ++ ++# SSL Protocol support: ++# List the protocol versions which clients are allowed to connect with. ++# Disable SSLv2 and SSLv3 by default (cf. RFC 7525 3.1.1). TLSv1 (1.0) ++# should be disabled as quickly as practical. By the end of 2016, only ++# the TLSv1.2 protocol or later should remain in use. ++SSLProtocol all -SSLv2 -SSLv3 ++SSLProxyProtocol all -SSLv2 -SSLv3 ++ + # Pass Phrase Dialog: + # Configure the pass phrase gathering process. + # The filtering dialog program (`builtin' is a internal +@@ -77,36 +114,13 @@ SSLMutex "file:@exp_runtimedir@/ssl_mut DocumentRoot "@exp_htdocsdir@" ServerName www.example.com:@@SSLPort@@ ServerAdmin you@example.com @@ -11,7 +55,35 @@ # SSL Engine Switch: # Enable/Disable SSL for this virtual host. -@@ -243,7 +243,7 @@ + SSLEngine on + +-# SSL Protocol support: +-# List the protocol versions which clients are allowed to +-# connect with. Disable SSLv2 by default (cf. RFC 6176). +-SSLProtocol all -SSLv2 +- +-# SSL Cipher Suite: +-# List the ciphers that the client is permitted to negotiate. +-# See the mod_ssl documentation for a complete list. +-SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5 +- +-# Speed-optimized SSL Cipher configuration: +-# If speed is your main concern (on busy HTTPS servers e.g.), +-# you might want to force clients to specific, performance +-# optimized ciphers. In this case, prepend those ciphers +-# to the SSLCipherSuite list, and enable SSLHonorCipherOrder. +-# Caveat: by giving precedence to RC4-SHA and AES128-SHA +-# (as in the example below), most connections will no longer +-# have perfect forward secrecy - if the server's key is +-# compromised, captures of past or future traffic must be +-# considered compromised, too. +-#SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:MEDIUM:!aNULL:!MD5 +-#SSLHonorCipherOrder on +- + # Server Certificate: + # Point SSLCertificateFile at a PEM encoded certificate. If + # the certificate is encrypted, then you will be prompted for a +@@ -249,7 +263,7 @@ BrowserMatch "MSIE [2-5]" \ # Per-Server Logging: # The home of a custom SSL log file. Use this when you want a # compact non-error SSL logfile on a virtual host basis. Modified: head/www/apache22/files/patch-docs__conf__extra__httpd-userdir.conf.in ============================================================================== --- head/www/apache22/files/patch-docs__conf__extra__httpd-userdir.conf.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-docs__conf__extra__httpd-userdir.conf.in Sun May 31 12:52:00 2015 (r388056) @@ -1,5 +1,5 @@ ---- ./docs/conf/extra/httpd-userdir.conf.in.orig 2007-03-07 02:33:58.000000000 -0500 -+++ ./docs/conf/extra/httpd-userdir.conf.in 2010-05-06 19:37:54.222730166 -0400 +--- docs/conf/extra/httpd-userdir.conf.in.orig 2007-03-07 07:33:58 UTC ++++ docs/conf/extra/httpd-userdir.conf.in @@ -8,7 +8,7 @@ # the default access control for these directories, as in the example below. # @@ -9,7 +9,7 @@ # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. -@@ -25,4 +25,3 @@ +@@ -25,4 +25,3 @@ UserDir public_html Deny from all Modified: head/www/apache22/files/patch-docs__conf__httpd.conf.in ============================================================================== --- head/www/apache22/files/patch-docs__conf__httpd.conf.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-docs__conf__httpd.conf.in Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- ./docs/conf/httpd.conf.in.orig 2007-12-21 06:43:00.000000000 -0500 -+++ ./docs/conf/httpd.conf.in 2010-05-06 19:37:54.224731824 -0400 -@@ -54,6 +54,9 @@ +--- docs/conf/httpd.conf.in.orig 2012-02-06 16:54:24 UTC ++++ docs/conf/httpd.conf.in +@@ -54,6 +54,9 @@ Listen @@Port@@ # @@LoadModule@@ @@ -10,7 +10,7 @@ # -@@ -63,8 +63,8 @@ +@@ -64,8 +67,8 @@ Listen @@Port@@ # It is usually good practice to create a dedicated user and group for # running httpd, as with most system services. # @@ -21,7 +21,7 @@ -@@ -113,7 +113,6 @@ +@@ -114,7 +117,6 @@ DocumentRoot "@exp_htdocsdir@" # features. # @@ -29,7 +29,7 @@ AllowOverride None Order deny,allow Deny from all -@@ -184,7 +183,7 @@ +@@ -185,7 +187,7 @@ DocumentRoot "@exp_htdocsdir@" # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. # @@ -38,7 +38,7 @@ # # LogLevel: Control the number of messages logged to the error_log. -@@ -213,13 +212,13 @@ +@@ -214,13 +216,13 @@ LogLevel warn # define per- access logfiles, transactions will be # logged therein and *not* in this file. # @@ -54,7 +54,7 @@ -@@ -408,3 +407,5 @@ +@@ -416,3 +418,5 @@ DefaultType text/plain SSLRandomSeed startup builtin SSLRandomSeed connect builtin Modified: head/www/apache22/files/patch-include__ap_config_auto.h.in ============================================================================== --- head/www/apache22/files/patch-include__ap_config_auto.h.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-include__ap_config_auto.h.in Sun May 31 12:52:00 2015 (r388056) @@ -1,5 +1,5 @@ ---- include/ap_config_auto.h.in.orig 2014-08-22 19:54:18.000000000 +0200 -+++ include/ap_config_auto.h.in 2015-02-28 10:25:55.191842645 +0100 +--- include/ap_config_auto.h.in.orig 2014-08-22 17:54:18 UTC ++++ include/ap_config_auto.h.in @@ -127,6 +127,12 @@ /* Define to 1 if you have the `SSL_CTX_new' function. */ #undef HAVE_SSL_CTX_NEW Modified: head/www/apache22/files/patch-include__httpd.h ============================================================================== --- head/www/apache22/files/patch-include__httpd.h Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-include__httpd.h Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ --- include/httpd.h.orig 2014-08-21 17:33:48 UTC +++ include/httpd.h -@@ -1905,12 +1905,6 @@ +@@ -1905,12 +1905,6 @@ AP_DECLARE(char *) ap_get_exec_line(apr_ const char *cmd, const char * const *argv); Modified: head/www/apache22/files/patch-modules__proxy__mod_proxy_connect.c ============================================================================== --- head/www/apache22/files/patch-modules__proxy__mod_proxy_connect.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-modules__proxy__mod_proxy_connect.c Sun May 31 12:52:00 2015 (r388056) @@ -1,5 +1,5 @@ ---- ./modules/proxy/mod_proxy_connect.c.orig 2010-12-08 20:31:34.000000000 +0100 -+++ ./modules/proxy/mod_proxy_connect.c 2012-02-02 17:12:20.000000000 +0100 +--- modules/proxy/mod_proxy_connect.c.orig 2010-12-08 19:31:34 UTC ++++ modules/proxy/mod_proxy_connect.c @@ -21,6 +21,8 @@ #include "mod_proxy.h" #include "apr_poll.h" @@ -9,7 +9,7 @@ module AP_MODULE_DECLARE_DATA proxy_connect_module; /* -@@ -71,6 +73,50 @@ +@@ -71,6 +73,50 @@ static int proxy_connect_canon(request_r return OK; } @@ -60,7 +60,7 @@ /* CONNECT handler */ static int proxy_connect_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, -@@ -79,11 +125,15 @@ +@@ -79,11 +125,15 @@ static int proxy_connect_handler(request { apr_pool_t *p = r->pool; apr_socket_t *sock; @@ -78,7 +78,7 @@ apr_pollset_t *pollset; apr_pollfd_t pollfd; const apr_pollfd_t *signalled; -@@ -158,12 +208,10 @@ +@@ -158,12 +208,10 @@ static int proxy_connect_handler(request case APR_URI_SNEWS_DEFAULT_PORT: break; default: @@ -93,7 +93,7 @@ } /* -@@ -205,19 +253,57 @@ +@@ -205,19 +253,57 @@ static int proxy_connect_handler(request } } @@ -158,7 +158,7 @@ /* If we are connecting through a remote proxy, we need to pass * the CONNECT request on to it. -@@ -227,12 +313,11 @@ +@@ -227,12 +313,11 @@ static int proxy_connect_handler(request */ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, "proxy: CONNECT: sending the CONNECT request to the remote proxy"); @@ -175,7 +175,7 @@ } else { ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, -@@ -240,11 +325,12 @@ +@@ -240,11 +325,12 @@ static int proxy_connect_handler(request nbytes = apr_snprintf(buffer, sizeof(buffer), "HTTP/1.0 200 Connection Established" CRLF); ap_xlate_proto_to_ascii(buffer, nbytes); @@ -190,7 +190,7 @@ #if 0 /* This is safer code, but it doesn't work yet. I'm leaving it * here so that I can fix it later. -@@ -264,28 +350,16 @@ +@@ -264,28 +350,16 @@ static int proxy_connect_handler(request * * Handle two way transfer of data over the socket (this is a tunnel). */ @@ -226,7 +226,7 @@ while (1) { /* Infinite loop until error (one side closes the connection) */ if ((rv = apr_pollset_poll(pollset, -1, &pollcnt, &signalled)) != APR_SUCCESS) { if (APR_STATUS_IS_EINTR(rv)) { -@@ -297,7 +371,7 @@ +@@ -297,7 +371,7 @@ static int proxy_connect_handler(request } #ifdef DEBUGGING ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, @@ -235,7 +235,7 @@ #endif for (pi = 0; pi < pollcnt; pi++) { -@@ -307,72 +381,31 @@ +@@ -307,72 +381,31 @@ static int proxy_connect_handler(request pollevent = cur->rtnevents; if (pollevent & APR_POLLIN) { #ifdef DEBUGGING @@ -321,7 +321,7 @@ } if (rv != APR_SUCCESS) { break; -@@ -388,7 +421,9 @@ +@@ -388,7 +421,9 @@ static int proxy_connect_handler(request * Close the socket and clean up */ Modified: head/www/apache22/files/patch-modules__ssl__ssl_engine_init.c ============================================================================== --- head/www/apache22/files/patch-modules__ssl__ssl_engine_init.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-modules__ssl__ssl_engine_init.c Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- modules/ssl/ssl_engine_init.c.orig 2014-07-16 08:04:38.000000000 +0200 -+++ modules/ssl/ssl_engine_init.c 2015-02-28 10:52:11.571641334 +0100 -@@ -406,9 +406,11 @@ +--- modules/ssl/ssl_engine_init.c.orig 2014-07-16 06:04:38 UTC ++++ modules/ssl/ssl_engine_init.c +@@ -406,9 +406,11 @@ void ssl_init_Engine(server_rec *s, apr_ ssl_die(); } @@ -12,7 +12,7 @@ if (!ENGINE_set_default(e, ENGINE_METHOD_ALL)) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, -@@ -584,6 +586,10 @@ +@@ -584,6 +586,10 @@ static void ssl_init_ctx_protocol(server #endif @@ -23,7 +23,7 @@ #ifndef OPENSSL_NO_COMP if (sc->compression != TRUE) { #ifdef SSL_OP_NO_COMPRESSION -@@ -831,7 +837,11 @@ +@@ -831,7 +837,11 @@ static void ssl_init_ctx_cert_chain(serv } } Modified: head/www/apache22/files/patch-modules__ssl__ssl_engine_rand.c ============================================================================== --- head/www/apache22/files/patch-modules__ssl__ssl_engine_rand.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-modules__ssl__ssl_engine_rand.c Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- modules/ssl/ssl_engine_rand.c.orig 2006-07-12 05:38:44.000000000 +0200 -+++ modules/ssl/ssl_engine_rand.c 2015-02-28 10:47:35.481607754 +0100 -@@ -83,17 +83,6 @@ +--- modules/ssl/ssl_engine_rand.c.orig 2006-07-12 03:38:44 UTC ++++ modules/ssl/ssl_engine_rand.c +@@ -83,17 +83,6 @@ int ssl_rand_seed(server_rec *s, apr_poo nDone += ssl_rand_feedfp(p, fp, pRandSeed->nBytes); ssl_util_ppclose(s, p, fp); } Modified: head/www/apache22/files/patch-modules__ssl__ssl_engine_vars.c ============================================================================== --- head/www/apache22/files/patch-modules__ssl__ssl_engine_vars.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-modules__ssl__ssl_engine_vars.c Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- modules/ssl/ssl_engine_vars.c.orig 2013-02-12 12:51:17.000000000 +0100 -+++ modules/ssl/ssl_engine_vars.c 2015-02-28 10:54:21.257798164 +0100 -@@ -832,7 +832,7 @@ +--- modules/ssl/ssl_engine_vars.c.orig 2013-02-12 11:51:17 UTC ++++ modules/ssl/ssl_engine_vars.c +@@ -832,7 +832,7 @@ static char *ssl_var_lookup_ssl_compress { char *result = "NULL"; #ifdef OPENSSL_VERSION_NUMBER Modified: head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.c ============================================================================== --- head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.c Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- modules/ssl/ssl_util_ssl.c.orig 2012-08-17 19:30:46.000000000 +0200 -+++ modules/ssl/ssl_util_ssl.c 2015-02-28 10:30:48.557501618 +0100 -@@ -492,7 +492,11 @@ +--- modules/ssl/ssl_util_ssl.c.orig 2012-08-17 17:30:46 UTC ++++ modules/ssl/ssl_util_ssl.c +@@ -492,7 +492,11 @@ BOOL SSL_X509_INFO_load_path(apr_pool_t * format, possibly followed by a sequence of CA certificates that * should be sent to the peer in the SSL Certificate message. */ Modified: head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.h ============================================================================== --- head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.h Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-modules__ssl__ssl_util_ssl.h Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- modules/ssl/ssl_util_ssl.h.orig 2012-08-17 19:30:46.000000000 +0200 -+++ modules/ssl/ssl_util_ssl.h 2015-02-28 10:33:07.042671521 +0100 -@@ -89,7 +89,11 @@ +--- modules/ssl/ssl_util_ssl.h.orig 2012-08-17 17:30:46 UTC ++++ modules/ssl/ssl_util_ssl.h +@@ -89,7 +89,11 @@ char *SSL_X509_NAME_to_string(apr_ BOOL SSL_X509_getCN(apr_pool_t *, X509 *, char **); BOOL SSL_X509_INFO_load_file(apr_pool_t *, STACK_OF(X509_INFO) *, const char *); BOOL SSL_X509_INFO_load_path(apr_pool_t *, STACK_OF(X509_INFO) *, const char *); Modified: head/www/apache22/files/patch-server__config.c ============================================================================== --- head/www/apache22/files/patch-server__config.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-server__config.c Sun May 31 12:52:00 2015 (r388056) @@ -3,9 +3,9 @@ http://lists.freebsd.org/pipermail/freeb https://issues.apache.org/bugzilla/show_bug.cgi?id=53823 ================================================================== ---- ./server/config.c.orig 2010-10-07 18:56:54.000000000 +0200 -+++ ./server/config.c 2012-09-05 08:39:18.000000000 +0200 -@@ -1979,6 +1979,11 @@ +--- server/config.c.orig 2010-10-07 16:56:54 UTC ++++ server/config.c +@@ -1979,6 +1979,11 @@ static server_rec *init_server_config(pr /* NOT virtual host; don't match any real network interface */ rv = apr_sockaddr_info_get(&s->addrs->host_addr, NULL, APR_INET, 0, 0, p); Modified: head/www/apache22/files/patch-server__core.c ============================================================================== --- head/www/apache22/files/patch-server__core.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-server__core.c Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- ./server/core.c.orig 2009-07-02 17:30:36.000000000 -0400 -+++ ./server/core.c 2010-05-06 19:37:54.278731038 -0400 -@@ -500,6 +500,7 @@ +--- server/core.c.orig 2014-08-21 17:33:48 UTC ++++ server/core.c +@@ -512,6 +512,7 @@ static void *merge_core_server_configs(a core_server_config *base = (core_server_config *)basev; core_server_config *virt = (core_server_config *)virtv; core_server_config *conf; @@ -8,7 +8,7 @@ conf = (core_server_config *)apr_pmemdup(p, virt, sizeof(core_server_config)); -@@ -515,6 +516,25 @@ +@@ -527,6 +528,25 @@ static void *merge_core_server_configs(a conf->protocol = base->protocol; } @@ -34,7 +34,7 @@ conf->sec_dir = apr_array_append(p, base->sec_dir, virt->sec_dir); conf->sec_url = apr_array_append(p, base->sec_url, virt->sec_url); -@@ -2750,7 +2770,7 @@ +@@ -2778,7 +2798,7 @@ AP_DECLARE(void) ap_get_server_revision( AP_DECLARE(const char *) ap_get_server_description(void) { return server_description ? server_description : @@ -43,7 +43,7 @@ } AP_DECLARE(const char *) ap_get_server_banner(void) -@@ -2811,7 +2831,7 @@ +@@ -2839,7 +2859,7 @@ static void set_banner(apr_pool_t *pconf ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION); } else { @@ -52,7 +52,7 @@ } /* -@@ -2821,7 +2841,7 @@ +@@ -2849,7 +2869,7 @@ static void set_banner(apr_pool_t *pconf if (ap_server_tokens != SrvTk_FULL) { banner_locked++; } Modified: head/www/apache22/files/patch-support__Makefile.in ============================================================================== --- head/www/apache22/files/patch-support__Makefile.in Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-support__Makefile.in Sun May 31 12:52:00 2015 (r388056) @@ -1,6 +1,6 @@ ---- ./support/Makefile.in.orig 2011-04-16 21:09:47.000000000 +0200 -+++ ./support/Makefile.in 2013-09-25 21:02:44.000000000 +0200 -@@ -16,17 +16,14 @@ +--- support/Makefile.in.orig 2011-04-16 19:09:47 UTC ++++ support/Makefile.in +@@ -16,17 +16,14 @@ install: @test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir) @cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir) Modified: head/www/apache22/files/patch-support__ab.c ============================================================================== --- head/www/apache22/files/patch-support__ab.c Sun May 31 10:59:38 2015 (r388055) +++ head/www/apache22/files/patch-support__ab.c Sun May 31 12:52:00 2015 (r388056) @@ -1,18 +1,35 @@ ---- ./support/ab.c.orig 2010-01-07 10:11:53.000000000 -0500 -+++ ./support/ab.c 2010-05-06 19:37:54.262732305 -0400 -@@ -200,9 +200,11 @@ - #else - #define AB_SSL_CIPHER_CONST - #endif -+/* prevent build issues with openssl from ports - #ifdef SSL_OP_NO_TLSv1_2 - #define HAVE_TLSV1_X - #endif -+*/ +Backport ab from apache 2.4.x (r1663405) +============================================================= +--- support/ab.c.orig 2014-03-12 11:53:12 UTC ++++ support/ab.c +@@ -156,25 +156,8 @@ + #include "ap_config_auto.h" #endif - #include -@@ -221,13 +221,18 @@ +-#if defined(HAVE_SSLC) +- +-/* Libraries for RSA SSL-C */ +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#define USE_SSL +-#define RSAREF +-#define SK_NUM(x) sk_num(x) +-#define SK_VALUE(x,y) sk_value(x,y) +-typedef STACK X509_STACK_TYPE; +- +-#elif defined(HAVE_OPENSSL) ++#if defined(HAVE_OPENSSL) + +-/* Libraries on most systems.. */ + #include + #include + #include +@@ -224,19 +207,25 @@ typedef STACK_OF(X509) X509_STACK_TYPE; /* maximum number of requests on a time limited test */ #define MAX_REQUESTS (INT_MAX > 50000 ? 50000 : INT_MAX) @@ -34,50 +51,180 @@ + STATE_READ +} connect_state_e; - #define CBUFFSIZE (2048) +-#define CBUFFSIZE (2048) ++#define CBUFFSIZE (8192) -@@ -252,6 +257,7 @@ - done; /* Connection closed */ + struct connection { + apr_pool_t *ctx; + apr_socket_t *aprsock; ++ apr_pollfd_t pollfd; + int state; + apr_size_t read; /* amount of bytes read */ + apr_size_t bread; /* amount of body read */ +@@ -267,8 +256,8 @@ struct data { + apr_interval_time_t time; /* time for connection */ + }; - int socknum; -+ apr_int16_t reqevents; /* current poll events for this socket */ - #ifdef USE_SSL - SSL *ssl; - #endif -@@ -396,6 +402,56 @@ +-#define ap_min(a,b) ((a)<(b))?(a):(b) +-#define ap_max(a,b) ((a)>(b))?(a):(b) ++#define ap_min(a,b) (((a)<(b))?(a):(b)) ++#define ap_max(a,b) (((a)>(b))?(a):(b)) + #define ap_round_ms(a) ((apr_time_t)((a) + 500)/1000) + #define ap_double_ms(a) ((double)(a)/1000.0) + #define MAX_CONCURRENCY 20000 +@@ -277,35 +266,38 @@ struct data { + + int verbosity = 0; /* no verbosity by default */ + int recverrok = 0; /* ok to proceed after socket receive errors */ +-int posting = 0; /* GET by default */ ++enum {NO_METH = 0, GET, HEAD, PUT, POST, CUSTOM_METHOD} method = NO_METH; ++const char *method_str[] = {"bug", "GET", "HEAD", "PUT", "POST", ""}; ++int send_body = 0; /* non-zero if sending body with request */ + int requests = 1; /* Number of requests to make */ + int heartbeatres = 100; /* How often do we say we're alive */ + int concurrency = 1; /* Number of multiple requests to make */ + int percentile = 1; /* Show percentile served */ ++int nolength = 0; /* Accept variable document length */ + int confidence = 1; /* Show confidence estimator and warnings */ + int tlimit = 0; /* time limit in secs */ + int keepalive = 0; /* try and do keepalive connections */ + int windowsize = 0; /* we use the OS default window size */ + char servername[1024]; /* name that server reports */ + char *hostname; /* host name from URL */ +-char *host_field; /* value of "Host:" header field */ +-char *path; /* path name */ +-char postfile[1024]; /* name of file containing post data */ ++const char *host_field; /* value of "Host:" header field */ ++const char *path; /* path name */ + char *postdata; /* *buffer containing data from postfile */ + apr_size_t postlen = 0; /* length of data to be POSTed */ +-char content_type[1024];/* content type to put in POST header */ +-char *cookie, /* optional cookie line */ +- *auth, /* optional (basic/uuencoded) auhentication */ +- *hdrs; /* optional arbitrary headers */ ++char *content_type = NULL; /* content type to put in POST header */ ++const char *cookie, /* optional cookie line */ ++ *auth, /* optional (basic/uuencoded) auhentication */ ++ *hdrs; /* optional arbitrary headers */ + apr_port_t port; /* port number */ +-char proxyhost[1024]; /* proxy host name */ ++char *proxyhost = NULL; /* proxy host name */ + int proxyport = 0; /* proxy port */ +-char *connecthost; ++const char *connecthost; ++const char *myhost; + apr_port_t connectport; +-char *gnuplot; /* GNUplot file */ +-char *csvperc; /* CSV Percentile file */ +-char url[1024]; +-char * fullurl, * colonhost; ++const char *gnuplot; /* GNUplot file */ ++const char *csvperc; /* CSV Percentile file */ ++const char *fullurl; ++const char *colonhost; + int isproxy = 0; + apr_interval_time_t aprtimeout = apr_time_from_sec(30); /* timeout value */ + +@@ -348,7 +340,7 @@ BIO *bio_out,*bio_err; + apr_time_t start, lasttime, stoptime; + + /* global request (and its length) */ +-char _request[2048]; ++char _request[8192]; + char *request = _request; + apr_size_t reqlen; + +@@ -364,6 +356,7 @@ apr_pool_t *cntxt; + + apr_pollset_t *readbits; + ++apr_sockaddr_t *mysa; + apr_sockaddr_t *destsa; + + #ifdef NOT_ASCII +@@ -377,7 +370,7 @@ static void close_connection(struct conn + + /* simple little function to write an error string and exit */ + +-static void err(char *s) ++static void err(const char *s) + { + fprintf(stderr, "%s\n", s); + if (done) +@@ -387,7 +380,7 @@ static void err(char *s) + + /* simple little function to write an APR error string and exit */ + +-static void apr_err(char *s, apr_status_t rv) ++static void apr_err(const char *s, apr_status_t rv) + { + char buf[120]; + +@@ -399,6 +392,87 @@ static void apr_err(char *s, apr_status_ exit(rv); } ++static void *xmalloc(size_t size) ++{ ++ void *ret = malloc(size); ++ if (ret == NULL) { ++ fprintf(stderr, "Could not allocate memory (%" ++ APR_SIZE_T_FMT" bytes)\n", size); ++ exit(1); ++ } ++ return ret; ++} ++ ++static void *xcalloc(size_t num, size_t size) ++{ ++ void *ret = calloc(num, size); ++ if (ret == NULL) { ++ fprintf(stderr, "Could not allocate memory (%" ++ APR_SIZE_T_FMT" bytes)\n", size*num); ++ exit(1); ++ } ++ return ret; ++} ++ ++static char *xstrdup(const char *s) ++{ ++ char *ret = strdup(s); ++ if (ret == NULL) { ++ fprintf(stderr, "Could not allocate memory (%" ++ APR_SIZE_T_FMT " bytes)\n", strlen(s)); ++ exit(1); ++ } ++ return ret; ++} ++ ++/* pool abort function */ ++static int abort_on_oom(int retcode) ++{ ++ fprintf(stderr, "Could not allocate memory\n"); ++ exit(1); ++ /* not reached */ ++ return retcode; ++} ++ +static void set_polled_events(struct connection *c, apr_int16_t new_reqevents) +{ -+ apr_int16_t old_reqevents = c->reqevents; -+ apr_pollfd_t pfd; + apr_status_t rv; -+ char buf[120]; + -+ if (old_reqevents != new_reqevents) { -+ pfd.desc_type = APR_POLL_SOCKET; -+ pfd.desc.s = c->aprsock; -+ pfd.client_data = c; -+ -+ if (old_reqevents != 0) { -+ pfd.reqevents = old_reqevents; -+ rv = apr_pollset_remove(readbits, &pfd); ++ if (c->pollfd.reqevents != new_reqevents) { ++ if (c->pollfd.reqevents != 0) { ++ rv = apr_pollset_remove(readbits, &c->pollfd); + if (rv != APR_SUCCESS) { + apr_err("apr_pollset_remove()", rv); + } + } + + if (new_reqevents != 0) { -+ pfd.reqevents = new_reqevents; -+ rv = apr_pollset_add(readbits, &pfd); ++ c->pollfd.reqevents = new_reqevents; ++ rv = apr_pollset_add(readbits, &c->pollfd); + if (rv != APR_SUCCESS) { + apr_err("apr_pollset_add()", rv); -+ exit(1); + } + } -+ -+ c->reqevents = new_reqevents; + } +} + @@ -101,7 +248,66 @@ /* --------------------------------------------------------- */ /* write out request to a connection - assumes we can write * (small) request out in one go into our new socket buffer -@@ -569,7 +625,6 @@ +@@ -464,7 +538,6 @@ static int ssl_rand_choosenum(int l, int + + static void ssl_rand_seed(void) + { +- int nDone = 0; + int n, l; + time_t t; + pid_t pid; +@@ -476,7 +549,6 @@ static void ssl_rand_seed(void) + t = time(NULL); + l = sizeof(time_t); + RAND_seed((unsigned char *)&t, l); +- nDone += l; + + /* + * seed in the current process id (usually just 4 bytes) +@@ -484,14 +556,12 @@ static void ssl_rand_seed(void) + pid = getpid(); + l = sizeof(pid_t); + RAND_seed((unsigned char *)&pid, l); +- nDone += l; + + /* + * seed in some current state of the run-time stack (128 bytes) + */ + n = ssl_rand_choosenum(0, sizeof(stackdata)-128-1); + RAND_seed(stackdata+n, 128); +- nDone += 128; + } + + static int ssl_print_connection_info(BIO *bio, SSL *ssl) +@@ -514,6 +584,7 @@ static int ssl_print_connection_info(BIO + static void ssl_print_cert_info(BIO *bio, X509 *cert) + { + X509_NAME *dn; ++ EVP_PKEY *pk; + char buf[1024]; + + BIO_printf(bio, "Certificate version: %ld\n", X509_get_version(cert)+1); +@@ -525,8 +596,10 @@ static void ssl_print_cert_info(BIO *bio + ASN1_UTCTIME_print(bio, X509_get_notAfter(cert)); + BIO_printf(bio,"\n"); + ++ pk = X509_get_pubkey(cert); + BIO_printf(bio,"Public key is %d bits\n", +- EVP_PKEY_bits(X509_get_pubkey(cert))); ++ EVP_PKEY_bits(pk)); ++ EVP_PKEY_free(pk); + + dn = X509_get_issuer_name(cert); + X509_NAME_oneline(dn, buf, sizeof(buf)); +@@ -553,7 +626,6 @@ static void ssl_print_info(struct connec + for (i=1; issl); +@@ -574,7 +646,6 @@ static void ssl_proceed_handshake(struct while (do_next) { int ret, ecode; @@ -109,7 +315,16 @@ ret = SSL_do_handshake(c->ssl); ecode = SSL_get_error(c->ssl, ret); -@@ -601,11 +656,7 @@ +@@ -596,7 +667,7 @@ static void ssl_proceed_handshake(struct + else + pk_bits = 0; /* Anon DH */ + +- ssl_info = malloc(128); ++ ssl_info = xmalloc(128); + apr_snprintf(ssl_info, 128, "%s,%s,%d,%d", + SSL_get_version(c->ssl), + SSL_CIPHER_get_name(ci), +@@ -606,11 +677,7 @@ static void ssl_proceed_handshake(struct do_next = 0; *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:07:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50C017C5; Sun, 31 May 2015 13:07:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F22B1795; Sun, 31 May 2015 13:07:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VD7sk1032298; Sun, 31 May 2015 13:07:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VD7s06032297; Sun, 31 May 2015 13:07:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311307.t4VD7s06032297@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388057 - head/audio/p5-CDDB_get X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:07:54 -0000 Author: amdmi3 Date: Sun May 31 13:07:53 2015 New Revision: 388057 URL: https://svnweb.freebsd.org/changeset/ports/388057 Log: - Add LICENSE_FILE - Fix shebangs - Add NO_ARCH MFH: 2015Q2 Approved by: portmgr blanket Modified: head/audio/p5-CDDB_get/Makefile Modified: head/audio/p5-CDDB_get/Makefile ============================================================================== --- head/audio/p5-CDDB_get/Makefile Sun May 31 12:52:00 2015 (r388056) +++ head/audio/p5-CDDB_get/Makefile Sun May 31 13:07:53 2015 (r388057) @@ -3,7 +3,7 @@ PORTNAME= CDDB_get PORTVERSION= 2.28 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN @@ -14,10 +14,13 @@ MAINTAINER= perl@FreeBSD.org COMMENT= High-level interface to the Compact Disc Database LICENSE= GPLv2 +LICENSE= ${WRKSRC}/Copying PORTSCOUT= skipv:2.28.1 -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= cddb.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:08:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 621CF8C7; Sun, 31 May 2015 13:08:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50A0C179B; Sun, 31 May 2015 13:08:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VD88jb032457; Sun, 31 May 2015 13:08:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VD88Eq032456; Sun, 31 May 2015 13:08:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311308.t4VD88Eq032456@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388058 - head/textproc/p5-Text-Ngrams X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:08:08 -0000 Author: amdmi3 Date: Sun May 31 13:08:07 2015 New Revision: 388058 URL: https://svnweb.freebsd.org/changeset/ports/388058 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/textproc/p5-Text-Ngrams/Makefile Modified: head/textproc/p5-Text-Ngrams/Makefile ============================================================================== --- head/textproc/p5-Text-Ngrams/Makefile Sun May 31 13:07:53 2015 (r388057) +++ head/textproc/p5-Text-Ngrams/Makefile Sun May 31 13:08:07 2015 (r388058) @@ -3,7 +3,7 @@ PORTNAME= Text-Ngrams PORTVERSION= 2.003 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules for Flexible Ngram analysis -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ngrams.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:08:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77E619CF; Sun, 31 May 2015 13:08:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 664C417AC; Sun, 31 May 2015 13:08:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VD8iD2032641; Sun, 31 May 2015 13:08:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VD8hoL032638; Sun, 31 May 2015 13:08:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311308.t4VD8hoL032638@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388059 - head/mail/p5-POE-Component-Client-POP3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:08:44 -0000 Author: amdmi3 Date: Sun May 31 13:08:43 2015 New Revision: 388059 URL: https://svnweb.freebsd.org/changeset/ports/388059 Log: - Fix shebangs - Add NO_ARCH - Drop @dirrm* from plist Approved by: portmgr blanket MFH: 2015Q2 Modified: head/mail/p5-POE-Component-Client-POP3/Makefile head/mail/p5-POE-Component-Client-POP3/pkg-plist Modified: head/mail/p5-POE-Component-Client-POP3/Makefile ============================================================================== --- head/mail/p5-POE-Component-Client-POP3/Makefile Sun May 31 13:08:07 2015 (r388058) +++ head/mail/p5-POE-Component-Client-POP3/Makefile Sun May 31 13:08:43 2015 (r388059) @@ -3,7 +3,7 @@ PORTNAME= POE-Component-Client-POP3 PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ COMMENT= Implement a POP3 client POE com BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= samples/test.perl samples/term.perl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES Modified: head/mail/p5-POE-Component-Client-POP3/pkg-plist ============================================================================== --- head/mail/p5-POE-Component-Client-POP3/pkg-plist Sun May 31 13:08:07 2015 (r388058) +++ head/mail/p5-POE-Component-Client-POP3/pkg-plist Sun May 31 13:08:43 2015 (r388059) @@ -2,4 +2,3 @@ %%SITE_PERL%%/POE/Component/Client/POP3.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.perl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.perl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:09:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6807FAD2; Sun, 31 May 2015 13:09:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 566C317B5; Sun, 31 May 2015 13:09:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VD9INb032825; Sun, 31 May 2015 13:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VD9IM0032824; Sun, 31 May 2015 13:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311309.t4VD9IM0032824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388060 - head/math/p5-Math-Algebra-Symbols X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:09:18 -0000 Author: amdmi3 Date: Sun May 31 13:09:17 2015 New Revision: 388060 URL: https://svnweb.freebsd.org/changeset/ports/388060 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/math/p5-Math-Algebra-Symbols/Makefile Modified: head/math/p5-Math-Algebra-Symbols/Makefile ============================================================================== --- head/math/p5-Math-Algebra-Symbols/Makefile Sun May 31 13:08:43 2015 (r388059) +++ head/math/p5-Math-Algebra-Symbols/Makefile Sun May 31 13:09:17 2015 (r388060) @@ -3,7 +3,7 @@ PORTNAME= Math-Algebra-Symbols PORTVERSION= 1.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= symbols.pl +perl_OLD_CMD= perl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:09:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89DE8BD5; Sun, 31 May 2015 13:09:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 786F517C0; Sun, 31 May 2015 13:09:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VD9r8Y032993; Sun, 31 May 2015 13:09:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VD9roj032992; Sun, 31 May 2015 13:09:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311309.t4VD9roj032992@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:09:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388061 - head/databases/p5-Genezzo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:09:53 -0000 Author: amdmi3 Date: Sun May 31 13:09:52 2015 New Revision: 388061 URL: https://svnweb.freebsd.org/changeset/ports/388061 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/databases/p5-Genezzo/Makefile Modified: head/databases/p5-Genezzo/Makefile ============================================================================== --- head/databases/p5-Genezzo/Makefile Sun May 31 13:09:17 2015 (r388060) +++ head/databases/p5-Genezzo/Makefile Sun May 31 13:09:52 2015 (r388061) @@ -3,7 +3,7 @@ PORTNAME= Genezzo PORTVERSION= 0.72 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,9 @@ COMMENT= Extensible database with SQL an RUN_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lib/Genezzo/*.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:10:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A767CD8; Sun, 31 May 2015 13:10:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 592781865; Sun, 31 May 2015 13:10:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDAscT034446; Sun, 31 May 2015 13:10:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDAsoW034445; Sun, 31 May 2015 13:10:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311310.t4VDAsoW034445@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388062 - head/mail/p5-Mail-DKIM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:10:54 -0000 Author: amdmi3 Date: Sun May 31 13:10:53 2015 New Revision: 388062 URL: https://svnweb.freebsd.org/changeset/ports/388062 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/mail/p5-Mail-DKIM/Makefile Modified: head/mail/p5-Mail-DKIM/Makefile ============================================================================== --- head/mail/p5-Mail-DKIM/Makefile Sun May 31 13:09:52 2015 (r388061) +++ head/mail/p5-Mail-DKIM/Makefile Sun May 31 13:10:53 2015 (r388062) @@ -3,7 +3,7 @@ PORTNAME= Mail-DKIM PORTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN \ http://jason.long.name/dkimproxy/ @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix USE_PERL5= configure -SHEBANG_FILES= scripts/dkim*.pl +SHEBANG_FILES= scripts/dkim*.pl sample_mime_lite.pl +NO_ARCH= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:12:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DA4CDF5; Sun, 31 May 2015 13:12:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C35019C3; Sun, 31 May 2015 13:12:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDCAav037209; Sun, 31 May 2015 13:12:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDCAYw037208; Sun, 31 May 2015 13:12:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311312.t4VDCAYw037208@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388063 - head/databases/p5-DBIx-XML_RDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:12:10 -0000 Author: amdmi3 Date: Sun May 31 13:12:09 2015 New Revision: 388063 URL: https://svnweb.freebsd.org/changeset/ports/388063 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/databases/p5-DBIx-XML_RDB/Makefile Modified: head/databases/p5-DBIx-XML_RDB/Makefile ============================================================================== --- head/databases/p5-DBIx-XML_RDB/Makefile Sun May 31 13:10:53 2015 (r388062) +++ head/databases/p5-DBIx-XML_RDB/Makefile Sun May 31 13:12:09 2015 (r388063) @@ -3,7 +3,7 @@ PORTNAME= DBIx-XML_RDB PORTVERSION= 0.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,9 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/dat p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= sql2xml.pl xml2sql.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:12:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EDF7EEF; Sun, 31 May 2015 13:12:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F229219C9; Sun, 31 May 2015 13:12:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDCQGa037348; Sun, 31 May 2015 13:12:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDCQVp037347; Sun, 31 May 2015 13:12:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311312.t4VDCQVp037347@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:12:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388064 - head/sysutils/p5-SyslogScan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:12:27 -0000 Author: amdmi3 Date: Sun May 31 13:12:26 2015 New Revision: 388064 URL: https://svnweb.freebsd.org/changeset/ports/388064 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/sysutils/p5-SyslogScan/Makefile Modified: head/sysutils/p5-SyslogScan/Makefile ============================================================================== --- head/sysutils/p5-SyslogScan/Makefile Sun May 31 13:12:09 2015 (r388063) +++ head/sysutils/p5-SyslogScan/Makefile Sun May 31 13:12:26 2015 (r388064) @@ -3,7 +3,7 @@ PORTNAME= SyslogScan PORTVERSION= 0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 routines to parse system logs -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= read_mail_log.pl USE_PERL5= configure - +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:14:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7E7DFFC; Sun, 31 May 2015 13:14:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9688A19DD; Sun, 31 May 2015 13:14:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDEVfG037705; Sun, 31 May 2015 13:14:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDEVLu037704; Sun, 31 May 2015 13:14:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311314.t4VDEVLu037704@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388065 - head/science/p5-Geo-BUFR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:14:31 -0000 Author: amdmi3 Date: Sun May 31 13:14:30 2015 New Revision: 388065 URL: https://svnweb.freebsd.org/changeset/ports/388065 Log: - Fix shebangs - Strip library Approved by: portmgr blanket MFH: 2015Q2 Modified: head/science/p5-Geo-BUFR/Makefile Modified: head/science/p5-Geo-BUFR/Makefile ============================================================================== --- head/science/p5-Geo-BUFR/Makefile Sun May 31 13:12:26 2015 (r388064) +++ head/science/p5-Geo-BUFR/Makefile Sun May 31 13:14:30 2015 (r388065) @@ -3,6 +3,7 @@ PORTNAME= Geo-BUFR PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= science perl5 geography MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PSANNES @@ -12,8 +13,15 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for handling of WMO BUFR files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENCE -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= *.pl USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so + .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:14:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAB78166; Sun, 31 May 2015 13:14:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D936319E3; Sun, 31 May 2015 13:14:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDEoj2037843; Sun, 31 May 2015 13:14:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDEofZ037842; Sun, 31 May 2015 13:14:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311314.t4VDEofZ037842@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388066 - head/net/p5-POE-Component-Jabber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:14:51 -0000 Author: amdmi3 Date: Sun May 31 13:14:50 2015 New Revision: 388066 URL: https://svnweb.freebsd.org/changeset/ports/388066 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net/p5-POE-Component-Jabber/Makefile Modified: head/net/p5-POE-Component-Jabber/Makefile ============================================================================== --- head/net/p5-POE-Component-Jabber/Makefile Sun May 31 13:14:30 2015 (r388065) +++ head/net/p5-POE-Component-Jabber/Makefile Sun May 31 13:14:50 2015 (r388066) @@ -3,7 +3,7 @@ PORTNAME= POE-Component-Jabber PORTVERSION= 3.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,9 +21,11 @@ BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTS p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/* USE_PERL5= modbuild CONFIGURE_ARGS= Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5ADE4264; Sun, 31 May 2015 13:15:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 494FF19ED; Sun, 31 May 2015 13:15:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDFEmF038060; Sun, 31 May 2015 13:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDFEcI038059; Sun, 31 May 2015 13:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311315.t4VDFEcI038059@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388067 - head/finance/p5-Business-MaxMind-CreditCardFraudDetection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:15:14 -0000 Author: amdmi3 Date: Sun May 31 13:15:13 2015 New Revision: 388067 URL: https://svnweb.freebsd.org/changeset/ports/388067 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile ============================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Sun May 31 13:14:50 2015 (r388066) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Sun May 31 13:15:13 2015 (r388067) @@ -3,6 +3,7 @@ PORTNAME= Business-MaxMind-CreditCardFraudDetection PORTVERSION= 1.57 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -16,8 +17,10 @@ RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/ p5-LWP-Protocol-https>0.0:${PORTSDIR}/www/p5-LWP-Protocol-https BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= example*.pl USE_PERL5= configure +NO_ARCH= yes PLIST_FILES= \ %%SITE_PERL%%/Business/MaxMind.pm \ From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:15:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 021E0361; Sun, 31 May 2015 13:15:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4CE719F4; Sun, 31 May 2015 13:15:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDFdtQ038213; Sun, 31 May 2015 13:15:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDFdVa038212; Sun, 31 May 2015 13:15:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311315.t4VDFdVa038212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388068 - head/converters/p5-Convert-Bencode_XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:15:40 -0000 Author: amdmi3 Date: Sun May 31 13:15:39 2015 New Revision: 388068 URL: https://svnweb.freebsd.org/changeset/ports/388068 Log: - Fix shebangs - Strip library Approved by: portmgr blanket MFH: 2015Q2 Modified: head/converters/p5-Convert-Bencode_XS/Makefile Modified: head/converters/p5-Convert-Bencode_XS/Makefile ============================================================================== --- head/converters/p5-Convert-Bencode_XS/Makefile Sun May 31 13:15:13 2015 (r388067) +++ head/converters/p5-Convert-Bencode_XS/Makefile Sun May 31 13:15:39 2015 (r388068) @@ -3,7 +3,7 @@ PORTNAME= Convert-Bencode_XS PORTVERSION= 0.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +13,16 @@ COMMENT= Faster conversions to/from Benc RUN_DEPENDS= p5-Convert-Bencode>=0:${PORTSDIR}/converters/p5-Convert-Bencode -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= extras/*.pl USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Bencode_XS/Bencode_XS.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Bencode_XS/Bencode_XS.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Bencode_XS/Bencode_XS.so @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/extras/* ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:16:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C09B645E; Sun, 31 May 2015 13:16:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFE6019F8; Sun, 31 May 2015 13:16:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDG0ws038365; Sun, 31 May 2015 13:16:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDG0mF038364; Sun, 31 May 2015 13:16:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311316.t4VDG0mF038364@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388069 - head/audio/p5-Ogg-Vorbis-Header-PurePerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:16:00 -0000 Author: amdmi3 Date: Sun May 31 13:15:59 2015 New Revision: 388069 URL: https://svnweb.freebsd.org/changeset/ports/388069 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile Modified: head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile ============================================================================== --- head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile Sun May 31 13:15:39 2015 (r388068) +++ head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile Sun May 31 13:15:59 2015 (r388069) @@ -3,7 +3,7 @@ PORTNAME= Ogg-Vorbis-Header-PurePerl PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,9 @@ COMMENT= Manipulate / fetch info from Og LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ogginfo.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:16:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A765A560; Sun, 31 May 2015 13:16:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 963321A06; Sun, 31 May 2015 13:16:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDGUuj038537; Sun, 31 May 2015 13:16:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDGU0M038536; Sun, 31 May 2015 13:16:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311316.t4VDGU0M038536@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388070 - head/net/p5-Net-Z3950-SimpleServer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:16:30 -0000 Author: amdmi3 Date: Sun May 31 13:16:29 2015 New Revision: 388070 URL: https://svnweb.freebsd.org/changeset/ports/388070 Log: - Fix shebangs - Add LICENSE Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net/p5-Net-Z3950-SimpleServer/Makefile Modified: head/net/p5-Net-Z3950-SimpleServer/Makefile ============================================================================== --- head/net/p5-Net-Z3950-SimpleServer/Makefile Sun May 31 13:15:59 2015 (r388069) +++ head/net/p5-Net-Z3950-SimpleServer/Makefile Sun May 31 13:16:29 2015 (r388070) @@ -3,6 +3,7 @@ PORTNAME= Net-Z3950-SimpleServer PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl module for developing Z39.50 servers +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libyaz.so:${PORTSDIR}/net/yaz -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ztest.pl grs_test.pl logging-server.pl USE_PERL5= configure CONFIGURE_ENV= LOCALBASE=${LOCALBASE} From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:16:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB8EF65E; Sun, 31 May 2015 13:16:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA9BC1A0E; Sun, 31 May 2015 13:16:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDGpYh038675; Sun, 31 May 2015 13:16:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDGpvx038674; Sun, 31 May 2015 13:16:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311316.t4VDGpvx038674@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388071 - head/security/p5-Crypt-Tea_JS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:16:52 -0000 Author: amdmi3 Date: Sun May 31 13:16:51 2015 New Revision: 388071 URL: https://svnweb.freebsd.org/changeset/ports/388071 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 Modified: head/security/p5-Crypt-Tea_JS/Makefile Modified: head/security/p5-Crypt-Tea_JS/Makefile ============================================================================== --- head/security/p5-Crypt-Tea_JS/Makefile Sun May 31 13:16:29 2015 (r388070) +++ head/security/p5-Crypt-Tea_JS/Makefile Sun May 31 13:16:51 2015 (r388071) @@ -3,7 +3,7 @@ PORTNAME= Crypt-Tea_JS PORTVERSION= 2.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,8 @@ COMMENT= Next gen Tiny Encryption Algori CONFLICTS= p5-Crypt-T_e_a-[0-9]* -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/tea_demo.cgi USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:17:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C676975B; Sun, 31 May 2015 13:17:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B507A1A14; Sun, 31 May 2015 13:17:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDHUba038866; Sun, 31 May 2015 13:17:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDHU5e038865; Sun, 31 May 2015 13:17:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311317.t4VDHU5e038865@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388072 - head/net/p5-Net-SMPP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:17:30 -0000 Author: amdmi3 Date: Sun May 31 13:17:29 2015 New Revision: 388072 URL: https://svnweb.freebsd.org/changeset/ports/388072 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net/p5-Net-SMPP/Makefile Modified: head/net/p5-Net-SMPP/Makefile ============================================================================== --- head/net/p5-Net-SMPP/Makefile Sun May 31 13:16:51 2015 (r388071) +++ head/net/p5-Net-SMPP/Makefile Sun May 31 13:17:29 2015 (r388072) @@ -3,7 +3,7 @@ PORTNAME= Net-SMPP PORTVERSION= 1.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= jhay@FreeBSD.org COMMENT= Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= *.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:18:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 650A985B; Sun, 31 May 2015 13:18:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 538941A16; Sun, 31 May 2015 13:18:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDI0jN039029; Sun, 31 May 2015 13:18:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDI0Fo039028; Sun, 31 May 2015 13:18:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311318.t4VDI0Fo039028@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388073 - head/devel/p5-POE-Component-Daemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:18:00 -0000 Author: amdmi3 Date: Sun May 31 13:17:59 2015 New Revision: 388073 URL: https://svnweb.freebsd.org/changeset/ports/388073 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/devel/p5-POE-Component-Daemon/Makefile Modified: head/devel/p5-POE-Component-Daemon/Makefile ============================================================================== --- head/devel/p5-POE-Component-Daemon/Makefile Sun May 31 13:17:29 2015 (r388072) +++ head/devel/p5-POE-Component-Daemon/Makefile Sun May 31 13:17:59 2015 (r388073) @@ -3,7 +3,7 @@ PORTNAME= POE-Component-Daemon PORTVERSION= 0.1400 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-POE>=1:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= eg/forking eg/preforking USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= DOCS EXAMPLES From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:18:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0247795A; Sun, 31 May 2015 13:18:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E53561A1B; Sun, 31 May 2015 13:18:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDINmZ039185; Sun, 31 May 2015 13:18:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDINK5039184; Sun, 31 May 2015 13:18:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311318.t4VDINK5039184@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388074 - head/net/p5-Net-Cassandra-Easy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:18:24 -0000 Author: amdmi3 Date: Sun May 31 13:18:23 2015 New Revision: 388074 URL: https://svnweb.freebsd.org/changeset/ports/388074 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net/p5-Net-Cassandra-Easy/Makefile Modified: head/net/p5-Net-Cassandra-Easy/Makefile ============================================================================== --- head/net/p5-Net-Cassandra-Easy/Makefile Sun May 31 13:17:59 2015 (r388073) +++ head/net/p5-Net-Cassandra-Easy/Makefile Sun May 31 13:18:23 2015 (r388074) @@ -3,7 +3,7 @@ PORTNAME= Net-Cassandra-Easy PORTVERSION= 0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,12 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= cassidy.pl genthrift.pl USE_PERL5= configure +NO_ARCH= yes + +post-patch: + ${REINPLACE_CMD} -i '' -e '1s|#!perl|#!${perl_CMD}|' ${WRKSRC}/lib/Net/Cassandra/Easy.pm .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:19:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE119A5D; Sun, 31 May 2015 13:19:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C8BA1A22; Sun, 31 May 2015 13:19:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDJWaD039433; Sun, 31 May 2015 13:19:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDJWVI039432; Sun, 31 May 2015 13:19:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311319.t4VDJWVI039432@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388075 - head/textproc/p5-Text-Prefix-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:19:32 -0000 Author: amdmi3 Date: Sun May 31 13:19:31 2015 New Revision: 388075 URL: https://svnweb.freebsd.org/changeset/ports/388075 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 Modified: head/textproc/p5-Text-Prefix-XS/Makefile Modified: head/textproc/p5-Text-Prefix-XS/Makefile ============================================================================== --- head/textproc/p5-Text-Prefix-XS/Makefile Sun May 31 13:18:23 2015 (r388074) +++ head/textproc/p5-Text-Prefix-XS/Makefile Sun May 31 13:19:31 2015 (r388075) @@ -3,7 +3,7 @@ PORTNAME= Text-Prefix-XS PORTVERSION= 0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep +SHEBANG_FILES= trie.pl USE_PERL5= configure -USES= perl5 +USES= perl5 shebangfix .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:20:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 854AAB61; Sun, 31 May 2015 13:20:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73E451A29; Sun, 31 May 2015 13:20:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDK1sa039651; Sun, 31 May 2015 13:20:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDK1Sx039650; Sun, 31 May 2015 13:20:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311320.t4VDK1Sx039650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388076 - head/mail/p5-Mail-ListDetector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:20:01 -0000 Author: amdmi3 Date: Sun May 31 13:20:00 2015 New Revision: 388076 URL: https://svnweb.freebsd.org/changeset/ports/388076 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/mail/p5-Mail-ListDetector/Makefile Modified: head/mail/p5-Mail-ListDetector/Makefile ============================================================================== --- head/mail/p5-Mail-ListDetector/Makefile Sun May 31 13:19:31 2015 (r388075) +++ head/mail/p5-Mail-ListDetector/Makefile Sun May 31 13:20:00 2015 (r388076) @@ -3,7 +3,7 @@ PORTNAME= Mail-ListDetector PORTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSTEVENS @@ -18,8 +18,10 @@ RUN_DEPENDS= p5-Email-Abstract>=3.001:${ p5-URI>=1.1:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/sample.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:20:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DA89C68; Sun, 31 May 2015 13:20:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C76D1AAF; Sun, 31 May 2015 13:20:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDKtLJ041774; Sun, 31 May 2015 13:20:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDKtvT041773; Sun, 31 May 2015 13:20:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311320.t4VDKtvT041773@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388077 - head/net-im/p5-Net-AOLIM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:20:56 -0000 Author: amdmi3 Date: Sun May 31 13:20:55 2015 New Revision: 388077 URL: https://svnweb.freebsd.org/changeset/ports/388077 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net-im/p5-Net-AOLIM/Makefile Modified: head/net-im/p5-Net-AOLIM/Makefile ============================================================================== --- head/net-im/p5-Net-AOLIM/Makefile Sun May 31 13:20:00 2015 (r388076) +++ head/net-im/p5-Net-AOLIM/Makefile Sun May 31 13:20:55 2015 (r388077) @@ -3,7 +3,7 @@ PORTNAME= Net-AOLIM PORTVERSION= 1.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl OO interface to the AOL Instant Messenger TOC client protocol -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= example.pl USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:21:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C85ABDBE; Sun, 31 May 2015 13:21:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABBB41BE1; Sun, 31 May 2015 13:21:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDLYWg042550; Sun, 31 May 2015 13:21:34 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDLXeE042544; Sun, 31 May 2015 13:21:33 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505311321.t4VDLXeE042544@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 31 May 2015 13:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388078 - in head/www/mod_perl2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:21:34 -0000 Author: ohauer Date: Sun May 31 13:21:32 2015 New Revision: 388078 URL: https://svnweb.freebsd.org/changeset/ports/388078 Log: - update to 2.0.9-rc2 - install modules file instead activating the module with apxs RC2 has really gone a long way, and is a real candidate to become the next official release. Tested against apache22/24 MPM prefork/event/worker. Changes: ======== Remove PerlInterpScope. This has not been working properly with threaded MPMs with httpd-2.4.x and the use-case of this directive was questionable. [Jan Kaluza] Allow running the test suite with httpd-2.4.x when mod_access_compat is not loaded. [Steve Hay] Add support for Apache httpd-2.4.x. [Torsten Foertsch, Jan Kaluza, Steve Hay, Gozer] Don't call modperl_threaded_mpm() et al. from XS code. Fixes Debian Bug #765174. [Niko Tyni ] Make sure modperl_interp_select uses r->server rather than the passed s parameter to find the interpreter pool to pull an interpreter from. This fixes an issue with vhosts with a separate interpreter pool and runtime dir-config merges that used to pull the interpreter from the wrong pool. [Torsten Foertsch] PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind the current interpreter to that object for it's lifetime. $(c|r)->pnotes_kill() can be used to prematurely drop pnotes and remove this binding. [Torsten Foertsch] Now correctly invokes PerlCleanupHandlers, even if they are the only handler type configured for that request [Torsten Foertsch] For threaded MPMs, change interpreter managment to a new, reference-counted allocation model. [Torsten Foertsch] Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig [Torsten Foertsch] Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch] Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR or TEMP from the environment, or else defaults to /tmp. The latter is no good on Windows, so make sure the environment variables are passed through. (TEMP should be set to something suitable on Windows.) [Steve Hay] Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando ] with haed apache@ Added: head/www/mod_perl2/files/260_mod_perl.conf.sample.in (contents, props changed) Modified: head/www/mod_perl2/Makefile head/www/mod_perl2/distinfo head/www/mod_perl2/files/patch-Makefile.PL head/www/mod_perl2/files/pkg-message.in head/www/mod_perl2/pkg-plist Modified: head/www/mod_perl2/Makefile ============================================================================== --- head/www/mod_perl2/Makefile Sun May 31 13:20:55 2015 (r388077) +++ head/www/mod_perl2/Makefile Sun May 31 13:21:32 2015 (r388078) @@ -2,25 +2,25 @@ # $FreeBSD$ PORTNAME= mod_perl -PORTVERSION= 2.0.8 -PORTREVISION= 4 +DISTVERSION= 2.0.9-rc2 PORTEPOCH= 3 CATEGORIES= www perl5 -MASTER_SITES= APACHE/perl +#MASTER_SITES= APACHE/perl +MASTER_SITES= LOCAL/ohauer http://people.apache.org/~stevehay/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= 2 -PATCH_SITES= LOCAL/ohauer - MAINTAINER= apache@FreeBSD.org -COMMENT= Embeds a Perl interpreter in the Apache2 server +COMMENT= Embeds a Perl interpreter in the Apache server LICENSE= APACHE20 BUILD_DEPENDS= p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-CGI>=4.15:${PORTSDIR}/www/p5-CGI \ + p5-libwww>=6.13:${PORTSDIR}/www/p5-libwww -SUB_FILES= pkg-message +SUB_FILES= pkg-message ${APMOD_FILE} SUB_LIST= APACHEMODDIR=${APACHEMODDIR} USE_APACHE= 22+ USES= cpe gmake perl5 @@ -28,21 +28,10 @@ USE_PERL5= configure USE_CSTD= gnu89 CPE_VENDOR= apache -.include +APMOD_FILE= 260_${PORTNAME}.conf.sample +PLIST_SUB+= APMOD_FILE=${APMOD_FILE} -# In case apache22 is in use and you want to test -# the new mod_perl, change '> 22' to '>= 22' -.if ${APACHE_VERSION} > 22 -# patch shaped against upstream mod_perl -# Last Changed Rev: 1602105 -PATCHREV= 1638352 -PATCHFILES+= ${PORTNAME}-${PORTVERSION}-r${PATCHREV}.diff.gz -PLIST_SUB+= AP24="" -PMSED= 's/%AP24%//' -.else -PLIST_SUB+= AP24="@comment " -PMSED= '/%AP24%/d' -.endif +.include # Provider is build iff apache24 is in use .if ${APACHE_VERSION:M22} @@ -51,29 +40,8 @@ PLIST_SUB+= AP22="@comment " PLIST_SUB+= AP22="" .endif -# Using apxs in this way is problematic if apache2 is installed under a -# different PREFIX than mod_perl2, because the mod_perl2 installation will -# use paths returned by apxs to install some components. Fixes welcome. -CONFIGURE_ARGS= PREFIX=${PREFIX} MP_APXS=${APXS} MP_APR_CONFIG=${LOCALBASE}/bin/apr-1-config - -.if exists(${LOCALBASE}/include/apr-1/apr.h) -APR_H= ${LOCALBASE}/include/apr-1/apr.h -APR_MAJ_V!= ${ECHO_CMD} `${LOCALBASE}/bin/apr-1-config --version | ${SED} -e 's,\..*,,'` -.endif - -.if defined(APR_H) -APR_HAS_THREADS!= ${ECHO_CMD} `${GREP} -c 'APR_HAS_THREADS *1' ${APR_H}` -.else -APR_HAS_THREADS= 0 -.endif - -.if ${APR_HAS_THREADS} == 1 -PLIST_SUB+= THREADMUTEX="" -PLIST_SUB+= THREADRWLOCK="" -.else -PLIST_SUB+= THREADMUTEX="@comment " -PLIST_SUB+= THREADRWLOCK="@comment " -.endif +CONFIGURE_ARGS= PREFIX=${PREFIX} MP_APXS=${APXS} \ + MP_APR_CONFIG=${LOCALBASE}/bin/apr-1-config post-patch: ${REINPLACE_CMD} -e 's/APR_INLINE//g' \ @@ -90,16 +58,16 @@ post-configure: ${PATCH_WRKSRC}/xs/APR/APR/Makefile post-install: -# adjust pkg-message - ${REINPLACE_CMD} -e ${PMSED} ${WRKDIR}/pkg-message - ${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR}/modules/perl + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR}/modules/perl ${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \ ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR}/modules/perl ${INSTALL_DATA} ${WRKSRC}/xs/*.h ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR} ${INSTALL_DATA} ${WRKSRC}/xs/APR/PerlIO/*.h ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR} - ${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/modules/perl/mod_perl.so \ ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_perl.so + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d + ${INSTALL_DATA} ${WRKDIR}/${APMOD_FILE} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d -for f in `${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto -name \*.so` ; do \ ${CHMOD} u+w $${f}; \ Modified: head/www/mod_perl2/distinfo ============================================================================== --- head/www/mod_perl2/distinfo Sun May 31 13:20:55 2015 (r388077) +++ head/www/mod_perl2/distinfo Sun May 31 13:21:32 2015 (r388078) @@ -1,4 +1,2 @@ -SHA256 (mod_perl-2.0.8.tar.gz) = 35dc1b7a40a90a395ce88bba2df84f22289975f34d1757de6d715560c20a20e6 -SIZE (mod_perl-2.0.8.tar.gz) = 3790026 -SHA256 (mod_perl-2.0.8-r1638352.diff.gz) = abb4dfe56939759c2466f268ae6425e305b80d60528bce03de8fe2745349835f -SIZE (mod_perl-2.0.8-r1638352.diff.gz) = 146749 +SHA256 (mod_perl-2.0.9-rc2.tar.gz) = 63a43a2f9e7f05eb1885891c03ba4c9d1ee1241e2e4fdb257fe51eb63e52e891 +SIZE (mod_perl-2.0.9-rc2.tar.gz) = 3846396 Added: head/www/mod_perl2/files/260_mod_perl.conf.sample.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_perl2/files/260_mod_perl.conf.sample.in Sun May 31 13:21:32 2015 (r388078) @@ -0,0 +1,9 @@ +## $FreeBSD$ +## vim: set filetype=apache: +## +## module file for mod_perl +## +## PROVIDE: mod_perl +## REQUIRE: + +#LoadModule perl_module %%APACHEMODDIR%%/mod_perl.so Modified: head/www/mod_perl2/files/patch-Makefile.PL ============================================================================== --- head/www/mod_perl2/files/patch-Makefile.PL Sun May 31 13:20:55 2015 (r388077) +++ head/www/mod_perl2/files/patch-Makefile.PL Sun May 31 13:21:32 2015 (r388078) @@ -1,6 +1,6 @@ ---- m Wed May 18 11:55:48 2005 -+++ Makefile.PL Wed May 18 11:56:07 2005 -@@ -668,11 +668,11 @@ +--- Makefile.PL.orig 2015-05-13 19:26:43 UTC ++++ Makefile.PL +@@ -731,11 +731,11 @@ modperl_lib: cd "$(MODPERL_SRC)" && $(MAKE) modperl_lib_install: Modified: head/www/mod_perl2/files/pkg-message.in ============================================================================== --- head/www/mod_perl2/files/pkg-message.in Sun May 31 13:20:55 2015 (r388077) +++ head/www/mod_perl2/files/pkg-message.in Sun May 31 13:21:32 2015 (r388078) @@ -13,8 +13,7 @@ or online: http://perl.apache.org/docs/2.0/user/intro/start_fast.html -%AP24% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -%AP24% Use this mod_perl2 version at own risk, it is a current -%AP24% development snapshot and not marked production ready! -%AP24% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +The module can be enabled in + %%APACHEETCDIR%%/modules.d/260_mod_perl.conf + =================================================================== Modified: head/www/mod_perl2/pkg-plist ============================================================================== --- head/www/mod_perl2/pkg-plist Sun May 31 13:20:55 2015 (r388077) +++ head/www/mod_perl2/pkg-plist Sun May 31 13:21:32 2015 (r388078) @@ -1,4 +1,5 @@ bin/mp2bug +%%APACHEETCDIR%%/modules.d/%%APMOD_FILE%% %%APACHEINCLUDEDIR%%/modperl_apr_perlio.h %%APACHEINCLUDEDIR%%/modperl_xs_sv_convert.h %%APACHEINCLUDEDIR%%/modperl_xs_typedefs.h @@ -70,8 +71,8 @@ bin/mp2bug %%SITE_ARCH%%/APR/Status.pm %%SITE_ARCH%%/APR/String.pm %%SITE_ARCH%%/APR/Table.pm -%%THREADMUTEX%%%%SITE_ARCH%%/APR/ThreadMutex.pm -%%THREADRWLOCK%%%%SITE_ARCH%%/APR/ThreadRWLock.pm +%%SITE_ARCH%%/APR/ThreadMutex.pm +%%SITE_ARCH%%/APR/ThreadRWLock.pm %%SITE_ARCH%%/APR/URI.pm %%SITE_ARCH%%/APR/UUID.pm %%SITE_ARCH%%/APR/Util.pm @@ -130,7 +131,7 @@ bin/mp2bug %%SITE_ARCH%%/Apache2/PerlSections.pm %%SITE_ARCH%%/Apache2/PerlSections/Dump.pm %%SITE_ARCH%%/Apache2/Process.pm -%%AP22%%%%AP24%%%%SITE_ARCH%%/Apache2/Provider.pm +%%AP22%%%%SITE_ARCH%%/Apache2/Provider.pm %%SITE_ARCH%%/Apache2/Reload.pm %%SITE_ARCH%%/Apache2/RequestIO.pm %%SITE_ARCH%%/Apache2/RequestRec.pm @@ -159,8 +160,8 @@ bin/mp2bug %%SITE_ARCH%%/ModPerl/Const.pm %%SITE_ARCH%%/ModPerl/FunctionMap.pm %%SITE_ARCH%%/ModPerl/Global.pm -%%AP24%%%%SITE_ARCH%%/ModPerl/InterpPool.pm -%%AP24%%%%SITE_ARCH%%/ModPerl/Interpreter.pm +%%SITE_ARCH%%/ModPerl/InterpPool.pm +%%SITE_ARCH%%/ModPerl/Interpreter.pm %%SITE_ARCH%%/ModPerl/MM.pm %%SITE_ARCH%%/ModPerl/Manifest.pm %%SITE_ARCH%%/ModPerl/MapUtil.pm @@ -176,12 +177,11 @@ bin/mp2bug %%SITE_ARCH%%/ModPerl/StructureMap.pm %%SITE_ARCH%%/ModPerl/TestReport.pm %%SITE_ARCH%%/ModPerl/TestRun.pm -%%AP24%%%%SITE_ARCH%%/ModPerl/TiPool.pm -%%AP24%%%%SITE_ARCH%%/ModPerl/TiPoolConfig.pm +%%SITE_ARCH%%/ModPerl/TiPool.pm +%%SITE_ARCH%%/ModPerl/TiPoolConfig.pm %%SITE_ARCH%%/ModPerl/TypeMap.pm %%SITE_ARCH%%/ModPerl/Util.pm %%SITE_ARCH%%/ModPerl/WrapXS.pm -%%AP24%%%%SITE_ARCH%%/MyTest/Util.pm %%SITE_ARCH%%/auto/APR/APR.so %%SITE_ARCH%%/auto/APR/Base64/Base64.so %%SITE_ARCH%%/auto/APR/Brigade/Brigade.so @@ -201,8 +201,8 @@ bin/mp2bug %%SITE_ARCH%%/auto/APR/Status/Status.so %%SITE_ARCH%%/auto/APR/String/String.so %%SITE_ARCH%%/auto/APR/Table/Table.so -%%THREADMUTEX%%%%SITE_ARCH%%/auto/APR/ThreadMutex/ThreadMutex.so -%%THREADRWLOCK%%%%SITE_ARCH%%/auto/APR/ThreadRWLock/ThreadRWLock.so +%%SITE_ARCH%%/auto/APR/ThreadMutex/ThreadMutex.so +%%SITE_ARCH%%/auto/APR/ThreadRWLock/ThreadRWLock.so %%SITE_ARCH%%/auto/APR/URI/URI.so %%SITE_ARCH%%/auto/APR/UUID/UUID.so %%SITE_ARCH%%/auto/APR/Util/Util.so @@ -221,7 +221,7 @@ bin/mp2bug %%SITE_ARCH%%/auto/Apache2/MPM/MPM.so %%SITE_ARCH%%/auto/Apache2/Module/Module.so %%SITE_ARCH%%/auto/Apache2/Process/Process.so -%%AP22%%%%AP24%%%%SITE_ARCH%%/auto/Apache2/Provider/Provider.so +%%AP22%%%%SITE_ARCH%%/auto/Apache2/Provider/Provider.so %%SITE_ARCH%%/auto/Apache2/RequestIO/RequestIO.so %%SITE_ARCH%%/auto/Apache2/RequestRec/RequestRec.so %%SITE_ARCH%%/auto/Apache2/RequestUtil/RequestUtil.so @@ -235,10 +235,10 @@ bin/mp2bug %%SITE_ARCH%%/auto/Apache2/typemap %%SITE_ARCH%%/auto/ModPerl/Const/Const.so %%SITE_ARCH%%/auto/ModPerl/Global/Global.so -%%AP24%%%%SITE_ARCH%%/auto/ModPerl/InterpPool/InterpPool.so -%%AP24%%%%SITE_ARCH%%/auto/ModPerl/Interpreter/Interpreter.so -%%AP24%%%%SITE_ARCH%%/auto/ModPerl/TiPool/TiPool.so -%%AP24%%%%SITE_ARCH%%/auto/ModPerl/TiPoolConfig/TiPoolConfig.so +%%SITE_ARCH%%/auto/ModPerl/InterpPool/InterpPool.so +%%SITE_ARCH%%/auto/ModPerl/Interpreter/Interpreter.so +%%SITE_ARCH%%/auto/ModPerl/TiPool/TiPool.so +%%SITE_ARCH%%/auto/ModPerl/TiPoolConfig/TiPoolConfig.so %%SITE_ARCH%%/auto/ModPerl/Util/Util.so %%SITE_ARCH%%/mod_perl2.pm %%PERL5_MAN3%%/APR.3.gz @@ -332,9 +332,5 @@ bin/mp2bug %%PERL5_MAN3%%/ModPerl::RegistryLoader.3.gz %%PERL5_MAN3%%/ModPerl::RegistryPrefork.3.gz %%PERL5_MAN3%%/ModPerl::Util.3.gz -%%AP24%%%%PERL5_MAN3%%/MyTest::Util.3.gz %%PERL5_MAN3%%/mod_perl2.3.gz -@unexec sed -i '' -E '/LoadModule[[:blank:]]+%%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf -@unexec echo "Don't forget to remove all mod_perl2-related directives in your httpd.conf" %%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e %%AP_MOD_EN%% -n %%AP_NAME%% %D/%F From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:21:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39689EA1; Sun, 31 May 2015 13:21:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 288C81BEF; Sun, 31 May 2015 13:21:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDLfHt043815; Sun, 31 May 2015 13:21:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDLfXP043814; Sun, 31 May 2015 13:21:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311321.t4VDLfXP043814@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388079 - head/x11-toolkits/p5-Gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:21:41 -0000 Author: amdmi3 Date: Sun May 31 13:21:40 2015 New Revision: 388079 URL: https://svnweb.freebsd.org/changeset/ports/388079 Log: - Fix shebangs - Strip library Approved by: portmgr blanket MFH: 2015Q2 Modified: head/x11-toolkits/p5-Gtk/Makefile Modified: head/x11-toolkits/p5-Gtk/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk/Makefile Sun May 31 13:21:32 2015 (r388078) +++ head/x11-toolkits/p5-Gtk/Makefile Sun May 31 13:21:40 2015 (r388079) @@ -3,7 +3,7 @@ PORTNAME= Gtk PORTVERSION= 0.7010 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,15 @@ BUILD_DEPENDS= p5-XML-Writer>=0:${PORTSD p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GNOME= gtk12 -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= tools/gendoc.pl tools/gpdoc2pod USE_PERL5= configure CONFIGURE_ARGS= --without-guessing --lazy-load MAKE_JOBS_UNSAFE= yes +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so + .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:21:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86465FA1; Sun, 31 May 2015 13:21:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74E8F1C19; Sun, 31 May 2015 13:21:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDLvmK043954; Sun, 31 May 2015 13:21:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDLvXI043953; Sun, 31 May 2015 13:21:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311321.t4VDLvXI043953@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388080 - head/net-p2p/p5-WWW-BitTorrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:21:57 -0000 Author: amdmi3 Date: Sun May 31 13:21:56 2015 New Revision: 388080 URL: https://svnweb.freebsd.org/changeset/ports/388080 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net-p2p/p5-WWW-BitTorrent/Makefile Modified: head/net-p2p/p5-WWW-BitTorrent/Makefile ============================================================================== --- head/net-p2p/p5-WWW-BitTorrent/Makefile Sun May 31 13:21:40 2015 (r388079) +++ head/net-p2p/p5-WWW-BitTorrent/Makefile Sun May 31 13:21:56 2015 (r388080) @@ -3,7 +3,7 @@ PORTNAME= WWW-BitTorrent PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p perl5 www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,9 @@ COMMENT= Search and Download .torrent(s) BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bittorrent.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:22:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E01E10B; Sun, 31 May 2015 13:22:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C80A1C34; Sun, 31 May 2015 13:22:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDM66P044111; Sun, 31 May 2015 13:22:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDM6bA044110; Sun, 31 May 2015 13:22:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311322.t4VDM6bA044110@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388081 - head/textproc/p5-Syntax-Highlight-Engine-Kate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:22:06 -0000 Author: amdmi3 Date: Sun May 31 13:22:05 2015 New Revision: 388081 URL: https://svnweb.freebsd.org/changeset/ports/388081 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Modified: head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile ============================================================================== --- head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun May 31 13:21:56 2015 (r388080) +++ head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun May 31 13:22:05 2015 (r388081) @@ -3,7 +3,7 @@ PORTNAME= Syntax-Highlight-Engine-Kate PORTVERSION= 0.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +16,10 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/hlansi.pl bin/hlhtml.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:22:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F758208; Sun, 31 May 2015 13:22:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F22D91C3C; Sun, 31 May 2015 13:22:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDMYS8044277; Sun, 31 May 2015 13:22:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDMYNQ044276; Sun, 31 May 2015 13:22:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311322.t4VDMYNQ044276@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388082 - head/security/p5-Filter-CBC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:22:35 -0000 Author: amdmi3 Date: Sun May 31 13:22:34 2015 New Revision: 388082 URL: https://svnweb.freebsd.org/changeset/ports/388082 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/security/p5-Filter-CBC/Makefile Modified: head/security/p5-Filter-CBC/Makefile ============================================================================== --- head/security/p5-Filter-CBC/Makefile Sun May 31 13:22:05 2015 (r388081) +++ head/security/p5-Filter-CBC/Makefile Sun May 31 13:22:34 2015 (r388082) @@ -3,7 +3,7 @@ PORTNAME= Filter-CBC PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,10 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/*.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:23:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F83830C; Sun, 31 May 2015 13:23:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E2D01C4A; Sun, 31 May 2015 13:23:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDN409044449; Sun, 31 May 2015 13:23:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDN4Yh044448; Sun, 31 May 2015 13:23:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311323.t4VDN4Yh044448@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388083 - head/graphics/p5-Imager-Plot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:23:04 -0000 Author: amdmi3 Date: Sun May 31 13:23:03 2015 New Revision: 388083 URL: https://svnweb.freebsd.org/changeset/ports/388083 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/graphics/p5-Imager-Plot/Makefile Modified: head/graphics/p5-Imager-Plot/Makefile ============================================================================== --- head/graphics/p5-Imager-Plot/Makefile Sun May 31 13:22:34 2015 (r388082) +++ head/graphics/p5-Imager-Plot/Makefile Sun May 31 13:23:03 2015 (r388083) @@ -3,7 +3,7 @@ PORTNAME= Imager-Plot PORTVERSION= 0.09 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= plot.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:23:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C338F414; Sun, 31 May 2015 13:23:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B20551C59; Sun, 31 May 2015 13:23:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDNZo3044613; Sun, 31 May 2015 13:23:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDNZ3Z044612; Sun, 31 May 2015 13:23:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311323.t4VDNZ3Z044612@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388084 - head/security/p5-AuthCAS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:23:35 -0000 Author: amdmi3 Date: Sun May 31 13:23:34 2015 New Revision: 388084 URL: https://svnweb.freebsd.org/changeset/ports/388084 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/security/p5-AuthCAS/Makefile Modified: head/security/p5-AuthCAS/Makefile ============================================================================== --- head/security/p5-AuthCAS/Makefile Sun May 31 13:23:03 2015 (r388083) +++ head/security/p5-AuthCAS/Makefile Sun May 31 13:23:34 2015 (r388084) @@ -3,7 +3,7 @@ PORTNAME= AuthCAS PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OSALAUN @@ -20,7 +20,9 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= sampleCasClient.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:23:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46B27511; Sun, 31 May 2015 13:23:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 356F61C5E; Sun, 31 May 2015 13:23:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDNsTR044751; Sun, 31 May 2015 13:23:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDNsHN044750; Sun, 31 May 2015 13:23:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311323.t4VDNsHN044750@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388085 - head/textproc/p5-Text-ParagraphDiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:23:54 -0000 Author: amdmi3 Date: Sun May 31 13:23:53 2015 New Revision: 388085 URL: https://svnweb.freebsd.org/changeset/ports/388085 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/textproc/p5-Text-ParagraphDiff/Makefile Modified: head/textproc/p5-Text-ParagraphDiff/Makefile ============================================================================== --- head/textproc/p5-Text-ParagraphDiff/Makefile Sun May 31 13:23:34 2015 (r388084) +++ head/textproc/p5-Text-ParagraphDiff/Makefile Sun May 31 13:23:53 2015 (r388085) @@ -3,7 +3,7 @@ PORTNAME= Text-ParagraphDiff PORTVERSION= 2.70 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,10 @@ BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PO p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/tdiff USE_PERL5= configure +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:24:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44B99610; Sun, 31 May 2015 13:24:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 337631C62; Sun, 31 May 2015 13:24:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDO0oc044874; Sun, 31 May 2015 13:24:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDO0kC044873; Sun, 31 May 2015 13:24:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311324.t4VDO0kC044873@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388086 - head/mail/p5-Mail-FilterXML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:24:00 -0000 Author: amdmi3 Date: Sun May 31 13:23:59 2015 New Revision: 388086 URL: https://svnweb.freebsd.org/changeset/ports/388086 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/mail/p5-Mail-FilterXML/Makefile Modified: head/mail/p5-Mail-FilterXML/Makefile ============================================================================== --- head/mail/p5-Mail-FilterXML/Makefile Sun May 31 13:23:53 2015 (r388085) +++ head/mail/p5-Mail-FilterXML/Makefile Sun May 31 13:23:59 2015 (r388086) @@ -3,7 +3,7 @@ PORTNAME= Mail-FilterXML PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,9 @@ BUILD_DEPENDS= p5-Mail-Audit>=0:${PORTSD p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= mailfilter.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:31:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FA8591A; Sun, 31 May 2015 13:31:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E47A1E6E; Sun, 31 May 2015 13:31:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDVoE7048452; Sun, 31 May 2015 13:31:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDVoBP048451; Sun, 31 May 2015 13:31:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311331.t4VDVoBP048451@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388087 - head/textproc/p5-XML-Bare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:31:50 -0000 Author: amdmi3 Date: Sun May 31 13:31:49 2015 New Revision: 388087 URL: https://svnweb.freebsd.org/changeset/ports/388087 Log: - Strip library Approved by: portmgr blanket Modified: head/textproc/p5-XML-Bare/Makefile Modified: head/textproc/p5-XML-Bare/Makefile ============================================================================== --- head/textproc/p5-XML-Bare/Makefile Sun May 31 13:23:59 2015 (r388086) +++ head/textproc/p5-XML-Bare/Makefile Sun May 31 13:31:49 2015 (r388087) @@ -3,7 +3,7 @@ PORTNAME= XML-Bare PORTVERSION= 0.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +20,9 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} '/LDDLFLAGS/d' ${WRKSRC}/Makefile.PL +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Bare/Bare.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Bare/Bare.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Bare/Bare.so + .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:37:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0B3FA46; Sun, 31 May 2015 13:37:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AD711ECE; Sun, 31 May 2015 13:37:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDbQdh050674; Sun, 31 May 2015 13:37:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDbLul050650; Sun, 31 May 2015 13:37:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311337.t4VDbLul050650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 13:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388088 - in head: audio/p5-MP3-Tag biology/p5-Bio-NEXUS databases/p5-DBD-CSV devel/p5-Data-Walk devel/p5-Every devel/p5-File-Grep devel/p5-Types-Core math/p5-Date-Handler math/p5-Math-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:37:26 -0000 Author: amdmi3 Date: Sun May 31 13:37:20 2015 New Revision: 388088 URL: https://svnweb.freebsd.org/changeset/ports/388088 Log: - Add NO_ARCH Approved by: portmgr blanket Modified: head/audio/p5-MP3-Tag/Makefile head/biology/p5-Bio-NEXUS/Makefile head/databases/p5-DBD-CSV/Makefile head/devel/p5-Data-Walk/Makefile head/devel/p5-Every/Makefile head/devel/p5-File-Grep/Makefile head/devel/p5-Types-Core/Makefile head/math/p5-Date-Handler/Makefile head/math/p5-Math-FixedPrecision/Makefile head/net-p2p/p5-Net-BitTorrent/Makefile head/net/p5-Net-DHCP/Makefile head/net/p5-Net-sFlow/Makefile head/net/p5-XPC/Makefile head/security/p5-Authen-PluggableCaptcha/Makefile head/security/p5-Crypt-TripleDES/Makefile head/sysutils/p5-Fuse-Simple/Makefile head/sysutils/p5-Ubic/Makefile head/textproc/p5-Net-Snort-Parser/Makefile head/textproc/p5-Spreadsheet-Read/Makefile Modified: head/audio/p5-MP3-Tag/Makefile ============================================================================== --- head/audio/p5-MP3-Tag/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/audio/p5-MP3-Tag/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -13,6 +13,7 @@ COMMENT= Module for reading tags of MP3 USES= perl5 USE_PERL5= configure +NO_ARCH= yes CONFLICTS= p5-tagged-0.* Modified: head/biology/p5-Bio-NEXUS/Makefile ============================================================================== --- head/biology/p5-Bio-NEXUS/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/biology/p5-Bio-NEXUS/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -20,5 +20,6 @@ TEST_DEPENDS= p5-Test-Deep>=0.106:${PORT USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/databases/p5-DBD-CSV/Makefile ============================================================================== --- head/databases/p5-DBD-CSV/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/databases/p5-DBD-CSV/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -20,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 tar:tgz USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Data-Walk/Makefile ============================================================================== --- head/devel/p5-Data-Walk/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/devel/p5-Data-Walk/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -16,5 +16,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Every/Makefile ============================================================================== --- head/devel/p5-Every/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/devel/p5-Every/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -17,5 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-File-Grep/Makefile ============================================================================== --- head/devel/p5-File-Grep/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/devel/p5-File-Grep/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -13,5 +13,6 @@ COMMENT= Perl Module that Find matches t USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Types-Core/Makefile ============================================================================== --- head/devel/p5-Types-Core/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/devel/p5-Types-Core/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 +NO_ARCH= yes .include Modified: head/math/p5-Date-Handler/Makefile ============================================================================== --- head/math/p5-Date-Handler/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/math/p5-Date-Handler/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -13,6 +13,7 @@ COMMENT= Perl module for calculating tim USES= perl5 USE_PERL5= configure patch +NO_ARCH= yes post-patch: @${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \ Modified: head/math/p5-Math-FixedPrecision/Makefile ============================================================================== --- head/math/p5-Math-FixedPrecision/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/math/p5-Math-FixedPrecision/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -13,5 +13,6 @@ COMMENT= Perl module that provides decim USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/net-p2p/p5-Net-BitTorrent/Makefile ============================================================================== --- head/net-p2p/p5-Net-BitTorrent/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/net-p2p/p5-Net-BitTorrent/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -20,5 +20,6 @@ CONFIGURE_ARGS= Modified: head/net/p5-Net-DHCP/Makefile ============================================================================== --- head/net/p5-Net-DHCP/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/net/p5-Net-DHCP/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -18,5 +18,6 @@ TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include Modified: head/net/p5-Net-sFlow/Makefile ============================================================================== --- head/net/p5-Net-sFlow/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/net/p5-Net-sFlow/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -15,5 +15,6 @@ LICENSE= ART10 USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/net/p5-XPC/Makefile ============================================================================== --- head/net/p5-XPC/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/net/p5-XPC/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -19,5 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/security/p5-Authen-PluggableCaptcha/Makefile ============================================================================== --- head/security/p5-Authen-PluggableCaptcha/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/security/p5-Authen-PluggableCaptcha/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -17,5 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/security/p5-Crypt-TripleDES/Makefile ============================================================================== --- head/security/p5-Crypt-TripleDES/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/security/p5-Crypt-TripleDES/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -13,5 +13,6 @@ COMMENT= Perl module implementing the Tr USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/sysutils/p5-Fuse-Simple/Makefile ============================================================================== --- head/sysutils/p5-Fuse-Simple/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/sysutils/p5-Fuse-Simple/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -18,6 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/sysutils/p5-Ubic/Makefile ============================================================================== --- head/sysutils/p5-Ubic/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/sysutils/p5-Ubic/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -29,6 +29,7 @@ TEST_DEPENDS= p5-Test-Class>=0:${PORTSDI USES= perl5 USE_PERL5= configure REINPLACE_ARGS= -i '' +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ Modified: head/textproc/p5-Net-Snort-Parser/Makefile ============================================================================== --- head/textproc/p5-Net-Snort-Parser/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/textproc/p5-Net-Snort-Parser/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -14,5 +14,6 @@ COMMENT= Perl modules for parsing Snort USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/textproc/p5-Spreadsheet-Read/Makefile ============================================================================== --- head/textproc/p5-Spreadsheet-Read/Makefile Sun May 31 13:31:49 2015 (r388087) +++ head/textproc/p5-Spreadsheet-Read/Makefile Sun May 31 13:37:20 2015 (r388088) @@ -25,5 +25,6 @@ TEST_DEPENDS= p5-Test-NoWarnings>0:${POR USES= perl5 tar:tgz USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:57:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFEC6C8D; Sun, 31 May 2015 13:57:07 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C31451333; Sun, 31 May 2015 13:57:07 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDv7SI060642; Sun, 31 May 2015 13:57:07 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDv6vg060633; Sun, 31 May 2015 13:57:06 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201505311357.t4VDv6vg060633@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 31 May 2015 13:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388089 - in head/games/minecraft-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:57:08 -0000 Author: pawel Date: Sun May 31 13:57:05 2015 New Revision: 388089 URL: https://svnweb.freebsd.org/changeset/ports/388089 Log: - Update to version 1.8.6 [1] - Parametrize PORTVERSION occurances in pkg-plist and scripts - Make sure paths are correct in minecraft-server script by using PREFIX sub PR: 200539 [1] Submitted by: Jonathan Price (maintainer) [1] Added: head/games/minecraft-server/files/minecraft-server.in - copied, changed from r387931, head/games/minecraft-server/files/minecraft-server Deleted: head/games/minecraft-server/files/minecraft-server Modified: head/games/minecraft-server/Makefile head/games/minecraft-server/distinfo head/games/minecraft-server/files/minecraft.in (contents, props changed) head/games/minecraft-server/pkg-plist Modified: head/games/minecraft-server/Makefile ============================================================================== --- head/games/minecraft-server/Makefile Sun May 31 13:37:20 2015 (r388088) +++ head/games/minecraft-server/Makefile Sun May 31 13:57:05 2015 (r388089) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= minecraft-server -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.6 CATEGORIES= games java MASTER_SITES= https://s3.amazonaws.com/Minecraft.Download/versions/${PORTVERSION}/ DISTNAME= minecraft_server.${PORTVERSION}.jar @@ -25,8 +25,11 @@ GROUPS= ${USERS} NO_BUILD= yes USE_JAVA= yes -SUB_FILES= pkg-message \ +SUB_FILES= minecraft-server \ + pkg-message \ pkg-deinstall +SUB_LIST= VERSION=${PORTVERSION} +PLIST_SUB= VERSION=${PORTVERSION} CONFIG_FILES= banned-ips.json \ banned-players.json \ @@ -50,7 +53,7 @@ do-install: ${MKDIR} ${STAGEDIR}/var/db/minecraft-server ${MKDIR} ${STAGEDIR}/var/log/minecraft-server .if ${PORT_OPTIONS:MSTANDALONE} - ${INSTALL_SCRIPT} ${FILESDIR}/minecraft-server ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/minecraft-server ${STAGEDIR}${PREFIX}/bin ${CP} ${FILESDIR}/java-args.txt ${STAGEDIR}${ETCDIR} .endif .for file in ${CONFIG_FILES} Modified: head/games/minecraft-server/distinfo ============================================================================== --- head/games/minecraft-server/distinfo Sun May 31 13:37:20 2015 (r388088) +++ head/games/minecraft-server/distinfo Sun May 31 13:57:05 2015 (r388089) @@ -1,2 +1,2 @@ -SHA256 (minecraft_server.1.8.4.jar) = 394a9d0d5bcd03272a58f036b8736a47d26d63b45a4e7c820629114876e72107 -SIZE (minecraft_server.1.8.4.jar) = 9779346 +SHA256 (minecraft_server.1.8.6.jar) = 7fc66b2b54f0f4d65fdd6d6484a50f432c144ef02072d3435d5660f120f58e0d +SIZE (minecraft_server.1.8.6.jar) = 9780573 Copied and modified: head/games/minecraft-server/files/minecraft-server.in (from r387931, head/games/minecraft-server/files/minecraft-server) ============================================================================== --- head/games/minecraft-server/files/minecraft-server Sat May 30 12:12:02 2015 (r387931, copy source) +++ head/games/minecraft-server/files/minecraft-server.in Sun May 31 13:57:05 2015 (r388089) @@ -5,5 +5,5 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi -cd /usr/local/minecraft-server -su -m mcserver -c "java $(cat /usr/local/etc/minecraft-server/java-args.txt) -jar minecraft_server.1.8.4.jar nogui" +cd %%PREFIX%%/minecraft-server +su -m mcserver -c "java $(cat %%PREFIX%%/etc/minecraft-server/java-args.txt) -jar minecraft_server.%%VERSION%%.jar nogui" Modified: head/games/minecraft-server/files/minecraft.in ============================================================================== --- head/games/minecraft-server/files/minecraft.in Sun May 31 13:37:20 2015 (r388088) +++ head/games/minecraft-server/files/minecraft.in Sun May 31 13:57:05 2015 (r388089) @@ -35,7 +35,7 @@ minecraft_start() else echo "Starting ${name}." cd %%PREFIX%%/minecraft-server - su mcserver -c "%%LOCALBASE%%/bin/tmux new-session -s minecraft -d '%%LOCALBASE%%/bin/java -Xmx${minecraft_mem} -Xms${minecraft_mem} ${minecraft_args} -jar %%PREFIX%%/minecraft-server/minecraft_server.1.8.4.jar nogui'" + su mcserver -c "%%LOCALBASE%%/bin/tmux new-session -s minecraft -d '%%LOCALBASE%%/bin/java -Xmx${minecraft_mem} -Xms${minecraft_mem} ${minecraft_args} -jar %%PREFIX%%/minecraft-server/minecraft_server.%%VERSION%%.jar nogui'" fi } Modified: head/games/minecraft-server/pkg-plist ============================================================================== --- head/games/minecraft-server/pkg-plist Sun May 31 13:37:20 2015 (r388088) +++ head/games/minecraft-server/pkg-plist Sun May 31 13:57:05 2015 (r388089) @@ -9,7 +9,7 @@ minecraft-server/banned-players.json minecraft-server/debug minecraft-server/eula.txt minecraft-server/logs -minecraft-server/minecraft_server.1.8.4.jar +minecraft-server/minecraft_server.%%VERSION%%.jar minecraft-server/ops.json minecraft-server/server.properties minecraft-server/usercache.json From owner-svn-ports-head@FreeBSD.ORG Sun May 31 13:57:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9612D8B; Sun, 31 May 2015 13:57:18 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D87381338; Sun, 31 May 2015 13:57:18 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VDvI2u060799; Sun, 31 May 2015 13:57:18 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VDvIpA060797; Sun, 31 May 2015 13:57:18 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201505311357.t4VDvIpA060797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 31 May 2015 13:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388090 - head/net/py-pyzmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 13:57:19 -0000 Author: novel Date: Sun May 31 13:57:17 2015 New Revision: 388090 URL: https://svnweb.freebsd.org/changeset/ports/388090 Log: Update to 14.6.0. PR: 200549 Submitted by: rsimmons0@gmail.com Modified: head/net/py-pyzmq/Makefile head/net/py-pyzmq/distinfo Modified: head/net/py-pyzmq/Makefile ============================================================================== --- head/net/py-pyzmq/Makefile Sun May 31 13:57:05 2015 (r388089) +++ head/net/py-pyzmq/Makefile Sun May 31 13:57:17 2015 (r388090) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 14.5.0 +PORTVERSION= 14.6.0 CATEGORIES= net devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-pyzmq/distinfo ============================================================================== --- head/net/py-pyzmq/distinfo Sun May 31 13:57:05 2015 (r388089) +++ head/net/py-pyzmq/distinfo Sun May 31 13:57:17 2015 (r388090) @@ -1,2 +1,2 @@ -SHA256 (pyzmq-14.5.0.tar.gz) = 5d6e045634456cf5496f50871fd3e3a5ede2b90433284dbfe985bb67c97f77bd -SIZE (pyzmq-14.5.0.tar.gz) = 997150 +SHA256 (pyzmq-14.6.0.tar.gz) = 7746806ff94f1e8c1e843644c6bbd3b9aaeb1203c2eaf38879adc23dbd5c35bb +SIZE (pyzmq-14.6.0.tar.gz) = 1001020 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:03:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90D9DEF0; Sun, 31 May 2015 14:03:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73B7D15BE; Sun, 31 May 2015 14:03:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VE3xkp065556; Sun, 31 May 2015 14:03:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VE3wd7065549; Sun, 31 May 2015 14:03:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311403.t4VE3wd7065549@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 14:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388091 - in head: . net-mgmt net-mgmt/pktstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:03:59 -0000 Author: amdmi3 Date: Sun May 31 14:03:57 2015 New Revision: 388091 URL: https://svnweb.freebsd.org/changeset/ports/388091 Log: - Revive net-mgmt/pktstat - Update to 1.8.5 - Use new upstream addresses - Add LICENSE - Pass maintainership to submitter Pktstat listens to the network and shows the bandwidth being consumed by packets of various kinds in realtime. It understands some protocols (including FTP, HTTP, and X11) and adds a descriptive name next to the entry. WWW: https://github.com/dleonard0/pktstat PR: 200418 Submitted by: freebsd@sosend.de Added: head/net-mgmt/pktstat/ - copied from r273443, head/net-mgmt/pktstat/ Modified: head/MOVED head/net-mgmt/Makefile head/net-mgmt/pktstat/Makefile (contents, props changed) head/net-mgmt/pktstat/distinfo (contents, props changed) head/net-mgmt/pktstat/pkg-descr (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 31 13:57:17 2015 (r388090) +++ head/MOVED Sun May 31 14:03:57 2015 (r388091) @@ -1891,7 +1891,6 @@ net-mgmt/asused||2011-05-02|Has expired: net-mgmt/ipsectrace||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-mgmt/knowlan||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-mgmt/p5-Altoids||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available -net-mgmt/pktstat||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-mgmt/scotty3||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-im/aim||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-im/jit||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sun May 31 13:57:17 2015 (r388090) +++ head/net-mgmt/Makefile Sun May 31 14:03:57 2015 (r388091) @@ -252,6 +252,7 @@ SUBDIR += phpipam SUBDIR += phpweathermap SUBDIR += pixilate + SUBDIR += pktstat SUBDIR += pmacct SUBDIR += pnp SUBDIR += pnp-icinga Modified: head/net-mgmt/pktstat/Makefile ============================================================================== --- head/net-mgmt/pktstat/Makefile Mon May 2 06:04:41 2011 (r273443) +++ head/net-mgmt/pktstat/Makefile Sun May 31 14:03:57 2015 (r388091) @@ -1,24 +1,26 @@ -# New ports collection makefile for: pktstat -# Date created: 5 April 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= pktstat -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.5 +DISTVERSIONPREFIX= v CATEGORIES= net-mgmt -MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/pktstat/ CENKES -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@sosend.de COMMENT= Network traffic viewer -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +LICENSE= PUBLIC_DOMAIN +LICENSE_NAME= Public Domain +LICENSE_TEXT= The principal author has placed the entire work (source) in the public domain, thus choosing to not exercise copyright control over it. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USE_GITHUB= yes +GH_ACCOUNT= dleonard0 + +USES= autoreconf GNU_CONFIGURE= yes -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} '/struct arphdr/d' ${WRKSRC}/ether.c Modified: head/net-mgmt/pktstat/distinfo ============================================================================== --- head/net-mgmt/pktstat/distinfo Mon May 2 06:04:41 2011 (r273443) +++ head/net-mgmt/pktstat/distinfo Sun May 31 14:03:57 2015 (r388091) @@ -1,2 +1,2 @@ -SHA256 (pktstat-1.8.4.tar.gz) = 54a63270779ae619fd89d0cb9afcbdff29dc79deda959b0f7809b975fb670bc5 -SIZE (pktstat-1.8.4.tar.gz) = 119127 +SHA256 (dleonard0-pktstat-v1.8.5_GH0.tar.gz) = 9a365668d9c5d22484702a858ad1892ae6c7b904b5d0bc9ae075bd88a145b9cd +SIZE (dleonard0-pktstat-v1.8.5_GH0.tar.gz) = 41971 Modified: head/net-mgmt/pktstat/pkg-descr ============================================================================== --- head/net-mgmt/pktstat/pkg-descr Mon May 2 06:04:41 2011 (r273443) +++ head/net-mgmt/pktstat/pkg-descr Sun May 31 14:03:57 2015 (r388091) @@ -3,5 +3,4 @@ by packets of various kinds in realtime. (including FTP, HTTP, and X11) and adds a descriptive name next to the entry. -WWW: http://www.adaptive-enterprises.com.au/~d/software/pktstat/ -Author: David Leonard +WWW: https://github.com/dleonard0/pktstat From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:06:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F0B81CE; Sun, 31 May 2015 14:06:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7452115F5; Sun, 31 May 2015 14:06:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VE6g5L066157; Sun, 31 May 2015 14:06:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VE6gmf066156; Sun, 31 May 2015 14:06:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311406.t4VE6gmf066156@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 14:06:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388092 - head/net-mgmt/pktstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:06:42 -0000 Author: amdmi3 Date: Sun May 31 14:06:41 2015 New Revision: 388092 URL: https://svnweb.freebsd.org/changeset/ports/388092 Log: - Fixup svn props Modified: Directory Properties: head/net-mgmt/pktstat/Makefile (props changed) head/net-mgmt/pktstat/distinfo (props changed) head/net-mgmt/pktstat/pkg-descr (props changed) From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:16:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DF37345; Sun, 31 May 2015 14:16:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 801D81820; Sun, 31 May 2015 14:16:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEGNNa071392; Sun, 31 May 2015 14:16:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEGK4N071367; Sun, 31 May 2015 14:16:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311416.t4VEGK4N071367@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 14:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388093 - in head: . mail mail/smfsav mail/smfsav/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:16:23 -0000 Author: amdmi3 Date: Sun May 31 14:16:19 2015 New Revision: 388093 URL: https://svnweb.freebsd.org/changeset/ports/388093 Log: - Revive mail/smfsav - Fix staging - Add LICENSE_FILE - Modernize pthread flags usage - Modernize user/group handling - Regenerate patches - Pass maintainership to submitter PR: 199081 Submitted by: sasaki@fcc.ad.jp Added: head/mail/smfsav/ - copied from r366958, head/mail/smfsav/ head/mail/smfsav/pkg-plist (contents, props changed) Deleted: head/mail/smfsav/pkg-deinstall head/mail/smfsav/pkg-install Modified: head/GIDs head/MOVED head/UIDs head/mail/Makefile head/mail/smfsav/Makefile head/mail/smfsav/distinfo head/mail/smfsav/files/patch-readme head/mail/smfsav/files/patch-smf-sav.c head/mail/smfsav/files/patch-smf-sav.conf head/mail/smfsav/files/pkg-message.in head/mail/smfsav/files/smfsav.in Modified: head/GIDs ============================================================================== --- head/GIDs Sun May 31 14:06:41 2015 (r388092) +++ head/GIDs Sun May 31 14:16:19 2015 (r388093) @@ -158,6 +158,7 @@ rancid:*:286: backuppc:*:300: _sphinx:*:312: dkfilter:*:325: +smfs:*:326: daapd:*:337: murmur:*:338: wildfire:*:340: Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 31 14:06:41 2015 (r388092) +++ head/MOVED Sun May 31 14:16:19 2015 (r388093) @@ -6675,7 +6675,6 @@ mail/rabl_server||2014-09-01|Not staged mail/relay-ctrl||2014-09-01|Not staged mail/reply-o-matic||2014-09-01|Not staged mail/sccmilter||2014-09-01|Not staged -mail/smfsav||2014-09-01|Not staged mail/softfail||2014-09-01|Not staged mail/spmfilter-spamassassin||2014-09-01|Not staged mail/synonym||2014-09-01|Not staged Modified: head/UIDs ============================================================================== --- head/UIDs Sun May 31 14:06:41 2015 (r388092) +++ head/UIDs Sun May 31 14:16:19 2015 (r388093) @@ -164,6 +164,7 @@ rancid:*:286:286::0:0:RANCID daemon user backuppc:*:300:300::0:0:BackupPC pseudo-user:/nonexistent:/usr/sbin/nologin _sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin dkfilter:*:325:325::0:0:DK Filter Owner:/nonexistent:/usr/sbin/nologin +smfs:*:326:326::0:0:SMFSAV Owner:/nonexistent:/usr/sbin/nologin _pma:*:336:80::0:0:phpMyAdmin Owner:/nonexistent:/usr/sbin/nologin daapd:*:337:337::0:0:daapd User:/nonexistent:/usr/sbin/nologin murmur:*:338:338::0:0:& User:/nonexistent:/usr/sbin/nologin Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun May 31 14:06:41 2015 (r388092) +++ head/mail/Makefile Sun May 31 14:16:19 2015 (r388093) @@ -599,6 +599,7 @@ SUBDIR += simscan SUBDIR += slapd-cyrus SUBDIR += sma + SUBDIR += smfsav SUBDIR += smtp-cli SUBDIR += smtp-gated SUBDIR += smtpfeed Modified: head/mail/smfsav/Makefile ============================================================================== --- head/mail/smfsav/Makefile Mon Sep 1 21:24:52 2014 (r366958) +++ head/mail/smfsav/Makefile Sun May 31 14:16:19 2015 (r388093) @@ -9,45 +9,36 @@ MASTER_SITES= SF/smfs DISTNAME= smf-sav-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sasaki@fcc.ad.jp COMMENT= Sendmail Sender Address Validator LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USERS= smfs +GROUPS= smfs OPTIONS_DEFINE= DOCS USE_RC_SUBR= smfsav -CPPFLAGS+= -D_REENTRANT ${PTHREAD_CFLAGS} -LDFLAGS+= -lmilter ${PTHREAD_LIBS} - -SUB_FILES= pkg-message - -PORTDOCS= CHANGES README -PLIST_FILES= sbin/smfsav \ - etc/smfsav.conf-dist +CPPFLAGS+= -D_REENTRANT +LDFLAGS+= -lmilter -lpthread -NO_STAGE= yes -.include +SMFSAV_RUN_DIR?=/var/run/smfsav +SUB_FILES+= pkg-message post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/readme do-build: - (cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o smf-sav smf-sav.c \ - ${LDFLAGS}) + cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o smf-sav smf-sav.c ${LDFLAGS} do-install: - (cd ${WRKSRC} \ - && ${INSTALL_PROGRAM} smf-sav ${PREFIX}/sbin/smfsav \ - && ${INSTALL_DATA} smf-sav.conf ${PREFIX}/etc/smfsav.conf-dist) -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} \ - && ${INSTALL_DATA} ChangeLog ${DOCSDIR}/CHANGES \ - && ${INSTALL_DATA} readme ${DOCSDIR}/README) -.endif - ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} + ${INSTALL_PROGRAM} ${WRKSRC}/smf-sav ${STAGEDIR}${PREFIX}/sbin/smfsav + ${INSTALL_DATA} ${WRKSRC}/smf-sav.conf ${STAGEDIR}${PREFIX}/etc/smfsav.conf.sample + @${MKDIR} ${STAGEDIR}${SMFSAV_RUN_DIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog readme ${STAGEDIR}${DOCSDIR} -.include +.include Modified: head/mail/smfsav/distinfo ============================================================================== --- head/mail/smfsav/distinfo Mon Sep 1 21:24:52 2014 (r366958) +++ head/mail/smfsav/distinfo Sun May 31 14:16:19 2015 (r388093) @@ -1,4 +1,2 @@ SHA256 (smfsav/smf-sav-1.4.0.tar.gz) = 77a28d012330581b5ecaf126a153f049731c399e294aab0ded53c1b0abab68cc SIZE (smfsav/smf-sav-1.4.0.tar.gz) = 21968 -SHA256 (smfsav/bind-src.tar.gz) = a0ef8506227797ee57a6c9488fc9ef355ba2fc1fa4616fe68abf0ed6cd009b68 -SIZE (smfsav/bind-src.tar.gz) = 1484718 Modified: head/mail/smfsav/files/patch-readme ============================================================================== --- head/mail/smfsav/files/patch-readme Mon Sep 1 21:24:52 2014 (r366958) +++ head/mail/smfsav/files/patch-readme Sun May 31 14:16:19 2015 (r388093) @@ -1,6 +1,6 @@ ---- readme.orig 2006-10-25 23:15:10.000000000 +0300 -+++ readme 2008-02-17 14:50:09.000000000 +0200 -@@ -38,21 +38,18 @@ +--- readme.orig 2006-10-25 20:15:10 UTC ++++ readme +@@ -38,21 +38,18 @@ Under FreeBSD the BIND v8 is required (p make make install Modified: head/mail/smfsav/files/patch-smf-sav.c ============================================================================== --- head/mail/smfsav/files/patch-smf-sav.c Mon Sep 1 21:24:52 2014 (r366958) +++ head/mail/smfsav/files/patch-smf-sav.c Sun May 31 14:16:19 2015 (r388093) @@ -1,5 +1,5 @@ ---- smf-sav.c.orig Wed Oct 25 23:15:10 2006 -+++ smf-sav.c Wed Aug 29 15:54:13 2007 +--- smf-sav.c.orig 2006-10-25 20:15:10 UTC ++++ smf-sav.c @@ -20,11 +20,7 @@ #endif Modified: head/mail/smfsav/files/patch-smf-sav.conf ============================================================================== --- head/mail/smfsav/files/patch-smf-sav.conf Mon Sep 1 21:24:52 2014 (r366958) +++ head/mail/smfsav/files/patch-smf-sav.conf Sun May 31 14:16:19 2015 (r388093) @@ -1,12 +1,12 @@ ---- smf-sav.conf.orig 2006-10-25 23:15:10.000000000 +0300 -+++ smf-sav.conf 2008-02-17 14:25:26.000000000 +0200 +--- smf-sav.conf.orig 2006-10-25 20:15:10 UTC ++++ smf-sav.conf @@ -1,4 +1,4 @@ -# /etc/mail/smfs/smf-sav.conf +# /usr/local/etc/smfsav.conf # # smf-sav configuration file v1.4.0 (it's read at start) # -@@ -97,15 +97,15 @@ +@@ -97,15 +97,15 @@ SafeCallBack postmaster@yourdomain.tld # # Run as a selected user (smf-sav must be started by root) # Modified: head/mail/smfsav/files/pkg-message.in ============================================================================== --- head/mail/smfsav/files/pkg-message.in Mon Sep 1 21:24:52 2014 (r366958) +++ head/mail/smfsav/files/pkg-message.in Sun May 31 14:16:19 2015 (r388093) @@ -5,5 +5,5 @@ define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl INPUT_MAIL_FILTER(`smfsav', `S=unix:/var/run/smfsav/smfsav.sock, T=S:30s;R:4m')dnl 3. Put line smfsav_enable="YES" to /etc/rc.conf file -4. Run %%PREFIX%%/etc/rc.d/smfsav start +4. Run `service smfsav start` ===================================================================================== Modified: head/mail/smfsav/files/smfsav.in ============================================================================== --- head/mail/smfsav/files/smfsav.in Mon Sep 1 21:24:52 2014 (r366958) +++ head/mail/smfsav/files/smfsav.in Sun May 31 14:16:19 2015 (r388093) @@ -21,4 +21,3 @@ command="%%PREFIX%%/sbin/smfsav" load_rc_config ${name} run_rc_command "$1" - Added: head/mail/smfsav/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/smfsav/pkg-plist Sun May 31 14:16:19 2015 (r388093) @@ -0,0 +1,5 @@ +sbin/smfsav +etc/smfsav.conf.sample +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/readme +@dir(smfs,smfs,700) /var/run/smfsav From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:30:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55981532; Sun, 31 May 2015 14:30:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43A511B84; Sun, 31 May 2015 14:30:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEUv8d078186; Sun, 31 May 2015 14:30:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEUuKU078183; Sun, 31 May 2015 14:30:56 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201505311430.t4VEUuKU078183@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 31 May 2015 14:30:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388094 - head/security/libassuan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:30:57 -0000 Author: jhale Date: Sun May 31 14:30:55 2015 New Revision: 388094 URL: https://svnweb.freebsd.org/changeset/ports/388094 Log: Update to 2.2.1 Modified: head/security/libassuan/Makefile head/security/libassuan/distinfo head/security/libassuan/pkg-plist Modified: head/security/libassuan/Makefile ============================================================================== --- head/security/libassuan/Makefile Sun May 31 14:16:19 2015 (r388093) +++ head/security/libassuan/Makefile Sun May 31 14:30:55 2015 (r388094) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libassuan -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= security devel MASTER_SITES= GNUPG/${PORTNAME} Modified: head/security/libassuan/distinfo ============================================================================== --- head/security/libassuan/distinfo Sun May 31 14:16:19 2015 (r388093) +++ head/security/libassuan/distinfo Sun May 31 14:30:55 2015 (r388094) @@ -1,2 +1,2 @@ -SHA256 (libassuan-2.2.0.tar.bz2) = 7df58ed70be4b694f77efd1f3b3f103c6311b6b71e04a370382f9fe8204f6ec6 -SIZE (libassuan-2.2.0.tar.bz2) = 516800 +SHA256 (libassuan-2.2.1.tar.bz2) = 949285bb79345362cb72a40c798defefc007031c60f2f10251720bf60a9de2de +SIZE (libassuan-2.2.1.tar.bz2) = 542381 Modified: head/security/libassuan/pkg-plist ============================================================================== --- head/security/libassuan/pkg-plist Sun May 31 14:16:19 2015 (r388093) +++ head/security/libassuan/pkg-plist Sun May 31 14:30:55 2015 (r388094) @@ -2,5 +2,5 @@ bin/libassuan-config include/assuan.h lib/libassuan.so lib/libassuan.so.0 -lib/libassuan.so.0.5.0 +lib/libassuan.so.0.5.1 share/aclocal/libassuan.m4 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBAA77C9; Sun, 31 May 2015 14:58:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD3841095; Sun, 31 May 2015 14:58:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwJDH091642; Sun, 31 May 2015 14:58:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwIFE091635; Sun, 31 May 2015 14:58:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwIFE091635@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388095 - in head/databases/rocksdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:20 -0000 Author: sunpoet Date: Sun May 31 14:58:17 2015 New Revision: 388095 URL: https://svnweb.freebsd.org/changeset/ports/388095 Log: - Update to 3.11 Changes: https://github.com/facebook/rocksdb/releases Added: head/databases/rocksdb/files/patch-util-thread_status_impl.cc (contents, props changed) Deleted: head/databases/rocksdb/files/patch-db_memtablerep__bench.cc head/databases/rocksdb/files/patch-util-logging.cc Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sun May 31 14:30:55 2015 (r388094) +++ head/databases/rocksdb/Makefile Sun May 31 14:58:17 2015 (r388095) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 3.10.2 +PORTVERSION= 3.11 DISTVERSIONPREFIX= rocksdb- CATEGORIES= databases @@ -15,7 +15,7 @@ LIB_DEPENDS= libgflags.so:${PORTSDIR}/de libsnappy.so:${PORTSDIR}/archivers/snappy ALL_TARGET= shared_lib all -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include CPPFLAGS+= -DOS_FREEBSD LDFLAGS+= -L${LOCALBASE}/lib USE_CXXSTD= c++11 @@ -25,7 +25,7 @@ USES= compiler:c++11-lib gmake GH_ACCOUNT= facebook USE_GITHUB= yes -PROGRAMS= db_bench db_repl_stress db_sanity_test db_stress ldb log_and_apply_bench signal_test sst_dump table_reader_bench +PROGRAMS= db_bench db_repl_stress db_sanity_test db_stress ldb sst_dump table_reader_bench .include @@ -33,9 +33,12 @@ PROGRAMS= db_bench db_repl_stress db_san CFLAGS+= -D_GLIBCXX_USE_C99 .endif -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 +.if ${COMPILER_TYPE} == clang +#CXXFLAGS+= -Wno-shift-count-overflow +.if ${COMPILER_VERSION} >= 36 CXXFLAGS+= -Wno-inconsistent-missing-override .endif +.endif post-patch: @${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||' ${WRKSRC}/Makefile @@ -43,6 +46,9 @@ post-patch: .if defined(WITHOUT_PROFILE) @${REINPLACE_CMD} -e '/pg = / s| -pg||' ${WRKSRC}/Makefile .endif +.if !defined(MACHINE_CPU:Msse42) +# @${REINPLACE_CMD} -e 's| -msse4.2||' ${WRKSRC}/build_tools/build_detect_platform +.endif do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/rocksdb/ ${STAGEDIR}${DATADIR}/ Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Sun May 31 14:30:55 2015 (r388094) +++ head/databases/rocksdb/distinfo Sun May 31 14:58:17 2015 (r388095) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-rocksdb-3.10.2_GH0.tar.gz) = 5ace408b12e5e5c836c9ba0b1bd57662784d15820cd02b203459b3ac2e01fde7 -SIZE (facebook-rocksdb-rocksdb-3.10.2_GH0.tar.gz) = 1602427 +SHA256 (facebook-rocksdb-rocksdb-3.11_GH0.tar.gz) = 84ddbcbecc956aacc947d1109d79624e972fb7042fc48a8b3481f04566bc2e36 +SIZE (facebook-rocksdb-rocksdb-3.11_GH0.tar.gz) = 1639978 Added: head/databases/rocksdb/files/patch-util-thread_status_impl.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rocksdb/files/patch-util-thread_status_impl.cc Sun May 31 14:58:17 2015 (r388095) @@ -0,0 +1,11 @@ +--- util/thread_status_impl.cc.orig 2015-05-20 01:42:17 UTC ++++ util/thread_status_impl.cc +@@ -100,7 +100,7 @@ std::map + property_map.insert( + {"BaseInputLevel", op_properties[i] >> 32}); + property_map.insert( +- {"OutputLevel", op_properties[i] % (1LU << 32)}); ++ {"OutputLevel", op_properties[i] % ((uint64_t) 1LU << 32)}); + } else if (op_type == OP_COMPACTION && + i == COMPACTION_PROP_FLAGS) { + property_map.insert( Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Sun May 31 14:30:55 2015 (r388094) +++ head/databases/rocksdb/pkg-plist Sun May 31 14:58:17 2015 (r388095) @@ -3,8 +3,6 @@ bin/db_repl_stress bin/db_sanity_test bin/db_stress bin/ldb -bin/log_and_apply_bench -bin/signal_test bin/sst_dump bin/table_reader_bench include/rocksdb/c.h @@ -13,6 +11,7 @@ include/rocksdb/compaction_filter.h include/rocksdb/comparator.h include/rocksdb/db.h include/rocksdb/env.h +include/rocksdb/experimental.h include/rocksdb/filter_policy.h include/rocksdb/flush_block_policy.h include/rocksdb/immutable_options.h @@ -42,6 +41,7 @@ include/rocksdb/utilities/checkpoint.h include/rocksdb/utilities/convenience.h include/rocksdb/utilities/db_ttl.h include/rocksdb/utilities/document_db.h +include/rocksdb/utilities/flashcache.h include/rocksdb/utilities/geo_db.h include/rocksdb/utilities/json_document.h include/rocksdb/utilities/leveldb_options.h From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B7CF8A2; Sun, 31 May 2015 14:58:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89B6A1096; Sun, 31 May 2015 14:58:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwOo0091767; Sun, 31 May 2015 14:58:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwO5B091765; Sun, 31 May 2015 14:58:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwO5B091765@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388096 - head/devel/rubygem-fog-json X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:24 -0000 Author: sunpoet Date: Sun May 31 14:58:23 2015 New Revision: 388096 URL: https://svnweb.freebsd.org/changeset/ports/388096 Log: - Update to 1.0.2 Changes: https://github.com/fog/fog-json/blob/master/CHANGELOG.md Modified: head/devel/rubygem-fog-json/Makefile head/devel/rubygem-fog-json/distinfo Modified: head/devel/rubygem-fog-json/Makefile ============================================================================== --- head/devel/rubygem-fog-json/Makefile Sun May 31 14:58:17 2015 (r388095) +++ head/devel/rubygem-fog-json/Makefile Sun May 31 14:58:23 2015 (r388096) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-json -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Extraction of the JSON parsing LICENSE= MIT RUN_DEPENDS= rubygem-fog-core>=1.0:${PORTSDIR}/devel/rubygem-fog-core \ - rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json + rubygem-multi_json>=1.10:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-fog-json/distinfo ============================================================================== --- head/devel/rubygem-fog-json/distinfo Sun May 31 14:58:17 2015 (r388095) +++ head/devel/rubygem-fog-json/distinfo Sun May 31 14:58:23 2015 (r388096) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-json-1.0.1.gem) = 0114940ed63dc79020a24edfb75ea721d5b21e6219f31f03285775a41a99077c -SIZE (rubygem/fog-json-1.0.1.gem) = 8704 +SHA256 (rubygem/fog-json-1.0.2.gem) = 19006b42ac58cc71442e97d00de454824245b3780bb091cfa97e4a25db9cbb29 +SIZE (rubygem/fog-json-1.0.2.gem) = 8704 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDA06984; Sun, 31 May 2015 14:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B922E1097; Sun, 31 May 2015 14:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwTkE091909; Sun, 31 May 2015 14:58:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwS0S091900; Sun, 31 May 2015 14:58:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwS0S091900@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388097 - head/lang/p5-Error X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:29 -0000 Author: sunpoet Date: Sun May 31 14:58:28 2015 New Revision: 388097 URL: https://svnweb.freebsd.org/changeset/ports/388097 Log: - Update to 0.17024 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Error/ChangeLog Modified: head/lang/p5-Error/Makefile head/lang/p5-Error/distinfo head/lang/p5-Error/pkg-plist Modified: head/lang/p5-Error/Makefile ============================================================================== --- head/lang/p5-Error/Makefile Sun May 31 14:58:23 2015 (r388096) +++ head/lang/p5-Error/Makefile Sun May 31 14:58:28 2015 (r388097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Error -PORTVERSION= 0.17023 +PORTVERSION= 0.17024 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,7 @@ COMMENT= Error/exception handling in obj LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/lang/p5-Error/distinfo ============================================================================== --- head/lang/p5-Error/distinfo Sun May 31 14:58:23 2015 (r388096) +++ head/lang/p5-Error/distinfo Sun May 31 14:58:28 2015 (r388097) @@ -1,2 +1,2 @@ -SHA256 (Error-0.17023.tar.gz) = af48e19077d8837c6377d8a9ba2ce473c100caf5eeb7b53606c3f78a0e8b5d37 -SIZE (Error-0.17023.tar.gz) = 31038 +SHA256 (Error-0.17024.tar.gz) = 074db7c783a67b0667eca64a4f6a0c3de94998afc92c01d6453163eb04b9150d +SIZE (Error-0.17024.tar.gz) = 31269 Modified: head/lang/p5-Error/pkg-plist ============================================================================== --- head/lang/p5-Error/pkg-plist Sun May 31 14:58:23 2015 (r388096) +++ head/lang/p5-Error/pkg-plist Sun May 31 14:58:28 2015 (r388097) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Error.3.gz -%%PERL5_MAN3%%/Error::Simple.3.gz %%SITE_PERL%%/Error.pm %%SITE_PERL%%/Error/Simple.pm +%%PERL5_MAN3%%/Error.3.gz +%%PERL5_MAN3%%/Error::Simple.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73BF7A5F; Sun, 31 May 2015 14:58:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62595109C; Sun, 31 May 2015 14:58:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwY3L092048; Sun, 31 May 2015 14:58:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwXkQ092044; Sun, 31 May 2015 14:58:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwXkQ092044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388098 - head/www/p5-HTTP-Async X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:34 -0000 Author: sunpoet Date: Sun May 31 14:58:33 2015 New Revision: 388098 URL: https://svnweb.freebsd.org/changeset/ports/388098 Log: - Update to 0.29 - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Async/Changes Modified: head/www/p5-HTTP-Async/Makefile head/www/p5-HTTP-Async/distinfo Modified: head/www/p5-HTTP-Async/Makefile ============================================================================== --- head/www/p5-HTTP-Async/Makefile Sun May 31 14:58:28 2015 (r388097) +++ head/www/p5-HTTP-Async/Makefile Sun May 31 14:58:33 2015 (r388098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Async -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,9 +18,11 @@ BUILD_DEPENDS= p5-HTTP-Server-Simple>=0: p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \ +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \ p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTTP-Async/distinfo ============================================================================== --- head/www/p5-HTTP-Async/distinfo Sun May 31 14:58:28 2015 (r388097) +++ head/www/p5-HTTP-Async/distinfo Sun May 31 14:58:33 2015 (r388098) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Async-0.28.tar.gz) = 9825261718ac7b3c8145c6c4f1c45fe2942b4222c4c147fcaed4e8dcd3b5a8ec -SIZE (HTTP-Async-0.28.tar.gz) = 22731 +SHA256 (HTTP-Async-0.29.tar.gz) = 3cdbaf164173ef5493266e392089d77649d161778e640d3b6e0504e1de7bae57 +SIZE (HTTP-Async-0.29.tar.gz) = 23015 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17562B3D; Sun, 31 May 2015 14:58:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0546B109F; Sun, 31 May 2015 14:58:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwcYt092171; Sun, 31 May 2015 14:58:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwc8P092169; Sun, 31 May 2015 14:58:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwc8P092169@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388099 - head/security/rubygem-omniauth-multipassword X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:39 -0000 Author: sunpoet Date: Sun May 31 14:58:37 2015 New Revision: 388099 URL: https://svnweb.freebsd.org/changeset/ports/388099 Log: - Update to 0.4.2 Changes: https://github.com/jgraichen/omniauth-multipassword/commits/master Modified: head/security/rubygem-omniauth-multipassword/Makefile head/security/rubygem-omniauth-multipassword/distinfo Modified: head/security/rubygem-omniauth-multipassword/Makefile ============================================================================== --- head/security/rubygem-omniauth-multipassword/Makefile Sun May 31 14:58:33 2015 (r388098) +++ head/security/rubygem-omniauth-multipassword/Makefile Sun May 31 14:58:37 2015 (r388099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-multipassword -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-omniauth-multipassword/distinfo ============================================================================== --- head/security/rubygem-omniauth-multipassword/distinfo Sun May 31 14:58:33 2015 (r388098) +++ head/security/rubygem-omniauth-multipassword/distinfo Sun May 31 14:58:37 2015 (r388099) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-multipassword-0.4.1.gem) = 35acded3b0f67ae4f9b699c4e415a728bd5f81e38365a651493506aa8c9ee93d -SIZE (rubygem/omniauth-multipassword-0.4.1.gem) = 7168 +SHA256 (rubygem/omniauth-multipassword-0.4.2.gem) = 68d3701d77094ae66dde6b83cd10db714d88cccedfc334d69b14200ecdb9d363 +SIZE (rubygem/omniauth-multipassword-0.4.2.gem) = 8704 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33253CEA; Sun, 31 May 2015 14:58:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21FEF10AA; Sun, 31 May 2015 14:58:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwmoA092442; Sun, 31 May 2015 14:58:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwlUG092441; Sun, 31 May 2015 14:58:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwlUG092441@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388101 - head/sysutils/rubygem-bundler_ext X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:48 -0000 Author: sunpoet Date: Sun May 31 14:58:47 2015 New Revision: 388101 URL: https://svnweb.freebsd.org/changeset/ports/388101 Log: - Update RUN_DEPENDS Modified: head/sysutils/rubygem-bundler_ext/Makefile Modified: head/sysutils/rubygem-bundler_ext/Makefile ============================================================================== --- head/sysutils/rubygem-bundler_ext/Makefile Sun May 31 14:58:42 2015 (r388100) +++ head/sysutils/rubygem-bundler_ext/Makefile Sun May 31 14:58:47 2015 (r388101) @@ -12,7 +12,7 @@ COMMENT= Loads gems installed on the sys LICENSE= MIT -RUN_DEPENDS= rubygem-bundler>=1.7:${PORTSDIR}/sysutils/rubygem-bundler +RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler USE_RUBY= yes USE_RUBYGEMS= yes From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A105C05; Sun, 31 May 2015 14:58:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E33CB10A5; Sun, 31 May 2015 14:58:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwh1X092311; Sun, 31 May 2015 14:58:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwhOZ092308; Sun, 31 May 2015 14:58:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwhOZ092308@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388100 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:44 -0000 Author: sunpoet Date: Sun May 31 14:58:42 2015 New Revision: 388100 URL: https://svnweb.freebsd.org/changeset/ports/388100 Log: - Update to 1.10.2 - Update WWW Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo head/sysutils/rubygem-bundler/pkg-descr Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Sun May 31 14:58:37 2015 (r388099) +++ head/sysutils/rubygem-bundler/Makefile Sun May 31 14:58:42 2015 (r388100) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.7.14 +PORTVERSION= 1.10.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Sun May 31 14:58:37 2015 (r388099) +++ head/sysutils/rubygem-bundler/distinfo Sun May 31 14:58:42 2015 (r388100) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bundler-1.7.14.gem) = 04c6c3ee221fad57bea2841e01b6c879431e412d7b79c82234a9aea04920a166 -SIZE (rubygem/bundler-1.7.14.gem) = 308224 +SHA256 (rubygem/bundler-1.10.2.gem) = 83013b20b7894f3cbdf5faae16ff3364831b7cbe8762c1c85f748adf13fa9357 +SIZE (rubygem/bundler-1.10.2.gem) = 249856 Modified: head/sysutils/rubygem-bundler/pkg-descr ============================================================================== --- head/sysutils/rubygem-bundler/pkg-descr Sun May 31 14:58:37 2015 (r388099) +++ head/sysutils/rubygem-bundler/pkg-descr Sun May 31 14:58:42 2015 (r388100) @@ -4,4 +4,4 @@ and all child dependencies specified in to the gem manifest file and update the bundled gems accordingly. It also letsyou run any ruby code in context of the bundled gem environment. -WWW: http://gembundler.com +WWW: http://bundler.io/ From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4714ECF; Sun, 31 May 2015 14:58:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B360910AC; Sun, 31 May 2015 14:58:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwupZ092660; Sun, 31 May 2015 14:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwuMe092659; Sun, 31 May 2015 14:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwuMe092659@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388103 - head/www/rubygem-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:56 -0000 Author: sunpoet Date: Sun May 31 14:58:55 2015 New Revision: 388103 URL: https://svnweb.freebsd.org/changeset/ports/388103 Log: - Update RUN_DEPENDS - Remove MONGRELCLUSTER_DESC Modified: head/www/rubygem-rails4/Makefile Modified: head/www/rubygem-rails4/Makefile ============================================================================== --- head/www/rubygem-rails4/Makefile Sun May 31 14:58:51 2015 (r388102) +++ head/www/rubygem-rails4/Makefile Sun May 31 14:58:55 2015 (r388103) @@ -19,7 +19,7 @@ RUN_DEPENDS= rubygem-actionmailer4>=${PO rubygem-activemodel4>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel4 \ rubygem-activerecord4>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activerecord4 \ rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-bundler>=1.0:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-bundler>=1.3.0:${PORTSDIR}/sysutils/rubygem-bundler \ rubygem-railties4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-railties4 \ rubygem-activeresource4>=4.0.0:${PORTSDIR}/www/rubygem-activeresource4 \ rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32 \ @@ -43,14 +43,12 @@ RUN_DEPENDS= rubygem-actionmailer4>=${PO USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - USES= cpe CPE_VENDOR= rubyonrails CPE_PRODUCT= ruby_on_rails OPTIONS_DEFINE= PASSENGER MEMCACHE_CLIENT -MONGRELCLUSTER_DESC= Mongrel Cluster backend PASSENGER_DESC= Passenger backend MEMCACHE_CLIENT_DESC= MemCache-Client support OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:58:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EC65DF1; Sun, 31 May 2015 14:58:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E0D210AB; Sun, 31 May 2015 14:58:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwqPY092551; Sun, 31 May 2015 14:58:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwqPJ092550; Sun, 31 May 2015 14:58:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwqPJ092550@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388102 - head/www/rubygem-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:58:52 -0000 Author: sunpoet Date: Sun May 31 14:58:51 2015 New Revision: 388102 URL: https://svnweb.freebsd.org/changeset/ports/388102 Log: - Remove MONGRELCLUSTER_DESC Modified: head/www/rubygem-rails/Makefile Modified: head/www/rubygem-rails/Makefile ============================================================================== --- head/www/rubygem-rails/Makefile Sun May 31 14:58:47 2015 (r388101) +++ head/www/rubygem-rails/Makefile Sun May 31 14:58:51 2015 (r388102) @@ -53,7 +53,6 @@ CPE_VENDOR= rubyonrails CPE_PRODUCT= ruby_on_rails OPTIONS_DEFINE= PASSENGER MEMCACHE_CLIENT -MONGRELCLUSTER_DESC= Mongrel Cluster backend PASSENGER_DESC= Passenger backend MEMCACHE_CLIENT_DESC= MemCache-Client support OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 739E3FB1; Sun, 31 May 2015 14:59:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6231B10AE; Sun, 31 May 2015 14:59:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEx1Mb092801; Sun, 31 May 2015 14:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEx0TL092793; Sun, 31 May 2015 14:59:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VEx0TL092793@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388104 - head/sysutils/rubygem-rubyipmi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:01 -0000 Author: sunpoet Date: Sun May 31 14:59:00 2015 New Revision: 388104 URL: https://svnweb.freebsd.org/changeset/ports/388104 Log: - Update to 0.10.0 Changes: https://github.com/logicminds/rubyipmi/blob/master/RELEASE_NOTES.md Modified: head/sysutils/rubygem-rubyipmi/Makefile head/sysutils/rubygem-rubyipmi/distinfo Modified: head/sysutils/rubygem-rubyipmi/Makefile ============================================================================== --- head/sysutils/rubygem-rubyipmi/Makefile Sun May 31 14:58:55 2015 (r388103) +++ head/sysutils/rubygem-rubyipmi/Makefile Sun May 31 14:59:00 2015 (r388104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rubyipmi -PORTVERSION= 0.9.2 +PORTVERSION= 0.10.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-rubyipmi/distinfo ============================================================================== --- head/sysutils/rubygem-rubyipmi/distinfo Sun May 31 14:58:55 2015 (r388103) +++ head/sysutils/rubygem-rubyipmi/distinfo Sun May 31 14:59:00 2015 (r388104) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rubyipmi-0.9.2.gem) = 160db0d4ef85e085ce68b180bb645938f640aec07089355d02162a313eae8abb -SIZE (rubygem/rubyipmi-0.9.2.gem) = 58880 +SHA256 (rubygem/rubyipmi-0.10.0.gem) = 98917a2c2d392b1a67ff7ab99827e1521a7cf8ac96696c5646b3dbf6a7be51e9 +SIZE (rubygem/rubyipmi-0.10.0.gem) = 59392 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C7B2EA; Sun, 31 May 2015 14:59:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7131F10B3; Sun, 31 May 2015 14:59:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEx6df092963; Sun, 31 May 2015 14:59:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEx5Rb092960; Sun, 31 May 2015 14:59:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VEx5Rb092960@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388105 - head/textproc/rubygem-elasticsearch-api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:06 -0000 Author: sunpoet Date: Sun May 31 14:59:05 2015 New Revision: 388105 URL: https://svnweb.freebsd.org/changeset/ports/388105 Log: - Update to 1.0.11 - Add missing RUN_DEPENDS - Move comment upward - Update WWW Changes: https://github.com/elasticsearch/elasticsearch-ruby/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-elasticsearch-api/Makefile head/textproc/rubygem-elasticsearch-api/distinfo head/textproc/rubygem-elasticsearch-api/pkg-descr Modified: head/textproc/rubygem-elasticsearch-api/Makefile ============================================================================== --- head/textproc/rubygem-elasticsearch-api/Makefile Sun May 31 14:59:00 2015 (r388104) +++ head/textproc/rubygem-elasticsearch-api/Makefile Sun May 31 14:59:05 2015 (r388105) @@ -1,8 +1,11 @@ # Created by: Ryan Steinmetz # $FreeBSD$ +# +# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch +# and textproc/rubygem-elasticsearch-transport PORTNAME= elasticsearch-api -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.11 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,11 +14,10 @@ COMMENT= Ruby API for Elasticsearch LICENSE= APACHE20 +RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch -# and textproc/rubygem-elasticsearch-transport - .include Modified: head/textproc/rubygem-elasticsearch-api/distinfo ============================================================================== --- head/textproc/rubygem-elasticsearch-api/distinfo Sun May 31 14:59:00 2015 (r388104) +++ head/textproc/rubygem-elasticsearch-api/distinfo Sun May 31 14:59:05 2015 (r388105) @@ -1,2 +1,2 @@ -SHA256 (rubygem/elasticsearch-api-1.0.7.gem) = 6932c363f8d4f51c9c279775a2f7c663bfd083615e8dbe66ff8850077fbd6739 -SIZE (rubygem/elasticsearch-api-1.0.7.gem) = 72192 +SHA256 (rubygem/elasticsearch-api-1.0.11.gem) = 98f1637686c2ee3f23ae485cd510ebf12a43e03caec400fa7d26b063085235f4 +SIZE (rubygem/elasticsearch-api-1.0.11.gem) = 73216 Modified: head/textproc/rubygem-elasticsearch-api/pkg-descr ============================================================================== --- head/textproc/rubygem-elasticsearch-api/pkg-descr Sun May 31 14:59:00 2015 (r388104) +++ head/textproc/rubygem-elasticsearch-api/pkg-descr Sun May 31 14:59:05 2015 (r388105) @@ -1,4 +1,4 @@ Ruby API for Elasticsearch. See textproc/rubygem-elasticsearch for more details. -WWW: https://rubygems.org/gems/elasticsearch-api +WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-api From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AD2B2AB; Sun, 31 May 2015 14:59:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E47610BA; Sun, 31 May 2015 14:59:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExGsa093246; Sun, 31 May 2015 14:59:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExFWR093240; Sun, 31 May 2015 14:59:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExFWR093240@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388107 - head/textproc/rubygem-elasticsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:16 -0000 Author: sunpoet Date: Sun May 31 14:59:14 2015 New Revision: 388107 URL: https://svnweb.freebsd.org/changeset/ports/388107 Log: - Update to 1.0.11 - Update RUN_DEPENDS - Move comment upward - Update WWW Changes: https://github.com/elasticsearch/elasticsearch-ruby/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-elasticsearch/Makefile head/textproc/rubygem-elasticsearch/distinfo head/textproc/rubygem-elasticsearch/pkg-descr Modified: head/textproc/rubygem-elasticsearch/Makefile ============================================================================== --- head/textproc/rubygem-elasticsearch/Makefile Sun May 31 14:59:10 2015 (r388106) +++ head/textproc/rubygem-elasticsearch/Makefile Sun May 31 14:59:14 2015 (r388107) @@ -1,8 +1,11 @@ # Created by: Ryan Steinmetz # $FreeBSD$ +# +# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch-api +# and textproc/rubygem-elasticsearch-transport PORTNAME= elasticsearch -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.11 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,14 +14,11 @@ COMMENT= Ruby integrations for Elasticse LICENSE= APACHE20 -RUN_DEPENDS= rubygem-elasticsearch-api=1.0.7:${PORTSDIR}/textproc/rubygem-elasticsearch-api \ - rubygem-elasticsearch-transport=1.0.7:${PORTSDIR}/textproc/rubygem-elasticsearch-transport +RUN_DEPENDS= rubygem-elasticsearch-api=${PORTVERSION}:${PORTSDIR}/textproc/rubygem-elasticsearch-api \ + rubygem-elasticsearch-transport=${PORTVERSION}:${PORTSDIR}/textproc/rubygem-elasticsearch-transport USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch-api -# and textproc/rubygem-elasticsearch-transport - .include Modified: head/textproc/rubygem-elasticsearch/distinfo ============================================================================== --- head/textproc/rubygem-elasticsearch/distinfo Sun May 31 14:59:10 2015 (r388106) +++ head/textproc/rubygem-elasticsearch/distinfo Sun May 31 14:59:14 2015 (r388107) @@ -1,2 +1,2 @@ -SHA256 (rubygem/elasticsearch-1.0.8.gem) = 14aa51d9145e0a1dd44ac843789620fef173b8cfc428d01e86eca17493fad14d -SIZE (rubygem/elasticsearch-1.0.8.gem) = 8704 +SHA256 (rubygem/elasticsearch-1.0.11.gem) = 468442417d1e4c1ab500b79f466338dbd658ffb3d99c09fe2aa403f66bdfd9e5 +SIZE (rubygem/elasticsearch-1.0.11.gem) = 8704 Modified: head/textproc/rubygem-elasticsearch/pkg-descr ============================================================================== --- head/textproc/rubygem-elasticsearch/pkg-descr Sun May 31 14:59:10 2015 (r388106) +++ head/textproc/rubygem-elasticsearch/pkg-descr Sun May 31 14:59:14 2015 (r388107) @@ -4,4 +4,4 @@ Ruby integrations for Elasticsearch that * a Ruby API for the Elasticsearch's REST API * various extensions and utilities -WWW: https://rubygems.org/gems/elasticsearch +WWW: http://github.com/elasticsearch/elasticsearch-ruby From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 898A61CC; Sun, 31 May 2015 14:59:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F8F410B5; Sun, 31 May 2015 14:59:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExBHA093106; Sun, 31 May 2015 14:59:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExAE3093101; Sun, 31 May 2015 14:59:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExAE3093101@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388106 - head/textproc/rubygem-elasticsearch-transport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:11 -0000 Author: sunpoet Date: Sun May 31 14:59:10 2015 New Revision: 388106 URL: https://svnweb.freebsd.org/changeset/ports/388106 Log: - Update to 1.0.11 - Add missing RUN_DEPENDS - Move comment upward - Update WWW Changes: https://github.com/elasticsearch/elasticsearch-ruby/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-elasticsearch-transport/Makefile head/textproc/rubygem-elasticsearch-transport/distinfo head/textproc/rubygem-elasticsearch-transport/pkg-descr Modified: head/textproc/rubygem-elasticsearch-transport/Makefile ============================================================================== --- head/textproc/rubygem-elasticsearch-transport/Makefile Sun May 31 14:59:05 2015 (r388105) +++ head/textproc/rubygem-elasticsearch-transport/Makefile Sun May 31 14:59:10 2015 (r388106) @@ -1,8 +1,11 @@ # Created by: Ryan Steinmetz # $FreeBSD$ +# +# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch +# and textproc/rubygem-elasticsearch-api PORTNAME= elasticsearch-transport -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.11 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -18,7 +21,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch -# and textproc/rubygem-elasticsearch-api - .include Modified: head/textproc/rubygem-elasticsearch-transport/distinfo ============================================================================== --- head/textproc/rubygem-elasticsearch-transport/distinfo Sun May 31 14:59:05 2015 (r388105) +++ head/textproc/rubygem-elasticsearch-transport/distinfo Sun May 31 14:59:10 2015 (r388106) @@ -1,2 +1,2 @@ -SHA256 (rubygem/elasticsearch-transport-1.0.7.gem) = ec031badbb7da2021d3608f0dc0dd37a61c327c3cb45249d5604f1fbf6fabe5c -SIZE (rubygem/elasticsearch-transport-1.0.7.gem) = 32256 +SHA256 (rubygem/elasticsearch-transport-1.0.11.gem) = 573d389f23fd28764f394e01d3a5b9bf626a27666c47df770788dd1477945e57 +SIZE (rubygem/elasticsearch-transport-1.0.11.gem) = 32768 Modified: head/textproc/rubygem-elasticsearch-transport/pkg-descr ============================================================================== --- head/textproc/rubygem-elasticsearch-transport/pkg-descr Sun May 31 14:59:05 2015 (r388105) +++ head/textproc/rubygem-elasticsearch-transport/pkg-descr Sun May 31 14:59:10 2015 (r388106) @@ -1,4 +1,4 @@ Ruby client for Elasticsearch. See textproc/rubygem-elasticsearch for more details. -WWW: https://rubygems.org/gems/elasticsearch-transport +WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-transport From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73261468; Sun, 31 May 2015 14:59:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6246510BF; Sun, 31 May 2015 14:59:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExPjS093517; Sun, 31 May 2015 14:59:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExOA7093514; Sun, 31 May 2015 14:59:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExOA7093514@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388109 - head/textproc/rubygem-sax-machine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:25 -0000 Author: sunpoet Date: Sun May 31 14:59:24 2015 New Revision: 388109 URL: https://svnweb.freebsd.org/changeset/ports/388109 Log: - Update to 1.3.2 Changes: https://github.com/pauldix/sax-machine/blob/master/HISTORY.md Modified: head/textproc/rubygem-sax-machine/Makefile head/textproc/rubygem-sax-machine/distinfo Modified: head/textproc/rubygem-sax-machine/Makefile ============================================================================== --- head/textproc/rubygem-sax-machine/Makefile Sun May 31 14:59:19 2015 (r388108) +++ head/textproc/rubygem-sax-machine/Makefile Sun May 31 14:59:24 2015 (r388109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sax-machine -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-sax-machine/distinfo ============================================================================== --- head/textproc/rubygem-sax-machine/distinfo Sun May 31 14:59:19 2015 (r388108) +++ head/textproc/rubygem-sax-machine/distinfo Sun May 31 14:59:24 2015 (r388109) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sax-machine-1.3.0.gem) = d670a5d0144127cad76be0ac1bebb94fd229429d32c8992d4da44fb6fbc3eee3 -SIZE (rubygem/sax-machine-1.3.0.gem) = 25600 +SHA256 (rubygem/sax-machine-1.3.2.gem) = a1112678039eea4c402827ca0d377744e0f882fd6386f29f7b0023d938750d3a +SIZE (rubygem/sax-machine-1.3.2.gem) = 26112 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E84F138B; Sun, 31 May 2015 14:59:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D72BD10BE; Sun, 31 May 2015 14:59:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExK6O093389; Sun, 31 May 2015 14:59:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExKbF093387; Sun, 31 May 2015 14:59:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExKbF093387@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388108 - head/textproc/rubygem-nokogumbo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:21 -0000 Author: sunpoet Date: Sun May 31 14:59:19 2015 New Revision: 388108 URL: https://svnweb.freebsd.org/changeset/ports/388108 Log: - Update to 1.4.2 Changes: https://github.com/rubys/nokogumbo/commits/master Modified: head/textproc/rubygem-nokogumbo/Makefile head/textproc/rubygem-nokogumbo/distinfo Modified: head/textproc/rubygem-nokogumbo/Makefile ============================================================================== --- head/textproc/rubygem-nokogumbo/Makefile Sun May 31 14:59:14 2015 (r388107) +++ head/textproc/rubygem-nokogumbo/Makefile Sun May 31 14:59:19 2015 (r388108) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nokogumbo -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -13,9 +13,9 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri -USES= pkgconfig USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= pkgconfig .include Modified: head/textproc/rubygem-nokogumbo/distinfo ============================================================================== --- head/textproc/rubygem-nokogumbo/distinfo Sun May 31 14:59:14 2015 (r388107) +++ head/textproc/rubygem-nokogumbo/distinfo Sun May 31 14:59:19 2015 (r388108) @@ -1,2 +1,2 @@ -SHA256 (rubygem/nokogumbo-1.4.1.gem) = a2143a68c6eec9b45c554d3eaf10291344961743314cfbde429a55ec76938768 -SIZE (rubygem/nokogumbo-1.4.1.gem) = 232448 +SHA256 (rubygem/nokogumbo-1.4.2.gem) = 8ab7734ec2576a77a77582a25e2658e242bc0710e3ab303643261620fc6cdce0 +SIZE (rubygem/nokogumbo-1.4.2.gem) = 222208 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32D84547; Sun, 31 May 2015 14:59:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1596C10C1; Sun, 31 May 2015 14:59:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExUCc093683; Sun, 31 May 2015 14:59:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExUAn093679; Sun, 31 May 2015 14:59:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExUAn093679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388110 - in head/textproc: . rubygem-compass-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:31 -0000 Author: sunpoet Date: Sun May 31 14:59:29 2015 New Revision: 388110 URL: https://svnweb.freebsd.org/changeset/ports/388110 Log: - Add rubygem-compass-core 1.0.3 The compass core framework is a design-agnostic framework that provides common code that would otherwise be duplicated across other frameworks and extensions. WWW: http://compass-style.org/reference/compass/ RG: https://rubygems.org/gems/compass-core Added: head/textproc/rubygem-compass-core/ head/textproc/rubygem-compass-core/Makefile (contents, props changed) head/textproc/rubygem-compass-core/distinfo (contents, props changed) head/textproc/rubygem-compass-core/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 31 14:59:24 2015 (r388109) +++ head/textproc/Makefile Sun May 31 14:59:29 2015 (r388110) @@ -1325,6 +1325,7 @@ SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass + SUBDIR += rubygem-compass-core SUBDIR += rubygem-compass-rails SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser Added: head/textproc/rubygem-compass-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-core/Makefile Sun May 31 14:59:29 2015 (r388110) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= compass-core +PORTVERSION= 1.0.3 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Compass core stylesheet library and minimum required ruby extensions + +LICENSE= MIT + +RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-sass>=3.3.0:${PORTSDIR}/textproc/rubygem-sass + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-compass-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-core/distinfo Sun May 31 14:59:29 2015 (r388110) @@ -0,0 +1,2 @@ +SHA256 (rubygem/compass-core-1.0.3.gem) = 6ac8bb4cabb5bf80d1a7febbacfd35c1aa83e91a7a511637668dffda38be5a79 +SIZE (rubygem/compass-core-1.0.3.gem) = 137728 Added: head/textproc/rubygem-compass-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-core/pkg-descr Sun May 31 14:59:29 2015 (r388110) @@ -0,0 +1,5 @@ +The compass core framework is a design-agnostic framework that provides common +code that would otherwise be duplicated across other frameworks and extensions. + +WWW: http://compass-style.org/reference/compass/ +RG: https://rubygems.org/gems/compass-core From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ECA4651; Sun, 31 May 2015 14:59:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0A410CF; Sun, 31 May 2015 14:59:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExptC093898; Sun, 31 May 2015 14:59:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExojE093894; Sun, 31 May 2015 14:59:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExojE093894@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388111 - in head/textproc: . rubygem-compass-import-once X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:51 -0000 Author: sunpoet Date: Sun May 31 14:59:49 2015 New Revision: 388111 URL: https://svnweb.freebsd.org/changeset/ports/388111 Log: - Add rubygem-compass-import-once 1.0.5 This plugin changes the behavior of Sass's @import directive so that if the same sass file is imported more than once, the second import will be a no-op. This allows dependencies to behave how most people expect them to behave and provides a considerable performance improvement for some sass projects. Note: Although this plugin is maintained by compass, it can be used without compass in any Sass-based project. WWW: https://github.com/Compass/compass/tree/master/import-once RG: https://rubygems.org/gems/compass-import-once Added: head/textproc/rubygem-compass-import-once/ head/textproc/rubygem-compass-import-once/Makefile (contents, props changed) head/textproc/rubygem-compass-import-once/distinfo (contents, props changed) head/textproc/rubygem-compass-import-once/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 31 14:59:29 2015 (r388110) +++ head/textproc/Makefile Sun May 31 14:59:49 2015 (r388111) @@ -1326,6 +1326,7 @@ SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-core + SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-compass-rails SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser Added: head/textproc/rubygem-compass-import-once/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-import-once/Makefile Sun May 31 14:59:49 2015 (r388111) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= compass-import-once +PORTVERSION= 1.0.5 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Compass core stylesheet library and minimum required ruby extensions + +LICENSE= MIT + +RUN_DEPENDS= rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-compass-import-once/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-import-once/distinfo Sun May 31 14:59:49 2015 (r388111) @@ -0,0 +1,2 @@ +SHA256 (rubygem/compass-import-once-1.0.5.gem) = 38978ffed0d332e8526e87e1befd1b6831774ca7d8350c5adb5b9eef167fc72e +SIZE (rubygem/compass-import-once-1.0.5.gem) = 9728 Added: head/textproc/rubygem-compass-import-once/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-import-once/pkg-descr Sun May 31 14:59:49 2015 (r388111) @@ -0,0 +1,10 @@ +This plugin changes the behavior of Sass's @import directive so that if the same +sass file is imported more than once, the second import will be a no-op. This +allows dependencies to behave how most people expect them to behave and provides +a considerable performance improvement for some sass projects. + +Note: Although this plugin is maintained by compass, it can be used without +compass in any Sass-based project. + +WWW: https://github.com/Compass/compass/tree/master/import-once +RG: https://rubygems.org/gems/compass-import-once From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:59:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B332730; Sun, 31 May 2015 14:59:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FBCA10D1; Sun, 31 May 2015 14:59:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExujA094021; Sun, 31 May 2015 14:59:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExtGw094019; Sun, 31 May 2015 14:59:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExtGw094019@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388112 - head/textproc/rubygem-compass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:56 -0000 Author: sunpoet Date: Sun May 31 14:59:55 2015 New Revision: 388112 URL: https://svnweb.freebsd.org/changeset/ports/388112 Log: - Update to 1.0.3 Changes: https://github.com/Compass/compass/commits/stable Modified: head/textproc/rubygem-compass/Makefile head/textproc/rubygem-compass/distinfo Modified: head/textproc/rubygem-compass/Makefile ============================================================================== --- head/textproc/rubygem-compass/Makefile Sun May 31 14:59:49 2015 (r388111) +++ head/textproc/rubygem-compass/Makefile Sun May 31 14:59:55 2015 (r388112) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= compass -PORTVERSION= 0.12.4 +PORTVERSION= 1.0.3 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -12,8 +12,11 @@ COMMENT= Provides an open-source CSS aut LICENSE= MIT RUN_DEPENDS= rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png \ - rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \ - rubygem-sass32>=3.1:${PORTSDIR}/textproc/rubygem-sass32 + rubygem-compass-core>=1.0.2:${PORTSDIR}/textproc/rubygem-compass-core \ + rubygem-compass-import-once>=1.0.5:${PORTSDIR}/textproc/rubygem-compass-import-once \ + rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \ + rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify \ + rubygem-sass>=3.3.13:${PORTSDIR}/textproc/rubygem-sass USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/textproc/rubygem-compass/distinfo ============================================================================== --- head/textproc/rubygem-compass/distinfo Sun May 31 14:59:49 2015 (r388111) +++ head/textproc/rubygem-compass/distinfo Sun May 31 14:59:55 2015 (r388112) @@ -1,2 +1,2 @@ -SHA256 (rubygem/compass-0.12.4.gem) = e1e9f4de51f82bfec019aa4488c60a9fb65a8b513d2aa4a49ba998a6a8a47c8a -SIZE (rubygem/compass-0.12.4.gem) = 1083392 +SHA256 (rubygem/compass-1.0.3.gem) = 4c7884dc5349d59011fd6c5736a0404008d5609235037741feac9c8ff840d151 +SIZE (rubygem/compass-1.0.3.gem) = 378368 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 15:00:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26CCC815; Sun, 31 May 2015 15:00:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 158EE10D4; Sun, 31 May 2015 15:00:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VF00B8094251; Sun, 31 May 2015 15:00:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VF00AM094242; Sun, 31 May 2015 15:00:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311500.t4VF00AM094242@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 15:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388113 - head/textproc/rubygem-compass-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 15:00:01 -0000 Author: sunpoet Date: Sun May 31 14:59:59 2015 New Revision: 388113 URL: https://svnweb.freebsd.org/changeset/ports/388113 Log: - Update to 2.0.4 Changes: https://github.com/Compass/compass-rails/blob/master/CHANGELOG.md https://github.com/Compass/compass-rails/commits/master Modified: head/textproc/rubygem-compass-rails/Makefile head/textproc/rubygem-compass-rails/distinfo Modified: head/textproc/rubygem-compass-rails/Makefile ============================================================================== --- head/textproc/rubygem-compass-rails/Makefile Sun May 31 14:59:55 2015 (r388112) +++ head/textproc/rubygem-compass-rails/Makefile Sun May 31 14:59:59 2015 (r388113) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compass-rails -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.4 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,7 +10,9 @@ COMMENT= Integrate Compass into Rails 2. LICENSE= MIT -RUN_DEPENDS= rubygem-compass>=0.12.4:${PORTSDIR}/textproc/rubygem-compass +RUN_DEPENDS= rubygem-compass>=1.0.0:${PORTSDIR}/textproc/rubygem-compass \ + rubygem-sass-rails>=0:${PORTSDIR}/textproc/rubygem-sass-rails \ + rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/textproc/rubygem-compass-rails/distinfo ============================================================================== --- head/textproc/rubygem-compass-rails/distinfo Sun May 31 14:59:55 2015 (r388112) +++ head/textproc/rubygem-compass-rails/distinfo Sun May 31 14:59:59 2015 (r388113) @@ -1,2 +1,2 @@ -SHA256 (rubygem/compass-rails-2.0.0.gem) = 2ae64b44cab0a7e73143d12cbbcf9b03705182ed3cbfef1bced1392bccca9ace -SIZE (rubygem/compass-rails-2.0.0.gem) = 16384 +SHA256 (rubygem/compass-rails-2.0.4.gem) = 843339299ff5812db46611f968ef60193674af555e8fb4dd9b29252c2605618e +SIZE (rubygem/compass-rails-2.0.4.gem) = 17920 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 15:00:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7AD68DD; Sun, 31 May 2015 15:00:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D68BC10DD; Sun, 31 May 2015 15:00:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VF05g3094444; Sun, 31 May 2015 15:00:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VF050d094438; Sun, 31 May 2015 15:00:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311500.t4VF050d094438@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 15:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388114 - head/www/rubygem-chosen-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 15:00:06 -0000 Author: sunpoet Date: Sun May 31 15:00:04 2015 New Revision: 388114 URL: https://svnweb.freebsd.org/changeset/ports/388114 Log: - Update to 1.4.2 Changes: https://github.com/tsechingho/chosen-rails/commits/master Modified: head/www/rubygem-chosen-rails/Makefile head/www/rubygem-chosen-rails/distinfo Modified: head/www/rubygem-chosen-rails/Makefile ============================================================================== --- head/www/rubygem-chosen-rails/Makefile Sun May 31 14:59:59 2015 (r388113) +++ head/www/rubygem-chosen-rails/Makefile Sun May 31 15:00:04 2015 (r388114) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= chosen-rails -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Box enhancer for jQuery and Pro LICENSE= MIT RUN_DEPENDS= rubygem-coffee-rails>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails \ - rubygem-compass-rails>=1.1.2:${PORTSDIR}/textproc/rubygem-compass-rails \ + rubygem-compass-rails>=2.0.4:${PORTSDIR}/textproc/rubygem-compass-rails \ rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \ rubygem-sass-rails>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails Modified: head/www/rubygem-chosen-rails/distinfo ============================================================================== --- head/www/rubygem-chosen-rails/distinfo Sun May 31 14:59:59 2015 (r388113) +++ head/www/rubygem-chosen-rails/distinfo Sun May 31 15:00:04 2015 (r388114) @@ -1,2 +1,2 @@ -SHA256 (rubygem/chosen-rails-1.4.1.gem) = ba047be60c4f3ca113877af0d9d289515d398ea279d030c29c9cdf46498d4489 -SIZE (rubygem/chosen-rails-1.4.1.gem) = 20992 +SHA256 (rubygem/chosen-rails-1.4.2.gem) = 2212ee544cb8643b9f89e198c3c38ba3c0b77edac12539066dd9b1210c50031a +SIZE (rubygem/chosen-rails-1.4.2.gem) = 20992 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 15:59:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47E28FF0; Sun, 31 May 2015 15:59:18 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 369821E2E; Sun, 31 May 2015 15:59:18 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VFxHYu023881; Sun, 31 May 2015 15:59:17 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VFxHna023880; Sun, 31 May 2015 15:59:17 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505311559.t4VFxHna023880@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 31 May 2015 15:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388115 - head/www/mod_dav_svn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 15:59:18 -0000 Author: ohauer Date: Sun May 31 15:59:17 2015 New Revision: 388115 URL: https://svnweb.freebsd.org/changeset/ports/388115 Log: - s/CP/INSTALL_DATA/ I've done it wrong with the last update ... Fix it now, before it will get lost! Modified: head/www/mod_dav_svn/Makefile Modified: head/www/mod_dav_svn/Makefile ============================================================================== --- head/www/mod_dav_svn/Makefile Sun May 31 15:00:04 2015 (r388114) +++ head/www/mod_dav_svn/Makefile Sun May 31 15:59:17 2015 (r388115) @@ -31,6 +31,6 @@ INSTALL_TARGET= install-mods-shared post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d - ${CP} ${WRKDIR}/220_subversion.conf.sample ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d + ${INSTALL_DATA} ${WRKDIR}/220_subversion.conf.sample ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 16:07:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D3061B2; Sun, 31 May 2015 16:07:53 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F35C41050; Sun, 31 May 2015 16:07:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VG7qhJ028771; Sun, 31 May 2015 16:07:52 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VG7qrZ028770; Sun, 31 May 2015 16:07:52 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201505311607.t4VG7qrZ028770@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 31 May 2015 16:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388116 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 16:07:53 -0000 Author: lwhsu Date: Sun May 31 16:07:52 2015 New Revision: 388116 URL: https://svnweb.freebsd.org/changeset/ports/388116 Log: - Document django vulnerability CVE-2015-3982 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 31 15:59:17 2015 (r388115) +++ head/security/vuxml/vuln.xml Sun May 31 16:07:52 2015 (r388116) @@ -57,6 +57,73 @@ Notes: --> + + django -- Fixed session flushing in the cached_db backend + + + py27-django + 1.81.8.2 + + + py32-django + 1.81.8.2 + + + py33-django + 1.81.8.2 + + + py34-django + 1.81.8.2 + + + py27-django-devel + 20150531,1 + + + py32-django-devel + 20150531,1 + + + py33-django-devel + 20150531,1 + + + py34-django-devel + 20150531,1 + + + + +

The Django project reports:

+
+

A change to session.flush() in the cached_db session backend in + Django 1.8 mistakenly sets the session key to an empty string + rather than None. An empty string is treated as a valid session key + and the session cookie is set accordingly. Any users with an empty + string in their session cookie will use the same session store. + session.flush() is called by django.contrib.auth.logout() and, more + seriously, by django.contrib.auth.login() when a user switches accounts. + If a user is logged in and logs in again to a different account + (without logging out) the session is flushed to avoid reuse. + After the session is flushed (and its session key becomes '') the + account details are set on the session and the session is saved. + Any users with an empty string in their session cookie will now be + logged into that account.

+

Thanks to Sam Cooke for reporting the issue.

+
+ +
+ + https://www.djangoproject.com/weblog/2015/may/20/security-release/ + CVE-2015-3982 + + + 2015-05-20 + 2015-05-31 + +
+ proxychains-ng -- current path as the first directory for the library search path From owner-svn-ports-head@FreeBSD.ORG Sun May 31 16:08:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D26D1293; Sun, 31 May 2015 16:08:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C008E1053; Sun, 31 May 2015 16:08:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VG80vZ028981; Sun, 31 May 2015 16:08:00 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VG7xQj028959; Sun, 31 May 2015 16:07:59 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505311607.t4VG7xQj028959@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 31 May 2015 16:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388117 - head/devel/bugzilla44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 16:08:00 -0000 Author: ohauer Date: Sun May 31 16:07:58 2015 New Revision: 388117 URL: https://svnweb.freebsd.org/changeset/ports/388117 Log: - update to 4.4.9 Modified: head/devel/bugzilla44/Makefile head/devel/bugzilla44/Makefile.common head/devel/bugzilla44/Makefile.options head/devel/bugzilla44/distinfo head/devel/bugzilla44/pkg-plist Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Sun May 31 16:07:52 2015 (r388116) +++ head/devel/bugzilla44/Makefile Sun May 31 16:07:58 2015 (r388117) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.4.8 -PORTREVISION= 1 +PORTVERSION= 4.4.9 CATEGORIES= devel MASTER_SITES= BUGZILLA/webtools BUGZILLA/webtools/archived @@ -22,12 +21,12 @@ RUN_DEPENDS= \ p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect \ p5-List-MoreUtils>=0.32:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Math-Random-ISAAC>=1.001:${PORTSDIR}/math/p5-Math-Random-ISAAC \ - p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Template-Toolkit>=2.24:${PORTSDIR}/www/p5-Template-Toolkit \ p5-TimeDate>=2.23:${PORTSDIR}/devel/p5-TimeDate \ p5-URI>=1.55:${PORTSDIR}/net/p5-URI USES= perl5 cpe -USE_PERL5= patch build run +USE_PERL5= run CPE_VENDOR= mozilla @@ -45,7 +44,6 @@ EMPTY_DIRS_LIST=data graphs contrib lib .include .if ${PERL_LEVEL} >= 501800 # PR 194782: silence Module::Pluggable deprecated warnings -BUILD_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable RUN_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable # PR 196060,196100: explicitly depend on textproc/p5-Text-Tabv RUN_DEPENDS+= p5-Text-Tabs+Wrap>=2013.0523:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap @@ -79,7 +77,7 @@ RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/gr .endif .if ${PORT_OPTIONS:MCHARTING_MODULES} -RUN_DEPENDS+= p5-Chart>=2.4.1:${PORTSDIR}/graphics/p5-Chart +RUN_DEPENDS+= p5-Chart>=2.4.10:${PORTSDIR}/graphics/p5-Chart .endif .if ${PORT_OPTIONS:MPATCH_VIEWER} @@ -145,12 +143,6 @@ RUN_DEPENDS+= p5-XML-Parser>=0:${PORTSDI p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig .endif -.if ${PORT_OPTIONS:MCONTRIB} -PLIST_SUB+= CONTRIB="" -.else -PLIST_SUB+= CONTRIB="@comment " -.endif - .if ${PORT_OPTIONS:MLDAP} RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap .endif @@ -173,29 +165,29 @@ RUN_DEPENDS+= p5-File-MimeInfo>=0.16:${P .endif post-extract: - @${RM} -rf ${WRKSRC}/.git - @${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \ + ${RM} -rf ${WRKSRC}/.git + ${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \ ${WRKSRC}/docs/en/README.docs ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc \ - ${WRKSRC}/.travis.yml ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST.SKIP + ${WRKSRC}/.travis.yml ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST.SKIP \ + ${WRKSRC}/taskgraph.json post-patch: - @${PERL} -pi -e 's/(default => ON_WINDOWS.+)apache/$$1www/' \ - ${WRKSRC}/Bugzilla/Install/Localconfig.pm - + ${REINPLACE_CMD} -e 's/apache/www/' ${WRKSRC}/Bugzilla/Install/Localconfig.pm + ${REINPLACE_CMD} -e 's|/opt/bugzilla|${WWWDIR}|' ${WRKSRC}/importxml.pl \ + ${WRKSRC}/docs/en/html/api/importxml.html + ${FIND} ${WRKSRC} -type f \( -name \*.cgi -o -name \*.html -o -name \*.pl -o -name \*.pm -o -name \*.t -o -name \*.txt -o -name \*.xml \) \ + -exec ${SED} -i '' -e "s!/usr/lib/sendmail.exe!/usr/sbin/sendmail!g; \ + s=/usr/bin/perl=${PERL}=g; \ + s!/var/www/html/bugzilla!${WWWDIR}!" {} \+ .if ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMYSQL} - @${PERL} -pi -e 's/(default =>.+|Default is )mysql/$$1Pg/' \ - ${WRKSRC}/Bugzilla/Install/Localconfig.pm + ${REINPLACE_CMD} -e 's/mysql/Pg/' ${WRKSRC}/Bugzilla/Install/Localconfig.pm .endif - @${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' \ - -e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+ - @${FIND} ${WRKSRC}/docs -type f | \ - ${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!" pre-install: ${FIND} ${WRKSRC} -type f \( -name "*.orig" -or -name "*.bak" \) -delete do-install: .SILENT - ${MKDIR} ${STAGEDIR}${WWWDIR} + @${MKDIR} ${STAGEDIR}${WWWDIR} ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \ ${INSTALL_SCRIPT} {} ${STAGEDIR}${WWWDIR} \; @${MKDIR} ${DATA_DIRS_LIST:S!^!${STAGEDIR}${WWWDIR}/!} @@ -205,7 +197,7 @@ do-install: .SILENT ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf - @${MKDIR} ${EMPTY_DIRS_LIST:S!^!${STAGEDIR}${WWWDIR}/!} @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .if ${PORT_OPTIONS:MCONTRIB} @${MKDIR} ${STAGEDIR}${WWWDIR}/contrib Modified: head/devel/bugzilla44/Makefile.common ============================================================================== --- head/devel/bugzilla44/Makefile.common Sun May 31 16:07:52 2015 (r388116) +++ head/devel/bugzilla44/Makefile.common Sun May 31 16:07:58 2015 (r388117) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= 44 CONFLICTS_INSTALL= \ bugzilla4[^4].* \ - bugzilla-4.[^4].* + bugzilla5* PORTSCOUT= limitw:1,even Modified: head/devel/bugzilla44/Makefile.options ============================================================================== --- head/devel/bugzilla44/Makefile.options Sun May 31 16:07:52 2015 (r388116) +++ head/devel/bugzilla44/Makefile.options Sun May 31 16:07:58 2015 (r388117) @@ -1,5 +1,6 @@ # $FreeBSD$ +OPTIONS_SUB= yes OPTIONS_DEFINE= \ DOCS \ MODPERL Modified: head/devel/bugzilla44/distinfo ============================================================================== --- head/devel/bugzilla44/distinfo Sun May 31 16:07:52 2015 (r388116) +++ head/devel/bugzilla44/distinfo Sun May 31 16:07:58 2015 (r388117) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.4.8.tar.gz) = 90edf7a3193a3bd8c7ac49e3325e63c539b506db28bd48eb173d30ff59385046 -SIZE (bugzilla/bugzilla-4.4.8.tar.gz) = 4924519 +SHA256 (bugzilla/bugzilla-4.4.9.tar.gz) = fb08e3c7a3f69fe832073827c5fa313e2290962fbce11bd56c23477fc52e6c65 +SIZE (bugzilla/bugzilla-4.4.9.tar.gz) = 4937291 Modified: head/devel/bugzilla44/pkg-plist ============================================================================== --- head/devel/bugzilla44/pkg-plist Sun May 31 16:07:52 2015 (r388116) +++ head/devel/bugzilla44/pkg-plist Sun May 31 16:07:58 2015 (r388117) @@ -341,6 +341,7 @@ %%WWWDIR%%/Bugzilla/Whine.pm %%WWWDIR%%/Bugzilla/Whine/Query.pm %%WWWDIR%%/Bugzilla/Whine/Schedule.pm +%%WWWDIR%%/LICENSE %%WWWDIR%%/README %%WWWDIR%%/admin.cgi %%WWWDIR%%/attachment.cgi From owner-svn-ports-head@FreeBSD.ORG Sun May 31 16:09:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6731A38D; Sun, 31 May 2015 16:09:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55C0B1065; Sun, 31 May 2015 16:09:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VG9Ixl029256; Sun, 31 May 2015 16:09:18 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VG9Hbr029253; Sun, 31 May 2015 16:09:17 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201505311609.t4VG9Hbr029253@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 31 May 2015 16:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388118 - head/www/py-django X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 16:09:18 -0000 Author: lwhsu Date: Sun May 31 16:09:17 2015 New Revision: 388118 URL: https://svnweb.freebsd.org/changeset/ports/388118 Log: - Update to 1.8.2 PR: 200543 Submitted by: Jason Unovitch Security: 48504af7-07ad-11e5-879c-00e0814cab4e Modified: head/www/py-django/Makefile head/www/py-django/distinfo Modified: head/www/py-django/Makefile ============================================================================== --- head/www/py-django/Makefile Sun May 31 16:07:58 2015 (r388117) +++ head/www/py-django/Makefile Sun May 31 16:09:17 2015 (r388118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP Modified: head/www/py-django/distinfo ============================================================================== --- head/www/py-django/distinfo Sun May 31 16:07:58 2015 (r388117) +++ head/www/py-django/distinfo Sun May 31 16:09:17 2015 (r388118) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.8.1.tar.gz) = c6c7e7a961e2847d050d214ca96dc3167bb5f2b25cd5c6cb2eea96e1717f4ade -SIZE (python/Django-1.8.1.tar.gz) = 7270084 +SHA256 (python/Django-1.8.2.tar.gz) = 3bb60536b2fb2084612fc9486634295e7208790029081842524916b5a66d206f +SIZE (python/Django-1.8.2.tar.gz) = 7275112 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 16:10:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B9D9495; Sun, 31 May 2015 16:10:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2A210CB; Sun, 31 May 2015 16:10:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VGAYTf030268; Sun, 31 May 2015 16:10:34 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VGAXAc030265; Sun, 31 May 2015 16:10:33 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505311610.t4VGAXAc030265@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 31 May 2015 16:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388119 - head/german/bugzilla44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 16:10:34 -0000 Author: ohauer Date: Sun May 31 16:10:33 2015 New Revision: 388119 URL: https://svnweb.freebsd.org/changeset/ports/388119 Log: - update to 4.4.9 Modified: head/german/bugzilla44/Makefile head/german/bugzilla44/distinfo Modified: head/german/bugzilla44/Makefile ============================================================================== --- head/german/bugzilla44/Makefile Sun May 31 16:09:17 2015 (r388118) +++ head/german/bugzilla44/Makefile Sun May 31 16:10:33 2015 (r388119) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.4.6 -PORTREVISION= 2 +PORTVERSION= 4.4.9 +#PORTREVISION= 1 CATEGORIES= german MASTER_SITES= SF/bugzilla-de/${PORTVERSION:R}/${PORTVERSION} -DISTNAME= germzilla-${PORTVERSION}-1.utf-8 +DISTNAME= ${PORTNAME}-de-${PORTVERSION}-1.utf-8 MAINTAINER= bz-ports@FreeBSD.org COMMENT= German localization for Bugzilla @@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes # adjust BZ_REVNUM if bugzilla revision was incremented and there are no # changes in bugzilla/templates/en. If not used simply comment the line. -BZ_REVNUM= 8 +#BZ_REVNUM= 9 .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" Modified: head/german/bugzilla44/distinfo ============================================================================== --- head/german/bugzilla44/distinfo Sun May 31 16:09:17 2015 (r388118) +++ head/german/bugzilla44/distinfo Sun May 31 16:10:33 2015 (r388119) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/germzilla-4.4.6-1.utf-8.tar.gz) = 90d984c03b5e15897d90293039b6fa448b538b9c690d3d75ecdafa04c5d793e2 -SIZE (bugzilla/germzilla-4.4.6-1.utf-8.tar.gz) = 263017 +SHA256 (bugzilla/bugzilla-de-4.4.9-1.utf-8.tar.gz) = b1826ed3e764588c0a751910b8e5ac4a5f1d72be7fe6b2614205f11e75a9e29d +SIZE (bugzilla/bugzilla-de-4.4.9-1.utf-8.tar.gz) = 263000 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 16:10:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3C7456A; Sun, 31 May 2015 16:10:36 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2C3310D0; Sun, 31 May 2015 16:10:36 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VGAa38030877; Sun, 31 May 2015 16:10:36 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VGAa0h030875; Sun, 31 May 2015 16:10:36 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201505311610.t4VGAa0h030875@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 31 May 2015 16:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388120 - head/www/py-django-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 16:10:37 -0000 Author: lwhsu Date: Sun May 31 16:10:35 2015 New Revision: 388120 URL: https://svnweb.freebsd.org/changeset/ports/388120 Log: - Update to snapshot 20150531 PR: 200543 Submitted by: Jason Unovitch Security: 48504af7-07ad-11e5-879c-00e0814cab4e Modified: head/www/py-django-devel/Makefile head/www/py-django-devel/distinfo Modified: head/www/py-django-devel/Makefile ============================================================================== --- head/www/py-django-devel/Makefile Sun May 31 16:10:33 2015 (r388119) +++ head/www/py-django-devel/Makefile Sun May 31 16:10:35 2015 (r388120) @@ -13,13 +13,13 @@ COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE -SNAPSHOTDATE= 20150326 +SNAPSHOTDATE= 20150531 USES= cpe gettext python USE_GITHUB= yes USE_PYTHON= autoplist distutils -GH_TAGNAME= 3e64f3d +GH_TAGNAME= c954931 CONFLICTS= py2[0-9]-django-[0-9]* CPE_VENDOR= djangoproject Modified: head/www/py-django-devel/distinfo ============================================================================== --- head/www/py-django-devel/distinfo Sun May 31 16:10:33 2015 (r388119) +++ head/www/py-django-devel/distinfo Sun May 31 16:10:35 2015 (r388120) @@ -1,2 +1,2 @@ -SHA256 (python/django-django-20150326-3e64f3d_GH0.tar.gz) = cfc974353e8aa82df0f8965ce037a6c4d90827cfdeddc8f55b524e5a65ffeee4 -SIZE (python/django-django-20150326-3e64f3d_GH0.tar.gz) = 7481134 +SHA256 (python/django-django-20150531-c954931_GH0.tar.gz) = bd1fee340007cd2745d21b05d9fbfb3811b02f64ab361e2241d365fc9ceff352 +SIZE (python/django-django-20150531-c954931_GH0.tar.gz) = 6896535 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 16:12:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2BBC68C; Sun, 31 May 2015 16:12:18 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0F021283; Sun, 31 May 2015 16:12:18 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VGCIdA033670; Sun, 31 May 2015 16:12:18 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VGCIXB033668; Sun, 31 May 2015 16:12:18 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201505311612.t4VGCIXB033668@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 31 May 2015 16:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388121 - in head/audio/pulseaudio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 16:12:19 -0000 Author: kwm Date: Sun May 31 16:12:17 2015 New Revision: 388121 URL: https://svnweb.freebsd.org/changeset/ports/388121 Log: Fix a segfault by using some FreeBSD sysctl to get the info needed. This can happen when /proc isn't mounted. While here, teach where the dbus machine-id file lives. > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M pulseaudio/Makefile AM pulseaudio/files/patch-src_pulse_util.c Added: head/audio/pulseaudio/files/patch-src_pulse_util.c (contents, props changed) Modified: head/audio/pulseaudio/Makefile Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Sun May 31 16:10:35 2015 (r388120) +++ head/audio/pulseaudio/Makefile Sun May 31 16:12:17 2015 (r388121) @@ -6,6 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 6.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -84,6 +85,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/daemon/default.pa.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ + -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ ${WRKSRC}/configure post-install: Added: head/audio/pulseaudio/files/patch-src_pulse_util.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pulseaudio/files/patch-src_pulse_util.c Sun May 31 16:12:17 2015 (r388121) @@ -0,0 +1,35 @@ +--- src/pulse/util.c.orig 2015-02-12 15:10:35.000000000 +0100 ++++ src/pulse/util.c 2015-05-31 17:50:08.221242000 +0200 +@@ -30,6 +30,10 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#include ++#endif + + #ifdef HAVE_PWD_H + #include +@@ -215,13 +219,14 @@ char *pa_get_binary_name(char *s, size_t + + #ifdef __FreeBSD__ + { +- char *rp; +- +- if ((rp = pa_readlink("/proc/curproc/file"))) { +- pa_strlcpy(s, pa_path_get_filename(rp), l); +- pa_xfree(rp); +- return s; +- } ++ int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()}; ++ struct kinfo_proc kp; ++ size_t sz = sizeof(kp); ++ ++ if (sysctl(mib, 4, &kp, &sz, NULL, 0) == 0) ++ return kp.ki_comm; ++ else ++ return NULL; + } + #endif + From owner-svn-ports-head@FreeBSD.ORG Sun May 31 16:12:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C806677D; Sun, 31 May 2015 16:12:48 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B65BE128C; Sun, 31 May 2015 16:12:48 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VGCmJf033842; Sun, 31 May 2015 16:12:48 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VGCmG8033840; Sun, 31 May 2015 16:12:48 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505311612.t4VGCmG8033840@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 31 May 2015 16:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388122 - head/japanese/bugzilla44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 16:12:48 -0000 Author: ohauer Date: Sun May 31 16:12:47 2015 New Revision: 388122 URL: https://svnweb.freebsd.org/changeset/ports/388122 Log: - update to 4.4.9 Modified: head/japanese/bugzilla44/Makefile head/japanese/bugzilla44/distinfo Modified: head/japanese/bugzilla44/Makefile ============================================================================== --- head/japanese/bugzilla44/Makefile Sun May 31 16:12:17 2015 (r388121) +++ head/japanese/bugzilla44/Makefile Sun May 31 16:12:47 2015 (r388122) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.4.6 +PORTVERSION= 4.4.9 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/4.4/ \ LOCAL/tota/bugzilla-ja @@ -22,7 +22,7 @@ LANGDIR= ${WWWDIR}/template/ja do-install: @-${MKDIR} ${STAGEDIR}${LANGDIR}/default - @cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${STAGEDIR}${LANGDIR}/default + (cd ${WRKDIR}/default && ${COPYTREE_SHARE} . ${STAGEDIR}${LANGDIR}/default) # Maintainer plist: patch Modified: head/japanese/bugzilla44/distinfo ============================================================================== --- head/japanese/bugzilla44/distinfo Sun May 31 16:12:17 2015 (r388121) +++ head/japanese/bugzilla44/distinfo Sun May 31 16:12:47 2015 (r388122) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/Bugzilla-ja-4.4.6-template.tar.bz2) = 45a980758cf145a35fa471badde6d4be5d0cb1655dbad8221ae96fa11929a5bd -SIZE (bugzilla/Bugzilla-ja-4.4.6-template.tar.bz2) = 241047 +SHA256 (bugzilla/Bugzilla-ja-4.4.9-template.tar.bz2) = 3df618b9cdf7228e846969e0e141f1b60c927a961cb86cfe955faa41fd91de78 +SIZE (bugzilla/Bugzilla-ja-4.4.9-template.tar.bz2) = 241394 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 17:40:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 863C7F83; Sun, 31 May 2015 17:40:25 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73FD81642; Sun, 31 May 2015 17:40:25 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VHePWg074450; Sun, 31 May 2015 17:40:25 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VHePRg074417; Sun, 31 May 2015 17:40:25 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201505311740.t4VHePRg074417@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 31 May 2015 17:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388123 - head/devel/bugzilla44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 17:40:25 -0000 Author: ohauer Date: Sun May 31 17:40:24 2015 New Revision: 388123 URL: https://svnweb.freebsd.org/changeset/ports/388123 Log: - catch all sendmail paths - be more specific in replacing /mysql/Pg/ - bump PORTREVISION Modified: head/devel/bugzilla44/Makefile Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Sun May 31 16:12:47 2015 (r388122) +++ head/devel/bugzilla44/Makefile Sun May 31 17:40:24 2015 (r388123) @@ -2,6 +2,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= BUGZILLA/webtools BUGZILLA/webtools/archived @@ -176,11 +177,11 @@ post-patch: ${REINPLACE_CMD} -e 's|/opt/bugzilla|${WWWDIR}|' ${WRKSRC}/importxml.pl \ ${WRKSRC}/docs/en/html/api/importxml.html ${FIND} ${WRKSRC} -type f \( -name \*.cgi -o -name \*.html -o -name \*.pl -o -name \*.pm -o -name \*.t -o -name \*.txt -o -name \*.xml \) \ - -exec ${SED} -i '' -e "s!/usr/lib/sendmail.exe!/usr/sbin/sendmail!g; \ - s=/usr/bin/perl=${PERL}=g; \ + -exec ${SED} -i '' -e "s=/usr/bin/perl=${PERL}=g; \ + s!/usr/lib/sendmail!/usr/sbin/sendmail!g; \ s!/var/www/html/bugzilla!${WWWDIR}!" {} \+ .if ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMYSQL} - ${REINPLACE_CMD} -e 's/mysql/Pg/' ${WRKSRC}/Bugzilla/Install/Localconfig.pm + ${REINPLACE_CMD} -e "s/'mysql'/'Pg'/" ${WRKSRC}/Bugzilla/Install/Localconfig.pm .endif pre-install: From owner-svn-ports-head@FreeBSD.ORG Sun May 31 17:41:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7D341E7; Sun, 31 May 2015 17:41:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9579C171D; Sun, 31 May 2015 17:41:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VHfips078070; Sun, 31 May 2015 17:41:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VHfiwW078069; Sun, 31 May 2015 17:41:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201505311741.t4VHfiwW078069@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 31 May 2015 17:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388124 - head/games/2048-qt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 17:41:44 -0000 Author: swills Date: Sun May 31 17:41:43 2015 New Revision: 388124 URL: https://svnweb.freebsd.org/changeset/ports/388124 Log: games/2048-qt: cleanups Install icons and desktop file Avoid requiring build tools at runtime Modified: head/games/2048-qt/Makefile Modified: head/games/2048-qt/Makefile ============================================================================== --- head/games/2048-qt/Makefile Sun May 31 17:40:24 2015 (r388123) +++ head/games/2048-qt/Makefile Sun May 31 17:41:43 2015 (r388124) @@ -3,6 +3,7 @@ PORTNAME= 2048-qt PORTVERSION= 0.1.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GH @@ -14,11 +15,15 @@ GH_ACCOUNT= xiaoyong GH_PROJECT= 2048-Qt USES= gmake pkgconfig qmake tar:bzip2 -USE_QT5= core gui network widgets qml quick buildtools quickcontrols +USE_QT5= core gui network widgets qml quick buildtools_build quickcontrols -PLIST_FILES= bin/2048-qt +PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.png do-install: ${INSTALL_PROGRAM} ${WRKSRC}/2048-qt ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/icons/256x256/apps/2048-qt.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun May 31 17:49:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BA8F33B; Sun, 31 May 2015 17:49:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 497BC177D; Sun, 31 May 2015 17:49:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VHn0Ej079150; Sun, 31 May 2015 17:49:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VHn0EM079149; Sun, 31 May 2015 17:49:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505311749.t4VHn0EM079149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 31 May 2015 17:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388125 - head/lang/ocaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 17:49:00 -0000 Author: marino Date: Sun May 31 17:48:59 2015 New Revision: 388125 URL: https://svnweb.freebsd.org/changeset/ports/388125 Log: lang/ocaml: Remove softvfp option from ARMv6 build (no longer required) PR: 200102 Submitted by: Mikael Urankar Approved by: maintainer (assumed good, not able to test) Modified: head/lang/ocaml/Makefile Modified: head/lang/ocaml/Makefile ============================================================================== --- head/lang/ocaml/Makefile Sun May 31 17:41:43 2015 (r388124) +++ head/lang/ocaml/Makefile Sun May 31 17:48:59 2015 (r388125) @@ -66,7 +66,7 @@ PLIST_SUB+= DOC="@comment " .endif .if ${ARCH} == armv6 -CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -mfpu=softvfp -meabi=5" +CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -meabi=5" .else CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS}" .endif @@ -97,7 +97,8 @@ CONFIGURE_ARGS+=-no-graph OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/} -.if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64} +.if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64} \ + || ${OCAML_ARCH:Marm} PLIST_SUB+= PROF="@comment " .else PLIST_SUB+= PROF="" From owner-svn-ports-head@FreeBSD.ORG Sun May 31 18:51:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F29AB4F; Sun, 31 May 2015 18:51:28 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CD3B16C7; Sun, 31 May 2015 18:51:28 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VIpR8U009314; Sun, 31 May 2015 18:51:27 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VIpRhM009313; Sun, 31 May 2015 18:51:27 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201505311851.t4VIpRhM009313@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 31 May 2015 18:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388126 - head/devel/icu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 18:51:28 -0000 Author: sbruno Date: Sun May 31 18:51:27 2015 New Revision: 388126 URL: https://svnweb.freebsd.org/changeset/ports/388126 Log: Fix builds on big-endian architectures by declaring a CPPFLAG used internally by the source to handle big vs little endianess. PR: 199471 Modified: head/devel/icu/Makefile Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Sun May 31 17:48:59 2015 (r388125) +++ head/devel/icu/Makefile Sun May 31 18:51:27 2015 (r388126) @@ -47,6 +47,11 @@ PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER= THREADS_CONFIGURE_ON= --enable-weak-threads THREADS_CONFIGURE_OFF= --enable-threads=no +# For all Bigendian systems, set CPPFLAGS so that icu compiles and checks correctly +.if ${ARCH} == "mips" || ${ARCH} == "mips64" || ${ARCH} == "sparc64" || ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" +CPPFLAGS+= -DU_IS_BIG_ENDIAN=1 +.endif + .include post-patch: From owner-svn-ports-head@FreeBSD.ORG Sun May 31 18:58:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2259CD65; Sun, 31 May 2015 18:58:17 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F93E1775; Sun, 31 May 2015 18:58:17 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VIwGRf013840; Sun, 31 May 2015 18:58:16 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VIwGVr013839; Sun, 31 May 2015 18:58:16 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201505311858.t4VIwGVr013839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 31 May 2015 18:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388127 - head/multimedia/libvpx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 18:58:17 -0000 Author: sbruno Date: Sun May 31 18:58:16 2015 New Revision: 388127 URL: https://svnweb.freebsd.org/changeset/ports/388127 Log: Fix build error introduced by changes to default behavior of perl port. Apply shebangfix to build/make/ads2gas.pl as it was invoking /usr/bin/perl. PR: 200535 Reviewed by: kwm Modified: head/multimedia/libvpx/Makefile Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Sun May 31 18:51:27 2015 (r388126) +++ head/multimedia/libvpx/Makefile Sun May 31 18:58:16 2015 (r388127) @@ -3,6 +3,7 @@ PORTNAME= libvpx PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION}.orig @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ yasm:${PORTSDIR}/devel/yasm -USES= cpe gmake perl5 tar:bzip2 +USES= cpe gmake perl5 shebangfix tar:bzip2 CPE_VENDOR= john_koleszar HAS_CONFIGURE= yes USE_PERL5= build @@ -48,6 +49,8 @@ RUNTIME_CONFIGURE_ON= --enable-runtime-c THREADS_CONFIGURE_OFF= --disable-multithread SHARED_CONFIGURE_ON= --enable-shared +SHEBANG_FILES= build/make/ads2gas.pl + .include .if ${OSVERSION} < 900000 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:00:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 852E7FD3; Sun, 31 May 2015 19:00:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72DF417BE; Sun, 31 May 2015 19:00:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJ0HLm016742; Sun, 31 May 2015 19:00:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJ0HPH016740; Sun, 31 May 2015 19:00:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505311900.t4VJ0HPH016740@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 31 May 2015 19:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388128 - head/devel/icu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 19:00:17 -0000 Author: bapt Date: Sun May 31 19:00:16 2015 New Revision: 388128 URL: https://svnweb.freebsd.org/changeset/ports/388128 Log: Test ARCH after inclusion of bsd.port.options.mk when it is defined Modified: head/devel/icu/Makefile Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Sun May 31 18:58:16 2015 (r388127) +++ head/devel/icu/Makefile Sun May 31 19:00:16 2015 (r388128) @@ -47,13 +47,13 @@ PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER= THREADS_CONFIGURE_ON= --enable-weak-threads THREADS_CONFIGURE_OFF= --enable-threads=no +.include + # For all Bigendian systems, set CPPFLAGS so that icu compiles and checks correctly .if ${ARCH} == "mips" || ${ARCH} == "mips64" || ${ARCH} == "sparc64" || ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" CPPFLAGS+= -DU_IS_BIG_ENDIAN=1 .endif -.include - post-patch: @${REINPLACE_CMD} -e '/CXXFLAGS=/s/-ansi//' \ ${WRKSRC}/configure From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:05:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0680A1A0; Sun, 31 May 2015 19:05:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E803F19B0; Sun, 31 May 2015 19:05:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJ5leC018760; Sun, 31 May 2015 19:05:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJ5lxs018757; Sun, 31 May 2015 19:05:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505311905.t4VJ5lxs018757@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 31 May 2015 19:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388129 - head/textproc/libmwaw03 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 19:05:48 -0000 Author: bapt Date: Sun May 31 19:05:46 2015 New Revision: 388129 URL: https://svnweb.freebsd.org/changeset/ports/388129 Log: Update to 0.3.5 Modified: head/textproc/libmwaw03/Makefile head/textproc/libmwaw03/distinfo head/textproc/libmwaw03/pkg-plist Modified: head/textproc/libmwaw03/Makefile ============================================================================== --- head/textproc/libmwaw03/Makefile Sun May 31 19:00:16 2015 (r388128) +++ head/textproc/libmwaw03/Makefile Sun May 31 19:05:46 2015 (r388129) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libmwaw -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 Modified: head/textproc/libmwaw03/distinfo ============================================================================== --- head/textproc/libmwaw03/distinfo Sun May 31 19:00:16 2015 (r388128) +++ head/textproc/libmwaw03/distinfo Sun May 31 19:05:46 2015 (r388129) @@ -1,2 +1,2 @@ -SHA256 (libmwaw-0.3.4.tar.xz) = 4c15e127455c35d20fb736c8941953aabf17180067cef0b4c405c1dca92bc9ea -SIZE (libmwaw-0.3.4.tar.xz) = 976120 +SHA256 (libmwaw-0.3.5.tar.xz) = 34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef +SIZE (libmwaw-0.3.5.tar.xz) = 1069012 Modified: head/textproc/libmwaw03/pkg-plist ============================================================================== --- head/textproc/libmwaw03/pkg-plist Sun May 31 19:00:16 2015 (r388128) +++ head/textproc/libmwaw03/pkg-plist Sun May 31 19:05:46 2015 (r388129) @@ -9,5 +9,5 @@ include/libmwaw-0.3/libmwaw/MWAWDocument include/libmwaw-0.3/libmwaw/libmwaw.hxx lib/libmwaw-0.3.so lib/libmwaw-0.3.so.3 -lib/libmwaw-0.3.so.3.0.4 +lib/libmwaw-0.3.so.3.0.5 libdata/pkgconfig/libmwaw-0.3.pc From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:08:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5126E299; Sun, 31 May 2015 19:08:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E23719C4; Sun, 31 May 2015 19:08:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJ8DUO019207; Sun, 31 May 2015 19:08:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJ8CKS019204; Sun, 31 May 2015 19:08:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505311908.t4VJ8CKS019204@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 31 May 2015 19:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388130 - head/textproc/libodfgen01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 19:08:13 -0000 Author: bapt Date: Sun May 31 19:08:11 2015 New Revision: 388130 URL: https://svnweb.freebsd.org/changeset/ports/388130 Log: Update to 0.1.4 Modified: head/textproc/libodfgen01/Makefile head/textproc/libodfgen01/distinfo head/textproc/libodfgen01/pkg-plist Modified: head/textproc/libodfgen01/Makefile ============================================================================== --- head/textproc/libodfgen01/Makefile Sun May 31 19:05:46 2015 (r388129) +++ head/textproc/libodfgen01/Makefile Sun May 31 19:08:11 2015 (r388130) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libodfgen -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 01 Modified: head/textproc/libodfgen01/distinfo ============================================================================== --- head/textproc/libodfgen01/distinfo Sun May 31 19:05:46 2015 (r388129) +++ head/textproc/libodfgen01/distinfo Sun May 31 19:08:11 2015 (r388130) @@ -1,2 +1,2 @@ -SHA256 (libodfgen-0.1.3.tar.xz) = d3a09d987e9c0955846cad1e8a885a9c7a76bfaff75d4c1b5626844c62808eba -SIZE (libodfgen-0.1.3.tar.xz) = 334744 +SHA256 (libodfgen-0.1.4.tar.xz) = 249b5ed8e1acc0fee32b4381b31b4ad9453b674d4f13886bda5e9dd2b4a5f1e1 +SIZE (libodfgen-0.1.4.tar.xz) = 356480 Modified: head/textproc/libodfgen01/pkg-plist ============================================================================== --- head/textproc/libodfgen01/pkg-plist Sun May 31 19:05:46 2015 (r388129) +++ head/textproc/libodfgen01/pkg-plist Sun May 31 19:08:11 2015 (r388130) @@ -7,5 +7,5 @@ include/libodfgen-0.1/libodfgen/libodfge include/libodfgen-0.1/libodfgen/libodfgen.hxx lib/libodfgen-0.1.so lib/libodfgen-0.1.so.1 -lib/libodfgen-0.1.so.1.0.3 +lib/libodfgen-0.1.so.1.0.4 libdata/pkgconfig/libodfgen-0.1.pc From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:16:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15AA5548; Sun, 31 May 2015 19:16:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02FB81C08; Sun, 31 May 2015 19:16:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJGTI4024117; Sun, 31 May 2015 19:16:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJGT2P024114; Sun, 31 May 2015 19:16:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505311916.t4VJGT2P024114@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 31 May 2015 19:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388131 - head/multimedia/libdc1394 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 19:16:30 -0000 Author: bapt Date: Sun May 31 19:16:28 2015 New Revision: 388131 URL: https://svnweb.freebsd.org/changeset/ports/388131 Log: Update to 2.2.3 Modified: head/multimedia/libdc1394/Makefile head/multimedia/libdc1394/distinfo head/multimedia/libdc1394/pkg-plist Modified: head/multimedia/libdc1394/Makefile ============================================================================== --- head/multimedia/libdc1394/Makefile Sun May 31 19:08:11 2015 (r388130) +++ head/multimedia/libdc1394/Makefile Sun May 31 19:16:28 2015 (r388131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdc1394 -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2/${PORTVERSION}/ Modified: head/multimedia/libdc1394/distinfo ============================================================================== --- head/multimedia/libdc1394/distinfo Sun May 31 19:08:11 2015 (r388130) +++ head/multimedia/libdc1394/distinfo Sun May 31 19:16:28 2015 (r388131) @@ -1,2 +1,2 @@ -SHA256 (libdc1394-2.2.2.tar.gz) = ff8744a92ab67a276cfaf23fa504047c20a1ff63262aef69b4f5dbaa56a45059 -SIZE (libdc1394-2.2.2.tar.gz) = 605908 +SHA256 (libdc1394-2.2.3.tar.gz) = 4a197880657f54519683ce014e613acdfd909767a69873eb23409fe423232bdd +SIZE (libdc1394-2.2.3.tar.gz) = 606042 Modified: head/multimedia/libdc1394/pkg-plist ============================================================================== --- head/multimedia/libdc1394/pkg-plist Sun May 31 19:08:11 2015 (r388130) +++ head/multimedia/libdc1394/pkg-plist Sun May 31 19:16:28 2015 (r388131) @@ -18,7 +18,7 @@ include/dc1394/video.h lib/libdc1394.a lib/libdc1394.so lib/libdc1394.so.22 -lib/libdc1394.so.22.1.9 +lib/libdc1394.so.22.1.10 libdata/pkgconfig/libdc1394-2.pc man/man1/dc1394_multiview.1.gz man/man1/dc1394_reset_bus.1.gz From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:25:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF9F87FE; Sun, 31 May 2015 19:25:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC8F81E19; Sun, 31 May 2015 19:25:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJPlkT029013; Sun, 31 May 2015 19:25:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJPkuY029010; Sun, 31 May 2015 19:25:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311925.t4VJPkuY029010@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 19:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388132 - head/databases/rubygem-pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 19:25:47 -0000 Author: sunpoet Date: Sun May 31 19:25:46 2015 New Revision: 388132 URL: https://svnweb.freebsd.org/changeset/ports/388132 Log: - Update to 0.18.2 - Update WWW Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc Modified: head/databases/rubygem-pg/Makefile head/databases/rubygem-pg/distinfo head/databases/rubygem-pg/pkg-descr Modified: head/databases/rubygem-pg/Makefile ============================================================================== --- head/databases/rubygem-pg/Makefile Sun May 31 19:16:28 2015 (r388131) +++ head/databases/rubygem-pg/Makefile Sun May 31 19:25:46 2015 (r388132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pg -PORTVERSION= 0.18.1 +PORTVERSION= 0.18.2 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-pg/distinfo ============================================================================== --- head/databases/rubygem-pg/distinfo Sun May 31 19:16:28 2015 (r388131) +++ head/databases/rubygem-pg/distinfo Sun May 31 19:25:46 2015 (r388132) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pg-0.18.1.gem) = 5fa6e70ab6c8443a79d52bc7a1f4e83d42eb7dfa70f261b32c43baa0c02b91cc -SIZE (rubygem/pg-0.18.1.gem) = 213504 +SHA256 (rubygem/pg-0.18.2.gem) = ee4e81f2cdb397d866f15c54f057f1172c8098dc5a8d1ce2883806198d5bbdab +SIZE (rubygem/pg-0.18.2.gem) = 216576 Modified: head/databases/rubygem-pg/pkg-descr ============================================================================== --- head/databases/rubygem-pg/pkg-descr Sun May 31 19:16:28 2015 (r388131) +++ head/databases/rubygem-pg/pkg-descr Sun May 31 19:25:46 2015 (r388132) @@ -2,4 +2,4 @@ rubygem-pg provides the module "pg", a R PostgreSQL Relational Database Management System, which supersedes the old "postgres" module. -WWW: https://bitbucket.org/ged/ruby-pg +WWW: https://bitbucket.org/ged/ruby-pg/wiki/Home From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:25:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6C8E8D9; Sun, 31 May 2015 19:25:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 867ED1E1A; Sun, 31 May 2015 19:25:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJPr0K029161; Sun, 31 May 2015 19:25:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJPqhw029154; Sun, 31 May 2015 19:25:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311925.t4VJPqhw029154@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 19:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388133 - head/devel/rubygem-active_scaffold X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 19:25:53 -0000 Author: sunpoet Date: Sun May 31 19:25:52 2015 New Revision: 388133 URL: https://svnweb.freebsd.org/changeset/ports/388133 Log: - Update to 3.4.21.1 - Update WWW Changes: https://github.com/activescaffold/active_scaffold/blob/master/CHANGELOG Modified: head/devel/rubygem-active_scaffold/Makefile head/devel/rubygem-active_scaffold/distinfo head/devel/rubygem-active_scaffold/pkg-descr Modified: head/devel/rubygem-active_scaffold/Makefile ============================================================================== --- head/devel/rubygem-active_scaffold/Makefile Sun May 31 19:25:46 2015 (r388132) +++ head/devel/rubygem-active_scaffold/Makefile Sun May 31 19:25:52 2015 (r388133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= active_scaffold -PORTVERSION= 3.4.20 +PORTVERSION= 3.4.21.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-active_scaffold/distinfo ============================================================================== --- head/devel/rubygem-active_scaffold/distinfo Sun May 31 19:25:46 2015 (r388132) +++ head/devel/rubygem-active_scaffold/distinfo Sun May 31 19:25:52 2015 (r388133) @@ -1,2 +1,2 @@ -SHA256 (rubygem/active_scaffold-3.4.20.gem) = f98f68fa446cc6163de09d83909eeb16b49f9ef5e6eb89afa5807fd346eb8ba2 -SIZE (rubygem/active_scaffold-3.4.20.gem) = 271360 +SHA256 (rubygem/active_scaffold-3.4.21.1.gem) = e23b0d926a9d41e1c39dea9e5d17d634d4112a8e0b7970fc032a2328ff0d1e4b +SIZE (rubygem/active_scaffold-3.4.21.1.gem) = 271360 Modified: head/devel/rubygem-active_scaffold/pkg-descr ============================================================================== --- head/devel/rubygem-active_scaffold/pkg-descr Sun May 31 19:25:46 2015 (r388132) +++ head/devel/rubygem-active_scaffold/pkg-descr Sun May 31 19:25:52 2015 (r388133) @@ -3,4 +3,4 @@ with ActiveScaffold. ActiveScaffold hand update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems. -WWW: https://rubygems.org/gems/active_scaffold +WWW: https://github.com/activescaffold/active_scaffold From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:25:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1A169B8; Sun, 31 May 2015 19:25:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB26D1E1F; Sun, 31 May 2015 19:25:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJPxo5029287; Sun, 31 May 2015 19:25:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJPxMM029285; Sun, 31 May 2015 19:25:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311925.t4VJPxMM029285@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 19:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388134 - head/devel/rubygem-guess_html_encoding X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 19:25:59 -0000 Author: sunpoet Date: Sun May 31 19:25:58 2015 New Revision: 388134 URL: https://svnweb.freebsd.org/changeset/ports/388134 Log: - Update to 0.0.11 Changes: https://github.com/cantino/guess_html_encoding/commits/master Modified: head/devel/rubygem-guess_html_encoding/Makefile head/devel/rubygem-guess_html_encoding/distinfo Modified: head/devel/rubygem-guess_html_encoding/Makefile ============================================================================== --- head/devel/rubygem-guess_html_encoding/Makefile Sun May 31 19:25:52 2015 (r388133) +++ head/devel/rubygem-guess_html_encoding/Makefile Sun May 31 19:25:58 2015 (r388134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guess_html_encoding -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-guess_html_encoding/distinfo ============================================================================== --- head/devel/rubygem-guess_html_encoding/distinfo Sun May 31 19:25:52 2015 (r388133) +++ head/devel/rubygem-guess_html_encoding/distinfo Sun May 31 19:25:58 2015 (r388134) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guess_html_encoding-0.0.9.gem) = 65d7bb589751d8294c822db3e057a23cdc202a579be8e2b8c3b0c6ec7f32c737 -SIZE (rubygem/guess_html_encoding-0.0.9.gem) = 25088 +SHA256 (rubygem/guess_html_encoding-0.0.11.gem) = cab6468b945f38673fc41ad147fbbc89693b3c6c34b03b071e2ed669a603e098 +SIZE (rubygem/guess_html_encoding-0.0.11.gem) = 28672 From owner-svn-ports-head@FreeBSD.ORG Sun May 31 19:26:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72016A96; Sun, 31 May 2015 19:26:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (