From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 02:24:59 2014 Return-Path: Delivered-To: svn-ports-all@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 51FDF566; Sun, 28 Sep 2014 02:24:59 +0000 (UTC) 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 32DE8E6; Sun, 28 Sep 2014 02:24:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S2Oxou028555; Sun, 28 Sep 2014 02:24:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S2Owck028553; Sun, 28 Sep 2014 02:24:58 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409280224.s8S2Owck028553@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 28 Sep 2014 02:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369432 - in head/net/syncthing: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 02:24:59 -0000 Author: swills Date: Sun Sep 28 02:24:58 2014 New Revision: 369432 URL: http://svnweb.freebsd.org/changeset/ports/369432 QAT: https://qat.redports.org/buildarchive/r369432/ Log: net/syncthing: update to 0.9.18 Deleted: head/net/syncthing/files/patch-build.sh head/net/syncthing/files/patch-upgrade__upgrade_supported.go Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sat Sep 27 22:31:13 2014 (r369431) +++ head/net/syncthing/Makefile Sun Sep 28 02:24:58 2014 (r369432) @@ -2,37 +2,40 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.18 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/:group1 \ https://bitbucket.org/kardianos/osext/get/:group2 \ LOCAL/swills:group3 \ LOCAL/swills:group4 \ LOCAL/swills:group5 \ - https://codeload.github.com/bkaradzic/go-lz4/legacy.tar.gz/77e2ba8?dummy=/:group6 \ + https://codeload.github.com/bkaradzic/go-lz4/legacy.tar.gz/93a831d?dummy=/:group6 \ https://codeload.github.com/calmh/xdr/legacy.tar.gz/e1714bb?dummy=/:group7 \ https://codeload.github.com/juju/ratelimit/legacy.tar.gz/f9f36d1?dummy=/:group8 \ - https://codeload.github.com/syndtr/goleveldb/legacy.tar.gz/2b4cbca?dummy=/:group9 \ - https://codeload.github.com/vitrun/qart/legacy.tar.gz/ccb109c?dummy=/:group10 + https://codeload.github.com/syndtr/goleveldb/legacy.tar.gz/9bca75c?dummy=/:group9 \ + https://codeload.github.com/vitrun/qart/legacy.tar.gz/ccb109c?dummy=/:group10 \ + LOCAL/swills:group11 \ + LOCAL/swills:group12 DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:group1 \ 5d3ddcf53a50${EXTRACT_SUFX}:group2 \ - text.go-d65bffbc88a1${EXTRACT_SUFX}:group3 \ + text.go-024681b033be${EXTRACT_SUFX}:group3 \ snappy-go-12e4b4183793${EXTRACT_SUFX}:group4 \ - crypto.go-f3cebac2bd11${EXTRACT_SUFX}:group5 \ + crypto.go-31393df5baea${EXTRACT_SUFX}:group5 \ bkaradzic-go-lz4-77e2ba8${EXTRACT_SUFX}:group6 \ calmh-xdr-e1714bb${EXTRACT_SUFX}:group7 \ juju-ratelimit-f9f36d1${EXTACT_SUFX}:group8 \ - syndtr-goleveldb-2b4cbca${EXTRACT_SUFX}:group9 \ - vitrun-qart-ccb109c${EXTRACT_SUFX}:group10 + syndtr-goleveldb-9bca75c${EXTRACT_SUFX}:group9 \ + vitrun-qart-ccb109c${EXTRACT_SUFX}:group10 \ + tools.go-7a99b946364f${EXTRACT_SUFX}:group11 \ + net.go-90e232e2462d${EXTRACT_SUFX}:group12 MAINTAINER= swills@FreeBSD.org COMMENT= Encrypted file sync tool -BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ - bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_RC_SUBR= syncthing -PLIST_FILES= bin/syncthing bin/stindex bin/stevents +PLIST_FILES= bin/syncthing PORTDOCS= * USERS= syncthing @@ -50,25 +53,27 @@ post-patch: src/github.com/vitrun \ src/github.com/syncthing/syncthing ; \ ${MV} ${WRKDIR}/kardianos-osext-5d3ddcf53a50 ${WRKSRC}/src/bitbucket.org/kardianos/osext ; \ - ${MV} ${WRKDIR}/crypto.go-f3cebac2bd11/ src/code.google.com/p/go.crypto ; \ + ${MV} ${WRKDIR}/crypto.go-31393df5baea/ src/code.google.com/p/go.crypto ; \ ${MV} ${WRKDIR}/snappy-go-12e4b4183793 src/code.google.com/p/snappy-go ; \ - ${MV} ${WRKDIR}/text.go-d65bffbc88a1 src/code.google.com/p/go.text ; \ - ${MV} ${WRKDIR}/bkaradzic-go-lz4-77e2ba8 src/github.com/bkaradzic/go-lz4 ; \ + ${MV} ${WRKDIR}/text.go-024681b033be src/code.google.com/p/go.text ; \ + ${MV} ${WRKDIR}/tools.go-7a99b946364f src/code.google.com/p/go.tools ; \ + ${MV} ${WRKDIR}/net.go-90e232e2462d src/code.google.com/p/go.net ; \ + ${MV} ${WRKDIR}/bkaradzic-go-lz4-93a831d src/github.com/bkaradzic/go-lz4 ; \ ${MV} ${WRKDIR}/calmh-xdr-e1714bb src/github.com/calmh/xdr ; \ ${MV} ${WRKDIR}/juju-ratelimit-f9f36d1 src/github.com/juju/ratelimit ; \ - ${MV} ${WRKDIR}/syndtr-goleveldb-2b4cbca src/github.com/syndtr/goleveldb ; \ + ${MV} ${WRKDIR}/syndtr-goleveldb-9bca75c src/github.com/syndtr/goleveldb ; \ ${MV} ${WRKDIR}/vitrun-qart-ccb109c src/github.com/vitrun/qart ; \ ${CP} -r lamport luhn beacon scanner versioner files \ - protocol auto config discover events logger model osutil \ + protocol auto config discover events logger model osutil ignore stats fnmatch cmd \ upgrade upnp src/github.com/syncthing/syncthing do-build: - cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} bash ./build.sh + # timestamp here refers to source, not build time + cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build -ldflags "-w -X main.Version v${PORTVERSION} -X main.BuildStamp 1411588890 -X main.BuildUser ${USER} -X main.BuildHost ${HOST}" github.com/syncthing/syncthing/cmd/syncthing + ${STRIP_CMD} ${WRKSRC}/syncthing do-install: -.for x in stevents stindex syncthing - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${x} ${STAGEDIR}${PREFIX}/bin -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/syncthing ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in CONTRIBUTORS LICENSE README.md ${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Sat Sep 27 22:31:13 2014 (r369431) +++ head/net/syncthing/distinfo Sun Sep 28 02:24:58 2014 (r369432) @@ -1,20 +1,24 @@ -SHA256 (syncthing-0.9.5.tar.gz) = df27d0920d77f82e8dc30bb95c40001828e70b6a7568156a6a47b7caf22765b4 -SIZE (syncthing-0.9.5.tar.gz) = 1840605 +SHA256 (syncthing-0.9.18.tar.gz) = 4ce72566dc59101683371b85fc905baf3bf23749f7d077443e39c37cc2ac7274 +SIZE (syncthing-0.9.18.tar.gz) = 1942823 SHA256 (5d3ddcf53a50.tar.gz) = d39ed6aa63c76b62d6cd5850128f7205f0d983ffbb78f121afbd4a3c85937587 SIZE (5d3ddcf53a50.tar.gz) = 3060 -SHA256 (text.go-d65bffbc88a1.tar.gz) = 5b87e4dddc48c363bf190982a0d229ed5c9b57793ae4ec68004dc1c2f2a31309 -SIZE (text.go-d65bffbc88a1.tar.gz) = 3231005 +SHA256 (text.go-024681b033be.tar.gz) = 79239141a7a5ba59276982491aa4431b2b0adf2da79464c55307529767e8c974 +SIZE (text.go-024681b033be.tar.gz) = 3241194 SHA256 (snappy-go-12e4b4183793.tar.gz) = fb220046f526122a219aa22f34edbdd236343c4cf3439e79a6d56a145a006194 SIZE (snappy-go-12e4b4183793.tar.gz) = 7785 -SHA256 (crypto.go-f3cebac2bd11.tar.gz) = 9de8c02f5f4b29db4ec31e772acc5b2b75323d5a20f58bfadfe1d10300256f37 -SIZE (crypto.go-f3cebac2bd11.tar.gz) = 326871 -SHA256 (bkaradzic-go-lz4-77e2ba8.tar.gz) = 8d6a3f73bb2e21a64292d14af1a8466707c14f71b70d48fde317746cd2ac8d0e -SIZE (bkaradzic-go-lz4-77e2ba8.tar.gz) = 232876 +SHA256 (crypto.go-31393df5baea.tar.gz) = ad51b826e2198cc99a0b5fa38077bab8e1c44dc3e8a2e65ab2289f06f4bb31f3 +SIZE (crypto.go-31393df5baea.tar.gz) = 850477 +SHA256 (bkaradzic-go-lz4-77e2ba8.tar.gz) = f11a2a4eadb525360dba2517abcbcb1a18d67f606a1311b8263fb5a0bca67e5b +SIZE (bkaradzic-go-lz4-77e2ba8.tar.gz) = 232907 SHA256 (calmh-xdr-e1714bb.tar.gz) = 354133594fc70dac499a44ffd6d857f1f730345f8db3d07def4e38daec5ec791 SIZE (calmh-xdr-e1714bb.tar.gz) = 9250 SHA256 (juju-ratelimit-f9f36d1) = d2117682d9ef68764cfdd4de51b4d150cd2c6c0b6a9fcaa50d5891443b42285a SIZE (juju-ratelimit-f9f36d1) = 7382 -SHA256 (syndtr-goleveldb-2b4cbca.tar.gz) = aa0c0917c51de5fa5bf6bd7a2a410bdbc7f27d72146ffb2bf7376273c02275c5 -SIZE (syndtr-goleveldb-2b4cbca.tar.gz) = 106774 +SHA256 (syndtr-goleveldb-9bca75c.tar.gz) = 68353a47e33b81d47c3cb0c3058011a391a5d7a65e20c7cf5b1d8e08a19d129f +SIZE (syndtr-goleveldb-9bca75c.tar.gz) = 112667 SHA256 (vitrun-qart-ccb109c.tar.gz) = 6daeaea6334827e56daa82d601df9bca1bb48dd9b1deb2f8708ffb3867afd112 SIZE (vitrun-qart-ccb109c.tar.gz) = 23243 +SHA256 (tools.go-7a99b946364f.tar.gz) = 6b67d2cd7b06c197296f0d89bd623bf4b4c518ce7962268cec1ecdbe9a228757 +SIZE (tools.go-7a99b946364f.tar.gz) = 1636949 +SHA256 (net.go-90e232e2462d.tar.gz) = 5bac84792244e0b5d12d573cbe9234e49d1fc54095bf32ebbe8e0419f0378249 +SIZE (net.go-90e232e2462d.tar.gz) = 391242 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 02:39:31 2014 Return-Path: Delivered-To: svn-ports-all@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 1AFED897; Sun, 28 Sep 2014 02:39:31 +0000 (UTC) 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 075161DB; Sun, 28 Sep 2014 02:39:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S2dUoK033815; Sun, 28 Sep 2014 02:39:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S2dUAS033813; Sun, 28 Sep 2014 02:39:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409280239.s8S2dUAS033813@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 28 Sep 2014 02:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369433 - head/devel/rubygem-capybara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 02:39:31 -0000 Author: swills Date: Sun Sep 28 02:39:30 2014 New Revision: 369433 URL: http://svnweb.freebsd.org/changeset/ports/369433 QAT: https://qat.redports.org/buildarchive/r369433/ Log: devel/rubygem-capybara: update to 2.4.3 Modified: head/devel/rubygem-capybara/Makefile head/devel/rubygem-capybara/distinfo Modified: head/devel/rubygem-capybara/Makefile ============================================================================== --- head/devel/rubygem-capybara/Makefile Sun Sep 28 02:24:58 2014 (r369432) +++ head/devel/rubygem-capybara/Makefile Sun Sep 28 02:39:30 2014 (r369433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Sun Sep 28 02:24:58 2014 (r369432) +++ head/devel/rubygem-capybara/distinfo Sun Sep 28 02:39:30 2014 (r369433) @@ -1,2 +1,2 @@ -SHA256 (rubygem/capybara-2.4.1.gem) = 248deb67c65e2d255f04c0b9dbb0640aadbe9786f78a4b3f52f0d56389e25590 -SIZE (rubygem/capybara-2.4.1.gem) = 231936 +SHA256 (rubygem/capybara-2.4.3.gem) = 65aa7f4fbb9945d07e25938f74a03d007ca0f1b4de10ef8c8bbb4d0cc4a01bf1 +SIZE (rubygem/capybara-2.4.3.gem) = 232448 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 03:41:30 2014 Return-Path: Delivered-To: svn-ports-all@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 E351C273; Sun, 28 Sep 2014 03:41:29 +0000 (UTC) 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 CCBBA9B6; Sun, 28 Sep 2014 03:41:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S3fTaH066444; Sun, 28 Sep 2014 03:41:29 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S3fP1C066419; Sun, 28 Sep 2014 03:41:25 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201409280341.s8S3fP1C066419@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 28 Sep 2014 03:41:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369434 - in head: benchmarks/imb benchmarks/mdtest math/blacs math/parmetis math/parmgridgen math/scalapack math/vtk6 net/openmpi science/dlpoly-classic science/fvcom-mpi science/fvm s... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 03:41:30 -0000 Author: danilo Date: Sun Sep 28 03:41:24 2014 New Revision: 369434 URL: http://svnweb.freebsd.org/changeset/ports/369434 QAT: https://qat.redports.org/buildarchive/r369434/ Log: - Update net/openmpi from 1.8.2 to 1.8.3 Modified: head/benchmarks/imb/Makefile head/benchmarks/mdtest/Makefile head/math/blacs/Makefile head/math/parmetis/Makefile head/math/parmgridgen/Makefile head/math/scalapack/Makefile head/math/vtk6/Makefile head/net/openmpi/Makefile head/net/openmpi/distinfo head/net/openmpi/pkg-plist head/science/dlpoly-classic/Makefile head/science/fvcom-mpi/Makefile head/science/fvm/Makefile head/science/gromacs/Makefile head/science/meep/Makefile head/science/ncs/Makefile head/science/pnetcdf/Makefile Modified: head/benchmarks/imb/Makefile ============================================================================== --- head/benchmarks/imb/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/benchmarks/imb/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= imb PORTVERSION= 3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= benchmarks parallel MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://cache-www.intel.com/cd/00/00/32/71/ Modified: head/benchmarks/mdtest/Makefile ============================================================================== --- head/benchmarks/mdtest/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/benchmarks/mdtest/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= mdtest PORTVERSION= 1.9.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz Modified: head/math/blacs/Makefile ============================================================================== --- head/math/blacs/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/math/blacs/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR=blacs Modified: head/math/parmetis/Makefile ============================================================================== --- head/math/parmetis/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/math/parmetis/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= ParMetis PORTVERSION= 4.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math parallel MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD Modified: head/math/parmgridgen/Makefile ============================================================================== --- head/math/parmgridgen/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/math/parmgridgen/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= parmgridgen PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math science MASTER_SITES= http://www.mgnet.org/mgnet/Codes/parmgridgen/ \ http://www-users.cs.umn.edu/~moulitsa/download/ \ Modified: head/math/scalapack/Makefile ============================================================================== --- head/math/scalapack/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/math/scalapack/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= scalapack PORTVERSION= 2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR=${PORTNAME} Modified: head/math/vtk6/Makefile ============================================================================== --- head/math/vtk6/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/math/vtk6/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= vtk PORTVERSION= 6.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 6 Modified: head/net/openmpi/Makefile ============================================================================== --- head/net/openmpi/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/net/openmpi/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -4,8 +4,7 @@ # - etc/*.sample support PORTNAME= openmpi -DISTVERSION= 1.8.2 -PORTREVISION= 1 +DISTVERSION= 1.8.3 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.8/downloads/ Modified: head/net/openmpi/distinfo ============================================================================== --- head/net/openmpi/distinfo Sun Sep 28 02:39:30 2014 (r369433) +++ head/net/openmpi/distinfo Sun Sep 28 03:41:24 2014 (r369434) @@ -1,2 +1,2 @@ -SHA256 (openmpi-1.8.2.tar.bz2) = ab70770faf1bac15ef44301fe2186b02f857646545492dd7331404e364a7d131 -SIZE (openmpi-1.8.2.tar.bz2) = 13268564 +SHA256 (openmpi-1.8.3.tar.bz2) = 2ef02dab61febeb74714ff80d508c00b05defc635b391ed2c8dcc1791fbc88b3 +SIZE (openmpi-1.8.3.tar.bz2) = 13301056 Modified: head/net/openmpi/pkg-plist ============================================================================== --- head/net/openmpi/pkg-plist Sun Sep 28 02:39:30 2014 (r369433) +++ head/net/openmpi/pkg-plist Sun Sep 28 03:41:24 2014 (r369434) @@ -227,7 +227,7 @@ %%MPIDIR%%/lib/libmpi.la %%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.1 -%%MPIDIR%%/lib/libmpi.so.1.5.2 +%%MPIDIR%%/lib/libmpi.so.1.6.0 %%MPIDIR%%/lib/libmpi_cxx.la %%MPIDIR%%/lib/libmpi_cxx.so %%MPIDIR%%/lib/libmpi_cxx.so.1 @@ -235,7 +235,7 @@ %%MPIDIR%%/lib/libmpi_mpifh.la %%MPIDIR%%/lib/libmpi_mpifh.so %%MPIDIR%%/lib/libmpi_mpifh.so.2 -%%MPIDIR%%/lib/libmpi_mpifh.so.2.4.0 +%%MPIDIR%%/lib/libmpi_mpifh.so.2.5.0 %%MPIDIR%%/lib/libmpi_usempi.la %%MPIDIR%%/lib/libmpi_usempi.so %%MPIDIR%%/lib/libmpi_usempi.so.1 @@ -247,11 +247,11 @@ %%MPIDIR%%/lib/libopen-pal.la %%MPIDIR%%/lib/libopen-pal.so %%MPIDIR%%/lib/libopen-pal.so.6 -%%MPIDIR%%/lib/libopen-pal.so.6.2.0 +%%MPIDIR%%/lib/libopen-pal.so.6.2.1 %%MPIDIR%%/lib/libopen-rte.la %%MPIDIR%%/lib/libopen-rte.so %%MPIDIR%%/lib/libopen-rte.so.7 -%%MPIDIR%%/lib/libopen-rte.so.7.0.4 +%%MPIDIR%%/lib/libopen-rte.so.7.0.5 %%MPIDIR%%/lib/mpi.mod %%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.la %%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.so Modified: head/science/dlpoly-classic/Makefile ============================================================================== --- head/science/dlpoly-classic/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/science/dlpoly-classic/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= dlpoly PORTVERSION= 1.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science java MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/ PKGNAMESUFFIX= classic Modified: head/science/fvcom-mpi/Makefile ============================================================================== --- head/science/fvcom-mpi/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/science/fvcom-mpi/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -1,7 +1,7 @@ # Created by: Jason Bacon # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 PKGNAMESUFFIX= -openmpi MPIPREFIX= mpi/openmpi/ Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/science/fvm/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,6 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.4 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/science/gromacs/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= gromacs PORTVERSION= 5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/science/meep/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ Modified: head/science/ncs/Makefile ============================================================================== --- head/science/ncs/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/science/ncs/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,6 +3,7 @@ PORTNAME= ncs PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/pnetcdf/Makefile ============================================================================== --- head/science/pnetcdf/Makefile Sun Sep 28 02:39:30 2014 (r369433) +++ head/science/pnetcdf/Makefile Sun Sep 28 03:41:24 2014 (r369434) @@ -3,7 +3,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science parallel MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \ LOCAL/sunpoet From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 04:00:45 2014 Return-Path: Delivered-To: svn-ports-all@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 BFD56642; Sun, 28 Sep 2014 04:00:45 +0000 (UTC) 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 9049FB69; Sun, 28 Sep 2014 04:00:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S40j5g073368; Sun, 28 Sep 2014 04:00:45 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S40jE8073364; Sun, 28 Sep 2014 04:00:45 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201409280400.s8S40jE8073364@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Sep 2014 04:00:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369435 - head/www/mediawiki123 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 04:00:45 -0000 Author: wen Date: Sun Sep 28 04:00:44 2014 New Revision: 369435 URL: http://svnweb.freebsd.org/changeset/ports/369435 QAT: https://qat.redports.org/buildarchive/r369435/ Log: - Update to 1.23.4 Modified: head/www/mediawiki123/Makefile head/www/mediawiki123/distinfo Modified: head/www/mediawiki123/Makefile ============================================================================== --- head/www/mediawiki123/Makefile Sun Sep 28 03:41:24 2014 (r369434) +++ head/www/mediawiki123/Makefile Sun Sep 28 04:00:44 2014 (r369435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.23.3 +PORTVERSION= 1.23.4 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 @@ -19,6 +19,7 @@ WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki NO_BUILD= yes +PLIST= ${WRKDIR}/plist OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK OPTIONS_DEFAULT=MYSQL @@ -64,16 +65,20 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache .endif +pre-install: + @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} + @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} + @${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST} + @${ECHO} @dir ${MEDIAWIKIDIR} >> ${PLIST} + @${ECHO_CMD} "@group" >> ${PLIST} + @${ECHO_CMD} "@owner" >> ${PLIST} + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} ${CP} -r ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} post-install: - @${FIND} ${WRKSRC}/${file} -not -type d \ - | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST} - @${FIND} -d ${WRKSRC}/${file} -type d \ - | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST} @${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE} .include Modified: head/www/mediawiki123/distinfo ============================================================================== --- head/www/mediawiki123/distinfo Sun Sep 28 03:41:24 2014 (r369434) +++ head/www/mediawiki123/distinfo Sun Sep 28 04:00:44 2014 (r369435) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.23.3.tar.gz) = ee2ea2e28e44fb12ac6d1c8c6d2f52a3c8580c7b95a06a1d9c6272c9254ac750 -SIZE (mediawiki-1.23.3.tar.gz) = 19886309 +SHA256 (mediawiki-1.23.4.tar.gz) = 3fd31c61d60b3472483d9d18b19b8f5dc1ff1462601490522504b2a60fa070e9 +SIZE (mediawiki-1.23.4.tar.gz) = 19898828 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 06:47:31 2014 Return-Path: Delivered-To: svn-ports-all@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 2776A60B; Sun, 28 Sep 2014 06:47:31 +0000 (UTC) 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 EDF4BABF; Sun, 28 Sep 2014 06:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S6lUUb049262; Sun, 28 Sep 2014 06:47:30 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S6lUAM049257; Sun, 28 Sep 2014 06:47:30 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201409280647.s8S6lUAM049257@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Sep 2014 06:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369436 - head/graphics/repng2jpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 06:47:31 -0000 Author: riggs Date: Sun Sep 28 06:47:29 2014 New Revision: 369436 URL: http://svnweb.freebsd.org/changeset/ports/369436 QAT: https://qat.redports.org/buildarchive/r369436/ Log: - Update to upstream version 1.0.5 - Update pkg-descr - Pet portlint PR: 193294 Submitted by: portmaster@bsdforge.com (maintainer) Modified: head/graphics/repng2jpeg/Makefile head/graphics/repng2jpeg/distinfo head/graphics/repng2jpeg/pkg-descr Modified: head/graphics/repng2jpeg/Makefile ============================================================================== --- head/graphics/repng2jpeg/Makefile Sun Sep 28 04:00:44 2014 (r369435) +++ head/graphics/repng2jpeg/Makefile Sun Sep 28 06:47:29 2014 (r369436) @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= repng2jpeg -PORTVERSION= 1.0.4 -PORTREVISION= 5 +PORTVERSION= 1.0.5 CATEGORIES= graphics MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/ -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= portmaster@bsdforge.com -COMMENT= Tool to recompress JPEG/PNG/GIF +COMMENT= Small tool to recompress JPEG, PNG, and GIF images LICENSE= GPLv1 -USES= tar:xz - LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +USES= tar:xz + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgd Modified: head/graphics/repng2jpeg/distinfo ============================================================================== --- head/graphics/repng2jpeg/distinfo Sun Sep 28 04:00:44 2014 (r369435) +++ head/graphics/repng2jpeg/distinfo Sun Sep 28 06:47:29 2014 (r369436) @@ -1,2 +1,2 @@ -SHA256 (repng2jpeg_1.0.4.tar.xz) = 5bd37c43c03c1068aee74e36dc0ab4bc8c4245fe2f9b2b17d062e55d5d13f56e -SIZE (repng2jpeg_1.0.4.tar.xz) = 938180 +SHA256 (repng2jpeg-1.0.5.tar.xz) = 4870c50e77c501deec4ca01363e194f4b8d16f530701a1322db3e3e5e635d0ca +SIZE (repng2jpeg-1.0.5.tar.xz) = 938240 Modified: head/graphics/repng2jpeg/pkg-descr ============================================================================== --- head/graphics/repng2jpeg/pkg-descr Sun Sep 28 04:00:44 2014 (r369435) +++ head/graphics/repng2jpeg/pkg-descr Sun Sep 28 06:47:29 2014 (r369436) @@ -1,3 +1,9 @@ -Tool to recompress JPEG/PNG/GIF. +A small tool to recompress JPEG, PNG, and GIF images. +repng2jpeg is a single binary, which makes it readily available, and simple +for use in scripts, and other utilities. Some of the possibilities include + + - mass recompression of entire directory/ies + - scripted via Perl, as an online utility + - your-creative-usage-here... WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 06:56:34 2014 Return-Path: Delivered-To: svn-ports-all@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 C3B3E760; Sun, 28 Sep 2014 06:56:34 +0000 (UTC) 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 AFBDBB78; Sun, 28 Sep 2014 06:56:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S6uYcs053828; Sun, 28 Sep 2014 06:56:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S6uYR9053826; Sun, 28 Sep 2014 06:56:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409280656.s8S6uYR9053826@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 06:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369437 - in head: lang/kroc net/slirp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 06:56:34 -0000 Author: antoine Date: Sun Sep 28 06:56:33 2014 New Revision: 369437 URL: http://svnweb.freebsd.org/changeset/ports/369437 QAT: https://qat.redports.org/buildarchive/r369437/ Log: Deprecate ports broken for more than 6 months Modified: head/lang/kroc/Makefile head/net/slirp/Makefile Modified: head/lang/kroc/Makefile ============================================================================== --- head/lang/kroc/Makefile Sun Sep 28 06:47:29 2014 (r369436) +++ head/lang/kroc/Makefile Sun Sep 28 06:56:33 2014 (r369437) @@ -13,6 +13,8 @@ MAINTAINER= tdb@FreeBSD.org COMMENT= The Kent Retargetable occam-pi Compiler BROKEN= Fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-10-28 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png Modified: head/net/slirp/Makefile ============================================================================== --- head/net/slirp/Makefile Sun Sep 28 06:47:29 2014 (r369436) +++ head/net/slirp/Makefile Sun Sep 28 06:56:33 2014 (r369437) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= (C)SLIP/PPP emulator for users with shell accounts BROKEN= Does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-10-28 # serious LP64 issues ONLY_FOR_ARCHS= i386 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 07:04:16 2014 Return-Path: Delivered-To: svn-ports-all@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 713258A5; Sun, 28 Sep 2014 07:04:16 +0000 (UTC) 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 5D70EC2A; Sun, 28 Sep 2014 07:04:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S74GwP058267; Sun, 28 Sep 2014 07:04:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S74GhV058266; Sun, 28 Sep 2014 07:04:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409280704.s8S74GhV058266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Sep 2014 07:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369438 - head/graphics/osg-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 07:04:16 -0000 Author: amdmi3 Date: Sun Sep 28 07:04:15 2014 New Revision: 369438 URL: http://svnweb.freebsd.org/changeset/ports/369438 QAT: https://qat.redports.org/buildarchive/r369438/ Log: - Drop @dirrm* from plist Modified: head/graphics/osg-devel/pkg-plist Modified: head/graphics/osg-devel/pkg-plist ============================================================================== --- head/graphics/osg-devel/pkg-plist Sun Sep 28 06:56:33 2014 (r369437) +++ head/graphics/osg-devel/pkg-plist Sun Sep 28 07:04:15 2014 (r369438) @@ -753,24 +753,3 @@ libdata/pkgconfig/openscenegraph-osgVolu libdata/pkgconfig/openscenegraph-osgWidget.pc libdata/pkgconfig/openscenegraph.pc libdata/pkgconfig/openthreads.pc -@dirrm lib/osgPlugins-%%OSG_VERSION%% -@dirrm include/osgWidget -@dirrm include/osgVolume -@dirrm include/osgViewer/api/X11 -@dirrm include/osgViewer/api -@dirrm include/osgViewer -@dirrm include/osgUtil -@dirrm include/osgText -@dirrm include/osgTerrain -@dirrm include/osgSim -@dirrm include/osgShadow -%%QT4%%@dirrm include/osgQt -@dirrm include/osgPresentation -@dirrm include/osgParticle -@dirrm include/osgManipulator -@dirrm include/osgGA -@dirrm include/osgFX -@dirrm include/osgDB -@dirrm include/osgAnimation -@dirrm include/osg -@dirrm include/OpenThreads From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 07:04:20 2014 Return-Path: Delivered-To: svn-ports-all@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 2857C980; Sun, 28 Sep 2014 07:04:20 +0000 (UTC) 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 15030C2B; Sun, 28 Sep 2014 07:04:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S74JU5058368; Sun, 28 Sep 2014 07:04:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S74JYd058367; Sun, 28 Sep 2014 07:04:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409280704.s8S74JYd058367@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Sep 2014 07:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369439 - head/graphics/osg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 07:04:20 -0000 Author: amdmi3 Date: Sun Sep 28 07:04:19 2014 New Revision: 369439 URL: http://svnweb.freebsd.org/changeset/ports/369439 QAT: https://qat.redports.org/buildarchive/r369439/ Log: - Drop @dirrm* from plist Modified: head/graphics/osg/pkg-plist Modified: head/graphics/osg/pkg-plist ============================================================================== --- head/graphics/osg/pkg-plist Sun Sep 28 07:04:15 2014 (r369438) +++ head/graphics/osg/pkg-plist Sun Sep 28 07:04:19 2014 (r369439) @@ -733,24 +733,3 @@ libdata/pkgconfig/openscenegraph-osgVolu libdata/pkgconfig/openscenegraph-osgWidget.pc libdata/pkgconfig/openscenegraph.pc libdata/pkgconfig/openthreads.pc -@dirrm lib/osgPlugins-%%OSG_VERSION%% -@dirrm include/osgWidget -@dirrm include/osgVolume -@dirrm include/osgViewer/api/X11 -@dirrm include/osgViewer/api -@dirrm include/osgViewer -@dirrm include/osgUtil -@dirrm include/osgText -@dirrm include/osgTerrain -@dirrm include/osgSim -@dirrm include/osgShadow -%%QT4%%@dirrm include/osgQt -@dirrm include/osgPresentation -@dirrm include/osgParticle -@dirrm include/osgManipulator -@dirrm include/osgGA -@dirrm include/osgFX -@dirrm include/osgDB -@dirrm include/osgAnimation -@dirrm include/osg -@dirrm include/OpenThreads From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 07:48:36 2014 Return-Path: Delivered-To: svn-ports-all@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 D753E746; Sun, 28 Sep 2014 07:48:35 +0000 (UTC) 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 B8938F65; Sun, 28 Sep 2014 07:48:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S7mZpP078219; Sun, 28 Sep 2014 07:48:35 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S7mZJ8078215; Sun, 28 Sep 2014 07:48:35 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201409280748.s8S7mZJ8078215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 28 Sep 2014 07:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369440 - head/math/py-matplotlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 07:48:36 -0000 Author: demon Date: Sun Sep 28 07:48:34 2014 New Revision: 369440 URL: http://svnweb.freebsd.org/changeset/ports/369440 QAT: https://qat.redports.org/buildarchive/r369440/ Log: Update to version 1.4.0. PR: 193505 Submitted by: m.tsatsenko@gmail.com Approved by: mainland@apeiron.net (maintainer) Modified: head/math/py-matplotlib/Makefile head/math/py-matplotlib/distinfo head/math/py-matplotlib/pkg-descr Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Sun Sep 28 07:04:19 2014 (r369439) +++ head/math/py-matplotlib/Makefile Sun Sep 28 07:48:34 2014 (r369440) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTVERSION= 1.4.0 CATEGORIES= math python -MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net COMMENT= Plotting library uses a syntax familiar to MATLAB users +LICENSE= PSFL + BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz @@ -18,12 +19,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pkgconfig shebangfix -SHEBANG_FILES= examples/pylab_examples/unicode_demo.py \ - examples/animation/old_animation/movie_demo.py -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= pkgconfig shebangfix python +USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND Modified: head/math/py-matplotlib/distinfo ============================================================================== --- head/math/py-matplotlib/distinfo Sun Sep 28 07:04:19 2014 (r369439) +++ head/math/py-matplotlib/distinfo Sun Sep 28 07:48:34 2014 (r369440) @@ -1,2 +1,2 @@ -SHA256 (matplotlib-1.2.0.tar.gz) = 48fdb3b8f27010bc81ccf3925032768d499f82be979d9b6edccc4e2cced4dcaf -SIZE (matplotlib-1.2.0.tar.gz) = 36893347 +SHA256 (matplotlib-1.4.0.tar.gz) = 6d670d0e7a0967ff92c8f8127440b7c533b22bc484b0b6b4d24548ab0d6a3da3 +SIZE (matplotlib-1.4.0.tar.gz) = 51153512 Modified: head/math/py-matplotlib/pkg-descr ============================================================================== --- head/math/py-matplotlib/pkg-descr Sun Sep 28 07:04:19 2014 (r369439) +++ head/math/py-matplotlib/pkg-descr Sun Sep 28 07:48:34 2014 (r369440) @@ -5,4 +5,4 @@ can be used in python scripts, interacti or mathematica), in web application servers generating dynamic charts, or embedded in GTK, Tk or WX applications; see backends. -WWW: http://matplotlib.sourceforge.net/ +WWW: http://matplotlib.org/ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 08:07:56 2014 Return-Path: Delivered-To: svn-ports-all@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 7719295C; Sun, 28 Sep 2014 08:07:56 +0000 (UTC) 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 635F5176; Sun, 28 Sep 2014 08:07:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S87uE4087491; Sun, 28 Sep 2014 08:07:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S87uHX087490; Sun, 28 Sep 2014 08:07:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409280807.s8S87uHX087490@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Sep 2014 08:07:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369441 - head/graphics/py-rabbyt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 08:07:56 -0000 Author: amdmi3 Date: Sun Sep 28 08:07:55 2014 New Revision: 369441 URL: http://svnweb.freebsd.org/changeset/ports/369441 QAT: https://qat.redports.org/buildarchive/r369441/ Log: - Switch to USES=python - Strip libraries Modified: head/graphics/py-rabbyt/Makefile Modified: head/graphics/py-rabbyt/Makefile ============================================================================== --- head/graphics/py-rabbyt/Makefile Sun Sep 28 07:48:34 2014 (r369440) +++ head/graphics/py-rabbyt/Makefile Sun Sep 28 08:07:55 2014 (r369441) @@ -13,10 +13,11 @@ DISTNAME= Rabbyt-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast sprite library for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_ARCHDEP= yes +USES= python +USE_PYTHON= distutils autoplist USE_GL= gl glu +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so + .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 08:46:39 2014 Return-Path: Delivered-To: svn-ports-all@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 7A8BBDE2; Sun, 28 Sep 2014 08:46:39 +0000 (UTC) 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 4C94D690; Sun, 28 Sep 2014 08:46:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S8kdHd006185; Sun, 28 Sep 2014 08:46:39 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S8kcDO006182; Sun, 28 Sep 2014 08:46:38 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201409280846.s8S8kcDO006182@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 28 Sep 2014 08:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369442 - in head/japanese: . rubygem-jpmobile4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 08:46:39 -0000 Author: tota Date: Sun Sep 28 08:46:37 2014 New Revision: 369442 URL: http://svnweb.freebsd.org/changeset/ports/369442 QAT: https://qat.redports.org/buildarchive/r369442/ Log: - Repocopy japanese/rubygem-jpmobile to japanese/rubygem-jpmobile4 * Update to 4.1.2 * Add LICENSE_FILE Added: head/japanese/rubygem-jpmobile4/ - copied from r369441, head/japanese/rubygem-jpmobile/ Modified: head/japanese/Makefile head/japanese/rubygem-jpmobile4/Makefile head/japanese/rubygem-jpmobile4/distinfo Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Sun Sep 28 08:07:55 2014 (r369441) +++ head/japanese/Makefile Sun Sep 28 08:46:37 2014 (r369442) @@ -232,6 +232,7 @@ SUBDIR += rubygem-jpmobile SUBDIR += rubygem-jpmobile-ipaddresses SUBDIR += rubygem-jpmobile-terminfo + SUBDIR += rubygem-jpmobile4 SUBDIR += rubygem-myrurema SUBDIR += ryaku-fpw SUBDIR += scim-anthy Modified: head/japanese/rubygem-jpmobile4/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile/Makefile Sun Sep 28 08:07:55 2014 (r369441) +++ head/japanese/rubygem-jpmobile4/Makefile Sun Sep 28 08:46:37 2014 (r369442) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= jpmobile -PORTVERSION= 3.0.7 +PORTVERSION= 4.1.2 CATEGORIES= japanese www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 4 MAINTAINER= tota@FreeBSD.org COMMENT= Rails plugin for Japanese mobile-phones LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-rails>=3.2.8:${PORTSDIR}/www/rubygem-rails +RUN_DEPENDS= rubygem-rails4>0:${PORTSDIR}/www/rubygem-rails4 USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/japanese/rubygem-jpmobile4/distinfo ============================================================================== --- head/japanese/rubygem-jpmobile/distinfo Sun Sep 28 08:07:55 2014 (r369441) +++ head/japanese/rubygem-jpmobile4/distinfo Sun Sep 28 08:46:37 2014 (r369442) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jpmobile-3.0.7.gem) = 8027f01efb260d3dc56690b0d7eb172d18a49a3f4e1752fb01fe6272f6aad9ba -SIZE (rubygem/jpmobile-3.0.7.gem) = 382464 +SHA256 (rubygem/jpmobile-4.1.2.gem) = a656c43e94684cad0b762ba3724d52dcefb477e403928e99a9de3efe7576ea4c +SIZE (rubygem/jpmobile-4.1.2.gem) = 385536 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 08:51:13 2014 Return-Path: Delivered-To: svn-ports-all@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 70C5C14D; Sun, 28 Sep 2014 08:51:13 +0000 (UTC) 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 5C63F6AD; Sun, 28 Sep 2014 08:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S8pDxC009190; Sun, 28 Sep 2014 08:51:13 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S8pClx009188; Sun, 28 Sep 2014 08:51:12 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201409280851.s8S8pClx009188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 28 Sep 2014 08:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369443 - head/japanese/rubygem-jpmobile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 08:51:13 -0000 Author: tota Date: Sun Sep 28 08:51:12 2014 New Revision: 369443 URL: http://svnweb.freebsd.org/changeset/ports/369443 QAT: https://qat.redports.org/buildarchive/r369443/ Log: - Update to 3.0.8 - Add LICENSE_FILE Modified: head/japanese/rubygem-jpmobile/Makefile head/japanese/rubygem-jpmobile/distinfo Modified: head/japanese/rubygem-jpmobile/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile/Makefile Sun Sep 28 08:46:37 2014 (r369442) +++ head/japanese/rubygem-jpmobile/Makefile Sun Sep 28 08:51:12 2014 (r369443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jpmobile -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= japanese www rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Rails plugin for Japanese mobile-phones LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rails>=3.2.8:${PORTSDIR}/www/rubygem-rails Modified: head/japanese/rubygem-jpmobile/distinfo ============================================================================== --- head/japanese/rubygem-jpmobile/distinfo Sun Sep 28 08:46:37 2014 (r369442) +++ head/japanese/rubygem-jpmobile/distinfo Sun Sep 28 08:51:12 2014 (r369443) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jpmobile-3.0.7.gem) = 8027f01efb260d3dc56690b0d7eb172d18a49a3f4e1752fb01fe6272f6aad9ba -SIZE (rubygem/jpmobile-3.0.7.gem) = 382464 +SHA256 (rubygem/jpmobile-3.0.8.gem) = 5ac4dc1a2995d66c4865e58abcd1fa3bc45fe3b10fa99f846e1f1a8236f6d595 +SIZE (rubygem/jpmobile-3.0.8.gem) = 382464 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 08:54:14 2014 Return-Path: Delivered-To: svn-ports-all@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 E7F2D240; Sun, 28 Sep 2014 08:54:14 +0000 (UTC) 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 D460479B; Sun, 28 Sep 2014 08:54:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S8sEKU010688; Sun, 28 Sep 2014 08:54:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S8sEdp010687; Sun, 28 Sep 2014 08:54:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409280854.s8S8sEdp010687@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Sep 2014 08:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369444 - head/games/diameter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 08:54:15 -0000 Author: amdmi3 Date: Sun Sep 28 08:54:14 2014 New Revision: 369444 URL: http://svnweb.freebsd.org/changeset/ports/369444 QAT: https://qat.redports.org/buildarchive/r369444/ Log: - Switch to USES=python Modified: head/games/diameter/Makefile Modified: head/games/diameter/Makefile ============================================================================== --- head/games/diameter/Makefile Sun Sep 28 08:51:12 2014 (r369443) +++ head/games/diameter/Makefile Sun Sep 28 08:54:14 2014 (r369444) @@ -13,11 +13,10 @@ COMMENT= Arcade-style game with elements LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libguichan.so:${PORTSDIR}/devel/guichan -USES= tar:bzip2 gmake pkgconfig +USES= tar:bzip2 gmake pkgconfig python GNU_CONFIGURE= yes USE_GL= gl USE_SDL= sdl mixer image -USE_PYTHON= yes WRKSRC= ${WRKDIR}/gamediameter From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 09:55:39 2014 Return-Path: Delivered-To: svn-ports-all@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 107DAEFE; Sun, 28 Sep 2014 09:55:39 +0000 (UTC) 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 E58EBC84; Sun, 28 Sep 2014 09:55:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S9tcQ1038856; Sun, 28 Sep 2014 09:55:38 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S9tbcF038848; Sun, 28 Sep 2014 09:55:37 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409280955.s8S9tbcF038848@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 09:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369445 - in head/net-p2p/deluge: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 09:55:39 -0000 Author: rm Date: Sun Sep 28 09:55:36 2014 New Revision: 369445 URL: http://svnweb.freebsd.org/changeset/ports/369445 QAT: https://qat.redports.org/buildarchive/r369445/ Log: net-p2p/deluge: update to 1.3.7 - update to 1.3.7 - add LICENSE_FILE - convert to USES, sort knobs - add patch that fix default upload speed rate [1] - remove patch applied upstream - add back missed i18n files Submitted by: T.J. [1] Added: head/net-p2p/deluge/files/patch-deluge_core_core.py (contents, props changed) Deleted: head/net-p2p/deluge/files/patch-deluge_httpdownloader.py Modified: head/net-p2p/deluge/Makefile head/net-p2p/deluge/distinfo head/net-p2p/deluge/files/patch-setup.py head/net-p2p/deluge/pkg-descr head/net-p2p/deluge/pkg-plist Modified: head/net-p2p/deluge/Makefile ============================================================================== --- head/net-p2p/deluge/Makefile Sun Sep 28 08:54:14 2014 (r369444) +++ head/net-p2p/deluge/Makefile Sun Sep 28 09:55:36 2014 (r369445) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= deluge -PORTVERSION= 1.3.6 -PORTREVISION= 5 +PORTVERSION= 1.3.7 PORTEPOCH= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ EXTRACT_SUFX= .tar.lzma MAINTAINER= rm@FreeBSD.org -COMMENT= Bittorrent client using Python, GTK+2, and libtorrent-rasterbar +COMMENT= Bittorrent client using Python, GTK2, and libtorrent-rasterbar LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:${PORTSDIR}/devel/py-xdg \ ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:${PORTSDIR}/net-p2p/libtorrent-rasterbar-python \ @@ -21,14 +21,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg> USE_RC_SUBR= deluged deluge_web SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -PLIST_SUB+= PYTHON_VER=${PYTHON_VER} -WANT_GNOME= yes -USES= gettext tar:xz twisted:run,web -USE_OPENSSL= yes -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= gettext tar:xz python:2 twisted:run,web +USE_PYTHON= autoplist distutils +USE_OPENSSL= yes +WANT_GNOME= yes OPTIONS_DEFINE= GTK2 OPTIONS_DEFAULT=GTK2 Modified: head/net-p2p/deluge/distinfo ============================================================================== --- head/net-p2p/deluge/distinfo Sun Sep 28 08:54:14 2014 (r369444) +++ head/net-p2p/deluge/distinfo Sun Sep 28 09:55:36 2014 (r369445) @@ -1,2 +1,2 @@ -SHA256 (deluge-1.3.6.tar.lzma) = 054f7b219ee24ea9c50fb1d4734a3cf6ef515d7e8dace00c14f45af07f9aa8fe -SIZE (deluge-1.3.6.tar.lzma) = 1405564 +SHA256 (deluge-1.3.7.tar.lzma) = 5078f098ab0266f738045a8ac6dec1462a17e71287ebe6f941b434ec2082566a +SIZE (deluge-1.3.7.tar.lzma) = 1425604 Added: head/net-p2p/deluge/files/patch-deluge_core_core.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/deluge/files/patch-deluge_core_core.py Sun Sep 28 09:55:36 2014 (r369445) @@ -0,0 +1,14 @@ +This patch fixes upload rate speed problem discussed here: +http://forum.deluge-torrent.org/viewtopic.php?f=7&t=33839 + +--- deluge/core/core.py.orig 2014-07-09 19:08:22 UTC ++++ deluge/core/core.py +@@ -93,7 +93,7 @@ + self.__load_session_state() + + # Set the user agent +- self.settings = lt.session_settings() ++ self.settings = lt.high_performance_seed() + self.settings.user_agent = "Deluge %s" % deluge.common.get_version() + # Increase the alert queue size so that alerts don't get lost + self.settings.alert_queue_size = 10000 Modified: head/net-p2p/deluge/files/patch-setup.py ============================================================================== --- head/net-p2p/deluge/files/patch-setup.py Sun Sep 28 08:54:14 2014 (r369444) +++ head/net-p2p/deluge/files/patch-setup.py Sun Sep 28 09:55:36 2014 (r369445) @@ -1,6 +1,6 @@ ---- setup.py.orig 2012-03-05 04:41:43.000000000 +0400 -+++ setup.py 2012-03-10 14:17:07.000000000 +0400 -@@ -206,7 +206,6 @@ +--- setup.py.orig 2014-07-09 19:08:22 UTC ++++ setup.py +@@ -208,7 +208,6 @@ _ext_modules = [] # Check for a system libtorrent and if found, then do not build the libtorrent extension @@ -8,7 +8,7 @@ try: from deluge._libtorrent import lt except ImportError: -@@ -214,6 +213,8 @@ +@@ -216,6 +215,8 @@ else: build_libtorrent = False @@ -17,11 +17,12 @@ if build_libtorrent: got_libtorrent = False if not os.path.exists("libtorrent"): -@@ -487,31 +488,8 @@ +@@ -488,31 +489,7 @@ + } # Data files to be installed to the system - _data_files = [ -- ('share/icons/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']), +-_data_files = [ +- ('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']), - ('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']), - ('share/icons/hicolor/16x16/apps', ['deluge/data/icons/hicolor/16x16/apps/deluge.png']), - ('share/icons/hicolor/192x192/apps', ['deluge/data/icons/hicolor/192x192/apps/deluge.png']), @@ -41,11 +42,11 @@ - 'docs/man/deluge-gtk.1', - 'docs/man/deluge-web.1', - 'docs/man/deluge-console.1']) - ] - +-] +- -if not windows_check() and os.path.exists(desktop_data): - _data_files.append(('share/applications', [desktop_data])) -- ++_data_files = [] + entry_points = { "console_scripts": [ - "deluge-console = deluge.ui.console:start", Modified: head/net-p2p/deluge/pkg-descr ============================================================================== --- head/net-p2p/deluge/pkg-descr Sun Sep 28 08:54:14 2014 (r369444) +++ head/net-p2p/deluge/pkg-descr Sun Sep 28 09:55:36 2014 (r369445) @@ -1,6 +1,6 @@ Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended -to bring a native, full-featured client to Linux, BSD, and other *NIX GTK -desktop environments such as Gnome and XFCE. +to bring a native, full-featured client to Linux, BSD, and other *nix GTK +desktop environments such as Gnome and Xfce. Deluge uses Rasterbar's version of libtorrent as the main ingredient in its bittorrent protocol backend. Modified: head/net-p2p/deluge/pkg-plist ============================================================================== --- head/net-p2p/deluge/pkg-plist Sun Sep 28 08:54:14 2014 (r369444) +++ head/net-p2p/deluge/pkg-plist Sun Sep 28 09:55:36 2014 (r369445) @@ -1,3 +1,81 @@ +%%PYTHON_SITELIBDIR%%/deluge/i18n/af/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ar/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ast/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/be/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/bg/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/bn/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/bs/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ca/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/cs/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/cy/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/da/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/de/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/el/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/en_AU/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/en_CA/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/en_GB/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/eo/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/es/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/et/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/eu/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/fa/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/fi/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/fo/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/fr/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/fy/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ga/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/gl/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/he/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/hi/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/hr/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/hu/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/id/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/is/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/it/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/iu/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ja/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ka/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/kk/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/km/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/kn/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ko/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ku/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ky/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/la/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/lb/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/lt/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/lv/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/mk/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ml/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ms/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/nb/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/nds/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/nl/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/nn/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/oc/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/pl/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/pms/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/pt/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/pt_BR/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ro/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ru/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/si/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/sk/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/sl/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/sr/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/sv/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ta/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/te/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/th/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/tl/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/tlh/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/tr/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/uk/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/ur/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/vi/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/zh_CN/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/zh_HK/LC_MESSAGES/deluge.mo +%%PYTHON_SITELIBDIR%%/deluge/i18n/zh_TW/LC_MESSAGES/deluge.mo man/man1/deluge.1.gz man/man1/deluge-console.1.gz man/man1/deluge-gtk.1.gz From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 10:38:04 2014 Return-Path: Delivered-To: svn-ports-all@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 04C87823; Sun, 28 Sep 2014 10:38:04 +0000 (UTC) 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 CB110FF9; Sun, 28 Sep 2014 10:38:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SAc3PW057734; Sun, 28 Sep 2014 10:38:03 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SAc3UD057728; Sun, 28 Sep 2014 10:38:03 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409281038.s8SAc3UD057728@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Sep 2014 10:38:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369446 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 10:38:04 -0000 Author: kwm Date: Sun Sep 28 10:38:02 2014 New Revision: 369446 URL: http://svnweb.freebsd.org/changeset/ports/369446 QAT: https://qat.redports.org/buildarchive/r369446/ Log: Update to 6.8.9-8. Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo head/graphics/ImageMagick/pkg-plist Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Sun Sep 28 09:55:36 2014 (r369445) +++ head/graphics/ImageMagick/Makefile Sun Sep 28 10:38:02 2014 (r369446) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.8.9-4 -PORTREVISION= 4 +DISTVERSION= 6.8.9-8 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Sun Sep 28 09:55:36 2014 (r369445) +++ head/graphics/ImageMagick/distinfo Sun Sep 28 10:38:02 2014 (r369446) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.8.9-4.tar.xz) = af89964a72ff9e54b754570842299784e2d644495cbb5e67ea391e67d262bcc5 -SIZE (ImageMagick-6.8.9-4.tar.xz) = 7544152 +SHA256 (ImageMagick-6.8.9-8.tar.xz) = 27360449c6f3d4cca548d1780ecd5f8313a57a0a83d6d953a5088cc81714e9b0 +SIZE (ImageMagick-6.8.9-8.tar.xz) = 7889188 Modified: head/graphics/ImageMagick/pkg-plist ============================================================================== --- head/graphics/ImageMagick/pkg-plist Sun Sep 28 09:55:36 2014 (r369445) +++ head/graphics/ImageMagick/pkg-plist Sun Sep 28 10:38:02 2014 (r369446) @@ -486,6 +486,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-6/images/granite.png %%PORTDOCS%%%%DOCSDIR%%-6/images/imade_art2.jpg %%PORTDOCS%%%%DOCSDIR%%-6/images/label.gif +%%PORTDOCS%%%%DOCSDIR%%-6/images/litecoin.png %%PORTDOCS%%%%DOCSDIR%%-6/images/logo-sm-flop.png %%PORTDOCS%%%%DOCSDIR%%-6/images/logo-sm-fx.png %%PORTDOCS%%%%DOCSDIR%%-6/images/logo-sm.png From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 10:40:55 2014 Return-Path: Delivered-To: svn-ports-all@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 DAAD2930; Sun, 28 Sep 2014 10:40:55 +0000 (UTC) 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 ADD2494; Sun, 28 Sep 2014 10:40:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SAetNT060936; Sun, 28 Sep 2014 10:40:55 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SAetve060935; Sun, 28 Sep 2014 10:40:55 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201409281040.s8SAetve060935@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 28 Sep 2014 10:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369447 - head/math/py-numpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 10:40:56 -0000 Author: demon Date: Sun Sep 28 10:40:54 2014 New Revision: 369447 URL: http://svnweb.freebsd.org/changeset/ports/369447 QAT: https://qat.redports.org/buildarchive/r369447/ Log: Fix ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc48/libgfortran.so.3 not found error when importing numpy module. PR: 188114 Patch by Thierry Thomas Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Sun Sep 28 10:38:02 2014 (r369446) +++ head/math/py-numpy/Makefile Sun Sep 28 10:40:54 2014 (r369447) @@ -3,7 +3,7 @@ PORTNAME= numpy PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://docs.scipy.org/doc/${PORTNAME}/:doc \ @@ -23,6 +23,7 @@ RUN_DEPENDS= nosetests:${PORTSDIR}/devel USES= fortran python USE_PYTHON= concurrent distutils py3kplist +LDFLAGS+= -shared OPTIONS_DEFINE= ATLAS SUITESPARSE DOCS OPTIONS_DEFAULT= SUITESPARSE @@ -48,14 +49,12 @@ PLIST_FILES+= man/man1/f2py.1.gz .endif post-extract: - @${CP} ${DISTDIR}/numpy-ref-${PORTVERSION}.pdf ${WRKDIR} - @${CP} ${DISTDIR}/numpy-user-${PORTVERSION}.pdf ${WRKDIR} + ${CP} ${DISTDIR}/numpy-ref-${PORTVERSION}.pdf ${WRKDIR} + ${CP} ${DISTDIR}/numpy-user-${PORTVERSION}.pdf ${WRKDIR} post-patch: - @${REINPLACE_CMD} -e "s+%%FC%%+${FC}+" ${WRKSRC}/numpy/distutils/fcompiler/gnu.py - @${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg -# ignore LDFLAGS from env, as it overrides internal flags (e.g. -shared) for some reason - @${REINPLACE_CMD} -e "s|'LDFLAGS'|None|" ${WRKSRC}/numpy/distutils/fcompiler/__init__.py + ${REINPLACE_CMD} -e "s+%%FC%%+${FC}+" ${WRKSRC}/numpy/distutils/fcompiler/gnu.py + ${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so|${SED} -e s/libgfortran.so// From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 10:49:16 2014 Return-Path: Delivered-To: svn-ports-all@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 CBE22B05; Sun, 28 Sep 2014 10:49:16 +0000 (UTC) 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 9E238173; Sun, 28 Sep 2014 10:49:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SAnGEm062637; Sun, 28 Sep 2014 10:49:16 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SAnFiT062634; Sun, 28 Sep 2014 10:49:15 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201409281049.s8SAnFiT062634@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 28 Sep 2014 10:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369448 - head/lang/gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 10:49:16 -0000 Author: gerald Date: Sun Sep 28 10:49:15 2014 New Revision: 369448 URL: http://svnweb.freebsd.org/changeset/ports/369448 QAT: https://qat.redports.org/buildarchive/r369448/ Log: Update to the 20140921 snapshot of GCC 5.0. Remove four instances of @dirrm from pkg-plist. Modified: head/lang/gcc5/Makefile head/lang/gcc5/distinfo head/lang/gcc5/pkg-plist Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sun Sep 28 10:40:54 2014 (r369447) +++ head/lang/gcc5/Makefile Sun Sep 28 10:49:15 2014 (r369448) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc5 -PORTVERSION= 5.0.s20140914 +PORTVERSION= 5.0.s20140921 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc5/distinfo ============================================================================== --- head/lang/gcc5/distinfo Sun Sep 28 10:40:54 2014 (r369447) +++ head/lang/gcc5/distinfo Sun Sep 28 10:49:15 2014 (r369448) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20140914.tar.bz2) = 96457e69a238f267bd08533bf914762be4d65b844f3ce150eb0b5195a2cc9d9f -SIZE (gcc-5-20140914.tar.bz2) = 86687945 +SHA256 (gcc-5-20140921.tar.bz2) = c3d2d4bc11b0c2205c04ea517b257ec0b994c57dccba17df23507e3535a3bddc +SIZE (gcc-5-20140921.tar.bz2) = 86771203 Modified: head/lang/gcc5/pkg-plist ============================================================================== --- head/lang/gcc5/pkg-plist Sun Sep 28 10:40:54 2014 (r369447) +++ head/lang/gcc5/pkg-plist Sun Sep 28 10:49:15 2014 (r369448) @@ -24,14 +24,10 @@ man/man1/gcov%%SUFFIX%%.1.gz man/man1/gfortran%%SUFFIX%%.1.gz %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/aotcompile.py %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/classfile.py -%%JAVA%%@dirrm share/gcc-%%GCC_VERSION%%/python/libjava share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6 -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx -@dirrm share/gcc-%%GCC_VERSION%%/python @dirrm share/gcc-%%GCC_VERSION%% %%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% %%JAVA%%bin/aot-compile%%SUFFIX%% From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 10:56:11 2014 Return-Path: Delivered-To: svn-ports-all@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 09145BF6; Sun, 28 Sep 2014 10:56:11 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 57E5E20C; Sun, 28 Sep 2014 10:56:10 +0000 (UTC) Received: from [192.168.0.48] (unknown [180.241.10.66]) by ainaz.pair.com (Postfix) with ESMTPSA id 58D493F44F; Sun, 28 Sep 2014 06:55:59 -0400 (EDT) Date: Sun, 28 Sep 2014 17:55:34 +0700 (WIB) From: Gerald Pfeifer To: ports-committers@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r369448 - head/lang/gcc5 In-Reply-To: <201409281049.s8SAnFiT062634@svn.freebsd.org> Message-ID: References: <201409281049.s8SAnFiT062634@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 10:56:11 -0000 On Sunday 2014-09-28 10:49, Gerald Pfeifer wrote: > New Revision: 369448 : > Log: > Update to the 20140921 snapshot of GCC 5.0. > > Remove four instances of @dirrm from pkg-plist. My testing did show regressions from earlier testing, but these are not due to my changes or the lang/gcc5 port itself: #### make deinstall #### The PREFIX should be essentially empty: info/gcc5 share/applications share/licenses/gcc5-5.0.s20140921 Bapt, this is related to revision 368918. I have followed the news that @dirrm and @dirrmtry should be nops these days. Alas, it appears they are not? At least for make deinstall? Gerald > Modified: head/lang/gcc5/pkg-plist > ============================================================================== > --- head/lang/gcc5/pkg-plist Sun Sep 28 10:40:54 2014 (r369447) > +++ head/lang/gcc5/pkg-plist Sun Sep 28 10:49:15 2014 (r369448) > @@ -24,14 +24,10 @@ man/man1/gcov%%SUFFIX%%.1.gz > man/man1/gfortran%%SUFFIX%%.1.gz > %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/aotcompile.py > %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/classfile.py > -%%JAVA%%@dirrm share/gcc-%%GCC_VERSION%%/python/libjava > share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py > share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py > share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py > share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py > -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6 > -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx > -@dirrm share/gcc-%%GCC_VERSION%%/python > @dirrm share/gcc-%%GCC_VERSION%% > %%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% > %%JAVA%%bin/aot-compile%%SUFFIX%% > From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 11:57:54 2014 Return-Path: Delivered-To: svn-ports-all@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 0CC3D625; Sun, 28 Sep 2014 11:57:54 +0000 (UTC) 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 EC99993D; Sun, 28 Sep 2014 11:57:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SBvrgZ095178; Sun, 28 Sep 2014 11:57:53 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SBvrGm095176; Sun, 28 Sep 2014 11:57:53 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201409281157.s8SBvrGm095176@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 28 Sep 2014 11:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369449 - head/databases/R-cran-DBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 11:57:54 -0000 Author: tota Date: Sun Sep 28 11:57:52 2014 New Revision: 369449 URL: http://svnweb.freebsd.org/changeset/ports/369449 QAT: https://qat.redports.org/buildarchive/r369449/ Log: - Update to 0.3.1 Modified: head/databases/R-cran-DBI/Makefile head/databases/R-cran-DBI/distinfo Modified: head/databases/R-cran-DBI/Makefile ============================================================================== --- head/databases/R-cran-DBI/Makefile Sun Sep 28 10:49:15 2014 (r369448) +++ head/databases/R-cran-DBI/Makefile Sun Sep 28 11:57:52 2014 (r369449) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBI -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/databases/R-cran-DBI/distinfo ============================================================================== --- head/databases/R-cran-DBI/distinfo Sun Sep 28 10:49:15 2014 (r369448) +++ head/databases/R-cran-DBI/distinfo Sun Sep 28 11:57:52 2014 (r369449) @@ -1,2 +1,2 @@ -SHA256 (DBI_0.3.0.tar.gz) = 51dbebf79bbc91fc1b4522f1629aa7def0005bf34eb713462c14cc34a7c922ac -SIZE (DBI_0.3.0.tar.gz) = 30073 +SHA256 (DBI_0.3.1.tar.gz) = 1c26535720f146fae8cc9ef6e190619967abf296706a5b5a1e8242cbbb5a4576 +SIZE (DBI_0.3.1.tar.gz) = 30106 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 12:38:00 2014 Return-Path: Delivered-To: svn-ports-all@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 94CA21C0; Sun, 28 Sep 2014 12:38:00 +0000 (UTC) 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 66C91CD4; Sun, 28 Sep 2014 12:38:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SCc0Ep017602; Sun, 28 Sep 2014 12:38:00 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SCbxYn017593; Sun, 28 Sep 2014 12:37:59 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201409281237.s8SCbxYn017593@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 28 Sep 2014 12:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369450 - head/lang/gcc49 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 12:38:00 -0000 Author: gerald Date: Sun Sep 28 12:37:59 2014 New Revision: 369450 URL: http://svnweb.freebsd.org/changeset/ports/369450 QAT: https://qat.redports.org/buildarchive/r369450/ Log: Update to the 20140924 snapshot of GCC 4.9.2. Remove all instances of @dirrm from pkg-plist. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo head/lang/gcc49/pkg-plist Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Sep 28 11:57:52 2014 (r369449) +++ head/lang/gcc49/Makefile Sun Sep 28 12:37:59 2014 (r369450) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.2.s20140917 +PORTVERSION= 4.9.2.s20140924 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sun Sep 28 11:57:52 2014 (r369449) +++ head/lang/gcc49/distinfo Sun Sep 28 12:37:59 2014 (r369450) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20140917.tar.bz2) = 2bafc6b7f2d7be614cb13279750104baaba0db5c87f8d93a08b7ca0c3d673f9b -SIZE (gcc-4.9-20140917.tar.bz2) = 85598187 +SHA256 (gcc-4.9-20140924.tar.bz2) = c574e40b776539acd0605106bc813d9aa6baf5683e664a0003c44c9701db09d3 +SIZE (gcc-4.9-20140924.tar.bz2) = 85583180 Modified: head/lang/gcc49/pkg-plist ============================================================================== --- head/lang/gcc49/pkg-plist Sun Sep 28 11:57:52 2014 (r369449) +++ head/lang/gcc49/pkg-plist Sun Sep 28 12:37:59 2014 (r369450) @@ -23,14 +23,9 @@ man/man1/gcov%%SUFFIX%%.1.gz man/man1/gfortran%%SUFFIX%%.1.gz %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/aotcompile.py %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/classfile.py -%%JAVA%%@dirrm share/gcc-%%GCC_VERSION%%/python/libjava share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6 -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx -@dirrm share/gcc-%%GCC_VERSION%%/python -@dirrm share/gcc-%%GCC_VERSION%% %%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% %%JAVA%%bin/aot-compile%%SUFFIX%% %%JAVA%%bin/gappletviewer%%SUFFIX%% From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 12:57:49 2014 Return-Path: Delivered-To: svn-ports-all@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 0801979C; Sun, 28 Sep 2014 12:57:49 +0000 (UTC) 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 E7B19E75; Sun, 28 Sep 2014 12:57:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SCvmaJ027078; Sun, 28 Sep 2014 12:57:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SCvmSE027077; Sun, 28 Sep 2014 12:57:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409281257.s8SCvmSE027077@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 12:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369451 - head/misc/dahdi-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 12:57:49 -0000 Author: antoine Date: Sun Sep 28 12:57:48 2014 New Revision: 369451 URL: http://svnweb.freebsd.org/changeset/ports/369451 QAT: https://qat.redports.org/buildarchive/r369451/ Log: Allow staging as a regular user Modified: head/misc/dahdi-kmod/Makefile Modified: head/misc/dahdi-kmod/Makefile ============================================================================== --- head/misc/dahdi-kmod/Makefile Sun Sep 28 12:37:59 2014 (r369450) +++ head/misc/dahdi-kmod/Makefile Sun Sep 28 12:57:48 2014 (r369451) @@ -43,7 +43,7 @@ GROUPS= dahdi ONLY_FOR_ARCHS= i386 amd64 sparc64 CONFLICTS= zaptel-[0-9]* dahdi-kmod26-* -USES= kmod +USES= kmod uidfix KMODDIR= ${PREFIX}/lib/dahdi From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 12:58:28 2014 Return-Path: Delivered-To: svn-ports-all@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 B76BA881; Sun, 28 Sep 2014 12:58:28 +0000 (UTC) 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 A33D9E7B; Sun, 28 Sep 2014 12:58:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SCwScG027267; Sun, 28 Sep 2014 12:58:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SCwSrh027266; Sun, 28 Sep 2014 12:58:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409281258.s8SCwSrh027266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 12:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369452 - head/www/mediawiki123 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 12:58:28 -0000 Author: antoine Date: Sun Sep 28 12:58:27 2014 New Revision: 369452 URL: http://svnweb.freebsd.org/changeset/ports/369452 QAT: https://qat.redports.org/buildarchive/r369452/ Log: Allow staging as a regular user Modified: head/www/mediawiki123/Makefile Modified: head/www/mediawiki123/Makefile ============================================================================== --- head/www/mediawiki123/Makefile Sun Sep 28 12:57:48 2014 (r369451) +++ head/www/mediawiki123/Makefile Sun Sep 28 12:58:27 2014 (r369452) @@ -76,7 +76,6 @@ pre-install: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} ${CP} -r ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} post-install: @${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE} From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 13:15:50 2014 Return-Path: Delivered-To: svn-ports-all@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 97CC4D3A; Sun, 28 Sep 2014 13:15:50 +0000 (UTC) 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 7830F9D; Sun, 28 Sep 2014 13:15:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SDFoDb036689; Sun, 28 Sep 2014 13:15:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SDFo4W036686; Sun, 28 Sep 2014 13:15:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409281315.s8SDFo4W036686@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 13:15:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369453 - head/www/dotclear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 13:15:50 -0000 Author: antoine Date: Sun Sep 28 13:15:49 2014 New Revision: 369453 URL: http://svnweb.freebsd.org/changeset/ports/369453 QAT: https://qat.redports.org/buildarchive/r369453/ Log: Allow staging as a regular user Modified: head/www/dotclear/Makefile head/www/dotclear/pkg-plist Modified: head/www/dotclear/Makefile ============================================================================== --- head/www/dotclear/Makefile Sun Sep 28 12:58:27 2014 (r369452) +++ head/www/dotclear/Makefile Sun Sep 28 13:15:49 2014 (r369453) @@ -3,6 +3,7 @@ PORTNAME= dotclear PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://freebsd.unixfreunde.de/sources/ @@ -14,22 +15,17 @@ USE_PHP= mysql xml simplexml mbstring ic USE_MYSQL= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message -WWWDIR?= ${PREFIX}/www/${PORTNAME} - -.include do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} - ${TOUCH} ${STAGEDIR}${WWWDIR}/inc/config.php - @${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/inc/config.php + ${TOUCH} ${STAGEDIR}${WWWDIR}/inc/config.php.sample create-plist: - @${FIND} -s ${WRKSRC}/${file} -not -type d \ + @${FIND} -s ${WRKSRC}/ -not -type d \ | ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST} - @${ECHO_CMD} '@exec touch %D/%%WWWDIR%%/inc/config.php;chown ${WWWOWN} %D/%%WWWDIR%%/inc/config.php' >> ${PLIST} - @${ECHO_CMD} '@unexec if [ ! -s %D/%%WWWDIR%%/inc/config.php ];then rm -f %D/%%WWWDIR%%/inc/config.php;fi' >> ${PLIST} - @${FIND} -ds ${WRKSRC}/${file} -type d \ - | ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST} + @${ECHO_CMD} '@sample(${WWWOWN},,) %%WWWDIR%%/inc/config.php.sample' >> ${PLIST} + @${FIND} -ds ${WRKSRC}/ -type d -empty \ + | ${SED} -e 's,^${WRKSRC},@dir %%WWWDIR%%,' >> ${PLIST} -.include +.include Modified: head/www/dotclear/pkg-plist ============================================================================== --- head/www/dotclear/pkg-plist Sun Sep 28 12:58:27 2014 (r369452) +++ head/www/dotclear/pkg-plist Sun Sep 28 13:15:49 2014 (r369453) @@ -533,92 +533,5 @@ %%WWWDIR%%/themes/default/tpl/tag.html %%WWWDIR%%/themes/default/tpl/tags.html %%WWWDIR%%/themes/default/tpl/user_head.html -@exec touch %D/%%WWWDIR%%/inc/config.php;chown www %D/%%WWWDIR%%/inc/config.php -@unexec if [ ! -s %D/%%WWWDIR%%/inc/config.php ];then rm -f %D/%%WWWDIR%%/inc/config.php;fi -@dirrm %%WWWDIR%%/admin/images/media -@dirrm %%WWWDIR%%/admin/images/menu -@dirrm %%WWWDIR%%/admin/images -@dirrm %%WWWDIR%%/admin/install -@dirrm %%WWWDIR%%/admin/js/ie7 -@dirrm %%WWWDIR%%/admin/js/jquery -@dirrm %%WWWDIR%%/admin/js/jsToolBar -@dirrm %%WWWDIR%%/admin/js/tool-man -@dirrm %%WWWDIR%%/admin/js -@dirrm %%WWWDIR%%/admin/style/candyUpload -@dirrm %%WWWDIR%%/admin/style/farbtastic -@dirrm %%WWWDIR%%/admin/style/jsToolBar -@dirrm %%WWWDIR%%/admin/style/modal -@dirrm %%WWWDIR%%/admin/style -@dirrm %%WWWDIR%%/admin -@dirrm %%WWWDIR%%/cache -@dirrm %%WWWDIR%%/db -@dirrm %%WWWDIR%%/inc/admin -@dirrm %%WWWDIR%%/inc/clearbricks/common -@dirrm %%WWWDIR%%/inc/clearbricks/dblayer -@dirrm %%WWWDIR%%/inc/clearbricks/dbschema -@dirrm %%WWWDIR%%/inc/clearbricks/filemanager -@dirrm %%WWWDIR%%/inc/clearbricks/html.filter -@dirrm %%WWWDIR%%/inc/clearbricks/html.validator -@dirrm %%WWWDIR%%/inc/clearbricks/image -@dirrm %%WWWDIR%%/inc/clearbricks/mail -@dirrm %%WWWDIR%%/inc/clearbricks/net -@dirrm %%WWWDIR%%/inc/clearbricks/net.http -@dirrm %%WWWDIR%%/inc/clearbricks/net.http.feed -@dirrm %%WWWDIR%%/inc/clearbricks/net.xmlrpc -@dirrm %%WWWDIR%%/inc/clearbricks/pager -@dirrm %%WWWDIR%%/inc/clearbricks/rest -@dirrm %%WWWDIR%%/inc/clearbricks/session.db -@dirrm %%WWWDIR%%/inc/clearbricks/template -@dirrm %%WWWDIR%%/inc/clearbricks/text.wiki2xhtml -@dirrm %%WWWDIR%%/inc/clearbricks/url.handler -@dirrm %%WWWDIR%%/inc/clearbricks/zip -@dirrm %%WWWDIR%%/inc/clearbricks -@dirrm %%WWWDIR%%/inc/core -@dirrm %%WWWDIR%%/inc/dbschema -@dirrm %%WWWDIR%%/inc/public/default-templates -@dirrm %%WWWDIR%%/inc/public -@dirrm %%WWWDIR%%/inc/swf -@dirrm %%WWWDIR%%/inc -@dirrm %%WWWDIR%%/locales/en/help -@dirrm %%WWWDIR%%/locales/en -@dirrm %%WWWDIR%%/locales/fr/help -@dirrm %%WWWDIR%%/locales/fr -@dirrm %%WWWDIR%%/locales -@dirrm %%WWWDIR%%/plugins/aboutConfig -@dirrm %%WWWDIR%%/plugins/akismet -@dirrm %%WWWDIR%%/plugins/antispam/filters -@dirrm %%WWWDIR%%/plugins/antispam/inc -@dirrm %%WWWDIR%%/plugins/antispam -@dirrm %%WWWDIR%%/plugins/blogroll/locales/en -@dirrm %%WWWDIR%%/plugins/blogroll/locales -@dirrm %%WWWDIR%%/plugins/blogroll -@dirrm %%WWWDIR%%/plugins/blowupConfig/alpha-img/page-t -@dirrm %%WWWDIR%%/plugins/blowupConfig/alpha-img -@dirrm %%WWWDIR%%/plugins/blowupConfig/lib -@dirrm %%WWWDIR%%/plugins/blowupConfig -@dirrm %%WWWDIR%%/plugins/externalMedia -@dirrm %%WWWDIR%%/plugins/fairTrackbacks -@dirrm %%WWWDIR%%/plugins/importExport/inc/flat -@dirrm %%WWWDIR%%/plugins/importExport/inc -@dirrm %%WWWDIR%%/plugins/importExport -@dirrm %%WWWDIR%%/plugins/maintenance -@dirrm %%WWWDIR%%/plugins/metadata -@dirrm %%WWWDIR%%/plugins/pages/default-templates -@dirrm %%WWWDIR%%/plugins/pages -@dirrm %%WWWDIR%%/plugins/pings -@dirrm %%WWWDIR%%/plugins/themeEditor -@dirrm %%WWWDIR%%/plugins/widgets -@dirrm %%WWWDIR%%/plugins -@dirrm %%WWWDIR%%/public -@dirrm %%WWWDIR%%/themes/blueSilence/img -@dirrm %%WWWDIR%%/themes/blueSilence -@dirrm %%WWWDIR%%/themes/customCSS/locales/fr -@dirrm %%WWWDIR%%/themes/customCSS/locales -@dirrm %%WWWDIR%%/themes/customCSS -@dirrm %%WWWDIR%%/themes/default/img -@dirrm %%WWWDIR%%/themes/default/js -@dirrm %%WWWDIR%%/themes/default/smilies -@dirrm %%WWWDIR%%/themes/default/tpl -@dirrm %%WWWDIR%%/themes/default -@dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/ +@sample(www,,) %%WWWDIR%%/inc/config.php.sample +@dir %%WWWDIR%%/public From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:09:00 2014 Return-Path: Delivered-To: svn-ports-all@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 217F6506; Sun, 28 Sep 2014 14:09:00 +0000 (UTC) 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 0CB0568B; Sun, 28 Sep 2014 14:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SE8xT8060336; Sun, 28 Sep 2014 14:08:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SE8xwD060334; Sun, 28 Sep 2014 14:08:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409281408.s8SE8xwD060334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 14:08:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369454 - head/www/impresscms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 14:09:00 -0000 Author: antoine Date: Sun Sep 28 14:08:59 2014 New Revision: 369454 URL: http://svnweb.freebsd.org/changeset/ports/369454 QAT: https://qat.redports.org/buildarchive/r369454/ Log: Allow staging as a regular user Modified: head/www/impresscms/Makefile head/www/impresscms/pkg-plist Modified: head/www/impresscms/Makefile ============================================================================== --- head/www/impresscms/Makefile Sun Sep 28 13:15:49 2014 (r369453) +++ head/www/impresscms/Makefile Sun Sep 28 14:08:59 2014 (r369454) @@ -14,17 +14,13 @@ USES= zip USE_PHP= mysql pcre session iconv xml gd NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} htdocs ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} extras ${STAGEDIR}${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR} - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ - >> ${TMPPLIST} - @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \ - >> ${TMPPLIST} .include Modified: head/www/impresscms/pkg-plist ============================================================================== --- head/www/impresscms/pkg-plist Sun Sep 28 13:15:49 2014 (r369453) +++ head/www/impresscms/pkg-plist Sun Sep 28 14:08:59 2014 (r369454) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/extras/build.properties %%WWWDIR%%/extras/build.xml %%WWWDIR%%/extras/editors/FCKeditor/editor/filemanager/connectors/index.html @@ -4206,648 +4208,650 @@ %%WWWDIR%%/htdocs/user.php %%WWWDIR%%/htdocs/viewpmsg.php %%WWWDIR%%/htdocs/xmlrpc.php -@dirrm %%WWWDIR%%/htdocs/uploads/system/userrank -@dirrm %%WWWDIR%%/htdocs/uploads/system -@dirrm %%WWWDIR%%/htdocs/uploads/imagemanager/logos -@dirrm %%WWWDIR%%/htdocs/uploads/imagemanager -@dirrm %%WWWDIR%%/htdocs/uploads -@dirrm %%WWWDIR%%/htdocs/themes/reflex/modules/system/blocks -@dirrm %%WWWDIR%%/htdocs/themes/reflex/modules/system/admin -@dirrm %%WWWDIR%%/htdocs/themes/reflex/modules/system -@dirrm %%WWWDIR%%/htdocs/themes/reflex/modules -@dirrm %%WWWDIR%%/htdocs/themes/reflex/js -@dirrm %%WWWDIR%%/htdocs/themes/reflex/img -@dirrm %%WWWDIR%%/htdocs/themes/reflex -@dirrm %%WWWDIR%%/htdocs/themes/iTheme/rtl -@dirrm %%WWWDIR%%/htdocs/themes/iTheme/modules/system -@dirrm %%WWWDIR%%/htdocs/themes/iTheme/modules -@dirrm %%WWWDIR%%/htdocs/themes/iTheme/img -@dirrm %%WWWDIR%%/htdocs/themes/iTheme/icons -@dirrm %%WWWDIR%%/htdocs/themes/iTheme -@dirrm %%WWWDIR%%/htdocs/themes -@dirrm %%WWWDIR%%/htdocs/templates_c -@dirrm %%WWWDIR%%/htdocs/plugins/waiting -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/youtube -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/wmp -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/wiki -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlightphp -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlightjs -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlighthtml -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlightcss -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer/hiddencontent -@dirrm %%WWWDIR%%/htdocs/plugins/textsanitizer -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/language -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/reg_syntax -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test/langs -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test/images -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test/css -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/langs -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/jscripts -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/images -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/css -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/langs -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/images -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/exemples -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/docs -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/language -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/js -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/css -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/python/js -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/python/css -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/python -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/php/js -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/php/css -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/php -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/lua/js -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/lua/css -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/lua -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/css -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror -@dirrm %%WWWDIR%%/htdocs/plugins/sourceeditors -@dirrm %%WWWDIR%%/htdocs/plugins/rating -@dirrm %%WWWDIR%%/htdocs/plugins/preloads -@dirrm %%WWWDIR%%/htdocs/plugins/csstidy -@dirrm %%WWWDIR%%/htdocs/plugins/autotasks -@dirrm %%WWWDIR%%/htdocs/plugins -@dirrm %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/rtl -@dirrm %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/modules/system -@dirrm %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/modules -@dirrm %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/img -@dirrm %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/icons -@dirrm %%WWWDIR%%/htdocs/modules/system/themes/admin-theme -@dirrm %%WWWDIR%%/htdocs/modules/system/themes -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/blocks -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/userrank -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/rating -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/pages -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/modulesadmin -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/mimetype -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/images -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/customtag -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/blockspadmin -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/blocksadmin -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/autotasks -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin/adsense -@dirrm %%WWWDIR%%/htdocs/modules/system/templates/admin -@dirrm %%WWWDIR%%/htdocs/modules/system/templates -@dirrm %%WWWDIR%%/htdocs/modules/system/language/english/admin -@dirrm %%WWWDIR%%/htdocs/modules/system/language/english -@dirrm %%WWWDIR%%/htdocs/modules/system/language -@dirrm %%WWWDIR%%/htdocs/modules/system/include -@dirrm %%WWWDIR%%/htdocs/modules/system/images -@dirrm %%WWWDIR%%/htdocs/modules/system/blocks -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/version/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/version/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/version -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/users/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/users -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/userrank/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/userrank/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/userrank -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/tplsets/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/tplsets -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/smilies/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/smilies -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/rating/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/rating/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/rating -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/preferences/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/preferences -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/pages/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/pages/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/pages -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/modulesadmin/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/modulesadmin -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/mimetype/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/mimetype/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/mimetype -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/mailusers/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/mailusers -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/images/js -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/images/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/groups/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/groups -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/findusers/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/findusers -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/customtag/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/customtag/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/customtag -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/comments/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/comments -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/blockspadmin/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/blockspadmin/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/blockspadmin -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/blocksadmin/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/blocksadmin/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/blocksadmin -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/banners/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/banners -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/avatars/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/avatars -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/autotasks/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/autotasks/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/autotasks -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/adsense/images -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/adsense/class -@dirrm %%WWWDIR%%/htdocs/modules/system/admin/adsense -@dirrm %%WWWDIR%%/htdocs/modules/system/admin -@dirrm %%WWWDIR%%/htdocs/modules/system -@dirrm %%WWWDIR%%/htdocs/modules/profile/templates/blocks -@dirrm %%WWWDIR%%/htdocs/modules/profile/templates -@dirrm %%WWWDIR%%/htdocs/modules/profile/language/english/mail_template -@dirrm %%WWWDIR%%/htdocs/modules/profile/language/english -@dirrm %%WWWDIR%%/htdocs/modules/profile/language -@dirrm %%WWWDIR%%/htdocs/modules/profile/include/autotasks -@dirrm %%WWWDIR%%/htdocs/modules/profile/include -@dirrm %%WWWDIR%%/htdocs/modules/profile/images/field -@dirrm %%WWWDIR%%/htdocs/modules/profile/images/admin -@dirrm %%WWWDIR%%/htdocs/modules/profile/images -@dirrm %%WWWDIR%%/htdocs/modules/profile/docs -@dirrm %%WWWDIR%%/htdocs/modules/profile/class -@dirrm %%WWWDIR%%/htdocs/modules/profile/blocks -@dirrm %%WWWDIR%%/htdocs/modules/profile/assets/css -@dirrm %%WWWDIR%%/htdocs/modules/profile/assets/audioplayers -@dirrm %%WWWDIR%%/htdocs/modules/profile/assets -@dirrm %%WWWDIR%%/htdocs/modules/profile/admin -@dirrm %%WWWDIR%%/htdocs/modules/profile -@dirrm %%WWWDIR%%/htdocs/modules/content/templates/blocks -@dirrm %%WWWDIR%%/htdocs/modules/content/templates -@dirrm %%WWWDIR%%/htdocs/modules/content/language/english/mail_template -@dirrm %%WWWDIR%%/htdocs/modules/content/language/english -@dirrm %%WWWDIR%%/htdocs/modules/content/language -@dirrm %%WWWDIR%%/htdocs/modules/content/include -@dirrm %%WWWDIR%%/htdocs/modules/content/images -@dirrm %%WWWDIR%%/htdocs/modules/content/docs -@dirrm %%WWWDIR%%/htdocs/modules/content/class -@dirrm %%WWWDIR%%/htdocs/modules/content/blocks -@dirrm %%WWWDIR%%/htdocs/modules/content/admin -@dirrm %%WWWDIR%%/htdocs/modules/content -@dirrm %%WWWDIR%%/htdocs/modules/banners/templates -@dirrm %%WWWDIR%%/htdocs/modules/banners/plugins -@dirrm %%WWWDIR%%/htdocs/modules/banners/language/english/mail_template -@dirrm %%WWWDIR%%/htdocs/modules/banners/language/english -@dirrm %%WWWDIR%%/htdocs/modules/banners/language -@dirrm %%WWWDIR%%/htdocs/modules/banners/include -@dirrm %%WWWDIR%%/htdocs/modules/banners/images -@dirrm %%WWWDIR%%/htdocs/modules/banners/docs -@dirrm %%WWWDIR%%/htdocs/modules/banners/class -@dirrm %%WWWDIR%%/htdocs/modules/banners/admin -@dirrm %%WWWDIR%%/htdocs/modules/banners -@dirrm %%WWWDIR%%/htdocs/modules -@dirrm %%WWWDIR%%/htdocs/libraries/xml/rss -@dirrm %%WWWDIR%%/htdocs/libraries/xml/rpc -@dirrm %%WWWDIR%%/htdocs/libraries/xml -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage/lib/vendor/de77 -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage/lib/vendor/JPEXS -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage/lib/vendor -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage/lib/Operation -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage/lib/Mapper -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage/lib/Font -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage/lib -@dirrm %%WWWDIR%%/htdocs/libraries/wideimage -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf/images -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf/fonts/freefont-20100919 -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33 -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf/fonts -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf/config/lang -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf/config -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf/cache -@dirrm %%WWWDIR%%/htdocs/libraries/tcpdf -@dirrm %%WWWDIR%%/htdocs/libraries/smarty/plugins -@dirrm %%WWWDIR%%/htdocs/libraries/smarty/internals -@dirrm %%WWWDIR%%/htdocs/libraries/smarty/icms_plugins -@dirrm %%WWWDIR%%/htdocs/libraries/smarty/configs -@dirrm %%WWWDIR%%/htdocs/libraries/smarty -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/XML/Declaration -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/XML -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Parse -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Net -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/HTTP -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Decode/HTML -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Decode -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Content/Type -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Content -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Cache -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/library -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie/idn -@dirrm %%WWWDIR%%/htdocs/libraries/simplepie -@dirrm %%WWWDIR%%/htdocs/libraries/recaptcha -@dirrm %%WWWDIR%%/htdocs/libraries/phpopenid/admin/tutorials/OpenID -@dirrm %%WWWDIR%%/htdocs/libraries/phpopenid/admin/tutorials -@dirrm %%WWWDIR%%/htdocs/libraries/phpopenid/admin -@dirrm %%WWWDIR%%/htdocs/libraries/phpopenid/Auth/Yadis -@dirrm %%WWWDIR%%/htdocs/libraries/phpopenid/Auth/OpenID -@dirrm %%WWWDIR%%/htdocs/libraries/phpopenid/Auth -@dirrm %%WWWDIR%%/htdocs/libraries/phpopenid -@dirrm %%WWWDIR%%/htdocs/libraries/phpmailer/language -@dirrm %%WWWDIR%%/htdocs/libraries/phpmailer -@dirrm %%WWWDIR%%/htdocs/libraries/paginationstyles/images -@dirrm %%WWWDIR%%/htdocs/libraries/paginationstyles/css -@dirrm %%WWWDIR%%/htdocs/libraries/paginationstyles -@dirrm %%WWWDIR%%/htdocs/libraries/lightbox/js -@dirrm %%WWWDIR%%/htdocs/libraries/lightbox/images -@dirrm %%WWWDIR%%/htdocs/libraries/lightbox/css -@dirrm %%WWWDIR%%/htdocs/libraries/lightbox -@dirrm %%WWWDIR%%/htdocs/libraries/jscalendar -@dirrm %%WWWDIR%%/htdocs/libraries/jquery/ui/css/ui-smoothness/images -@dirrm %%WWWDIR%%/htdocs/libraries/jquery/ui/css/ui-smoothness -@dirrm %%WWWDIR%%/htdocs/libraries/jquery/ui/css -@dirrm %%WWWDIR%%/htdocs/libraries/jquery/ui -@dirrm %%WWWDIR%%/htdocs/libraries/jquery/colorbox/images/ie6 -@dirrm %%WWWDIR%%/htdocs/libraries/jquery/colorbox/images -@dirrm %%WWWDIR%%/htdocs/libraries/jquery/colorbox -@dirrm %%WWWDIR%%/htdocs/libraries/jquery -@dirrm %%WWWDIR%%/htdocs/libraries/jalalijscalendar/aqua -@dirrm %%WWWDIR%%/htdocs/libraries/jalalijscalendar -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/templates -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/templates -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/language/english -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/language -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/images -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/templates -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/language/english -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/language -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/images -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/templates -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/language/english -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/language -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/images -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/plugins -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/js -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/images -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor/css -@dirrm %%WWWDIR%%/htdocs/libraries/image-editor -@dirrm %%WWWDIR%%/htdocs/libraries/icms/view/theme -@dirrm %%WWWDIR%%/htdocs/libraries/icms/view/template/set -@dirrm %%WWWDIR%%/htdocs/libraries/icms/view/template/file -@dirrm %%WWWDIR%%/htdocs/libraries/icms/view/template -@dirrm %%WWWDIR%%/htdocs/libraries/icms/view/block/position -@dirrm %%WWWDIR%%/htdocs/libraries/icms/view/block -@dirrm %%WWWDIR%%/htdocs/libraries/icms/view -@dirrm %%WWWDIR%%/htdocs/libraries/icms/sys/autotasks -@dirrm %%WWWDIR%%/htdocs/libraries/icms/sys -@dirrm %%WWWDIR%%/htdocs/libraries/icms/preload -@dirrm %%WWWDIR%%/htdocs/libraries/icms/plugins -@dirrm %%WWWDIR%%/htdocs/libraries/icms/module -@dirrm %%WWWDIR%%/htdocs/libraries/icms/messaging -@dirrm %%WWWDIR%%/htdocs/libraries/icms/member/user -@dirrm %%WWWDIR%%/htdocs/libraries/icms/member/groupperm -@dirrm %%WWWDIR%%/htdocs/libraries/icms/member/group/membership -@dirrm %%WWWDIR%%/htdocs/libraries/icms/member/group -@dirrm %%WWWDIR%%/htdocs/libraries/icms/member -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/view -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/seo -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/registry -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/permission -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/member -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/form/elements -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/form -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/export -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf/category -@dirrm %%WWWDIR%%/htdocs/libraries/icms/ipf -@dirrm %%WWWDIR%%/htdocs/libraries/icms/image/set -@dirrm %%WWWDIR%%/htdocs/libraries/icms/image/category -@dirrm %%WWWDIR%%/htdocs/libraries/icms/image -@dirrm %%WWWDIR%%/htdocs/libraries/icms/form/elements/select -@dirrm %%WWWDIR%%/htdocs/libraries/icms/form/elements/captcha/fonts -@dirrm %%WWWDIR%%/htdocs/libraries/icms/form/elements/captcha/backgrounds -@dirrm %%WWWDIR%%/htdocs/libraries/icms/form/elements/captcha -@dirrm %%WWWDIR%%/htdocs/libraries/icms/form/elements -@dirrm %%WWWDIR%%/htdocs/libraries/icms/form -@dirrm %%WWWDIR%%/htdocs/libraries/icms/file -@dirrm %%WWWDIR%%/htdocs/libraries/icms/feeds -@dirrm %%WWWDIR%%/htdocs/libraries/icms/db/mysql -@dirrm %%WWWDIR%%/htdocs/libraries/icms/db/legacy/updater -@dirrm %%WWWDIR%%/htdocs/libraries/icms/db/legacy/mysql -@dirrm %%WWWDIR%%/htdocs/libraries/icms/db/legacy -@dirrm %%WWWDIR%%/htdocs/libraries/icms/db/criteria -@dirrm %%WWWDIR%%/htdocs/libraries/icms/db -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data/urllink -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data/privmessage -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data/page -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data/notification -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data/file -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data/comment -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data/avatar -@dirrm %%WWWDIR%%/htdocs/libraries/icms/data -@dirrm %%WWWDIR%%/htdocs/libraries/icms/core -@dirrm %%WWWDIR%%/htdocs/libraries/icms/config/option -@dirrm %%WWWDIR%%/htdocs/libraries/icms/config/item -@dirrm %%WWWDIR%%/htdocs/libraries/icms/config/category -@dirrm %%WWWDIR%%/htdocs/libraries/icms/config -@dirrm %%WWWDIR%%/htdocs/libraries/icms/auth -@dirrm %%WWWDIR%%/htdocs/libraries/icms -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/Printer -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/Lexer -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/Language/messages -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/Language/classes -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/Language -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/Filter -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/EntityLookup -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/DefinitionCache -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier/ConfigSchema -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone/HTMLPurifier -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier/standalone -@dirrm %%WWWDIR%%/htdocs/libraries/htmlpurifier -@dirrm %%WWWDIR%%/htdocs/libraries/geshi/geshi -@dirrm %%WWWDIR%%/htdocs/libraries/geshi/docs -@dirrm %%WWWDIR%%/htdocs/libraries/geshi -@dirrm %%WWWDIR%%/htdocs/libraries -@dirrm %%WWWDIR%%/htdocs/language/english/mail_template -@dirrm %%WWWDIR%%/htdocs/language/english -@dirrm %%WWWDIR%%/htdocs/language -@dirrm %%WWWDIR%%/htdocs/kernel -@dirrm %%WWWDIR%%/htdocs/install/templates -@dirrm %%WWWDIR%%/htdocs/install/sql -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/sql -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/patches/XOOPS2.3.2 -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/patches/XOOPS2.0.16aJP -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/patches/XCL2.1.6 -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/patches/ImpressCMS1.1 -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/patches -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/main -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_enabled -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_disabled -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_byconfig -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/doc -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/configs -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/class -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/blocks -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/trust_path -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/preload -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/images -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/blocks -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/admin -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/root/modules -@dirrm %%WWWDIR%%/htdocs/install/modules/protector/root -@dirrm %%WWWDIR%%/htdocs/install/modules/protector -@dirrm %%WWWDIR%%/htdocs/install/modules -@dirrm %%WWWDIR%%/htdocs/install/language/english -@dirrm %%WWWDIR%%/htdocs/install/language -@dirrm %%WWWDIR%%/htdocs/install/include -@dirrm %%WWWDIR%%/htdocs/install/img -@dirrm %%WWWDIR%%/htdocs/install/class -@dirrm %%WWWDIR%%/htdocs/install -@dirrm %%WWWDIR%%/htdocs/include -@dirrm %%WWWDIR%%/htdocs/images/subject -@dirrm %%WWWDIR%%/htdocs/images/search -@dirrm %%WWWDIR%%/htdocs/images/kfaenza/doc -@dirrm %%WWWDIR%%/htdocs/images/kfaenza/actions -@dirrm %%WWWDIR%%/htdocs/images/kfaenza -@dirrm %%WWWDIR%%/htdocs/images/icons/social -@dirrm %%WWWDIR%%/htdocs/images/icons/english -@dirrm %%WWWDIR%%/htdocs/images/icons -@dirrm %%WWWDIR%%/htdocs/images/flags -@dirrm %%WWWDIR%%/htdocs/images/banners -@dirrm %%WWWDIR%%/htdocs/images -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/uploaded/Media -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/uploaded/Image -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/uploaded/File -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/uploaded -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/language -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/utils -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/skins/o2k7/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/skins/o2k7 -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/skins/default -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/skins -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7 -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/highcontrast -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/default/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/default -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/wordcount -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualchars -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualblocks/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualblocks -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/tabfocus -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/includes -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/classes/utils -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/classes -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/save -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/safari -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/print -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/jscripts -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/noneditable -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/nonbreaking -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/lists -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/legacyoutput -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/layer -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/insertdatetime -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/skins/clearlooks2/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/skins/clearlooks2 -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/skins -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/iespell -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullscreen -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/directionality -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/contextmenu -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/compat2x -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/bbcode -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autoresize -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autolink -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlist -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/img -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/js -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/css -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/langs -@dirrm %%WWWDIR%%/htdocs/editors/tinymce/jscripts -@dirrm %%WWWDIR%%/htdocs/editors/tinymce -@dirrm %%WWWDIR%%/htdocs/editors/dhtmltextarea/language -@dirrm %%WWWDIR%%/htdocs/editors/dhtmltextarea -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/module -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/language -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003 -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/tablecommands -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/simplecommands -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/placeholder/lang -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/placeholder -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/dragresizetable -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/autogrow -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/images/smiley/msn -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/images/smiley -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/connectors/php -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/connectors -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/js -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32 -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dtd -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about/sponsors -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/common/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/common -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/images -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor/editor -@dirrm %%WWWDIR%%/htdocs/editors/FCKeditor -@dirrm %%WWWDIR%%/htdocs/editors -@dirrm %%WWWDIR%%/htdocs/class/xoopsform -@dirrm %%WWWDIR%%/htdocs/class/xoopseditor -@dirrm %%WWWDIR%%/htdocs/class/mail -@dirrm %%WWWDIR%%/htdocs/class/icmsform/elements -@dirrm %%WWWDIR%%/htdocs/class/icmsform -@dirrm %%WWWDIR%%/htdocs/class/database/drivers/mysql -@dirrm %%WWWDIR%%/htdocs/class/database/drivers -@dirrm %%WWWDIR%%/htdocs/class/database -@dirrm %%WWWDIR%%/htdocs/class/captcha/scripts -@dirrm %%WWWDIR%%/htdocs/class/captcha -@dirrm %%WWWDIR%%/htdocs/class/auth -@dirrm %%WWWDIR%%/htdocs/class -@dirrm %%WWWDIR%%/htdocs/cache -@dirrm %%WWWDIR%%/htdocs -@dirrm %%WWWDIR%%/extras/ssl -@dirrm %%WWWDIR%%/extras/plugins/preload -@dirrm %%WWWDIR%%/extras/plugins -@dirrm %%WWWDIR%%/extras/editors/FCKeditor/editor/filemanager/connectors -@dirrm %%WWWDIR%%/extras/editors/FCKeditor/editor/filemanager -@dirrm %%WWWDIR%%/extras/editors/FCKeditor/editor -@dirrm %%WWWDIR%%/extras/editors/FCKeditor -@dirrm %%WWWDIR%%/extras/editors -@dirrm %%WWWDIR%%/extras -@dirrm %%WWWDIR%% +@dir %%WWWDIR%%/htdocs/uploads/system/userrank +@dir %%WWWDIR%%/htdocs/uploads/system +@dir %%WWWDIR%%/htdocs/uploads/imagemanager/logos +@dir %%WWWDIR%%/htdocs/uploads/imagemanager +@dir %%WWWDIR%%/htdocs/uploads +@dir %%WWWDIR%%/htdocs/themes/reflex/modules/system/blocks +@dir %%WWWDIR%%/htdocs/themes/reflex/modules/system/admin +@dir %%WWWDIR%%/htdocs/themes/reflex/modules/system +@dir %%WWWDIR%%/htdocs/themes/reflex/modules +@dir %%WWWDIR%%/htdocs/themes/reflex/js +@dir %%WWWDIR%%/htdocs/themes/reflex/img +@dir %%WWWDIR%%/htdocs/themes/reflex +@dir %%WWWDIR%%/htdocs/themes/iTheme/rtl +@dir %%WWWDIR%%/htdocs/themes/iTheme/modules/system +@dir %%WWWDIR%%/htdocs/themes/iTheme/modules +@dir %%WWWDIR%%/htdocs/themes/iTheme/img +@dir %%WWWDIR%%/htdocs/themes/iTheme/icons +@dir %%WWWDIR%%/htdocs/themes/iTheme +@dir %%WWWDIR%%/htdocs/themes +@dir %%WWWDIR%%/htdocs/templates_c +@dir %%WWWDIR%%/htdocs/plugins/waiting +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/youtube +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/wmp +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/wiki +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlightphp +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlightjs +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlighthtml +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/syntaxhighlightcss +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer/hiddencontent +@dir %%WWWDIR%%/htdocs/plugins/textsanitizer +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/language +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/reg_syntax +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test/langs +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test/images +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test/css +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/test +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/langs +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/jscripts +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/images +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap/css +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins/charmap +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/plugins +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/langs +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/images +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/exemples +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor/docs +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea/editor +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/editarea +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/language +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/js +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/css +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/python/js +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/python/css +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/python +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/php/js +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/php/css +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/php +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/lua/js +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/lua/css +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib/lua +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor/contrib +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/editor +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror/css +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors/codemirror +@dir %%WWWDIR%%/htdocs/plugins/sourceeditors +@dir %%WWWDIR%%/htdocs/plugins/rating +@dir %%WWWDIR%%/htdocs/plugins/preloads +@dir %%WWWDIR%%/htdocs/plugins/csstidy +@dir %%WWWDIR%%/htdocs/plugins/autotasks +@dir %%WWWDIR%%/htdocs/plugins +@dir %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/rtl +@dir %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/modules/system +@dir %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/modules +@dir %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/img +@dir %%WWWDIR%%/htdocs/modules/system/themes/admin-theme/icons +@dir %%WWWDIR%%/htdocs/modules/system/themes/admin-theme +@dir %%WWWDIR%%/htdocs/modules/system/themes +@dir %%WWWDIR%%/htdocs/modules/system/templates/blocks +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/userrank +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/rating +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/pages +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/modulesadmin +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/mimetype +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/images +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/customtag +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/blockspadmin +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/blocksadmin +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/autotasks +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin/adsense +@dir %%WWWDIR%%/htdocs/modules/system/templates/admin +@dir %%WWWDIR%%/htdocs/modules/system/templates +@dir %%WWWDIR%%/htdocs/modules/system/language/english/admin +@dir %%WWWDIR%%/htdocs/modules/system/language/english +@dir %%WWWDIR%%/htdocs/modules/system/language +@dir %%WWWDIR%%/htdocs/modules/system/include +@dir %%WWWDIR%%/htdocs/modules/system/images +@dir %%WWWDIR%%/htdocs/modules/system/blocks +@dir %%WWWDIR%%/htdocs/modules/system/admin/version/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/version/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/version +@dir %%WWWDIR%%/htdocs/modules/system/admin/users/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/users +@dir %%WWWDIR%%/htdocs/modules/system/admin/userrank/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/userrank/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/userrank +@dir %%WWWDIR%%/htdocs/modules/system/admin/tplsets/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/tplsets +@dir %%WWWDIR%%/htdocs/modules/system/admin/smilies/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/smilies +@dir %%WWWDIR%%/htdocs/modules/system/admin/rating/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/rating/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/rating +@dir %%WWWDIR%%/htdocs/modules/system/admin/preferences/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/preferences +@dir %%WWWDIR%%/htdocs/modules/system/admin/pages/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/pages/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/pages +@dir %%WWWDIR%%/htdocs/modules/system/admin/modulesadmin/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/modulesadmin +@dir %%WWWDIR%%/htdocs/modules/system/admin/mimetype/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/mimetype/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/mimetype +@dir %%WWWDIR%%/htdocs/modules/system/admin/mailusers/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/mailusers +@dir %%WWWDIR%%/htdocs/modules/system/admin/images/js +@dir %%WWWDIR%%/htdocs/modules/system/admin/images/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/groups/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/groups +@dir %%WWWDIR%%/htdocs/modules/system/admin/findusers/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/findusers +@dir %%WWWDIR%%/htdocs/modules/system/admin/customtag/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/customtag/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/customtag +@dir %%WWWDIR%%/htdocs/modules/system/admin/comments/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/comments +@dir %%WWWDIR%%/htdocs/modules/system/admin/blockspadmin/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/blockspadmin/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/blockspadmin +@dir %%WWWDIR%%/htdocs/modules/system/admin/blocksadmin/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/blocksadmin/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/blocksadmin +@dir %%WWWDIR%%/htdocs/modules/system/admin/banners/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/banners +@dir %%WWWDIR%%/htdocs/modules/system/admin/avatars/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/avatars +@dir %%WWWDIR%%/htdocs/modules/system/admin/autotasks/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/autotasks/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/autotasks +@dir %%WWWDIR%%/htdocs/modules/system/admin/adsense/images +@dir %%WWWDIR%%/htdocs/modules/system/admin/adsense/class +@dir %%WWWDIR%%/htdocs/modules/system/admin/adsense +@dir %%WWWDIR%%/htdocs/modules/system/admin +@dir %%WWWDIR%%/htdocs/modules/system +@dir %%WWWDIR%%/htdocs/modules/profile/templates/blocks +@dir %%WWWDIR%%/htdocs/modules/profile/templates +@dir %%WWWDIR%%/htdocs/modules/profile/language/english/mail_template +@dir %%WWWDIR%%/htdocs/modules/profile/language/english +@dir %%WWWDIR%%/htdocs/modules/profile/language +@dir %%WWWDIR%%/htdocs/modules/profile/include/autotasks +@dir %%WWWDIR%%/htdocs/modules/profile/include +@dir %%WWWDIR%%/htdocs/modules/profile/images/field +@dir %%WWWDIR%%/htdocs/modules/profile/images/admin +@dir %%WWWDIR%%/htdocs/modules/profile/images +@dir %%WWWDIR%%/htdocs/modules/profile/docs +@dir %%WWWDIR%%/htdocs/modules/profile/class +@dir %%WWWDIR%%/htdocs/modules/profile/blocks +@dir %%WWWDIR%%/htdocs/modules/profile/assets/css +@dir %%WWWDIR%%/htdocs/modules/profile/assets/audioplayers +@dir %%WWWDIR%%/htdocs/modules/profile/assets +@dir %%WWWDIR%%/htdocs/modules/profile/admin +@dir %%WWWDIR%%/htdocs/modules/profile +@dir %%WWWDIR%%/htdocs/modules/content/templates/blocks +@dir %%WWWDIR%%/htdocs/modules/content/templates +@dir %%WWWDIR%%/htdocs/modules/content/language/english/mail_template +@dir %%WWWDIR%%/htdocs/modules/content/language/english +@dir %%WWWDIR%%/htdocs/modules/content/language +@dir %%WWWDIR%%/htdocs/modules/content/include +@dir %%WWWDIR%%/htdocs/modules/content/images +@dir %%WWWDIR%%/htdocs/modules/content/docs +@dir %%WWWDIR%%/htdocs/modules/content/class +@dir %%WWWDIR%%/htdocs/modules/content/blocks +@dir %%WWWDIR%%/htdocs/modules/content/admin +@dir %%WWWDIR%%/htdocs/modules/content +@dir %%WWWDIR%%/htdocs/modules/banners/templates +@dir %%WWWDIR%%/htdocs/modules/banners/plugins +@dir %%WWWDIR%%/htdocs/modules/banners/language/english/mail_template +@dir %%WWWDIR%%/htdocs/modules/banners/language/english +@dir %%WWWDIR%%/htdocs/modules/banners/language +@dir %%WWWDIR%%/htdocs/modules/banners/include +@dir %%WWWDIR%%/htdocs/modules/banners/images +@dir %%WWWDIR%%/htdocs/modules/banners/docs +@dir %%WWWDIR%%/htdocs/modules/banners/class +@dir %%WWWDIR%%/htdocs/modules/banners/admin +@dir %%WWWDIR%%/htdocs/modules/banners +@dir %%WWWDIR%%/htdocs/modules +@dir %%WWWDIR%%/htdocs/libraries/xml/rss +@dir %%WWWDIR%%/htdocs/libraries/xml/rpc +@dir %%WWWDIR%%/htdocs/libraries/xml +@dir %%WWWDIR%%/htdocs/libraries/wideimage/lib/vendor/de77 +@dir %%WWWDIR%%/htdocs/libraries/wideimage/lib/vendor/JPEXS +@dir %%WWWDIR%%/htdocs/libraries/wideimage/lib/vendor +@dir %%WWWDIR%%/htdocs/libraries/wideimage/lib/Operation +@dir %%WWWDIR%%/htdocs/libraries/wideimage/lib/Mapper +@dir %%WWWDIR%%/htdocs/libraries/wideimage/lib/Font +@dir %%WWWDIR%%/htdocs/libraries/wideimage/lib +@dir %%WWWDIR%%/htdocs/libraries/wideimage +@dir %%WWWDIR%%/htdocs/libraries/tcpdf/images +@dir %%WWWDIR%%/htdocs/libraries/tcpdf/fonts/freefont-20100919 +@dir %%WWWDIR%%/htdocs/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33 +@dir %%WWWDIR%%/htdocs/libraries/tcpdf/fonts +@dir %%WWWDIR%%/htdocs/libraries/tcpdf/config/lang +@dir %%WWWDIR%%/htdocs/libraries/tcpdf/config +@dir %%WWWDIR%%/htdocs/libraries/tcpdf/cache +@dir %%WWWDIR%%/htdocs/libraries/tcpdf +@dir %%WWWDIR%%/htdocs/libraries/smarty/plugins +@dir %%WWWDIR%%/htdocs/libraries/smarty/internals +@dir %%WWWDIR%%/htdocs/libraries/smarty/icms_plugins +@dir %%WWWDIR%%/htdocs/libraries/smarty/configs +@dir %%WWWDIR%%/htdocs/libraries/smarty +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/XML/Declaration +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/XML +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Parse +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Net +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/HTTP +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Decode/HTML +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Decode +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Content/Type +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Content +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie/Cache +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library/SimplePie +@dir %%WWWDIR%%/htdocs/libraries/simplepie/library +@dir %%WWWDIR%%/htdocs/libraries/simplepie/idn +@dir %%WWWDIR%%/htdocs/libraries/simplepie +@dir %%WWWDIR%%/htdocs/libraries/recaptcha +@dir %%WWWDIR%%/htdocs/libraries/phpopenid/admin/tutorials/OpenID +@dir %%WWWDIR%%/htdocs/libraries/phpopenid/admin/tutorials +@dir %%WWWDIR%%/htdocs/libraries/phpopenid/admin +@dir %%WWWDIR%%/htdocs/libraries/phpopenid/Auth/Yadis +@dir %%WWWDIR%%/htdocs/libraries/phpopenid/Auth/OpenID +@dir %%WWWDIR%%/htdocs/libraries/phpopenid/Auth +@dir %%WWWDIR%%/htdocs/libraries/phpopenid +@dir %%WWWDIR%%/htdocs/libraries/phpmailer/language +@dir %%WWWDIR%%/htdocs/libraries/phpmailer +@dir %%WWWDIR%%/htdocs/libraries/paginationstyles/images +@dir %%WWWDIR%%/htdocs/libraries/paginationstyles/css +@dir %%WWWDIR%%/htdocs/libraries/paginationstyles +@dir %%WWWDIR%%/htdocs/libraries/lightbox/js +@dir %%WWWDIR%%/htdocs/libraries/lightbox/images +@dir %%WWWDIR%%/htdocs/libraries/lightbox/css +@dir %%WWWDIR%%/htdocs/libraries/lightbox +@dir %%WWWDIR%%/htdocs/libraries/jscalendar +@dir %%WWWDIR%%/htdocs/libraries/jquery/ui/css/ui-smoothness/images +@dir %%WWWDIR%%/htdocs/libraries/jquery/ui/css/ui-smoothness +@dir %%WWWDIR%%/htdocs/libraries/jquery/ui/css +@dir %%WWWDIR%%/htdocs/libraries/jquery/ui +@dir %%WWWDIR%%/htdocs/libraries/jquery/colorbox/images/ie6 +@dir %%WWWDIR%%/htdocs/libraries/jquery/colorbox/images +@dir %%WWWDIR%%/htdocs/libraries/jquery/colorbox +@dir %%WWWDIR%%/htdocs/libraries/jquery +@dir %%WWWDIR%%/htdocs/libraries/jalalijscalendar/aqua +@dir %%WWWDIR%%/htdocs/libraries/jalalijscalendar +@dir %%WWWDIR%%/htdocs/libraries/image-editor/templates +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/templates +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/language/english +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/language +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize/images +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/resize +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/templates +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/language/english +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/language +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter/images +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/filter +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/templates +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/language/english +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/language +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop/images +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins/crop +@dir %%WWWDIR%%/htdocs/libraries/image-editor/plugins +@dir %%WWWDIR%%/htdocs/libraries/image-editor/js +@dir %%WWWDIR%%/htdocs/libraries/image-editor/images +@dir %%WWWDIR%%/htdocs/libraries/image-editor/css +@dir %%WWWDIR%%/htdocs/libraries/image-editor +@dir %%WWWDIR%%/htdocs/libraries/icms/view/theme +@dir %%WWWDIR%%/htdocs/libraries/icms/view/template/set +@dir %%WWWDIR%%/htdocs/libraries/icms/view/template/file +@dir %%WWWDIR%%/htdocs/libraries/icms/view/template +@dir %%WWWDIR%%/htdocs/libraries/icms/view/block/position +@dir %%WWWDIR%%/htdocs/libraries/icms/view/block +@dir %%WWWDIR%%/htdocs/libraries/icms/view +@dir %%WWWDIR%%/htdocs/libraries/icms/sys/autotasks +@dir %%WWWDIR%%/htdocs/libraries/icms/sys +@dir %%WWWDIR%%/htdocs/libraries/icms/preload +@dir %%WWWDIR%%/htdocs/libraries/icms/plugins +@dir %%WWWDIR%%/htdocs/libraries/icms/module +@dir %%WWWDIR%%/htdocs/libraries/icms/messaging +@dir %%WWWDIR%%/htdocs/libraries/icms/member/user +@dir %%WWWDIR%%/htdocs/libraries/icms/member/groupperm +@dir %%WWWDIR%%/htdocs/libraries/icms/member/group/membership +@dir %%WWWDIR%%/htdocs/libraries/icms/member/group +@dir %%WWWDIR%%/htdocs/libraries/icms/member +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/view +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/seo +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/registry +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/permission +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/member +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/form/elements +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/form +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/export +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf/category +@dir %%WWWDIR%%/htdocs/libraries/icms/ipf +@dir %%WWWDIR%%/htdocs/libraries/icms/image/set +@dir %%WWWDIR%%/htdocs/libraries/icms/image/category +@dir %%WWWDIR%%/htdocs/libraries/icms/image +@dir %%WWWDIR%%/htdocs/libraries/icms/form/elements/select +@dir %%WWWDIR%%/htdocs/libraries/icms/form/elements/captcha/fonts +@dir %%WWWDIR%%/htdocs/libraries/icms/form/elements/captcha/backgrounds +@dir %%WWWDIR%%/htdocs/libraries/icms/form/elements/captcha +@dir %%WWWDIR%%/htdocs/libraries/icms/form/elements +@dir %%WWWDIR%%/htdocs/libraries/icms/form +@dir %%WWWDIR%%/htdocs/libraries/icms/file +@dir %%WWWDIR%%/htdocs/libraries/icms/feeds *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:15:05 2014 Return-Path: Delivered-To: svn-ports-all@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 C131A5FE; Sun, 28 Sep 2014 14:15:05 +0000 (UTC) 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 ACE38786; Sun, 28 Sep 2014 14:15:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SEF5Gh064731; Sun, 28 Sep 2014 14:15:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SEF5xP064730; Sun, 28 Sep 2014 14:15:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409281415.s8SEF5xP064730@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 14:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369455 - head/sysutils/tai64nfrac/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 14:15:05 -0000 Author: antoine Date: Sun Sep 28 14:15:04 2014 New Revision: 369455 URL: http://svnweb.freebsd.org/changeset/ports/369455 QAT: https://qat.redports.org/buildarchive/r369455/ Log: Allow staging as a regular user Modified: head/sysutils/tai64nfrac/files/patch-makefile Modified: head/sysutils/tai64nfrac/files/patch-makefile ============================================================================== --- head/sysutils/tai64nfrac/files/patch-makefile Sun Sep 28 14:08:59 2014 (r369454) +++ head/sysutils/tai64nfrac/files/patch-makefile Sun Sep 28 14:15:04 2014 (r369455) @@ -21,8 +21,8 @@ - cp tai64nfrac $(bindir) - mkdir -p $(man1dir) - cp tai64nfrac.1 $(man1dir) -+ install -c -g 0 -o 0 -m 0555 tai64nfrac $(DESTDIR)$(bindir) -+ install -c -g 0 -o 0 -m 0444 tai64nfrac.1 $(DESTDIR)$(mandir) ++ $(BSD_INSTALL_PROGRAM) tai64nfrac $(DESTDIR)$(bindir) ++ $(BSD_INSTALL_MAN) tai64nfrac.1 $(DESTDIR)$(mandir) clean: rm -f *.o tai64nfrac From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:22:14 2014 Return-Path: Delivered-To: svn-ports-all@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 07C4B738; Sun, 28 Sep 2014 14:22:14 +0000 (UTC) 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 E84A583B; Sun, 28 Sep 2014 14:22:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SEMDc0069128; Sun, 28 Sep 2014 14:22:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SEMDIf069127; Sun, 28 Sep 2014 14:22:13 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201409281422.s8SEMDIf069127@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Sep 2014 14:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369456 - head/benchmarks/pathrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 14:22:14 -0000 Author: wen Date: Sun Sep 28 14:22:13 2014 New Revision: 369456 URL: http://svnweb.freebsd.org/changeset/ports/369456 QAT: https://qat.redports.org/buildarchive/r369456/ Log: - Reset maintainer to ports@ PR: 193991 Submitted by: dikshie@gmail.com(previous maintainer) Modified: head/benchmarks/pathrate/Makefile Modified: head/benchmarks/pathrate/Makefile ============================================================================== --- head/benchmarks/pathrate/Makefile Sun Sep 28 14:15:04 2014 (r369455) +++ head/benchmarks/pathrate/Makefile Sun Sep 28 14:22:13 2014 (r369456) @@ -7,7 +7,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/ DISTNAME= ${PORTNAME} -MAINTAINER= dikshie@lapi.itb.ac.id +MAINTAINER= ports@FreeBSD.org COMMENT= Measurement tool for capacity estimation of network paths GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:49:09 2014 Return-Path: Delivered-To: svn-ports-all@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 E1A38D57; Sun, 28 Sep 2014 14:49:08 +0000 (UTC) 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 C28C7A0B; Sun, 28 Sep 2014 14:49:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SEn81W079574; Sun, 28 Sep 2014 14:49:08 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SEn5cM079557; Sun, 28 Sep 2014 14:49:05 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201409281449.s8SEn5cM079557@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Sun, 28 Sep 2014 14:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369457 - in head/misc: freebsd-doc-all freebsd-doc-de freebsd-doc-en X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 14:49:09 -0000 Author: blackend (doc committer) Date: Sun Sep 28 14:49:05 2014 New Revision: 369457 URL: http://svnweb.freebsd.org/changeset/ports/369457 QAT: https://qat.redports.org/buildarchive/r369457/ Log: Update to r45683 of the FreeBSD docset (a.k.a. 10.1-R version) Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-de/pkg-plist.html-common head/misc/freebsd-doc-de/pkg-plist.html-split head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo head/misc/freebsd-doc-en/pkg-plist.common head/misc/freebsd-doc-en/pkg-plist.html head/misc/freebsd-doc-en/pkg-plist.html-common head/misc/freebsd-doc-en/pkg-plist.html-split head/misc/freebsd-doc-en/pkg-plist.pdf head/misc/freebsd-doc-en/pkg-plist.ps head/misc/freebsd-doc-en/pkg-plist.txt Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-all/Makefile Sun Sep 28 14:49:05 2014 (r369457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 45500 +PORTVERSION= 45683 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty Modified: head/misc/freebsd-doc-de/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-common Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-de/pkg-plist.html-common Sun Sep 28 14:49:05 2014 (r369457) @@ -38,6 +38,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking/isdn-twisted-pair.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking/natd.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking/net-routing.png +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking/pxe-nfs.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking/static-routes.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall/bsdinstall-adduser1.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall/bsdinstall-adduser2.png Modified: head/misc/freebsd-doc-de/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-split Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-de/pkg-plist.html-split Sun Sep 28 14:49:05 2014 (r369457) @@ -416,7 +416,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-nfs.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-nis.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ntp.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-plip.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-routing.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-samba.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-servers.html Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/Makefile Sun Sep 28 14:49:05 2014 (r369457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 45500 +PORTVERSION= 45683 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/distinfo Sun Sep 28 14:49:05 2014 (r369457) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-45500.tar.gz) = 7260a20cc9673fe0a392be37be4edea9529a0f5e60fe7c71f776ab2b3fb916cd -SIZE (freebsd-doc-45500.tar.gz) = 32936178 +SHA256 (freebsd-doc-45683.tar.gz) = 03b73d3b3a2cc8624d9abc9fe43b6ee8f1128bbd15b85e8177c9ed639bd71fe4 +SIZE (freebsd-doc-45683.tar.gz) = 32953794 Modified: head/misc/freebsd-doc-en/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.common Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/pkg-plist.common Sun Sep 28 14:49:05 2014 (r369457) @@ -38,7 +38,6 @@ @dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pam @dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys @dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/portbuild @dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines @dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports @dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/imagelib/callouts Modified: head/misc/freebsd-doc-en/pkg-plist.html ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/pkg-plist.html Sun Sep 28 14:49:05 2014 (r369457) @@ -31,7 +31,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/pam/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.html Modified: head/misc/freebsd-doc-en/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-common Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/pkg-plist.html-common Sun Sep 28 14:49:05 2014 (r369457) @@ -48,7 +48,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/pam/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/docbook.css Modified: head/misc/freebsd-doc-en/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-split Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/pkg-plist.html-split Sun Sep 28 14:49:05 2014 (r369457) @@ -277,26 +277,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/pgpkeys-developers.html %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/pgpkeys-other.html %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/anatomy.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/build-maintenance.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/customizing.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/disk-failure.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/errors.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/expbuilds.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/management.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/monitoring.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/new-arch.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/new-branch.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/new-head-node.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/new-node.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/old-branch.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/rebase-branch.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/release.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/setup.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/starting.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/uploading.html %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/pr-lifecycle.html %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/pr-states.html @@ -749,7 +729,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-web.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems-linux.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems-zfs.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-concepts.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-ipf.html @@ -923,6 +902,14 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11-understanding.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11-wm.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-advanced.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-links.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-quickstart.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-term.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zfs-allow.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zfs.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zpool.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs.html %%DOCSDIR%%/%%DOCLANG%%/books/pmake/answers.html %%DOCSDIR%%/%%DOCLANG%%/books/pmake/archivesandlibraries.html %%DOCSDIR%%/%%DOCLANG%%/books/pmake/ashell.html Modified: head/misc/freebsd-doc-en/pkg-plist.pdf ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.pdf Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/pkg-plist.pdf Sun Sep 28 14:49:05 2014 (r369457) @@ -31,7 +31,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/pam/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.pdf Modified: head/misc/freebsd-doc-en/pkg-plist.ps ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.ps Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/pkg-plist.ps Sun Sep 28 14:49:05 2014 (r369457) @@ -31,7 +31,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/pam/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.ps Modified: head/misc/freebsd-doc-en/pkg-plist.txt ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.txt Sun Sep 28 14:22:13 2014 (r369456) +++ head/misc/freebsd-doc-en/pkg-plist.txt Sun Sep 28 14:49:05 2014 (r369457) @@ -33,7 +33,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/pam/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/portbuild/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.txt From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:54:05 2014 Return-Path: Delivered-To: svn-ports-all@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 31D80E51; Sun, 28 Sep 2014 14:54:05 +0000 (UTC) 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 03B3FAE8; Sun, 28 Sep 2014 14:54:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SEs4MR083701; Sun, 28 Sep 2014 14:54:04 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SEs4QO083694; Sun, 28 Sep 2014 14:54:04 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201409281454.s8SEs4QO083694@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sun, 28 Sep 2014 14:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369458 - in head/misc: . kde-thumbnailer-epub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 14:54:05 -0000 Author: makc Date: Sun Sep 28 14:54:03 2014 New Revision: 369458 URL: http://svnweb.freebsd.org/changeset/ports/369458 QAT: https://qat.redports.org/buildarchive/r369458/ Log: Add new port misc/kde-thumbnailer-epub: KDE thumbnail generator for the ePub file format. WWW: http://kde-apps.org/content/show.php?content=151210 Added: head/misc/kde-thumbnailer-epub/ head/misc/kde-thumbnailer-epub/Makefile (contents, props changed) head/misc/kde-thumbnailer-epub/distinfo (contents, props changed) head/misc/kde-thumbnailer-epub/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Sep 28 14:49:05 2014 (r369457) +++ head/misc/Makefile Sun Sep 28 14:54:03 2014 (r369458) @@ -181,6 +181,7 @@ SUBDIR += kbdscan SUBDIR += kcd SUBDIR += kde-thumbnailer-chm + SUBDIR += kde-thumbnailer-epub SUBDIR += kde4-l10n SUBDIR += kde4-l10n-bg SUBDIR += kde4-l10n-bs Added: head/misc/kde-thumbnailer-epub/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/kde-thumbnailer-epub/Makefile Sun Sep 28 14:54:03 2014 (r369458) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= kde-thumbnailer-epub +PORTVERSION= 1.0 +CATEGORIES= misc kde +MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ +DISTNAME= 151210-${PORTNAME}-${PORTVERSION} + +MAINTAINER= makc@FreeBSD.org +COMMENT= KDE thumbnail generator for ePub files + +USES= cmake:outsource +USE_KDE4= kdeprefix kdelibs automoc4 +USE_QT4= moc_build qmake_build rcc_build uic_build +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= lib/kde4/epubthumbnail.so \ + share/kde4/services/epubthumbnail.desktop + +.include Added: head/misc/kde-thumbnailer-epub/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/kde-thumbnailer-epub/distinfo Sun Sep 28 14:54:03 2014 (r369458) @@ -0,0 +1,2 @@ +SHA256 (151210-kde-thumbnailer-epub-1.0.tar.gz) = abe892ebc670e04ffbccf8ebf493fb77c69d9684fb096e9fa4e55fd4b9ed5702 +SIZE (151210-kde-thumbnailer-epub-1.0.tar.gz) = 11804 Added: head/misc/kde-thumbnailer-epub/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/kde-thumbnailer-epub/pkg-descr Sun Sep 28 14:54:03 2014 (r369458) @@ -0,0 +1,3 @@ +KDE thumbnail generator for the ePub file format. + +WWW: http://kde-apps.org/content/show.php?content=151210 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:55:23 2014 Return-Path: Delivered-To: svn-ports-all@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 27586F3D; Sun, 28 Sep 2014 14:55:23 +0000 (UTC) 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 ED8EBAF5; Sun, 28 Sep 2014 14:55:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SEtMAJ084059; Sun, 28 Sep 2014 14:55:22 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SEtM0P084053; Sun, 28 Sep 2014 14:55:22 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201409281455.s8SEtM0P084053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sun, 28 Sep 2014 14:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369459 - in head/misc: . kde-thumbnailer-fb2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 14:55:23 -0000 Author: makc Date: Sun Sep 28 14:55:21 2014 New Revision: 369459 URL: http://svnweb.freebsd.org/changeset/ports/369459 QAT: https://qat.redports.org/buildarchive/r369459/ Log: Add new port misc/kde-thumbnailer-fb2: KDE thumbnail generator for the FictionBook (fb2) file format. WWW: http://kde-apps.org/content/show.php?content=160180 Added: head/misc/kde-thumbnailer-fb2/ head/misc/kde-thumbnailer-fb2/Makefile (contents, props changed) head/misc/kde-thumbnailer-fb2/distinfo (contents, props changed) head/misc/kde-thumbnailer-fb2/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Sep 28 14:54:03 2014 (r369458) +++ head/misc/Makefile Sun Sep 28 14:55:21 2014 (r369459) @@ -182,6 +182,7 @@ SUBDIR += kcd SUBDIR += kde-thumbnailer-chm SUBDIR += kde-thumbnailer-epub + SUBDIR += kde-thumbnailer-fb2 SUBDIR += kde4-l10n SUBDIR += kde4-l10n-bg SUBDIR += kde4-l10n-bs Added: head/misc/kde-thumbnailer-fb2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/kde-thumbnailer-fb2/Makefile Sun Sep 28 14:55:21 2014 (r369459) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= kde-thumbnailer-fb2 +PORTVERSION= 0.2 +CATEGORIES= misc kde +MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ +DISTNAME= 160180-${PORTNAME}-${PORTVERSION} + +MAINTAINER= makc@FreeBSD.org +COMMENT= KDE thumbnail generator for fb2 files + +USES= cmake:outsource +USE_KDE4= kdeprefix kdelibs automoc4 +USE_QT4= moc_build qmake_build rcc_build uic_build +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= lib/kde4/fb2thumbnail.so \ + share/kde4/services/fb2thumbnail.desktop + +.include Added: head/misc/kde-thumbnailer-fb2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/kde-thumbnailer-fb2/distinfo Sun Sep 28 14:55:21 2014 (r369459) @@ -0,0 +1,2 @@ +SHA256 (160180-kde-thumbnailer-fb2-0.2.tar.gz) = 7cf6cce6a5ebf92eced5118a82765b620d9962b4686918c921571e1f773455d6 +SIZE (160180-kde-thumbnailer-fb2-0.2.tar.gz) = 9803 Added: head/misc/kde-thumbnailer-fb2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/kde-thumbnailer-fb2/pkg-descr Sun Sep 28 14:55:21 2014 (r369459) @@ -0,0 +1,3 @@ +KDE thumbnail generator for the FictionBook (fb2) file format. + +WWW: http://kde-apps.org/content/show.php?content=160180 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:57:22 2014 Return-Path: Delivered-To: svn-ports-all@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 5B0C9B4; Sun, 28 Sep 2014 14:57:22 +0000 (UTC) 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 2E010B09; Sun, 28 Sep 2014 14:57:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SEvM0E084407; Sun, 28 Sep 2014 14:57:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SEvLqN084405; Sun, 28 Sep 2014 14:57:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201409281457.s8SEvLqN084405@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Sep 2014 14:57:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369460 - head/www/mediawiki122 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 14:57:22 -0000 Author: wen Date: Sun Sep 28 14:57:21 2014 New Revision: 369460 URL: http://svnweb.freebsd.org/changeset/ports/369460 QAT: https://qat.redports.org/buildarchive/r369460/ Log: - Update to 1.22.11 Modified: head/www/mediawiki122/Makefile head/www/mediawiki122/distinfo Modified: head/www/mediawiki122/Makefile ============================================================================== --- head/www/mediawiki122/Makefile Sun Sep 28 14:55:21 2014 (r369459) +++ head/www/mediawiki122/Makefile Sun Sep 28 14:57:21 2014 (r369460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.22.10 +PORTVERSION= 1.22.11 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 122 @@ -19,6 +19,7 @@ WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki NO_BUILD= yes +PLIST= ${WRKDIR}/plist OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK OPTIONS_DEFAULT=MYSQL @@ -64,16 +65,19 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache .endif +pre-install: + @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} + @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} + @${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST} + @${ECHO} @dir ${MEDIAWIKIDIR} >> ${PLIST} + @${ECHO_CMD} "@group" >> ${PLIST} + @${ECHO_CMD} "@owner" >> ${PLIST} + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} ${CP} -r ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} post-install: - @${FIND} ${WRKSRC}/${file} -not -type d \ - | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST} - @${FIND} -d ${WRKSRC}/${file} -type d \ - | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST} @${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE} .include Modified: head/www/mediawiki122/distinfo ============================================================================== --- head/www/mediawiki122/distinfo Sun Sep 28 14:55:21 2014 (r369459) +++ head/www/mediawiki122/distinfo Sun Sep 28 14:57:21 2014 (r369460) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.22.10.tar.gz) = 96e3fd3de27c6738a75a6e818ae955595e7539b4b176f46884ebd2e518fa673d -SIZE (mediawiki-1.22.10.tar.gz) = 19883253 +SHA256 (mediawiki-1.22.11.tar.gz) = 0c32ef1ee31d4841c90926e699837f85cb2be9d7b45fffcabdb2e3b2a7c642a1 +SIZE (mediawiki-1.22.11.tar.gz) = 19885844 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 15:03:24 2014 Return-Path: Delivered-To: svn-ports-all@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 6418C964; Sun, 28 Sep 2014 15:03:24 +0000 (UTC) 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 50929EED; Sun, 28 Sep 2014 15:03:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SF3ON8088680; Sun, 28 Sep 2014 15:03:24 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SF3OF7088679; Sun, 28 Sep 2014 15:03:24 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201409281503.s8SF3OF7088679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Sep 2014 15:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369461 - head/benchmarks/pathload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 15:03:24 -0000 Author: wen Date: Sun Sep 28 15:03:23 2014 New Revision: 369461 URL: http://svnweb.freebsd.org/changeset/ports/369461 QAT: https://qat.redports.org/buildarchive/r369461/ Log: - Reset maintainer to ports@ PR: 193990 Submitted by: dikshie@gmail.com(previous maintainer) Modified: head/benchmarks/pathload/Makefile Modified: head/benchmarks/pathload/Makefile ============================================================================== --- head/benchmarks/pathload/Makefile Sun Sep 28 14:57:21 2014 (r369460) +++ head/benchmarks/pathload/Makefile Sun Sep 28 15:03:23 2014 (r369461) @@ -7,7 +7,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/ DISTNAME= ${PORTNAME} -MAINTAINER= dikshie@lapi.itb.ac.id +MAINTAINER= ports@FreeBSD.org COMMENT= Measurement tool for network path available bandwidth estimation GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 15:14:12 2014 Return-Path: Delivered-To: svn-ports-all@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 DAA4DB23; Sun, 28 Sep 2014 15:14:12 +0000 (UTC) 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 AD556FD0; Sun, 28 Sep 2014 15:14:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SFECLb093628; Sun, 28 Sep 2014 15:14:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SFECkK093626; Sun, 28 Sep 2014 15:14:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201409281514.s8SFECkK093626@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Sep 2014 15:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369462 - head/www/mediawiki119 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 15:14:13 -0000 Author: wen Date: Sun Sep 28 15:14:11 2014 New Revision: 369462 URL: http://svnweb.freebsd.org/changeset/ports/369462 QAT: https://qat.redports.org/buildarchive/r369462/ Log: - Update to 1.19.19 Modified: head/www/mediawiki119/Makefile head/www/mediawiki119/distinfo Modified: head/www/mediawiki119/Makefile ============================================================================== --- head/www/mediawiki119/Makefile Sun Sep 28 15:03:23 2014 (r369461) +++ head/www/mediawiki119/Makefile Sun Sep 28 15:14:11 2014 (r369462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.19.18 +PORTVERSION= 1.19.19 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 119 @@ -19,6 +19,7 @@ WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki NO_BUILD= yes +PLIST= ${WRKDIR}/plist OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK OPTIONS_DEFAULT=MYSQL @@ -64,16 +65,19 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache .endif +pre-install: + @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} + @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} + @${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST} + @${ECHO} @dir ${MEDIAWIKIDIR} >> ${PLIST} + @${ECHO_CMD} "@group" >> ${PLIST} + @${ECHO_CMD} "@owner" >> ${PLIST} + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} ${CP} -r ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} post-install: - @${FIND} ${WRKSRC}/${file} -not -type d \ - | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST} - @${FIND} -d ${WRKSRC}/${file} -type d \ - | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST} @${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE} .include Modified: head/www/mediawiki119/distinfo ============================================================================== --- head/www/mediawiki119/distinfo Sun Sep 28 15:03:23 2014 (r369461) +++ head/www/mediawiki119/distinfo Sun Sep 28 15:14:11 2014 (r369462) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.19.18.tar.gz) = 8eddc8a0d8705c90f66a13769fff4acbc4301e2570116e34780bf58301a30d08 -SIZE (mediawiki-1.19.18.tar.gz) = 17934909 +SHA256 (mediawiki-1.19.19.tar.gz) = 3922d8a7265bf262213c0c119be5a6757a8254f758640b22ae5809582d7e4d22 +SIZE (mediawiki-1.19.19.tar.gz) = 17933583 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 16:00:15 2014 Return-Path: Delivered-To: svn-ports-all@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 1A73B53F; Sun, 28 Sep 2014 16:00:15 +0000 (UTC) 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 0688065E; Sun, 28 Sep 2014 16:00:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SG0Euh013534; Sun, 28 Sep 2014 16:00:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SG0EAZ013526; Sun, 28 Sep 2014 16:00:14 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409281600.s8SG0EAZ013526@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Sep 2014 16:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369463 - head/devel/libgsf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 16:00:15 -0000 Author: kwm Date: Sun Sep 28 16:00:13 2014 New Revision: 369463 URL: http://svnweb.freebsd.org/changeset/ports/369463 QAT: https://qat.redports.org/buildarchive/r369463/ Log: Update to 1.14.30. Modified: head/devel/libgsf/Makefile head/devel/libgsf/distinfo head/devel/libgsf/pkg-plist Modified: head/devel/libgsf/Makefile ============================================================================== --- head/devel/libgsf/Makefile Sun Sep 28 15:14:11 2014 (r369462) +++ head/devel/libgsf/Makefile Sun Sep 28 16:00:13 2014 (r369463) @@ -3,8 +3,7 @@ # $MCom: ports/trunk/devel/libgsf/Makefile 18634 2013-07-26 10:42:35Z kwm $ PORTNAME= libgsf -PORTVERSION= 1.14.28 -PORTREVISION= 2 +PORTVERSION= 1.14.30 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/devel/libgsf/distinfo ============================================================================== --- head/devel/libgsf/distinfo Sun Sep 28 15:14:11 2014 (r369462) +++ head/devel/libgsf/distinfo Sun Sep 28 16:00:13 2014 (r369463) @@ -1,2 +1,2 @@ -SHA256 (gnome2/libgsf-1.14.28.tar.xz) = ea94914f1fdaa5d4eb49149f0228ae6e41a54bdeb8caf52a7dd8acaa329fcbe4 -SIZE (gnome2/libgsf-1.14.28.tar.xz) = 557724 +SHA256 (gnome2/libgsf-1.14.30.tar.xz) = cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70 +SIZE (gnome2/libgsf-1.14.30.tar.xz) = 582556 Modified: head/devel/libgsf/pkg-plist ============================================================================== --- head/devel/libgsf/pkg-plist Sun Sep 28 15:14:11 2014 (r369462) +++ head/devel/libgsf/pkg-plist Sun Sep 28 16:00:13 2014 (r369463) @@ -53,7 +53,7 @@ include/libgsf-1/gsf/gsf.h lib/libgsf-1.a lib/libgsf-1.so lib/libgsf-1.so.114 -lib/libgsf-1.so.114.0.28 +lib/libgsf-1.so.114.0.30 libdata/pkgconfig/libgsf-1.pc man/man1/gsf-office-thumbnailer.1.gz man/man1/gsf-vba-dump.1.gz @@ -95,7 +95,9 @@ share/doc/gsf/right.png share/doc/gsf/sources.html share/doc/gsf/style.css share/doc/gsf/up.png +share/locale/as/LC_MESSAGES/libgsf.mo share/locale/ca/LC_MESSAGES/libgsf.mo +share/locale/ca@valencia/LC_MESSAGES/libgsf.mo share/locale/cs/LC_MESSAGES/libgsf.mo share/locale/da/LC_MESSAGES/libgsf.mo share/locale/de/LC_MESSAGES/libgsf.mo @@ -104,13 +106,18 @@ share/locale/en_GB/LC_MESSAGES/libgsf.mo share/locale/eo/LC_MESSAGES/libgsf.mo share/locale/es/LC_MESSAGES/libgsf.mo share/locale/eu/LC_MESSAGES/libgsf.mo +share/locale/fi/LC_MESSAGES/libgsf.mo share/locale/fr/LC_MESSAGES/libgsf.mo share/locale/gl/LC_MESSAGES/libgsf.mo +share/locale/he/LC_MESSAGES/libgsf.mo +share/locale/hu/LC_MESSAGES/libgsf.mo share/locale/id/LC_MESSAGES/libgsf.mo share/locale/it/LC_MESSAGES/libgsf.mo share/locale/ja/LC_MESSAGES/libgsf.mo +share/locale/ko/LC_MESSAGES/libgsf.mo share/locale/lt/LC_MESSAGES/libgsf.mo share/locale/lv/LC_MESSAGES/libgsf.mo +share/locale/ml/LC_MESSAGES/libgsf.mo share/locale/nb/LC_MESSAGES/libgsf.mo share/locale/nn/LC_MESSAGES/libgsf.mo share/locale/oc/LC_MESSAGES/libgsf.mo @@ -120,25 +127,17 @@ share/locale/pt/LC_MESSAGES/libgsf.mo share/locale/pt_BR/LC_MESSAGES/libgsf.mo share/locale/ro/LC_MESSAGES/libgsf.mo share/locale/ru/LC_MESSAGES/libgsf.mo +share/locale/sk/LC_MESSAGES/libgsf.mo share/locale/sl/LC_MESSAGES/libgsf.mo share/locale/sr/LC_MESSAGES/libgsf.mo share/locale/sr@latin/LC_MESSAGES/libgsf.mo share/locale/sv/LC_MESSAGES/libgsf.mo share/locale/ta/LC_MESSAGES/libgsf.mo share/locale/tg/LC_MESSAGES/libgsf.mo +share/locale/th/LC_MESSAGES/libgsf.mo share/locale/tr/LC_MESSAGES/libgsf.mo share/locale/uk/LC_MESSAGES/libgsf.mo share/locale/zh_CN/LC_MESSAGES/libgsf.mo share/locale/zh_HK/LC_MESSAGES/libgsf.mo share/locale/zh_TW/LC_MESSAGES/libgsf.mo share/thumbnailers/gsf-office.thumbnailer -@dirrmtry share/thumbnailers -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrm share/doc/gsf -@dirrm include/libgsf-1/gsf -@dirrm include/libgsf-1 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 16:25:06 2014 Return-Path: Delivered-To: svn-ports-all@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 E06ECAAC; Sun, 28 Sep 2014 16:25:06 +0000 (UTC) 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 C12E6916; Sun, 28 Sep 2014 16:25:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SGP68B027099; Sun, 28 Sep 2014 16:25:06 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SGP6IY027096; Sun, 28 Sep 2014 16:25:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409281625.s8SGP6IY027096@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Sep 2014 16:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369464 - head/devel/goffice010 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 16:25:07 -0000 Author: kwm Date: Sun Sep 28 16:25:05 2014 New Revision: 369464 URL: http://svnweb.freebsd.org/changeset/ports/369464 QAT: https://qat.redports.org/buildarchive/r369464/ Log: Update to 0.10.18. Switch from USES=libtool:keepla to USES=libtool Modified: head/devel/goffice010/Makefile head/devel/goffice010/distinfo head/devel/goffice010/pkg-plist Modified: head/devel/goffice010/Makefile ============================================================================== --- head/devel/goffice010/Makefile Sun Sep 28 16:00:13 2014 (r369463) +++ head/devel/goffice010/Makefile Sun Sep 28 16:25:05 2014 (r369464) @@ -3,8 +3,7 @@ # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ PORTNAME= goffice -PORTVERSION= 0.10.11 -PORTREVISION= 1 +PORTVERSION= 0.10.18 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 @@ -15,8 +14,8 @@ COMMENT= GLib/GTK+ set of document centr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 libxslt +USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -25,8 +24,7 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-lasem=no --with-config-backend=gsettings CONFIGURE_ARGS+=--enable-compile-warnings=no -PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} \ - LIBVERSION=10.0.11 +PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} SHORT_VER= 0.10 post-install: Modified: head/devel/goffice010/distinfo ============================================================================== --- head/devel/goffice010/distinfo Sun Sep 28 16:00:13 2014 (r369463) +++ head/devel/goffice010/distinfo Sun Sep 28 16:25:05 2014 (r369464) @@ -1,2 +1,2 @@ -SHA256 (goffice-0.10.11.tar.xz) = 43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24 -SIZE (goffice-0.10.11.tar.xz) = 2228656 +SHA256 (goffice-0.10.18.tar.xz) = 4743a148d4452743f3484ed28285a6889adb4af2a61b72448e0ddfe7d5142c64 +SIZE (goffice-0.10.18.tar.xz) = 2306320 Modified: head/devel/goffice010/pkg-plist ============================================================================== --- head/devel/goffice010/pkg-plist Sun Sep 28 16:00:13 2014 (r369463) +++ head/devel/goffice010/pkg-plist Sun Sep 28 16:25:05 2014 (r369464) @@ -109,6 +109,7 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-math-editor.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h @@ -120,6 +121,7 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-dtoa.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix.h @@ -146,6 +148,7 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-mml-to-itex.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h @@ -158,49 +161,40 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/utils/go-styled-object.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-svg.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-unit.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.la lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.so lib/goffice/%%VERSION%%/plugins/plot_distrib/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_distrib/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-%%SHORT_VER%%.la lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.10 -lib/libgoffice-%%SHORT_VER%%.so.%%LIBVERSION%% +lib/libgoffice-%%SHORT_VER%%.so.10.0.18 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc share/doc/goffice-%%SHORT_VER%%/GOArrow.html share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html @@ -222,6 +216,7 @@ share/doc/goffice-%%SHORT_VER%%/GODocCon share/doc/goffice-%%SHORT_VER%%/GOEditor.html share/doc/goffice-%%SHORT_VER%%/GOErrorInfo.html share/doc/goffice-%%SHORT_VER%%/GOFileSaver.html +share/doc/goffice-%%SHORT_VER%%/GOFont.html share/doc/goffice-%%SHORT_VER%%/GOFontSel.html share/doc/goffice-%%SHORT_VER%%/GOFormat.html share/doc/goffice-%%SHORT_VER%%/GOFormatSel.html @@ -324,7 +319,6 @@ share/doc/goffice-%%SHORT_VER%%/goffice- share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html -share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html @@ -353,13 +347,24 @@ share/doc/goffice-%%SHORT_VER%%/home.png share/doc/goffice-%%SHORT_VER%%/index.html share/doc/goffice-%%SHORT_VER%%/index.sgml share/doc/goffice-%%SHORT_VER%%/left.png +share/doc/goffice-%%SHORT_VER%%/left-insensitive.png share/doc/goffice-%%SHORT_VER%%/pt01.html share/doc/goffice-%%SHORT_VER%%/pt02.html share/doc/goffice-%%SHORT_VER%%/pt03.html share/doc/goffice-%%SHORT_VER%%/pt04.html share/doc/goffice-%%SHORT_VER%%/right.png +share/doc/goffice-%%SHORT_VER%%/right-insensitive.png share/doc/goffice-%%SHORT_VER%%/style.css share/doc/goffice-%%SHORT_VER%%/up.png +share/doc/goffice-%%SHORT_VER%%/up-insensitive.png +%%DATADIR%%/%%VERSION%%/mmlitex/README +%%DATADIR%%/%%VERSION%%/mmlitex/cmarkup.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/entities.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/glayout.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/mmlitex.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/scripts.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/tables.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/tokens.xsl share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo @@ -414,41 +419,4 @@ share/locale/vi/LC_MESSAGES/goffice-%%VE share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/zh_HK/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@exec /bin/mkdir -p %D/lib/goffice/%%SHORT_VER%%/plugins -@dirrm share/doc/goffice-%%SHORT_VER%% -@dirrm lib/goffice/%%VERSION%%/plugins/smoothing -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_distrib -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrm lib/goffice/%%SHORT_VER%%/plugins -@dirrm lib/goffice/%%SHORT_VER%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/utils -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/math -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/gtk -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/graph -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/data -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/component -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/canvas -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/app -@dirrm include/libgoffice-%%SHORT_VER%%/goffice -@dirrm include/libgoffice-%%SHORT_VER%% +@dir lib/goffice/%%SHORT_VER%%/plugins From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 16:36:46 2014 Return-Path: Delivered-To: svn-ports-all@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 D8B8DD25; Sun, 28 Sep 2014 16:36:45 +0000 (UTC) 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 C388E9EA; Sun, 28 Sep 2014 16:36:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SGaj1f032696; Sun, 28 Sep 2014 16:36:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SGaVL6032622; Sun, 28 Sep 2014 16:36:31 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409281636.s8SGaVL6032622@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 28 Sep 2014 16:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369465 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 16:36:46 -0000 Author: tijl Date: Sun Sep 28 16:36:31 2014 New Revision: 369465 URL: http://svnweb.freebsd.org/changeset/ports/369465 QAT: https://qat.redports.org/buildarchive/r369465/ Log: Change the way USES is handled: - Loop over USES twice, once to define all *_ARGS variables and once to include Uses/*.mk. This allows all Uses/*.mk to examine arguments given to other USES entries. - Always define *_ARGS (possibly empty) and replace commas with spaces. Similar for _USES_POST. Adjust all Uses/*.mk: - defined(u_ARGS) becomes !empty(u_ARGS) - Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g} - Some Uses/*.mk used ":" as argument separator instead of ",", but no port used this form - Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which has no effect - Uses/twisted.mk: simplify handling of the case where neither "build" nor "run" arguments have been specified PR: 193931 Exp-run by: antoine Approved by: portmgr (antoine) Modified: head/Mk/Uses/ada.mk head/Mk/Uses/autoreconf.mk head/Mk/Uses/bison.mk head/Mk/Uses/charsetfix.mk head/Mk/Uses/cmake.mk head/Mk/Uses/compiler.mk head/Mk/Uses/cran.mk head/Mk/Uses/desktop-file-utils.mk head/Mk/Uses/desthack.mk head/Mk/Uses/display.mk head/Mk/Uses/drupal.mk head/Mk/Uses/fam.mk head/Mk/Uses/fmake.mk head/Mk/Uses/fortran.mk head/Mk/Uses/fuse.mk head/Mk/Uses/gecko.mk head/Mk/Uses/gettext.mk head/Mk/Uses/gmake.mk head/Mk/Uses/gssapi.mk head/Mk/Uses/iconv.mk head/Mk/Uses/imake.mk head/Mk/Uses/kmod.mk head/Mk/Uses/lha.mk head/Mk/Uses/libtool.mk head/Mk/Uses/lua.mk head/Mk/Uses/makeinfo.mk head/Mk/Uses/makeself.mk head/Mk/Uses/mono.mk head/Mk/Uses/motif.mk head/Mk/Uses/ncurses.mk head/Mk/Uses/ninja.mk head/Mk/Uses/objc.mk head/Mk/Uses/openal.mk head/Mk/Uses/pathfix.mk head/Mk/Uses/pear.mk head/Mk/Uses/perl5.mk head/Mk/Uses/pgsql.mk head/Mk/Uses/pkgconfig.mk head/Mk/Uses/pure.mk head/Mk/Uses/python.mk head/Mk/Uses/qmail.mk head/Mk/Uses/qmake.mk head/Mk/Uses/readline.mk head/Mk/Uses/scons.mk head/Mk/Uses/shared-mime-info.mk head/Mk/Uses/tar.mk head/Mk/Uses/tcl.mk head/Mk/Uses/tk.mk head/Mk/Uses/twisted.mk head/Mk/Uses/uniquefiles.mk head/Mk/Uses/webplugin.mk head/Mk/Uses/zip.mk head/Mk/bsd.port.mk Modified: head/Mk/Uses/ada.mk ============================================================================== --- head/Mk/Uses/ada.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/ada.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,7 +13,7 @@ _INCLUDE_USES_ADA_MK= yes CC= ada -. if defined(ada_ARGS) && ${ada_ARGS} == 47 +. if ${ada_ARGS} == 47 BUILD_DEPENDS+= ${LOCALBASE}/gcc47-aux/bin/ada:${PORTSDIR}/lang/gcc47-aux MAKE_ENV+= PATH=${LOCALBASE}/gcc47-aux/bin:${PATH} CONFIGURE_ENV+= PATH=${LOCALBASE}/gcc47-aux/bin:${PATH} Modified: head/Mk/Uses/autoreconf.mk ============================================================================== --- head/Mk/Uses/autoreconf.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/autoreconf.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -53,7 +53,6 @@ .if !defined(_INCLUDE_USES_AUTORECONF_MK) _INCLUDE_USES_AUTORECONF_MK= yes _USES_POST+= autoreconf -autoreconf_ARGS:= ${autoreconf_ARGS} BUILD_DEPENDS+= autoconf-2.69:${PORTSDIR}/devel/autoconf \ autoheader-2.69:${PORTSDIR}/devel/autoconf \ @@ -61,13 +60,11 @@ BUILD_DEPENDS+= autoconf-2.69:${PORTSDIR aclocal-1.14:${PORTSDIR}/devel/automake \ automake-1.14:${PORTSDIR}/devel/automake -# Depend on autopoint if USES contains gettext* but not gettext:run -.if ${USES:Mgettext} || (${USES:Mgettext\:*} && empty(USES:Mgettext\:run)) +.if ${USES:Mgettext} && empty(gettext_ARGS:Mrun) BUILD_DEPENDS+= autopoint:${PORTSDIR}/devel/gettext .endif -# Depend on libtoolize if USES contains libtool* but not libtool:build -.if ${USES:Mlibtool} || (${USES:Mlibtool\:*} && empty(USES:Mlibtool\:*build*)) +.if ${USES:Mlibtool} && empty(libtool_ARGS:Mbuild) BUILD_DEPENDS+= libtoolize:${PORTSDIR}/devel/libtool .endif Modified: head/Mk/Uses/bison.mk ============================================================================== --- head/Mk/Uses/bison.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/bison.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,7 +13,7 @@ _INCLUDE_USES_BISON_MK= yes _BISON_DEPENDS= bison:${PORTSDIR}/devel/bison -.if !defined(bison_ARGS) +.if empty(bison_ARGS) bison_ARGS= build .endif Modified: head/Mk/Uses/charsetfix.mk ============================================================================== --- head/Mk/Uses/charsetfix.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/charsetfix.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_CHARSETFIX_MK) _INCLUDE_USES_CHARSETFIX_MK= yes -.if defined(charsetfix_ARGS) +.if !empty(charsetfix_ARGS) IGNORE= USES=charsetfix does not require args .endif Modified: head/Mk/Uses/cmake.mk ============================================================================== --- head/Mk/Uses/cmake.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/cmake.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -41,21 +41,18 @@ _INCLUDE_USES_CMAKE_MK= yes _valid_ARGS= outsource run -_cmake_ARGS= ${cmake_ARGS:C/\:/ /g} # Sanity check -.if defined(cmake_ARGS) -. for arg in ${_cmake_ARGS} +.for arg in ${cmake_ARGS} . if empty(_valid_ARGS:M${arg}) IGNORE= Incorrect 'USES+= cmake:${cmake_ARGS}' usage: argument [${arg}] is not recognized . endif -. endfor -.endif +.endfor CMAKE_BIN= ${LOCALBASE}/bin/cmake BUILD_DEPENDS+= ${CMAKE_BIN}:${PORTSDIR}/devel/cmake -.if ${_cmake_ARGS:Mrun} +.if ${cmake_ARGS:Mrun} RUN_DEPENDS+= ${CMAKE_BIN}:${PORTSDIR}/devel/cmake .endif @@ -109,7 +106,7 @@ CMAKE_ARGS+= -DCMAKE_COLOR_MAKEFILE:BOO _CMAKE_MSG= "===> Performing in-source build" CMAKE_SOURCE_PATH?= ${WRKSRC} -.if ${_cmake_ARGS:Moutsource} +.if ${cmake_ARGS:Moutsource} _CMAKE_MSG= "===> Performing out-of-source build" CONFIGURE_WRKSRC= ${WRKDIR}/.build BUILD_WRKSRC= ${CONFIGURE_WRKSRC} Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/compiler.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -30,7 +30,7 @@ .if !defined(_INCLUDE_USES_COMPILER_MK) _INCLUDE_USES_COMPILER_MK= yes -.if !defined(compiler_ARGS) +.if empty(compiler_ARGS) compiler_ARGS= env .endif Modified: head/Mk/Uses/cran.mk ============================================================================== --- head/Mk/Uses/cran.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/cran.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,8 +13,6 @@ .if !defined(_INCLUDE_USES_CRAN_MK) _INCLUDE_USES_CRAN_MK= yes -VALID_ARGS= auto-plist - MASTER_SITE_CRAN+= http://ftp.ctex.org/mirrors/CRAN/src/contrib/ \ http://cran.rakanu.com/src/contrib/ \ http://cran.ms.unimelb.edu.au/src/contrib/ \ @@ -30,7 +28,6 @@ MASTER_SITE_CRAN_ARCHIVE+= ${MASTER_SITE MASTER_SITES?= ${MASTER_SITE_CRAN} ${MASTER_SITE_CRAN_ARCHIVE} -USES+= fortran BUILD_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R Modified: head/Mk/Uses/desktop-file-utils.mk ============================================================================== --- head/Mk/Uses/desktop-file-utils.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/desktop-file-utils.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_DESKTOP_FILE_UTILS_MK) _INCLUDE_USES_DESKTOP_FILE_UTILS_MK= yes -.if defined(desktop-file-utils_ARGS) +.if !empty(desktop-file-utils_ARGS) IGNORE= USES=desktop-file-utils does not require args .endif Modified: head/Mk/Uses/desthack.mk ============================================================================== --- head/Mk/Uses/desthack.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/desthack.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_DESTHACK_MK) _INCLUDE_USES_DESTHACK_MK= yes -.if defined(_desthack_ARGS) +.if !empty(desthack_ARGS) IGNORE= USES=desthack does not require args .endif Modified: head/Mk/Uses/display.mk ============================================================================== --- head/Mk/Uses/display.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/display.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,9 @@ .if !defined(_INCLUDE_USES_DISPLAY_MK) _INCLUDE_USES_DISPLAY_MK= yes -display_ARGS?= install +.if empty(display_ARGS) +display_ARGS= install +.endif .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \ Modified: head/Mk/Uses/drupal.mk ============================================================================== --- head/Mk/Uses/drupal.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/drupal.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,25 +13,23 @@ .if !defined(_INCLUDE_USES_DRUPAL_Mk) _INCLUDE_USES_DRUPAL_Mk= yes -_drupal_ARGS= ${drupal_ARGS:S/,/ /g} - -.if ${_drupal_ARGS:M[67]} -_DRUPAL_VERSION= ${_drupal_ARGS:M[67]} +.if ${drupal_ARGS:M[67]} +_DRUPAL_VERSION= ${drupal_ARGS:M[67]} .endif VALID_VERSIONS= 6 7 -.if ${_drupal_ARGS:N[67]:Ntheme:Nmodule} -IGNORE= Unknown argument for USES=drupal: ${_drupal_ARGS:N[67]:Ntheme:Nmodule} +.if ${drupal_ARGS:N[67]:Ntheme:Nmodule} +IGNORE= Unknown argument for USES=drupal: ${drupal_ARGS:N[67]:Ntheme:Nmodule} .endif -_DRUPAL_COMP= ${_drupal_ARGS:N[67]} +_DRUPAL_COMP= ${drupal_ARGS:N[67]} .if !defined(_DRUPAL_VERSION) || ! ${VALID_VERSIONS:M${_DRUPAL_VERSION}} IGNORE= Missing or invalid argument for USES=drupal, a version must be provided: ${VALID_VERSIONS} .endif -.if ${_drupal_ARGS:Mmodule} && ${_drupal_ARGS:Mtheme} +.if ${drupal_ARGS:Mmodule} && ${drupal_ARGS:Mtheme} IGNORE= theme and module arguments are mutually exclusive for USES=drupal .endif Modified: head/Mk/Uses/fam.mk ============================================================================== --- head/Mk/Uses/fam.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/fam.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -32,7 +32,7 @@ _HAVE_FAM= fam IGNORE= FAM mismatch: ${_HAVE_FAM} is installed, but ${WITH_FAM_SYSTEM} desired .endif -.if defined(fam_ARGS) +.if !empty(fam_ARGS) .for _fam_ARGS in ${fam_ARGS} . if ! ${_FAM_SYSTEMS:M${_fam_ARGS}} IGNORE= Incorrect 'USES+= fam:${fam_ARGS}' usage: argument [${_fam_ARGS}] is not recognized @@ -47,7 +47,7 @@ IGNORE= FAM mismatch: port wants to use .endif # Proceed -.if defined(fam_ARGS) +.if !empty(fam_ARGS) _USE_FAM= ${fam_ARGS} .elif defined(_HAVE_FAM) _USE_FAM= ${_HAVE_FAM} Modified: head/Mk/Uses/fmake.mk ============================================================================== --- head/Mk/Uses/fmake.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/fmake.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,7 +10,7 @@ .if !defined(_INCLUDE_USES_FMAKE_MK) _INCLUDE_USES_FMAKE_MK= yes -.if defined(fmake_ARGS) +.if !empty(fmake_ARGS) IGNORE= Incorrect 'USES+= fmake:${fmake_ARGS}' fmake takes no arguments .endif Modified: head/Mk/Uses/fortran.mk ============================================================================== --- head/Mk/Uses/fortran.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/fortran.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_FORTRAN_MK) _INCLUDE_USES_FORTRAN_MK= yes -.if !defined(fortran_ARGS) +.if empty(fortran_ARGS) fortran_ARGS= gcc .endif Modified: head/Mk/Uses/fuse.mk ============================================================================== --- head/Mk/Uses/fuse.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/fuse.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_FUSE_MK) _INCLUDE_USES_FUSE_MK= yes -.if defined(fuse_ARGS) +.if !empty(fuse_ARGS) IGNORE= USES=fuse does not require args .endif Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/gecko.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -18,15 +18,13 @@ .if !defined(_INCLUDE_USES_GECKO_MK) _INCLUDE_USES_GECKO_MK= yes -.if !defined(gecko_ARGS) -_GECKO_ARGS= libxul -.else -_GECKO_ARGS= ${gecko_ARGS:S/,/ /g} +.if empty(gecko_ARGS) +gecko_ARGS= libxul .endif -_GECKO_VERSION= ${_GECKO_ARGS:M[0-9][0-9]*} +_GECKO_VERSION= ${gecko_ARGS:M[0-9][0-9]*} -.if ${_GECKO_ARGS:Mlibxul} +.if ${gecko_ARGS:Mlibxul} # Compat with older versions GECKO= libxul GECKO_CONFING?= ${LOCALBASE}/bin/${GECKO}-config @@ -36,7 +34,7 @@ XPIDL_INCL?= `${GECKO_CONFIG} --idlflags BUILD_DEPENDS+= libxul>=24:${PORTSDIR}/www/libxul RUN_DEPENDS+= libxul>=24:${PORTSDIR}/www/libxul -.elif ${_GECKO_ARGS:Mfirefox} +.elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 31 _GECKO_VERSIONS= 31 32 @@ -51,7 +49,7 @@ _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g} .endif -.elif ${_GECKO_ARGS:Mseamonkey} +.elif ${gecko_ARGS:Mseamonkey} _GECKO_DEFAULT_VERSION= 29 _GECKO_VERSIONS= 29 @@ -65,7 +63,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE # Dependence lines for different Seamonkey versions 29_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey -.elif ${_GECKO_ARGS:Mthunderbird} +.elif ${gecko_ARGS:Mthunderbird} _GECKO_DEFAULT_VERSION= 31 _GECKO_VERSIONS= 31 @@ -119,7 +117,7 @@ _GECKO_WANTED_VERSION:= ${_GECKO_HIGHEST .endif -.if ${_GECKO_ARGS:Mbuild} +.if ${gecko_ARGS:Mbuild} BUILD_DEPENDS+= ${${_GECKO_WANTED_VERSION}_DEPENDS} .endif RUN_DEPENDS+= ${${_GECKO_WANTED_VERSION}_DEPENDS} Modified: head/Mk/Uses/gettext.mk ============================================================================== --- head/Mk/Uses/gettext.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/gettext.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,7 +13,7 @@ _INCLUDE_USES_GETTEXT_MK= yes _GETTEXT_DEPENDS= xgettext:${PORTSDIR}/devel/gettext -.if !defined(gettext_ARGS) +.if empty(gettext_ARGS) gettext_ARGS= lib .endif Modified: head/Mk/Uses/gmake.mk ============================================================================== --- head/Mk/Uses/gmake.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/gmake.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,7 +10,7 @@ .if !defined(_INCLUDE_USES_GMAKE_MK) _INCLUDE_USES_GMAKE_MK= yes -.if defined(gmake_ARGS) +.if !empty(gmake_ARGS) .if ${gmake_ARGS} == lite _GMAKE_EXT= -lite .else Modified: head/Mk/Uses/gssapi.mk ============================================================================== --- head/Mk/Uses/gssapi.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/gssapi.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -81,8 +81,10 @@ _HEIMDAL_DEPENDS=${GSSAPILIBDIR}/libgssa _MITKRB5_DEPENDS=${GSSAPILIBDIR}/libkrb5support.so:${PORTSDIR}/security/krb5 _HEADERS= sys/types.h sys/stat.h stdint.h -gssapi_ARGS?= base -.for _A in ${gssapi_ARGS:S/,/ /g} +.if empty(gssapi_ARGS) +gssapi_ARGS= base +.endif +.for _A in ${gssapi_ARGS} _local:= ${_A} .if ${_local} == "base" HEIMDAL_HOME= /usr Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/iconv.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,8 +13,6 @@ .if !defined(_INCLUDE_USES_ICONV_MK) _INCLUDE_USES_ICONV_MK= yes -iconv_ARGS:= ${iconv_ARGS:S/,/ /g} - .if !exists(/usr/include/iconv.h) || ${iconv_ARGS:Mwchar_t} || ${iconv_ARGS:Mtranslit} ICONV_CMD= ${LOCALBASE}/bin/iconv Modified: head/Mk/Uses/imake.mk ============================================================================== --- head/Mk/Uses/imake.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/imake.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -14,14 +14,9 @@ .if !defined(_INCLUDE_USES_IMAKE_MK) _INCLUDE_USES_IMAKE_MK= yes -.if defined(imake_ARGS) -imake_ARGS:= ${imake_ARGS:S/,/ /g} .if ${imake_ARGS:Nnotall:Nenv:Nnoman} IGNORE= USES=imake:${imake_ARGS:S/ /,/g} is not a valid argument .endif -.else -imake_ARGS= -.endif BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake Modified: head/Mk/Uses/kmod.mk ============================================================================== --- head/Mk/Uses/kmod.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/kmod.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,7 +13,7 @@ _INCLUDE_USES_KMOD_MK= yes _USES_POST+= kmod -.if defined(kmod_ARGS) +.if !empty(kmod_ARGS) IGNORE= USES=kmod takes no arguments .endif Modified: head/Mk/Uses/lha.mk ============================================================================== --- head/Mk/Uses/lha.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/lha.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,7 +10,7 @@ _INCLUDE_USES_LHA_MK= yes EXTRACT_SUFX?= .lzh -.if defined(lha_ARGS) +.if !empty(lha_ARGS) IGNORE= Incorrect 'USES+=lha:${lha_ARGS}' expecting 'USES+=lha' .endif Modified: head/Mk/Uses/libtool.mk ============================================================================== --- head/Mk/Uses/libtool.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/libtool.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -16,7 +16,6 @@ .if !defined(_INCLUDE_USES_LIBTOOL_MK) _INCLUDE_USES_LIBTOOL_MK= yes _USES_POST+= libtool -libtool_ARGS:= ${libtool_ARGS:C/,/ /} .if ${libtool_ARGS:Mbuild} BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool Modified: head/Mk/Uses/lua.mk ============================================================================== --- head/Mk/Uses/lua.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/lua.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -15,21 +15,19 @@ _LUA_DEFAULT_VERSION= ${LUA_DEFAULT:S/./ IGNORE= Invalid lua version ${LUA_DEFAULT} .endif -_LUA_ARGS= ${lua_ARGS:S/,/ /g} - # # Parse a ver+ argument # -.if ${_LUA_ARGS:M*+} -_LUA_MIN_VERSION:= ${_LUA_ARGS:M*+:S/+//} +.if ${lua_ARGS:M*+} +_LUA_MIN_VERSION:= ${lua_ARGS:M*+:S/+//} _LUA_WANTED_VERSION:= ${_LUA_DEFAULT_VERSION} .endif # # Parse one or more ver arguments # -.if ${_LUA_ARGS:M5[1-2]} -_LUA_WANTED_VERSIONS:= ${_LUA_ARGS:M5[1-2]} +.if ${lua_ARGS:M5[1-2]} +_LUA_WANTED_VERSIONS:= ${lua_ARGS:M5[1-2]} .endif # @@ -95,9 +93,9 @@ MAKE_ENV+= LUA_MODLIBDIR=${LUA_MODLIBDIR LUA_INCDIR=${LUA_INCDIR} \ LUA_LIBDIR=${LUA_LIBDIR} -.if ${_LUA_ARGS:Mbuild} +.if ${lua_ARGS:Mbuild} BUILD_DEPENDS+= ${LUA_CMD}:${PORTSDIR}/lang/lua${LUA_VER_STR} -.elfif ${_LUA_ARGS:Mrun} +.elfif ${lua_ARGS:Mrun} RUN_DEPENDS+= ${LUA_CMD}:${PORTSDIR}/lang/lua${LUA_VER_STR} .else LIB_DEPENDS+= liblua-${LUA_VER}.so:${PORTSDIR}/lang/lua${LUA_VER_STR} Modified: head/Mk/Uses/makeinfo.mk ============================================================================== --- head/Mk/Uses/makeinfo.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/makeinfo.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_MAKEINFO_MK) _INCLUDE_USES_MAKEINFO_MK= yes -.if defined(makeinfo_ARGS) +.if !empty(makeinfo_ARGS) IGNORE= USES=makeinfo - expects no arguments .endif Modified: head/Mk/Uses/makeself.mk ============================================================================== --- head/Mk/Uses/makeself.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/makeself.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,7 +10,7 @@ .if !defined(_INCLUDE_USES_MAKESELF_Mk) _INCLUDE_USES_MAKESELF_MK= yes -.if defined(makeself_ARGS) +.if !empty(makeself_ARGS) IGNORE= Incorrect 'USES+= makeself:${makeself_ARGS}' makeself takes no arguments .endif Modified: head/Mk/Uses/mono.mk ============================================================================== --- head/Mk/Uses/mono.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/mono.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,7 +10,7 @@ .if !defined(_INCLUDE_USES_MONO_MK) _INCLUDE_USES_MONO_MK= yes -.if defined(mono_ARGS) +.if !empty(mono_ARGS) IGNORE= USES=mono takes no arguments .endif Modified: head/Mk/Uses/motif.mk ============================================================================== --- head/Mk/Uses/motif.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/motif.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,7 +13,7 @@ .if !defined(_INCLUDE_USES_MOTIF_MK) _INCLUDE_USES_MOTIF_MK= yes -.if defined(motif_ARGS) +.if !empty(motif_ARGS) IGNORE= USES=motif takes no arguments .endif Modified: head/Mk/Uses/ncurses.mk ============================================================================== --- head/Mk/Uses/ncurses.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/ncurses.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -26,11 +26,12 @@ .if !defined(_INCLUDE_USES_NCURSES_MK) _INCLUDE_USES_NCURSES_MK= yes -.if !defined(ncurses_ARGS) +.if empty(ncurses_ARGS) . if !exists(${DESTDIR}/${LOCALBASE}/lib/libncurses.so) && exists(${DESTDIR}/usr/include/ncurses.h) ncurses_ARGS= base +. else +ncurses_ARGS= port . endif -ncurses_ARGS?= port .endif .if ${ncurses_ARGS} == base Modified: head/Mk/Uses/ninja.mk ============================================================================== --- head/Mk/Uses/ninja.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/ninja.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,7 +13,7 @@ .if !defined(_INCLUDE_USES_NINJA_MK) _INCLUDE_USES_NINJA_MK= yes -.if defined(ninja_ARGS) +.if !empty(ninja_ARGS) IGNORE= Incorrect 'USES+= ninja:${ninja_ARGS}' ninja takes no arguments .endif Modified: head/Mk/Uses/objc.mk ============================================================================== --- head/Mk/Uses/objc.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/objc.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,7 +10,7 @@ .if !defined(_INCLUDE_USES_OBJC_MK) _INCLUDE_USES_OBJC_MK= yes -.if defined(objc_ARGS) +.if !empty(objc_ARGS) IGNORE= USES=objc takes no arguments .endif Modified: head/Mk/Uses/openal.mk ============================================================================== --- head/Mk/Uses/openal.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/openal.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -16,7 +16,6 @@ _INCLUDE_USES_OPENAL_MK= yes _valid_ARGS= al si soft alut -_openal_ARGS= ${openal_ARGS:C/,/ /g} _si_DEPENDS= libopenal.so.0:${PORTSDIR}/audio/openal _soft_DEPENDS= libopenal.so.1:${PORTSDIR}/audio/openal-soft @@ -32,8 +31,8 @@ _HAVE_OPENAL= soft .endif # Be friendly -.if ! defined(openal_ARGS) -_openal_ARGS= ${_DEFAULT_OPENAL} +.if empty(openal_ARGS) +openal_ARGS= ${_DEFAULT_OPENAL} .endif # Sanity checks @@ -41,12 +40,11 @@ _openal_ARGS= ${_DEFAULT_OPENAL} IGNORE= OpenAL mismatch: ${_HAVE_OPENAL} is installed, but ${WANT_OPENAL} desired .endif -.if defined(_openal_ARGS) -. for _arg in ${_openal_ARGS} +.for _arg in ${openal_ARGS} . if ! ${_valid_ARGS:M${_arg}} IGNORE= Incorrect 'USES+= openal:${openal_ARGS}' usage: argument [${_arg}] is not recognized . endif -. if ${_OPENAL_LIBS:M${_arg}} && ${_openal_ARGS:Mal} +. if ${_OPENAL_LIBS:M${_arg}} && ${openal_ARGS:Mal} IGNORE= Incorrect 'USES+= openal:${openal_ARGS}' usage: argument [${_arg}] cannot be used together with al . endif . if ${_OPENAL_LIBS:M${_arg}} && defined(_HAVE_OPENAL) && ${_HAVE_OPENAL} != ${_arg} @@ -57,18 +55,17 @@ IGNORE= OpenAL mismatch: port wants to u . endif . if ${_OPENAL_LIBS:M${_arg}} . for _carg in ${_OPENAL_LIBS:N${_arg}} -. if ${_openal_ARGS:M${_carg}} +. if ${openal_ARGS:M${_carg}} IGNORE= Incorrect 'USES+= openal:${openal_ARGS}' usage: arguments [${_arg}] and [${_carg}] cannot be used together . endif . endfor . endif -. endfor -.endif +.endfor # Proceed _USE_OPENAL= -.if ${_openal_ARGS:Mal} +.if ${openal_ARGS:Mal} .if defined(_HAVE_OPENAL) _USE_OPENAL= ${_HAVE_OPENAL} .elif defined(WANT_OPENAL) @@ -78,7 +75,7 @@ _USE_OPENAL= ${_DEFAULT_OPENAL} .endif .endif -.for _arg in ${_openal_ARGS:Nal} +.for _arg in ${openal_ARGS:Nal} _USE_OPENAL+= ${_arg} .endfor Modified: head/Mk/Uses/pathfix.mk ============================================================================== --- head/Mk/Uses/pathfix.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/pathfix.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -12,7 +12,7 @@ .if !defined(_INCLUDE_USES_PATHFIX_MK) _INCLUDE_USES_PATHFIX_MK= yes -.if defined(pathfix_ARGS) +.if !empty(pathfix_ARGS) IGNORE= USES=pathfix does not require args .endif Modified: head/Mk/Uses/pear.mk ============================================================================== --- head/Mk/Uses/pear.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/pear.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -12,7 +12,7 @@ _INCLUDE_USES_PEAR_MK= yes _USES_POST+= pear -.if defined(pear_ARGS) +.if !empty(pear_ARGS) IGNORE+= USES=pear takes not arguments .endif Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/perl5.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -36,7 +36,7 @@ .if !defined(_INCLUDE_USES_PERL5_MK) _INCLUDE_USES_PERL5_MK= yes -.if defined(perl5_ARGS) +.if !empty(perl5_ARGS) IGNORE= Incorrect 'USES+=perl5:${perl5_ARGS}' perl5 takes no arguments .endif Modified: head/Mk/Uses/pgsql.mk ============================================================================== --- head/Mk/Uses/pgsql.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/pgsql.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -67,7 +67,7 @@ _PGSQL_VER!= ${PG_CONFIG} --version | ${ . endif # Handle the + and - version stuff -. if defined(pgsql_ARGS) +. if !empty(pgsql_ARGS) . if ${pgsql_ARGS:M*+} . for version in ${VALID_PGSQL_VER} . if ${pgsql_ARGS:S/+//} <= ${version} Modified: head/Mk/Uses/pkgconfig.mk ============================================================================== --- head/Mk/Uses/pkgconfig.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/pkgconfig.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -13,7 +13,7 @@ _INCLUDE_USES_PKGCONFIG_MK= yes _PKGCONFIG_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf -.if !defined(pkgconfig_ARGS) +.if empty(pkgconfig_ARGS) pkgconfig_ARGS= build .endif Modified: head/Mk/Uses/pure.mk ============================================================================== --- head/Mk/Uses/pure.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/pure.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -15,21 +15,18 @@ _INCLUDE_USES_PURE_MK= yes _valid_ARGS= ffi -_pure_ARGS= ${pure_ARGS:C/\:/ /g} # Sanity check -.if defined(pure_ARGS) -. for arg in ${_pure_ARGS} +.for arg in ${pure_ARGS} . if empty(_valid_ARGS:M${arg}) IGNORE= Incorrect 'USES+= pure:${pure_ARGS}' usage: argument [${arg}] is not recognized . endif -. endfor -.endif +.endfor LIB_DEPENDS+= libpure.so:${PORTSDIR}/lang/pure .include "${USESDIR}/gmake.mk" -.if ${_pure_ARGS:Mffi} +.if ${pure_ARGS:Mffi} RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:${PORTSDIR}/devel/pure-ffi .endif Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/python.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -238,11 +238,6 @@ _PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VE _PYTHON_BASECMD= ${LOCALBASE}/bin/python _PYTHON_RELPORTDIR= ${PORTSDIR}/lang/python -# Check the passed arguments -.if !defined(python_ARGS) -python_ARGS= #empty -.endif - # COMPAT KNOBS, remove them, once the tree is cleaned .undef _PY_COMPAT_OLD # We will reuse USE_PYTHON with a different meaning, so make sure that, while Modified: head/Mk/Uses/qmail.mk ============================================================================== --- head/Mk/Uses/qmail.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/qmail.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -20,7 +20,7 @@ _INCLUDE_QMAIL_MK= yes QMAIL_PREFIX?= /var/qmail -.if !defined(qmail_ARGS) +.if empty(qmail_ARGS) qmail_ARGS= both .endif Modified: head/Mk/Uses/qmake.mk ============================================================================== --- head/Mk/Uses/qmake.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/qmake.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -38,17 +38,14 @@ IGNORE= 'USES+= qmake' must be accompani # targets (currently, only qmake-configure), without qmake being added to the # configure stage. _VALID_ARGS= norecursive outsource _env -_qmake_ARGS= ${qmake_ARGS:S/\:/ /g} -.if defined(qmake_ARGS) -. for arg in ${_qmake_ARGS} +.for arg in ${qmake_ARGS} . if empty(_VALID_ARGS:M${arg}) IGNORE= Incorrect 'USES+= qmake' usage: argument '${arg}' is not recognized . endif -. endfor -.endif +.endfor -.if ! ${_qmake_ARGS:M_env} +.if ! ${qmake_ARGS:M_env} USE_QT${_QT_VERSION:R:R}+= qmake_build .endif @@ -76,7 +73,7 @@ QMAKE_ARGS+= CONFIG+="release" \ .endif # defined(WITH_DEBUG) # We set -recursive by default to keep qmake from running in the build stage. -.if ! ${_qmake_ARGS:Mnorecursive} +.if ! ${qmake_ARGS:Mnorecursive} QMAKE_ARGS+= -recursive .endif @@ -88,7 +85,7 @@ QMAKE_ARGS+= -d # use it for both qtbase and USES=qmake ports. They are private, not supposed to # be used anywhere else. _QMAKE_WRKSRC?= ${CONFIGURE_WRKSRC} -.if ${_qmake_ARGS:Moutsource} +.if ${qmake_ARGS:Moutsource} CONFIGURE_WRKSRC= ${WRKDIR}/.build BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -97,7 +94,7 @@ QMAKE_SOURCE_PATH?= ${WRKSRC} QMAKE_SOURCE_PATH?= # empty .endif -.if ! ${_qmake_ARGS:M_env} +.if ! ${qmake_ARGS:M_env} DESTDIRNAME= INSTALL_ROOT .endif @@ -108,7 +105,7 @@ qmake-configure: @cd ${_QMAKE_WRKSRC} && \ ${SETENV} ${QMAKE_ENV} ${_QMAKE} ${QMAKE_ARGS} ${QMAKE_SOURCE_PATH} -.if !target(do-configure) && ! ${_qmake_ARGS:M_env} +.if !target(do-configure) && ! ${qmake_ARGS:M_env} do-configure: qmake-configure @${DO_NADA} .endif Modified: head/Mk/Uses/readline.mk ============================================================================== --- head/Mk/Uses/readline.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/readline.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -15,7 +15,7 @@ _INCLUDE_USES_READLINE_MK= yes readline_ARGS= port .endif -.if defined(readline_ARGS) && ${readline_ARGS} == port +.if ${readline_ARGS} == port LIB_DEPENDS+= libreadline.so.6:${PORTSDIR}/devel/readline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/Mk/Uses/scons.mk ============================================================================== --- head/Mk/Uses/scons.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/scons.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,7 +10,7 @@ .if !defined(_INCLUDE_USES_SCONS_MK) _INCLUDE_USES_SCONS_MK= yes -.if defined(scons_ARGS) +.if !empty(scons_ARGS) IGNORE= Incorrect 'USES+= scons:${scons_ARGS}' scons takes no arguments .endif Modified: head/Mk/Uses/shared-mime-info.mk ============================================================================== --- head/Mk/Uses/shared-mime-info.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/shared-mime-info.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -11,7 +11,7 @@ .if !defined(_INCLUDE_USES_SHARED_MIME_INFO_MK) _INCLUDE_USES_SHARED_MIME_INFO_MK= yes -.if defined(shared-mime-info_ARGS) +.if !empty(shared-mime-info_ARGS) IGNORE= USES=shared-mime-info does not require args .endif Modified: head/Mk/Uses/tar.mk ============================================================================== --- head/Mk/Uses/tar.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/tar.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -10,8 +10,6 @@ .if !defined(_INCLUDE_USES_TAR_MK) _INCLUDE_USES_TAR_MK= yes -tar_ARGS?= none - .if ${tar_ARGS} == xz EXTRACT_SUFX?= .tar.xz .elif ${tar_ARGS} == lzma @@ -26,7 +24,7 @@ EXTRACT_SUFX?= .tgz EXTRACT_SUFX?= .tbz .elif ${tar_ARGS} == Z EXTRACT_SUFX?= .tar.Z -.elif ${tar_ARGS} == none +.elif empty(tar_ARGS) EXTRACT_SUFX?= .tar .else IGNORE= Incorrect 'USES+=tar:${tar_ARGS}' Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/tcl.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -86,29 +86,24 @@ IGNORE= Invalid tcltk version ${TCLTK_DE _TCLTK_PORT?= tcl # -# Build a make(1)-friendly list of arguments (i.e., space separated). -# -_TCL_ARGS= ${tcl_ARGS:S/,/ /g} - -# # Parse a ver+ argument. # -.if ${_TCL_ARGS:M*+} -_TCLTK_MIN_VERSION:= ${_TCL_ARGS:M*+:S/+//} +.if ${tcl_ARGS:M*+} +_TCLTK_MIN_VERSION:= ${tcl_ARGS:M*+:S/+//} _TCLTK_WANTED_VERSIONS:=${_TCLTK_DEFAULT_VERSION} .endif # # Parse one or more ver arguments. # -.if ${_TCL_ARGS:M8[4-6]} -_TCLTK_WANTED_VERSIONS:=${_TCL_ARGS:M8[4-6]} +.if ${tcl_ARGS:M8[4-6]} +_TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M8[4-6]} .endif # # It makes little sense to specify both the wrapper and a specific version. # -.if ${_TCL_ARGS:Mwrapper} && defined(_TCLTK_WANTED_VERSIONS) +.if ${tcl_ARGS:Mwrapper} && defined(_TCLTK_WANTED_VERSIONS) IGNORE= USES=${_TCLTK_PORT}: it is not possible to specify both a version and the wrapper: ${tcl_ARGS} .endif @@ -175,7 +170,7 @@ _TCLTK_RUN_DEPENDS= _TCLTK_LIB_DEPENDS= # Construct the correct dependency lines (wrapper) -.if ${_TCL_ARGS:Mwrapper} +.if ${tcl_ARGS:Mwrapper} . if ${_TCLTK_PORT} == "tcl" _TCLTK_WRAPPER_PORT= tclsh:${PORTSDIR}/lang/tcl-wrapper . elif ${_TCLTK_PORT} == "tk" @@ -192,10 +187,10 @@ _TCLTK_EXE_LINE= wish${TK_VER}:${PORTSDI _TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:${PORTSDIR}/x11-toolkits/tk${_TCLTK_WANTED_VERSION} .endif -.if ${_TCL_ARGS:Mbuild} +.if ${tcl_ARGS:Mbuild} BUILD_DEPENDS+= ${_TCLTK_WRAPPER_PORT} \ ${_TCLTK_EXE_LINE} -.elif ${_TCL_ARGS:Mrun} +.elif ${tcl_ARGS:Mrun} RUN_DEPENDS+= ${_TCLTK_WRAPPER_PORT} \ ${_TCLTK_EXE_LINE} .else Modified: head/Mk/Uses/tk.mk ============================================================================== --- head/Mk/Uses/tk.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/tk.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -3,9 +3,7 @@ # vim: ts=8 noexpandtab # -.if defined(tk_ARGS) -tcl_ARGS:= ${tk_ARGS} -.endif +tcl_ARGS= ${tk_ARGS} _TCLTK_PORT= tk Modified: head/Mk/Uses/twisted.mk ============================================================================== --- head/Mk/Uses/twisted.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/twisted.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -24,32 +24,11 @@ .if !defined(_INCLUDE_USES_TWISTED_MK) _INCLUDE_USES_TWISTED_MK= yes -.if !defined(twisted_ARGS) -twisted_ARGS= build,run -.endif - -_TWISTED_ARGS= ${twisted_ARGS:S/,/ /g} - -.if ${_TWISTED_ARGS:Mbuild} -_TWISTED_BUILD_DEP= yes -_TWISTED_ARGS:= ${_TWISTED_ARGS:Nbuild} -.endif -.if ${_TWISTED_ARGS:Mrun} -_TWISTED_RUN_DEP= yes -_TWISTED_ARGS:= ${_TWISTED_ARGS:Nrun} -.endif - -.if !defined(_TWISTED_BUILD_DEP) && !defined(_TWISTED_RUN_DEP) -# The port only seems to specify components, but neither run or build. -# Assume them to be build and run dependencies. -_TWISTED_BUILD_DEP= yes -_TWISTED_RUN_DEP= yes -.endif - -.if defined(_TWISTED_BUILD_DEP) +# If neither build nor run are specified add both. +.if ${twisted_ARGS:Mbuild} || empty(twisted_ARGS:Mrun) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore .endif -.if defined(_TWISTED_RUN_DEP) +.if ${twisted_ARGS:Mrun} || empty(twisted_ARGS:Mbuild) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore .endif @@ -67,14 +46,15 @@ web2_DEPENDS= ${PYTHON_SITELIBDIR}/twist web_DEPENDS= ${PYTHON_SITELIBDIR}/twisted/web/__init__.py:${PORTSDIR}/www/py-twistedWeb words_DEPENDS= ${PYTHON_SITELIBDIR}/twisted/words/__init__.py:${PORTSDIR}/net-im/py-twistedWords -.for component in ${_TWISTED_ARGS} +.for component in ${twisted_ARGS:Nbuild:Nrun} . if ${_TWISTED_COMPONENTS:M${component}}=="" IGNORE= cannot install unknown twisted component ${component} . endif -. if defined(_TWISTED_BUILD_DEP) +# If neither build nor run are specified add both. +. if ${twisted_ARGS:Mbuild} || empty(twisted_ARGS:Mrun) BUILD_DEPENDS+= ${${component}_DEPENDS} . endif -. if defined(_TWISTED_RUN_DEP) +. if ${twisted_ARGS:Mrun} || empty(twisted_ARGS:Mbuild) RUN_DEPENDS+= ${${component}_DEPENDS} . endif .endfor Modified: head/Mk/Uses/uniquefiles.mk ============================================================================== --- head/Mk/Uses/uniquefiles.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/uniquefiles.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -64,10 +64,6 @@ .if !defined(_INCLUDE_USES_UNIQUEFILES_MK) _INCLUDE_USES_UNIQUEFILES_MK= yes -.if !defined(uniquefiles_ARGS) -uniquefiles_ARGS= #empty -.endif - UNIQUE_PREFIX?= ${PKGNAMEPREFIX} UNIQUE_SUFFIX?= ${PKGNAMESUFFIX} UNIQUE_PREFIX_FILES?= # empty Modified: head/Mk/Uses/webplugin.mk ============================================================================== --- head/Mk/Uses/webplugin.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/webplugin.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -113,19 +113,17 @@ _WEBPLUGIN_APPS_ALL_NATIVE= gecko opera _WEBPLUGIN_APPS_ALL= ${_WEBPLUGIN_APPS_ALL_LINUX} \ ${_WEBPLUGIN_APPS_ALL_NATIVE} -webplugin_ARGS?= all -_WEBPLUGIN_ARGS= ${webplugin_ARGS:C/,/ /} _WEBPLUGIN_TEST= ${_WEBPLUGIN_APPS_ALL} -.if ${_WEBPLUGIN_ARGS} == all +.if ${webplugin_ARGS} == all || empty(webplugin_ARGS) _WEBPLUGIN_PATTERN= * -.elif ${_WEBPLUGIN_ARGS} == native +.elif ${webplugin_ARGS} == native _WEBPLUGIN_PATTERN= * _WEBPLUGIN_TEST= ${_WEBPLUGIN_APPS_ALL_NATIVE} -.elif ${_WEBPLUGIN_ARGS} == linux +.elif ${webplugin_ARGS} == linux _WEBPLUGIN_PATTERN= * _WEBPLUGIN_TEST= ${_WEBPLUGIN_APPS_ALL_LINUX} .else -_WEBPLUGIN_PATTERN= ${_WEBPLUGIN_ARGS} +_WEBPLUGIN_PATTERN= ${webplugin_ARGS} .endif .if !defined(WEBPLUGIN_FILES) Modified: head/Mk/Uses/zip.mk ============================================================================== --- head/Mk/Uses/zip.mk Sun Sep 28 16:25:05 2014 (r369464) +++ head/Mk/Uses/zip.mk Sun Sep 28 16:36:31 2014 (r369465) @@ -7,22 +7,21 @@ # # MAINTAINER: portmgr@FreeBSD.org -.if !defined(_INCLUDE_USES_ZIP_Mk) +.if !defined(_INCLUDE_USES_ZIP_MK) _INCLUDE_USES_ZIP_MK= yes -zip_ARGS?= none - EXTRACT_SUFX?= .zip EXTRACT_BEFORE_ARGS?= -qo EXTRACT_AFTER_ARGS?= -d ${WRKDIR} -.if ${zip_ARGS} == infozip +.if empty(zip_ARGS) +EXTRACT_CMD?= ${UNZIP_NATIVE_CMD} +.elif ${zip_ARGS} == "infozip" *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 16:37:34 2014 Return-Path: Delivered-To: svn-ports-all@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 4AA46E61; Sun, 28 Sep 2014 16:37:34 +0000 (UTC) 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 3739A9F5; Sun, 28 Sep 2014 16:37:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SGbYbt032916; Sun, 28 Sep 2014 16:37:34 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SGbY6P032915; Sun, 28 Sep 2014 16:37:34 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281637.s8SGbY6P032915@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 16:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369466 - head/databases/py-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 16:37:34 -0000 Author: mva Date: Sun Sep 28 16:37:33 2014 New Revision: 369466 URL: http://svnweb.freebsd.org/changeset/ports/369466 QAT: https://qat.redports.org/buildarchive/r369466/ Log: - Convert to USES=python With hat: python@ Modified: head/databases/py-sqlite3/Makefile Modified: head/databases/py-sqlite3/Makefile ============================================================================== --- head/databases/py-sqlite3/Makefile Sun Sep 28 16:36:31 2014 (r369465) +++ head/databases/py-sqlite3/Makefile Sun Sep 28 16:37:33 2014 (r369466) @@ -19,16 +19,14 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/d PORTSCOUT= ignore:1 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USES= tar:xz +USES= python tar:xz +USE_PYTHON= distutils autoplist DIST_SUBDIR= python DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Modules PYDISTUTILS_INSTALLARGS+= --install-lib ${PYTHON_LIBDIR}/lib-dynload -PYDISTUTILS_AUTOPLIST= yes .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 16:47:01 2014 Return-Path: Delivered-To: svn-ports-all@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 CFC1A123; Sun, 28 Sep 2014 16:47:01 +0000 (UTC) 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 BB893AF5; Sun, 28 Sep 2014 16:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SGl1SN037589; Sun, 28 Sep 2014 16:47:01 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SGl1o9037580; Sun, 28 Sep 2014 16:47:01 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409281647.s8SGl1o9037580@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sun, 28 Sep 2014 16:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369467 - in head/shells/bash: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 16:47:01 -0000 Author: bdrewery Date: Sun Sep 28 16:47:00 2014 New Revision: 369467 URL: http://svnweb.freebsd.org/changeset/ports/369467 QAT: https://qat.redports.org/buildarchive/r369467/ Log: - Update to patchlevel 27 which changes how functions are exported. This should eliminate the recent vulnerabilities, but keep the requirement for --import-functions/IMPORTFUNCTIONS option for now. - Loosen the --import-functions requirement so it is not needed when running an interactive shell. It is already disallowed for privileged/setuid mode. - Show an error on stderr when an imported function is ignored. Modified: head/shells/bash/Makefile head/shells/bash/distinfo head/shells/bash/files/extrapatch-import-functions Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Sun Sep 28 16:37:33 2014 (r369466) +++ head/shells/bash/Makefile Sun Sep 28 16:47:00 2014 (r369467) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 26 +PATCHLEVEL= 27 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: head/shells/bash/distinfo ============================================================================== --- head/shells/bash/distinfo Sun Sep 28 16:37:33 2014 (r369466) +++ head/shells/bash/distinfo Sun Sep 28 16:47:00 2014 (r369467) @@ -52,3 +52,5 @@ SHA256 (bash/bash43-025) = 1e5186f5c4a61 SIZE (bash/bash43-025) = 3940 SHA256 (bash/bash43-026) = 2ecc12201b3ba4273b63af4e9aad2305168cf9babf6d11152796db08724c214d SIZE (bash/bash43-026) = 1575 +SHA256 (bash/bash43-027) = 1eb76ad28561d27f7403ff3c76a36e932928a4b58a01b868d663c165f076dabe +SIZE (bash/bash43-027) = 6889 Modified: head/shells/bash/files/extrapatch-import-functions ============================================================================== --- head/shells/bash/files/extrapatch-import-functions Sun Sep 28 16:37:33 2014 (r369466) +++ head/shells/bash/files/extrapatch-import-functions Sun Sep 28 16:47:00 2014 (r369467) @@ -19,12 +19,9 @@ Based on christos@NetBSD's patch { "noprofile", Int, &no_profile, (char **)0x0 }, { "norc", Int, &no_rc, (char **)0x0 }, -$NetBSD: patch-variables.c,v 1.1 2014/09/25 20:28:32 christos Exp $ - -Only read functions from environment if flag is set. ---- variables.c.christos 2014-09-25 16:09:41.000000000 -0400 -+++ variables.c 2014-09-25 16:12:10.000000000 -0400 -@@ -105,6 +105,7 @@ +--- variables.c.orig 2014-09-28 11:15:53.189768951 -0500 ++++ variables.c 2014-09-28 11:27:07.250722694 -0500 +@@ -110,6 +110,7 @@ extern time_t shell_start_time; extern int assigning_in_environment; extern int executing_builtin; extern int funcnest_max; @@ -32,12 +29,38 @@ Only read functions from environment if #if defined (READLINE) extern int no_line_editing; -@@ -349,7 +350,7 @@ initialize_shell_variables (env, privmod +@@ -328,6 +329,7 @@ initialize_shell_variables (env, privmod + char *name, *string, *temp_string; + int c, char_index, string_index, string_length, ro; + SHELL_VAR *temp_var; ++ int skipped_import; + + create_variable_tables (); + +@@ -352,9 +354,12 @@ initialize_shell_variables (env, privmod + temp_var = (SHELL_VAR *)NULL; + ++ skipped_import = 0; ++reval: ++ /* If exported function, define it now. Don't import functions from the environment in privileged mode. */ -- if (privmode == 0 && read_but_dont_execute == 0 && STREQN ("() {", string, 4)) -+ if (import_functions && privmode == 0 && read_but_dont_execute == 0 && STREQN ("() {", string, 4)) - { +- if (privmode == 0 && read_but_dont_execute == 0 && ++ if (skipped_import == 0 && privmode == 0 && read_but_dont_execute == 0 && + STREQN (BASHFUNC_PREFIX, name, BASHFUNC_PREFLEN) && + STREQ (BASHFUNC_SUFFIX, name + char_index - BASHFUNC_SUFFLEN) && + STREQN ("() {", string, 4)) +@@ -367,6 +372,12 @@ initialize_shell_variables (env, privmod + tname = name + BASHFUNC_PREFLEN; /* start of func name */ + tname[namelen] = '\0'; /* now tname == func name */ + ++ if (!import_functions && !interactive_shell) { ++ skipped_import = 1; ++ report_error (_("Skipping importing function definition for `%s': --import-functions required."), tname); ++ goto reval; ++ } ++ string_length = strlen (string); - temp_string = (char *)xmalloc (3 + string_length + char_index); + temp_string = (char *)xmalloc (namelen + string_length + 2); + From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 16:47:45 2014 Return-Path: Delivered-To: svn-ports-all@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 7DA34208; Sun, 28 Sep 2014 16:47:45 +0000 (UTC) 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 60652AFE; Sun, 28 Sep 2014 16:47:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SGljuK037826; Sun, 28 Sep 2014 16:47:45 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SGliqL037823; Sun, 28 Sep 2014 16:47:44 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409281647.s8SGliqL037823@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sun, 28 Sep 2014 16:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369468 - in branches/2014Q3/shells/bash: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 16:47:45 -0000 Author: bdrewery Date: Sun Sep 28 16:47:44 2014 New Revision: 369468 URL: http://svnweb.freebsd.org/changeset/ports/369468 QAT: https://qat.redports.org/buildarchive/r369468/ Log: MFH: r369467 - Update to patchlevel 27 which changes how functions are exported. This should eliminate the recent vulnerabilities, but keep the requirement for --import-functions/IMPORTFUNCTIONS option for now. - Loosen the --import-functions requirement so it is not needed when running an interactive shell. It is already disallowed for privileged/setuid mode. - Show an error on stderr when an imported function is ignored. Modified: branches/2014Q3/shells/bash/Makefile branches/2014Q3/shells/bash/distinfo branches/2014Q3/shells/bash/files/extrapatch-import-functions Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/shells/bash/Makefile ============================================================================== --- branches/2014Q3/shells/bash/Makefile Sun Sep 28 16:47:00 2014 (r369467) +++ branches/2014Q3/shells/bash/Makefile Sun Sep 28 16:47:44 2014 (r369468) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 26 +PATCHLEVEL= 27 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: branches/2014Q3/shells/bash/distinfo ============================================================================== --- branches/2014Q3/shells/bash/distinfo Sun Sep 28 16:47:00 2014 (r369467) +++ branches/2014Q3/shells/bash/distinfo Sun Sep 28 16:47:44 2014 (r369468) @@ -52,3 +52,5 @@ SHA256 (bash/bash43-025) = 1e5186f5c4a61 SIZE (bash/bash43-025) = 3940 SHA256 (bash/bash43-026) = 2ecc12201b3ba4273b63af4e9aad2305168cf9babf6d11152796db08724c214d SIZE (bash/bash43-026) = 1575 +SHA256 (bash/bash43-027) = 1eb76ad28561d27f7403ff3c76a36e932928a4b58a01b868d663c165f076dabe +SIZE (bash/bash43-027) = 6889 Modified: branches/2014Q3/shells/bash/files/extrapatch-import-functions ============================================================================== --- branches/2014Q3/shells/bash/files/extrapatch-import-functions Sun Sep 28 16:47:00 2014 (r369467) +++ branches/2014Q3/shells/bash/files/extrapatch-import-functions Sun Sep 28 16:47:44 2014 (r369468) @@ -19,12 +19,9 @@ Based on christos@NetBSD's patch { "noprofile", Int, &no_profile, (char **)0x0 }, { "norc", Int, &no_rc, (char **)0x0 }, -$NetBSD: patch-variables.c,v 1.1 2014/09/25 20:28:32 christos Exp $ - -Only read functions from environment if flag is set. ---- variables.c.christos 2014-09-25 16:09:41.000000000 -0400 -+++ variables.c 2014-09-25 16:12:10.000000000 -0400 -@@ -105,6 +105,7 @@ +--- variables.c.orig 2014-09-28 11:15:53.189768951 -0500 ++++ variables.c 2014-09-28 11:27:07.250722694 -0500 +@@ -110,6 +110,7 @@ extern time_t shell_start_time; extern int assigning_in_environment; extern int executing_builtin; extern int funcnest_max; @@ -32,12 +29,38 @@ Only read functions from environment if #if defined (READLINE) extern int no_line_editing; -@@ -349,7 +350,7 @@ initialize_shell_variables (env, privmod +@@ -328,6 +329,7 @@ initialize_shell_variables (env, privmod + char *name, *string, *temp_string; + int c, char_index, string_index, string_length, ro; + SHELL_VAR *temp_var; ++ int skipped_import; + + create_variable_tables (); + +@@ -352,9 +354,12 @@ initialize_shell_variables (env, privmod + temp_var = (SHELL_VAR *)NULL; + ++ skipped_import = 0; ++reval: ++ /* If exported function, define it now. Don't import functions from the environment in privileged mode. */ -- if (privmode == 0 && read_but_dont_execute == 0 && STREQN ("() {", string, 4)) -+ if (import_functions && privmode == 0 && read_but_dont_execute == 0 && STREQN ("() {", string, 4)) - { +- if (privmode == 0 && read_but_dont_execute == 0 && ++ if (skipped_import == 0 && privmode == 0 && read_but_dont_execute == 0 && + STREQN (BASHFUNC_PREFIX, name, BASHFUNC_PREFLEN) && + STREQ (BASHFUNC_SUFFIX, name + char_index - BASHFUNC_SUFFLEN) && + STREQN ("() {", string, 4)) +@@ -367,6 +372,12 @@ initialize_shell_variables (env, privmod + tname = name + BASHFUNC_PREFLEN; /* start of func name */ + tname[namelen] = '\0'; /* now tname == func name */ + ++ if (!import_functions && !interactive_shell) { ++ skipped_import = 1; ++ report_error (_("Skipping importing function definition for `%s': --import-functions required."), tname); ++ goto reval; ++ } ++ string_length = strlen (string); - temp_string = (char *)xmalloc (3 + string_length + char_index); + temp_string = (char *)xmalloc (namelen + string_length + 2); + From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 17:25:12 2014 Return-Path: Delivered-To: svn-ports-all@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 B89F3A8A; Sun, 28 Sep 2014 17:25:12 +0000 (UTC) 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 A6008E2B; Sun, 28 Sep 2014 17:25:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SHPCge056541; Sun, 28 Sep 2014 17:25:12 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SHPCGH056540; Sun, 28 Sep 2014 17:25:12 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281725.s8SHPCGH056540@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 17:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369469 - head/audio/py3-pylast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 17:25:12 -0000 Author: mva Date: Sun Sep 28 17:25:12 2014 New Revision: 369469 URL: http://svnweb.freebsd.org/changeset/ports/369469 QAT: https://qat.redports.org/buildarchive/r369469/ Log: - Convert to USES=python - Remove deprecated INSTALLS_EGGINFO - Unbreak plist for Python versions that are not version 3.3 Approved by: portmgr (implicit) Modified: head/audio/py3-pylast/Makefile Modified: head/audio/py3-pylast/Makefile ============================================================================== --- head/audio/py3-pylast/Makefile Sun Sep 28 16:47:44 2014 (r369468) +++ head/audio/py3-pylast/Makefile Sun Sep 28 17:25:12 2014 (r369469) @@ -13,12 +13,7 @@ COMMENT= Python3 interface to Last.fm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -USE_PYTHON= 3 -USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \ - %%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyc \ - %%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyo +USES= python:3 +USE_PYTHON= distutils autoplist .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 17:26:54 2014 Return-Path: Delivered-To: svn-ports-all@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 F1FB1C11; Sun, 28 Sep 2014 17:26:53 +0000 (UTC) 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 DF06FE43; Sun, 28 Sep 2014 17:26:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SHQrKo056929; Sun, 28 Sep 2014 17:26:53 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SHQrIn056928; Sun, 28 Sep 2014 17:26:53 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281726.s8SHQrIn056928@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 17:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369470 - head/audio/pithos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 17:26:54 -0000 Author: mva Date: Sun Sep 28 17:26:53 2014 New Revision: 369470 URL: http://svnweb.freebsd.org/changeset/ports/369470 QAT: https://qat.redports.org/buildarchive/r369470/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/audio/pithos/Makefile Modified: head/audio/pithos/Makefile ============================================================================== --- head/audio/pithos/Makefile Sun Sep 28 17:25:12 2014 (r369469) +++ head/audio/pithos/Makefile Sun Sep 28 17:26:53 2014 (r369470) @@ -24,11 +24,9 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/_ git:${PORTSDIR}/devel/git USE_GNOME= gtk30 py3gobject3 -USE_PYTHON= 3 -USE_PYDISTUTILS=yes +USES= python:3 +USE_PYTHON= distutils autoplist USE_GSTREAMER= core good bad soup -PYDISTUTILS_AUTOPLIST= yes -INSTALLS_EGGINFO= yes post-install: ${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 17:29:07 2014 Return-Path: Delivered-To: svn-ports-all@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 59B6BD13; Sun, 28 Sep 2014 17:29:07 +0000 (UTC) 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 4603EE62; Sun, 28 Sep 2014 17:29:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SHT7W8057365; Sun, 28 Sep 2014 17:29:07 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SHT7Z5057364; Sun, 28 Sep 2014 17:29:07 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281729.s8SHT7Z5057364@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 17:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369471 - head/databases/py-tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 17:29:07 -0000 Author: mva Date: Sun Sep 28 17:29:06 2014 New Revision: 369471 URL: http://svnweb.freebsd.org/changeset/ports/369471 QAT: https://qat.redports.org/buildarchive/r369471/ Log: Convert to USES=python Approved by: portmgr (implicit) Modified: head/databases/py-tarantool/Makefile Modified: head/databases/py-tarantool/Makefile ============================================================================== --- head/databases/py-tarantool/Makefile Sun Sep 28 17:26:53 2014 (r369470) +++ head/databases/py-tarantool/Makefile Sun Sep 28 17:29:06 2014 (r369471) @@ -13,9 +13,7 @@ COMMENT= Client library for Tarantool Da LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 17:42:16 2014 Return-Path: Delivered-To: svn-ports-all@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 793BEF57; Sun, 28 Sep 2014 17:42:16 +0000 (UTC) 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 6565DFCF; Sun, 28 Sep 2014 17:42:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SHgGfi065875; Sun, 28 Sep 2014 17:42:16 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SHgFOZ065871; Sun, 28 Sep 2014 17:42:15 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281742.s8SHgFOZ065871@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 17:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369472 - head/databases/rrdtool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 17:42:16 -0000 Author: mva Date: Sun Sep 28 17:42:15 2014 New Revision: 369472 URL: http://svnweb.freebsd.org/changeset/ports/369472 QAT: https://qat.redports.org/buildarchive/r369472/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/databases/rrdtool/Makefile head/databases/rrdtool/pkg-plist Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Sun Sep 28 17:29:06 2014 (r369471) +++ head/databases/rrdtool/Makefile Sun Sep 28 17:42:15 2014 (r369472) @@ -40,9 +40,7 @@ RUBY_MODULE_DESC= Build RUBY bindings .include .if ${PORT_OPTIONS:MPYTHON_MODULE} -USE_PYTHON= yes -INSTALLS_EGGINFO=yes -PYDISTUTILS_EGGINFO=py_rrdtool-0.2.2-${PYTHON_VERSION:S/thon//}.egg-info +USES+= python PLIST_SUB+= WITH_PYTHON="" CONFIGURE_ARGS+= --enable-python .else Modified: head/databases/rrdtool/pkg-plist ============================================================================== --- head/databases/rrdtool/pkg-plist Sun Sep 28 17:29:06 2014 (r369471) +++ head/databases/rrdtool/pkg-plist Sun Sep 28 17:42:15 2014 (r369472) @@ -53,6 +53,7 @@ libdata/pkgconfig/librrd.pc %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm %%WITH_PERL%%%%SITE_PERL%%/RRDp.pm %%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtoolmodule.so +%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.2-py%%PYTHON_VER%%.egg-info %%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so %%PORTEXAMPLES%%share/rrdtool/examples/rrdcached/RRDCached.pm %%PORTEXAMPLES%%share/rrdtool/examples/rrdcached/rrdcached-size.pl From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 17:47:51 2014 Return-Path: Delivered-To: svn-ports-all@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 6826C102; Sun, 28 Sep 2014 17:47:51 +0000 (UTC) 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 54BE4FEE; Sun, 28 Sep 2014 17:47:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SHlpxc066660; Sun, 28 Sep 2014 17:47:51 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SHlogo066658; Sun, 28 Sep 2014 17:47:50 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281747.s8SHlogo066658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 17:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369473 - head/databases/rrdtool12 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 17:47:51 -0000 Author: mva Date: Sun Sep 28 17:47:50 2014 New Revision: 369473 URL: http://svnweb.freebsd.org/changeset/ports/369473 QAT: https://qat.redports.org/buildarchive/r369473/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/databases/rrdtool12/Makefile head/databases/rrdtool12/pkg-plist Modified: head/databases/rrdtool12/Makefile ============================================================================== --- head/databases/rrdtool12/Makefile Sun Sep 28 17:42:15 2014 (r369472) +++ head/databases/rrdtool12/Makefile Sun Sep 28 17:47:50 2014 (r369473) @@ -29,9 +29,7 @@ OPTIONS_DEFAULT= PERL .include .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= yes -INSTALLS_EGGINFO=yes -PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info +USES+= python PLIST_SUB+= WITH_PYTHON="" CONFIGURE_ARGS+= --enable-python .else Modified: head/databases/rrdtool12/pkg-plist ============================================================================== --- head/databases/rrdtool12/pkg-plist Sun Sep 28 17:42:15 2014 (r369472) +++ head/databases/rrdtool12/pkg-plist Sun Sep 28 17:47:50 2014 (r369473) @@ -135,6 +135,7 @@ man/man1/rrdlastupdate.1.gz %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist %%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtoolmodule.so +%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.1-py%%PYTHON_VER%%.egg-info %%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/txt From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 17:57:13 2014 Return-Path: Delivered-To: svn-ports-all@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 3325E3F0; Sun, 28 Sep 2014 17:57:13 +0000 (UTC) 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 1F7A5144; Sun, 28 Sep 2014 17:57:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SHvCiK071347; Sun, 28 Sep 2014 17:57:12 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SHvCZU071346; Sun, 28 Sep 2014 17:57:12 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281757.s8SHvCZU071346@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 17:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369474 - head/databases/skytools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 17:57:13 -0000 Author: mva Date: Sun Sep 28 17:57:12 2014 New Revision: 369474 URL: http://svnweb.freebsd.org/changeset/ports/369474 QAT: https://qat.redports.org/buildarchive/r369474/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/databases/skytools/Makefile Modified: head/databases/skytools/Makefile ============================================================================== --- head/databases/skytools/Makefile Sun Sep 28 17:47:50 2014 (r369473) +++ head/databases/skytools/Makefile Sun Sep 28 17:57:12 2014 (r369474) @@ -10,11 +10,9 @@ MAINTAINER= sam@cassiba.com COMMENT= PostgreSQL tools from Skype: walshipping, queueing, replication GNU_CONFIGURE= yes -USES= gmake shebangfix +USES= gmake python:2 shebangfix USE_PGSQL= yes -USE_PYTHON= 2 -INSTALLS_EGGINFO= yes python_OLD_CMD= /usr/bin/env python python_CMD= /usr/bin/env python2 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:07:09 2014 Return-Path: Delivered-To: svn-ports-all@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 7891862B; Sun, 28 Sep 2014 18:07:09 +0000 (UTC) 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 6581220B; Sun, 28 Sep 2014 18:07:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SI79NU076219; Sun, 28 Sep 2014 18:07:09 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SI7915076218; Sun, 28 Sep 2014 18:07:09 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281807.s8SI7915076218@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 18:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369475 - head/deskutils/conkyemail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:07:09 -0000 Author: mva Date: Sun Sep 28 18:07:08 2014 New Revision: 369475 URL: http://svnweb.freebsd.org/changeset/ports/369475 QAT: https://qat.redports.org/buildarchive/r369475/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/deskutils/conkyemail/Makefile Modified: head/deskutils/conkyemail/Makefile ============================================================================== --- head/deskutils/conkyemail/Makefile Sun Sep 28 17:57:12 2014 (r369474) +++ head/deskutils/conkyemail/Makefile Sun Sep 28 18:07:08 2014 (r369475) @@ -13,10 +13,9 @@ COMMENT= Email script for conky RUN_DEPENDS= conky:${PORTSDIR}/sysutils/conky -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils NO_BUILD= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO= yes WRKSRC= ${WRKDIR}/src From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:11:11 2014 Return-Path: Delivered-To: svn-ports-all@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 3A31A76E; Sun, 28 Sep 2014 18:11:11 +0000 (UTC) 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 273FD2E9; Sun, 28 Sep 2014 18:11:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIBBMe079306; Sun, 28 Sep 2014 18:11:11 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIBBAR079305; Sun, 28 Sep 2014 18:11:11 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281811.s8SIBBAR079305@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 18:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369476 - head/deskutils/conkyforecast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:11:11 -0000 Author: mva Date: Sun Sep 28 18:11:10 2014 New Revision: 369476 URL: http://svnweb.freebsd.org/changeset/ports/369476 QAT: https://qat.redports.org/buildarchive/r369476/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/deskutils/conkyforecast/Makefile Modified: head/deskutils/conkyforecast/Makefile ============================================================================== --- head/deskutils/conkyforecast/Makefile Sun Sep 28 18:07:08 2014 (r369475) +++ head/deskutils/conkyforecast/Makefile Sun Sep 28 18:11:10 2014 (r369476) @@ -18,10 +18,8 @@ RUN_DEPENDS= conky:${PORTSDIR}/sysutils/ pidof:${PORTSDIR}/sysutils/pidof \ fc-cache:${PORTSDIR}/x11-fonts/fontconfig -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO= yes -USES= gettext +USES= gettext python +USE_PYTHON= distutils SUB_FILES= pkg-message SUB_LIST+= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:17:09 2014 Return-Path: Delivered-To: svn-ports-all@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 9B8E08B0; Sun, 28 Sep 2014 18:17:09 +0000 (UTC) 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 87FB233D; Sun, 28 Sep 2014 18:17:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIH9R7081184; Sun, 28 Sep 2014 18:17:09 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIH9wU081183; Sun, 28 Sep 2014 18:17:09 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281817.s8SIH9wU081183@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 18:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369477 - head/games/plutocracy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:17:09 -0000 Author: mva Date: Sun Sep 28 18:17:08 2014 New Revision: 369477 URL: http://svnweb.freebsd.org/changeset/ports/369477 QAT: https://qat.redports.org/buildarchive/r369477/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/games/plutocracy/Makefile Modified: head/games/plutocracy/Makefile ============================================================================== --- head/games/plutocracy/Makefile Sun Sep 28 18:11:10 2014 (r369476) +++ head/games/plutocracy/Makefile Sun Sep 28 18:17:08 2014 (r369477) @@ -14,12 +14,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= tar:bzip2 +USES= python tar:bzip2 USE_SDL= sdl pango USE_GL= gl glu -USE_PYTHON= yes -USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes +USE_PYTHON= distutils PYDISTUTILS_PKGVERSION= 0.0 WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:17:20 2014 Return-Path: Delivered-To: svn-ports-all@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 2FA4298F; Sun, 28 Sep 2014 18:17:20 +0000 (UTC) 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 1BF4C341; Sun, 28 Sep 2014 18:17:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIHJAK081326; Sun, 28 Sep 2014 18:17:19 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIHJNN081323; Sun, 28 Sep 2014 18:17:19 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409281817.s8SIHJNN081323@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 18:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369478 - head/audio/py-eyed3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:17:20 -0000 Author: rm Date: Sun Sep 28 18:17:19 2014 New Revision: 369478 URL: http://svnweb.freebsd.org/changeset/ports/369478 QAT: https://qat.redports.org/buildarchive/r369478/ Log: audio/py-eyed3: update to 0.7.5; convert to USES Modified: head/audio/py-eyed3/Makefile head/audio/py-eyed3/distinfo Modified: head/audio/py-eyed3/Makefile ============================================================================== --- head/audio/py-eyed3/Makefile Sun Sep 28 18:17:08 2014 (r369477) +++ head/audio/py-eyed3/Makefile Sun Sep 28 18:17:19 2014 (r369478) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eyed3 -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= audio python MASTER_SITES= http://eyed3.nicfit.net/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +12,17 @@ MAINTAINER= rm@FreeBSD.org COMMENT= Python module for processing ID3 tags LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}magic>0:${PORTSDIR}/devel/py-magic -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -USES= tar:tgz +USES= python:2 tar:tgz +USE_PYTHON= autoplist distutils CONFLICTS= py*-eyed3-06-[0-9]* DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= AUTHORS ChangeLog README.rst PORTEXAMPLES= * Modified: head/audio/py-eyed3/distinfo ============================================================================== --- head/audio/py-eyed3/distinfo Sun Sep 28 18:17:08 2014 (r369477) +++ head/audio/py-eyed3/distinfo Sun Sep 28 18:17:19 2014 (r369478) @@ -1,2 +1,2 @@ -SHA256 (eyeD3-0.7.4.tgz) = a138e6e1fd5b8c2b7947a2d22868167ede16bb96e8e02a067951388bf1fb3000 -SIZE (eyeD3-0.7.4.tgz) = 207001 +SHA256 (eyeD3-0.7.5.tgz) = 6a60f6dff7c8b74fee11eb378447b3bbbd2433ca5f7a00846840b0b2ddec9222 +SIZE (eyeD3-0.7.5.tgz) = 221685 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:18:25 2014 Return-Path: Delivered-To: svn-ports-all@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 3B357A81; Sun, 28 Sep 2014 18:18:25 +0000 (UTC) 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 27B0234A; Sun, 28 Sep 2014 18:18:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIIPA4081573; Sun, 28 Sep 2014 18:18:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIIOtg081571; Sun, 28 Sep 2014 18:18:24 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409281818.s8SIIOtg081571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 18:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369479 - head/devel/py-manuel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:18:25 -0000 Author: rm Date: Sun Sep 28 18:18:24 2014 New Revision: 369479 URL: http://svnweb.freebsd.org/changeset/ports/369479 QAT: https://qat.redports.org/buildarchive/r369479/ Log: devel/py-manuel: update to 1.8.0 - update to 1.8.0 - convert to USES - update license info Modified: head/devel/py-manuel/Makefile head/devel/py-manuel/distinfo Modified: head/devel/py-manuel/Makefile ============================================================================== --- head/devel/py-manuel/Makefile Sun Sep 28 18:17:19 2014 (r369478) +++ head/devel/py-manuel/Makefile Sun Sep 28 18:18:24 2014 (r369479) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= manuel -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +10,12 @@ DIST_SUBDIR= zope MAINTAINER= rm@FreeBSD.org COMMENT= Lets you build tested documentation -LICENSE= ZPL21 +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-manuel/distinfo ============================================================================== --- head/devel/py-manuel/distinfo Sun Sep 28 18:17:19 2014 (r369478) +++ head/devel/py-manuel/distinfo Sun Sep 28 18:18:24 2014 (r369479) @@ -1,2 +1,2 @@ -SHA256 (zope/manuel-1.7.2.tar.gz) = 2126fb448ccee5419095f4dfa9ccbc168b366a9aa4eb1b025009df43ef94d3b2 -SIZE (zope/manuel-1.7.2.tar.gz) = 200392 +SHA256 (zope/manuel-1.8.0.tar.gz) = a974d7e83652b26be30f6f513fac95d28b9ffa5ae2819a5c63e2ef8594913eb6 +SIZE (zope/manuel-1.8.0.tar.gz) = 207600 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:19:13 2014 Return-Path: Delivered-To: svn-ports-all@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 E417DB63; Sun, 28 Sep 2014 18:19:13 +0000 (UTC) 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 D103C350; Sun, 28 Sep 2014 18:19:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIJDZQ081789; Sun, 28 Sep 2014 18:19:13 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIJDBo081787; Sun, 28 Sep 2014 18:19:13 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409281819.s8SIJDBo081787@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 18:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369480 - head/devel/py-serpent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:19:14 -0000 Author: rm Date: Sun Sep 28 18:19:12 2014 New Revision: 369480 URL: http://svnweb.freebsd.org/changeset/ports/369480 QAT: https://qat.redports.org/buildarchive/r369480/ Log: devel/py-serpent: update to 1.7; convert to USES Modified: head/devel/py-serpent/Makefile head/devel/py-serpent/distinfo Modified: head/devel/py-serpent/Makefile ============================================================================== --- head/devel/py-serpent/Makefile Sun Sep 28 18:18:24 2014 (r369479) +++ head/devel/py-serpent/Makefile Sun Sep 28 18:19:12 2014 (r369480) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= serpent -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,7 @@ COMMENT= Simple serialization library ba LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-serpent/distinfo ============================================================================== --- head/devel/py-serpent/distinfo Sun Sep 28 18:18:24 2014 (r369479) +++ head/devel/py-serpent/distinfo Sun Sep 28 18:19:12 2014 (r369480) @@ -1,2 +1,2 @@ -SHA256 (serpent-1.6.tar.gz) = cf4653ad238927775da35afb8fca3ff0c8bc21fe7c88959647883b06e0b1d4cf -SIZE (serpent-1.6.tar.gz) = 8622 +SHA256 (serpent-1.7.tar.gz) = 5345587dff787431df668c19de56b74ada02fb893c2d9687572ffecc63d4d33a +SIZE (serpent-1.7.tar.gz) = 8799 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:20:18 2014 Return-Path: Delivered-To: svn-ports-all@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 6A3E8C4E; Sun, 28 Sep 2014 18:20:18 +0000 (UTC) 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 5691035B; Sun, 28 Sep 2014 18:20:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIKIKd084508; Sun, 28 Sep 2014 18:20:18 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIKIgn084506; Sun, 28 Sep 2014 18:20:18 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281820.s8SIKIgn084506@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 18:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369481 - head/devel/py-tarantool-queue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:20:18 -0000 Author: mva Date: Sun Sep 28 18:20:17 2014 New Revision: 369481 URL: http://svnweb.freebsd.org/changeset/ports/369481 QAT: https://qat.redports.org/buildarchive/r369481/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/devel/py-tarantool-queue/Makefile Modified: head/devel/py-tarantool-queue/Makefile ============================================================================== --- head/devel/py-tarantool-queue/Makefile Sun Sep 28 18:19:12 2014 (r369480) +++ head/devel/py-tarantool-queue/Makefile Sun Sep 28 18:20:17 2014 (r369481) @@ -15,10 +15,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tarantool>=0:${PORTSDIR}/databases/py-tarantool \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0:${PORTSDIR}/devel/py-msgpack -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist do-configure: ${REINPLACE_CMD} -i -e "1d" ${WRKSRC}/setup.py From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:21:25 2014 Return-Path: Delivered-To: svn-ports-all@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 9B3B7D3C; Sun, 28 Sep 2014 18:21:25 +0000 (UTC) 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 882BD3FF; Sun, 28 Sep 2014 18:21:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SILPuA085285; Sun, 28 Sep 2014 18:21:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SILPbT085273; Sun, 28 Sep 2014 18:21:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409281821.s8SILPbT085273@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 18:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369482 - head/www/py-w3lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:21:25 -0000 Author: rm Date: Sun Sep 28 18:21:24 2014 New Revision: 369482 URL: http://svnweb.freebsd.org/changeset/ports/369482 QAT: https://qat.redports.org/buildarchive/r369482/ Log: www/py-w3lib: update to 1.7.1; convert to USES Modified: head/www/py-w3lib/Makefile head/www/py-w3lib/distinfo Modified: head/www/py-w3lib/Makefile ============================================================================== --- head/www/py-w3lib/Makefile Sun Sep 28 18:20:17 2014 (r369481) +++ head/www/py-w3lib/Makefile Sun Sep 28 18:21:24 2014 (r369482) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= w3lib -PORTVERSION= 1.6 +PORTVERSION= 1.7.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Modified: head/www/py-w3lib/distinfo ============================================================================== --- head/www/py-w3lib/distinfo Sun Sep 28 18:20:17 2014 (r369481) +++ head/www/py-w3lib/distinfo Sun Sep 28 18:21:24 2014 (r369482) @@ -1,2 +1,2 @@ -SHA256 (w3lib-1.6.tar.gz) = 9a28d3b796d20b98ae32247937e74755aec8409931ffe2e6a313c408a4808591 -SIZE (w3lib-1.6.tar.gz) = 11815 +SHA256 (w3lib-1.7.1.tar.gz) = 0d5084f3aa6f6be4f2be969d2e2c6d1bd38f410537583e0c1f3758fe49242669 +SIZE (w3lib-1.7.1.tar.gz) = 12323 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:21:26 2014 Return-Path: Delivered-To: svn-ports-all@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 2465DD3D; Sun, 28 Sep 2014 18:21:26 +0000 (UTC) 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 EB3FB400; Sun, 28 Sep 2014 18:21:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SILPwY085307; Sun, 28 Sep 2014 18:21:25 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SILPAb085306; Sun, 28 Sep 2014 18:21:25 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409281821.s8SILPAb085306@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Sep 2014 18:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369483 - head/devel/cvs2svn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:21:26 -0000 Author: ohauer Date: Sun Sep 28 18:21:25 2014 New Revision: 369483 URL: http://svnweb.freebsd.org/changeset/ports/369483 QAT: https://qat.redports.org/buildarchive/r369483/ Log: - use new python notation - use shebangfix - remove own extract function, it is no longer needed - bump PORTREVISION Modified: head/devel/cvs2svn/Makefile Modified: head/devel/cvs2svn/Makefile ============================================================================== --- head/devel/cvs2svn/Makefile Sun Sep 28 18:21:24 2014 (r369482) +++ head/devel/cvs2svn/Makefile Sun Sep 28 18:21:25 2014 (r369483) @@ -3,7 +3,7 @@ PORTNAME= cvs2svn PORTVERSION= 2.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/49237/ \ LOCAL/ohauer @@ -21,14 +21,16 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # 2.4.0 -> svn r5392 PATCHREV= 5433 -USES= shebangfix -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes - -python_OLD_CMD= /usr/bin/env python -python_CMD= /usr/bin/env python2 -SHEBANG_FILES= cvs2svn cvs2git cvs2bzr +USES= shebangfix python:2.7 +USE_PYTHON= distutils autoplist + +SHEBANG_LANG= python python2 +python_CMD= ${PYTHON_CMD} +python2_OLD_CMD= /usr/bin/env python +python2_CMD= ${PYTHON_CMD} +SHEBANG_FILES= cvs2svn cvs2git cvs2bzr *.py \ + contrib/* cvs2svn_lib/*.py \ + svntest/* cvs2svn_rcsparse/*.py OPTIONS_MULTI= SCM OPTIONS_MULTI_SCM= SUBVERSION GIT BAZAAR @@ -74,28 +76,15 @@ post-patch: ${WRKSRC}/PKG-INFO \ ${WRKSRC}/cvs2svn_lib/version.py -# The only thing different in this target vs. the one found in bsd.port.mk -# is that the extract command exit code is ignored. tar exits with status -# 1 because the distfile contains a symlink that points nowhere. -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @-for f in ${EXTRACT_ONLY}; do \ - if ! (cd ${WRKDIR} && ${TAR} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$f ${EXTRACT_AFTER_ARGS});\ - then \ - exit 1; \ - fi; \ - done - post-build: ${MAKE} man -C ${WRKSRC} post-install: - @${INSTALL_MAN} ${MANPAGES:R:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/man/man1/ + @${INSTALL_MAN} ${MANPAGES:R:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${DOCS1:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}/ - @${INSTALL_DATA} ${DOCS2:S|^|${WRKSRC}/www/|} ${STAGEDIR}${DOCSDIR}/ + @${INSTALL_DATA} ${DOCS1:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${DOCS2:S|^|${WRKSRC}/www/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}/ + @${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:22:54 2014 Return-Path: Delivered-To: svn-ports-all@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 CDCB7F00; Sun, 28 Sep 2014 18:22:54 +0000 (UTC) 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 BA00A5E5; Sun, 28 Sep 2014 18:22:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIMseq086081; Sun, 28 Sep 2014 18:22:54 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIMs3G086079; Sun, 28 Sep 2014 18:22:54 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409281822.s8SIMs3G086079@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 18:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369484 - head/net/py-smb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:22:54 -0000 Author: rm Date: Sun Sep 28 18:22:53 2014 New Revision: 369484 URL: http://svnweb.freebsd.org/changeset/ports/369484 QAT: https://qat.redports.org/buildarchive/r369484/ Log: net/py-smb: update to 1.1.12; convert to USES Modified: head/net/py-smb/Makefile head/net/py-smb/distinfo Modified: head/net/py-smb/Makefile ============================================================================== --- head/net/py-smb/Makefile Sun Sep 28 18:21:25 2014 (r369483) +++ head/net/py-smb/Makefile Sun Sep 28 18:22:53 2014 (r369484) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smb -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.12 CATEGORIES= net python MASTER_SITES= http://miketeo.net/files/Projects/py${PORTNAME}/ \ CHEESESHOP @@ -16,15 +16,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1 OPTIONS_DEFINE= DOCS -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes - -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}smb +USES= python +USE_PYTHON= autoplist concurrent distutils PORTDOCS= * -.include - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} _modules/ ${STAGEDIR}${DOCSDIR}/) Modified: head/net/py-smb/distinfo ============================================================================== --- head/net/py-smb/distinfo Sun Sep 28 18:21:25 2014 (r369483) +++ head/net/py-smb/distinfo Sun Sep 28 18:22:53 2014 (r369484) @@ -1,2 +1,2 @@ -SHA256 (pysmb-1.1.10.tar.gz) = 18e9d791470c1e377aef579765f66ac95377cf5fd51559bd34f4163a9755cfbc -SIZE (pysmb-1.1.10.tar.gz) = 1544406 +SHA256 (pysmb-1.1.12.tar.gz) = 711eed9d9adedd63ac64e4d58a6b91c81c2f388eb1bf126df9228042ea35b634 +SIZE (pysmb-1.1.12.tar.gz) = 1545213 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:28:04 2014 Return-Path: Delivered-To: svn-ports-all@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 94E781F7; Sun, 28 Sep 2014 18:28:04 +0000 (UTC) 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 80F5364C; Sun, 28 Sep 2014 18:28:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIS4Hl086852; Sun, 28 Sep 2014 18:28:04 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIS4Eq086850; Sun, 28 Sep 2014 18:28:04 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409281828.s8SIS4Eq086850@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 18:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369485 - in head/devel: py-pylib py-pytest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:28:04 -0000 Author: rm Date: Sun Sep 28 18:28:03 2014 New Revision: 369485 URL: http://svnweb.freebsd.org/changeset/ports/369485 QAT: https://qat.redports.org/buildarchive/r369485/ Log: Pass this guys to python@ because it's a general testing libraries, that is used in many of our regression-test targets in python ports Makefiles. Discussed with: koobs Modified: head/devel/py-pylib/Makefile head/devel/py-pytest/Makefile Modified: head/devel/py-pylib/Makefile ============================================================================== --- head/devel/py-pylib/Makefile Sun Sep 28 18:22:53 2014 (r369484) +++ head/devel/py-pylib/Makefile Sun Sep 28 18:28:03 2014 (r369485) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-${PORTVERSION} -MAINTAINER= rm@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Agile development and test support library LICENSE= MIT Modified: head/devel/py-pytest/Makefile ============================================================================== --- head/devel/py-pytest/Makefile Sun Sep 28 18:22:53 2014 (r369484) +++ head/devel/py-pytest/Makefile Sun Sep 28 18:28:03 2014 (r369485) @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rm@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Mature full-featured Python testing tool LICENSE= MIT From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:37:07 2014 Return-Path: Delivered-To: svn-ports-all@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 354A7568; Sun, 28 Sep 2014 18:37:07 +0000 (UTC) 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 07EAE782; Sun, 28 Sep 2014 18:37:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIb6i5091569; Sun, 28 Sep 2014 18:37:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIb6DO091566; Sun, 28 Sep 2014 18:37:06 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201409281837.s8SIb6DO091566@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Sep 2014 18:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369486 - head/print/lyx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:37:07 -0000 Author: rakuco Date: Sun Sep 28 18:37:05 2014 New Revision: 369486 URL: http://svnweb.freebsd.org/changeset/ports/369486 QAT: https://qat.redports.org/buildarchive/r369486/ Log: Update to 2.1.2 Modified: head/print/lyx/Makefile head/print/lyx/distinfo head/print/lyx/pkg-plist Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Sun Sep 28 18:28:03 2014 (r369485) +++ head/print/lyx/Makefile Sun Sep 28 18:37:05 2014 (r369486) @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDI libmythes-1.2.so:${PORTSDIR}/textproc/mythes MAJOR_VERSION= 2.1 -MINOR_VERSION= 1 +MINOR_VERSION= 2 USES= desktop-file-utils gmake iconv pkgconfig perl5 tar:xz USE_PYTHON= 2 Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Sun Sep 28 18:28:03 2014 (r369485) +++ head/print/lyx/distinfo Sun Sep 28 18:37:05 2014 (r369486) @@ -1,2 +1,2 @@ -SHA256 (lyx-2.1.1.tar.xz) = ca5bf218bc86deadc9eca22030a96e911b0642b3fa0e359c14891dff7f0b39ba -SIZE (lyx-2.1.1.tar.xz) = 10638872 +SHA256 (lyx-2.1.2.tar.xz) = c8783822341e95cc2a6b5da1b0e838542fd875017d8775f237b17c1790b1bba5 +SIZE (lyx-2.1.2.tar.xz) = 10669264 Modified: head/print/lyx/pkg-plist ============================================================================== --- head/print/lyx/pkg-plist Sun Sep 28 18:28:03 2014 (r369485) +++ head/print/lyx/pkg-plist Sun Sep 28 18:37:05 2014 (r369486) @@ -324,6 +324,8 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/examples/fr/FeynmanDiagrams.lyx %%DATADIR%%/examples/fr/Foils.lyx %%DATADIR%%/examples/fr/ListesPuces.lyx +%%DATADIR%%/examples/fr/beamer-article.lyx +%%DATADIR%%/examples/fr/beamer.lyx %%DATADIR%%/examples/fr/exemple-powerdot.lyx %%DATADIR%%/examples/fr/exemple_brut.lyx %%DATADIR%%/examples/fr/exemple_lyxifie.lyx From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:38:03 2014 Return-Path: Delivered-To: svn-ports-all@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 7BA727F2; Sun, 28 Sep 2014 18:38:03 +0000 (UTC) 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 67DA8791; Sun, 28 Sep 2014 18:38:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIc3pC091824; Sun, 28 Sep 2014 18:38:03 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIc23r091818; Sun, 28 Sep 2014 18:38:02 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409281838.s8SIc23r091818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Sep 2014 18:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369487 - in head/devel/viewvc: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:38:03 -0000 Author: ohauer Date: Sun Sep 28 18:38:02 2014 New Revision: 369487 URL: http://svnweb.freebsd.org/changeset/ports/369487 QAT: https://qat.redports.org/buildarchive/r369487/ Log: - remove unused CPE vars - use new python:2.7 notation - change apache sample to match apache24 - use own shebangfix, to many files (w.o file suffix) - use new pkg-plist (remove @dirrm..) - bump PORTREVISION Modified: head/devel/viewvc/Makefile head/devel/viewvc/files/pkg-message.in head/devel/viewvc/pkg-plist Modified: head/devel/viewvc/Makefile ============================================================================== --- head/devel/viewvc/Makefile Sun Sep 28 18:37:05 2014 (r369486) +++ head/devel/viewvc/Makefile Sun Sep 28 18:38:02 2014 (r369487) @@ -3,7 +3,7 @@ PORTNAME= viewvc PORTVERSION= 1.1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://www.viewvc.org/ \ LOCAL/ohauer @@ -39,12 +39,9 @@ MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFI .include -USES= cpe -CPE_VENDOR= viewvc -CPE_PRODUCT= viewvc +USES= cpe python:2.7 NO_BUILD= yes USE_RC_SUBR= viewvc -USE_PYTHON= 2 SUB_FILES= pkg-message SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ ECHO=${ECHO} EGREP=${EGREP} TOUCH=${TOUCH} \ @@ -65,6 +62,11 @@ post-patch: ${REINPLACE_CMD} -e 's/conf.dist/conf.sample/g' \ ${WRKSRC}/viewvc-install \ ${WRKSRC}/bin/standalone.py +# to much files, use own shebangfix + ${FIND} ${WRKSRC} -type f | ${GREP} -v -e 'png' -e 'images' \ + | xargs ${REINPLACE_CMD} -i '' \ + -e '1s|^\#![[:space:]]*/usr/bin/env python|\#!${PYTHON_CMD}|' \ + -e '1s|^\#![[:space:]]*/usr/bin/python|\#!${PYTHON_CMD}|' do-install: @(cd ${WRKSRC} && ${PYTHON_CMD} viewvc-install --prefix=${PREFIX}/${PORTNAME} --destdir="${STAGEDIR}" --clean-mode=false) Modified: head/devel/viewvc/files/pkg-message.in ============================================================================== --- head/devel/viewvc/files/pkg-message.in Sun Sep 28 18:37:05 2014 (r369486) +++ head/devel/viewvc/files/pkg-message.in Sun Sep 28 18:38:02 2014 (r369487) @@ -28,8 +28,7 @@ AddHandler cgi-script .cgi Options NONE +ExecCGI DirectoryIndex viewvc.cgi - Order allow,deny - Allow from all + Require all granted Modified: head/devel/viewvc/pkg-plist ============================================================================== --- head/devel/viewvc/pkg-plist Sun Sep 28 18:37:05 2014 (r369486) +++ head/devel/viewvc/pkg-plist Sun Sep 28 18:38:02 2014 (r369487) @@ -241,36 +241,3 @@ viewvc/templates/revision.ezt viewvc/templates/roots.ezt viewvc/templates/rss.ezt @sample viewvc/viewvc.conf.sample -@dirrm viewvc/bin/cgi -@dirrm viewvc/bin/mod_python -@dirrm viewvc/bin/wsgi -@dirrm viewvc/bin -@dirrm viewvc/lib/vcauth/forbidden -@dirrm viewvc/lib/vcauth/forbiddenre -@dirrm viewvc/lib/vcauth/svnauthz -@dirrm viewvc/lib/vcauth -@dirrm viewvc/lib/vclib/ccvs/rcsparse/test-data -@dirrm viewvc/lib/vclib/ccvs/rcsparse -@dirrm viewvc/lib/vclib/ccvs -@dirrm viewvc/lib/vclib/svn -@dirrm viewvc/lib/vclib -@dirrm viewvc/lib -@dirrm viewvc/templates/docroot/images -@dirrm viewvc/templates/docroot -@dirrm viewvc/templates/include -@dirrm viewvc/templates -@dirrm viewvc/templates-contrib/newvc/templates/docroot/images -@dirrm viewvc/templates-contrib/newvc/templates/docroot -@dirrm viewvc/templates-contrib/newvc/templates/include -@dirrm viewvc/templates-contrib/newvc/templates -@dirrm viewvc/templates-contrib/newvc -@dirrm viewvc/templates-contrib/viewsvn/extras -@dirrm viewvc/templates-contrib/viewsvn/screenshots -@dirrm viewvc/templates-contrib/viewsvn/templates/docroot/images/tortoisesvn -@dirrm viewvc/templates-contrib/viewsvn/templates/docroot/images -@dirrm viewvc/templates-contrib/viewsvn/templates/docroot -@dirrm viewvc/templates-contrib/viewsvn/templates/include -@dirrm viewvc/templates-contrib/viewsvn/templates -@dirrm viewvc/templates-contrib/viewsvn -@dirrm viewvc/templates-contrib -@dirrmtry viewvc From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:40:48 2014 Return-Path: Delivered-To: svn-ports-all@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 B6F918F5; Sun, 28 Sep 2014 18:40:48 +0000 (UTC) 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 A355782E; Sun, 28 Sep 2014 18:40:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIem9Q095016; Sun, 28 Sep 2014 18:40:48 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIeme0095015; Sun, 28 Sep 2014 18:40:48 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281840.s8SIeme0095015@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 18:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369488 - head/games/unknown-horizons X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:40:48 -0000 Author: mva Date: Sun Sep 28 18:40:48 2014 New Revision: 369488 URL: http://svnweb.freebsd.org/changeset/ports/369488 QAT: https://qat.redports.org/buildarchive/r369488/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/games/unknown-horizons/Makefile Modified: head/games/unknown-horizons/Makefile ============================================================================== --- head/games/unknown-horizons/Makefile Sun Sep 28 18:38:02 2014 (r369487) +++ head/games/unknown-horizons/Makefile Sun Sep 28 18:40:48 2014 (r369488) @@ -25,11 +25,10 @@ GH_ACCOUNT= ${PORTNAME} GH_COMMIT= ac7af43 USE_GNOME= intltool -USES= gettext:build tar:xz -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= gettext:build python:2 tar:xz +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= UnknownHorizons -INSTALLS_EGGINFO= yes + .include .if ${ARCH} == i386 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:43:56 2014 Return-Path: Delivered-To: svn-ports-all@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 EDBA79E5; Sun, 28 Sep 2014 18:43:55 +0000 (UTC) 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 D9E27840; Sun, 28 Sep 2014 18:43:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIhtc8096082; Sun, 28 Sep 2014 18:43:55 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIhtg3096081; Sun, 28 Sep 2014 18:43:55 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409281843.s8SIhtg3096081@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Sep 2014 18:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369489 - head/net/py-pysphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:43:56 -0000 Author: ohauer Date: Sun Sep 28 18:43:55 2014 New Revision: 369489 URL: http://svnweb.freebsd.org/changeset/ports/369489 QAT: https://qat.redports.org/buildarchive/r369489/ Log: - use new python:2.7 notation - use shebangfix - bump PORTREVISION Modified: head/net/py-pysphere/Makefile Modified: head/net/py-pysphere/Makefile ============================================================================== --- head/net/py-pysphere/Makefile Sun Sep 28 18:40:48 2014 (r369488) +++ head/net/py-pysphere/Makefile Sun Sep 28 18:43:55 2014 (r369489) @@ -3,7 +3,7 @@ PORTNAME= pysphere PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ohauer@FreeBSD.org COMMENT= Python API for interaction with the vSphere Web Services SDK -LICENSE= BSD +LICENSE= BSD3CLAUSE -USES= dos2unix zip -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= dos2unix zip shebangfix python:2.7 +USE_PYTHON= distutils autoplist + +SHEBANG_LANG= python +python_OLD_CMD= /usr/bin/env python +python_CMD= ${PYTHON_CMD} +SHEBANG_FILES= *.py \ + pysphere/ZSI/*.py \ + pysphere/ZSI/generate/*.py \ + pysphere/ZSI/wstools/*.py .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:44:13 2014 Return-Path: Delivered-To: svn-ports-all@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 3D116AC4; Sun, 28 Sep 2014 18:44:13 +0000 (UTC) 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 2A36F844; Sun, 28 Sep 2014 18:44:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIiDqr096244; Sun, 28 Sep 2014 18:44:13 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIiDxs096243; Sun, 28 Sep 2014 18:44:13 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281844.s8SIiDxs096243@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 18:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369490 - head/misc/xyzcmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:44:13 -0000 Author: mva Date: Sun Sep 28 18:44:12 2014 New Revision: 369490 URL: http://svnweb.freebsd.org/changeset/ports/369490 QAT: https://qat.redports.org/buildarchive/r369490/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/misc/xyzcmd/Makefile Modified: head/misc/xyzcmd/Makefile ============================================================================== --- head/misc/xyzcmd/Makefile Sun Sep 28 18:43:55 2014 (r369489) +++ head/misc/xyzcmd/Makefile Sun Sep 28 18:44:12 2014 (r369490) @@ -14,10 +14,8 @@ LICENSE= LGPL3 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid RUN_DEPENDS= ${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO=yes -USES= tar:bzip2 +USES= python tar:bzip2 +USE_PYTHON= distutils OPTIONS_DEFINE= DOCS From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:44:34 2014 Return-Path: Delivered-To: svn-ports-all@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 26B26C0D; Sun, 28 Sep 2014 18:44:34 +0000 (UTC) Received: from mail.jr-hosting.nl (mail.jr-hosting.nl [78.47.69.234]) by mx1.freebsd.org (Postfix) with ESMTP id 9FCCF84C; Sun, 28 Sep 2014 18:44:33 +0000 (UTC) Received: from [IPv6:2001:470:d701::2d40:5211:8f71:a965] (unknown [IPv6:2001:470:d701:0:2d40:5211:8f71:a965]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.jr-hosting.nl (Postfix) with ESMTPSA id 2E50C4BF1C; Sun, 28 Sep 2014 20:44:25 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.0 mail.jr-hosting.nl 2E50C4BF1C Authentication-Results: mail.jr-hosting.nl/2E50C4BF1C; dmarc=none header.from=FreeBSD.org Content-Type: multipart/signed; boundary="Apple-Mail=_1360E83A-0986-4D4A-9220-072333824147"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r369487 - in head/devel/viewvc: . files From: Remko Lodder In-Reply-To: <201409281838.s8SIc23r091818@svn.freebsd.org> Date: Sun, 28 Sep 2014 20:44:18 +0200 Message-Id: <0E311283-E3D4-4888-AD48-602CD5789044@FreeBSD.org> References: <201409281838.s8SIc23r091818@svn.freebsd.org> To: Olli Hauer X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:44:34 -0000 --Apple-Mail=_1360E83A-0986-4D4A-9220-072333824147 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 28 Sep 2014, at 20:38, Olli Hauer wrote: > Author: ohauer > Date: Sun Sep 28 18:38:02 2014 > New Revision: 369487 > URL: http://svnweb.freebsd.org/changeset/ports/369487 > QAT: https://qat.redports.org/buildarchive/r369487/ >=20 > Log: > - remove unused CPE vars > - use new python:2.7 notation > - change apache sample to match apache24 > - use own shebangfix, to many files (w.o file suffix) > - use new pkg-plist (remove @dirrm..) > - bump PORTREVISION There was a specific request for the bash shell to add CPE_VENDOR, so it = is likely to be used in the near future. Can you please put it back? Thank you, Remko >=20 > Modified: > head/devel/viewvc/Makefile > head/devel/viewvc/files/pkg-message.in > head/devel/viewvc/pkg-plist >=20 > Modified: head/devel/viewvc/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/devel/viewvc/Makefile Sun Sep 28 18:37:05 2014 = (r369486) > +++ head/devel/viewvc/Makefile Sun Sep 28 18:38:02 2014 = (r369487) > @@ -3,7 +3,7 @@ >=20 > PORTNAME=3D viewvc > PORTVERSION=3D 1.1.22 > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D devel python > MASTER_SITES=3D http://www.viewvc.org/ \ > LOCAL/ohauer > @@ -39,12 +39,9 @@ MYSQL_RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFI >=20 > .include >=20 > -USES=3D cpe > -CPE_VENDOR=3D viewvc > -CPE_PRODUCT=3D viewvc > +USES=3D cpe python:2.7 > NO_BUILD=3D yes > USE_RC_SUBR=3D viewvc > -USE_PYTHON=3D 2 > SUB_FILES=3D pkg-message > SUB_LIST=3D PYTHON_CMD=3D${PYTHON_CMD} \ > ECHO=3D${ECHO} EGREP=3D${EGREP} TOUCH=3D${TOUCH} \ > @@ -65,6 +62,11 @@ post-patch: > ${REINPLACE_CMD} -e 's/conf.dist/conf.sample/g' \ > ${WRKSRC}/viewvc-install \ > ${WRKSRC}/bin/standalone.py > +# to much files, use own shebangfix=09 > + ${FIND} ${WRKSRC} -type f | ${GREP} -v -e 'png' -e 'images' \ > + | xargs ${REINPLACE_CMD} -i '' \ > + -e '1s|^\#![[:space:]]*/usr/bin/env = python|\#!${PYTHON_CMD}|' \ > + -e = '1s|^\#![[:space:]]*/usr/bin/python|\#!${PYTHON_CMD}|' >=20 > do-install: > @(cd ${WRKSRC} && ${PYTHON_CMD} viewvc-install = --prefix=3D${PREFIX}/${PORTNAME} --destdir=3D"${STAGEDIR}" = --clean-mode=3Dfalse) >=20 > Modified: head/devel/viewvc/files/pkg-message.in > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/devel/viewvc/files/pkg-message.in Sun Sep 28 18:37:05 2014 = (r369486) > +++ head/devel/viewvc/files/pkg-message.in Sun Sep 28 18:38:02 2014 = (r369487) > @@ -28,8 +28,7 @@ > AddHandler cgi-script .cgi > Options NONE +ExecCGI > DirectoryIndex viewvc.cgi > - Order allow,deny > - Allow from all > + Require all granted > >=20 >=20 >=20 > Modified: head/devel/viewvc/pkg-plist > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/devel/viewvc/pkg-plist Sun Sep 28 18:37:05 2014 = (r369486) > +++ head/devel/viewvc/pkg-plist Sun Sep 28 18:38:02 2014 = (r369487) > @@ -241,36 +241,3 @@ viewvc/templates/revision.ezt > viewvc/templates/roots.ezt > viewvc/templates/rss.ezt > @sample viewvc/viewvc.conf.sample > -@dirrm viewvc/bin/cgi > -@dirrm viewvc/bin/mod_python > -@dirrm viewvc/bin/wsgi > -@dirrm viewvc/bin > -@dirrm viewvc/lib/vcauth/forbidden > -@dirrm viewvc/lib/vcauth/forbiddenre > -@dirrm viewvc/lib/vcauth/svnauthz > -@dirrm viewvc/lib/vcauth > -@dirrm viewvc/lib/vclib/ccvs/rcsparse/test-data > -@dirrm viewvc/lib/vclib/ccvs/rcsparse > -@dirrm viewvc/lib/vclib/ccvs > -@dirrm viewvc/lib/vclib/svn > -@dirrm viewvc/lib/vclib > -@dirrm viewvc/lib > -@dirrm viewvc/templates/docroot/images > -@dirrm viewvc/templates/docroot > -@dirrm viewvc/templates/include > -@dirrm viewvc/templates > -@dirrm viewvc/templates-contrib/newvc/templates/docroot/images > -@dirrm viewvc/templates-contrib/newvc/templates/docroot > -@dirrm viewvc/templates-contrib/newvc/templates/include > -@dirrm viewvc/templates-contrib/newvc/templates > -@dirrm viewvc/templates-contrib/newvc > -@dirrm viewvc/templates-contrib/viewsvn/extras > -@dirrm viewvc/templates-contrib/viewsvn/screenshots > -@dirrm = viewvc/templates-contrib/viewsvn/templates/docroot/images/tortoisesvn > -@dirrm viewvc/templates-contrib/viewsvn/templates/docroot/images > -@dirrm viewvc/templates-contrib/viewsvn/templates/docroot > -@dirrm viewvc/templates-contrib/viewsvn/templates/include > -@dirrm viewvc/templates-contrib/viewsvn/templates > -@dirrm viewvc/templates-contrib/viewsvn > -@dirrm viewvc/templates-contrib > -@dirrmtry viewvc > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to = "svn-ports-all-unsubscribe@freebsd.org" --=20 /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News --Apple-Mail=_1360E83A-0986-4D4A-9220-072333824147 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQIcBAEBAgAGBQJUKFcCAAoJEKjD27JZ84ywCSMP/j66nC3Kb6gGsOwxlpa2b8+j YWnZe9Ph7IumfGBUrYYLSukZBdI2LCuzD1wnpx+g3auqTGFqcEZaOSKmiHS2G5RO S5hd2fPObp8W3jYBtRIpn1PAt6JGJSec7Xh9Su6YH2FD13D2ZxtJ57DTKZhJ+VTH +FoZPtipzy/bSScjb73f0WjVGkcRGZe3t8RHeeOx1GwQw7tNZr97p/r/kxNA/NrD 8Shw0XIP7rMs30GsBkHPP3gPYxuep3jXo8aZza+123vuWN3SkKoyzrmtbkBxFf0o 2IPV3fTIKPkzVf0ln1DkpIbdUGGbXy1omTpUBVLXWcGlw1ZljWQ1vURLL/iF6IJz 4e0wURSeZWk+1tWPuklWp/mPtbXWnq9xiFmI+Ejk+qGDTqxqExSzL8qmeZYr7YwD VDYJqLQRY+JQWfwvPn9n6wxd7d9XrPF8V5uu8qUdkxTWwnIuvtWiS1RTgOFZpYsf kIWbolmLaAZZq44hCz9qqu3goCuA7V+4g572kCMiLG4kb+ZvVgzWEz5WRIw8F8xG FI9/WzK5V0GMZNbjHppYSrU4h5k9BcJRRj0cftQdn7eS5EmP8D9N+s+VMiDz28wv c7FXuPc5ftLpGgcRe5ayyEKo+WjrDeQ+7h3FQSFF9Iiju0pVlxNCVdDa921N+aHL 68fQTspFprX7cFvzudLN =Omxx -----END PGP SIGNATURE----- --Apple-Mail=_1360E83A-0986-4D4A-9220-072333824147-- From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:47:31 2014 Return-Path: Delivered-To: svn-ports-all@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 E7D07DA5; Sun, 28 Sep 2014 18:47:31 +0000 (UTC) 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 D4736879; Sun, 28 Sep 2014 18:47:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIlVal096825; Sun, 28 Sep 2014 18:47:31 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIlV6b096824; Sun, 28 Sep 2014 18:47:31 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281847.s8SIlV6b096824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 18:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369491 - head/textproc/xsv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:47:32 -0000 Author: mva Date: Sun Sep 28 18:47:31 2014 New Revision: 369491 URL: http://svnweb.freebsd.org/changeset/ports/369491 QAT: https://qat.redports.org/buildarchive/r369491/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/textproc/xsv/Makefile Modified: head/textproc/xsv/Makefile ============================================================================== --- head/textproc/xsv/Makefile Sun Sep 28 18:44:12 2014 (r369490) +++ head/textproc/xsv/Makefile Sun Sep 28 18:47:31 2014 (r369491) @@ -14,10 +14,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ltxml>0:${PORTSDIR}/textproc/py-ltxml -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -INSTALLS_EGGINFO= yes +USES= python +USE_PYTHON= distutils autoplist USE_LDCONFIG= yes PORTDOCS= pc-shrinkwrap xsv-status.xml xsv-status.html From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 18:53:41 2014 Return-Path: Delivered-To: svn-ports-all@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 560942AA; Sun, 28 Sep 2014 18:53:41 +0000 (UTC) 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 284CB94B; Sun, 28 Sep 2014 18:53:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIrf1t001144; Sun, 28 Sep 2014 18:53:41 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIrfTx001143; Sun, 28 Sep 2014 18:53:41 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409281853.s8SIrfTx001143@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Sep 2014 18:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369492 - head/security/pulledpork X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:53:41 -0000 Author: ohauer Date: Sun Sep 28 18:53:40 2014 New Revision: 369492 URL: http://svnweb.freebsd.org/changeset/ports/369492 QAT: https://qat.redports.org/buildarchive/r369492/ Log: - remove useless PORT_OPTIONS:MDOCS check - /PLIST_DIRSTRY/PLIST_DIRS/ Modified: head/security/pulledpork/Makefile Modified: head/security/pulledpork/Makefile ============================================================================== --- head/security/pulledpork/Makefile Sun Sep 28 18:47:31 2014 (r369491) +++ head/security/pulledpork/Makefile Sun Sep 28 18:53:40 2014 (r369492) @@ -19,8 +19,7 @@ NO_BUILD= yes USES= perl5 USE_PERL5= run -PLIST_DIRSTRY= %%ETCDIR%% -PLIST_DIRS= %%DATADIR%% +PLIST_DIRS= %%ETCDIR%% %%DATADIR%% PLIST_FILES= bin/pulledpork.pl \ %%ETCDIR%%/disablesid.conf.sample \ @@ -53,22 +52,19 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/pulledpork.pl ${STAGEDIR}${PREFIX}/bin @${MKDIR} -m 750 ${STAGEDIR}${ETCDIR} # pulledpork.conf contains the snort user registration key, do not install world readable - @${INSTALL_DATA} -m 640 ${WRKSRC}/etc/pulledpork.conf ${STAGEDIR}${ETCDIR}/pulledpork.conf.sample + @${INSTALL} -m 640 ${WRKSRC}/etc/pulledpork.conf ${STAGEDIR}${ETCDIR}/pulledpork.conf.sample @${INSTALL_DATA} ${WRKSRC}/etc/disablesid.conf ${STAGEDIR}${ETCDIR}/disablesid.conf.sample @${INSTALL_DATA} ${WRKSRC}/etc/dropsid.conf ${STAGEDIR}${ETCDIR}/dropsid.conf.sample @${INSTALL_DATA} ${WRKSRC}/etc/enablesid.conf ${STAGEDIR}${ETCDIR}/enablesid.conf.sample @${INSTALL_DATA} ${WRKSRC}/etc/modifysid.conf ${STAGEDIR}${ETCDIR}/modifysid.conf.sample @${MKDIR} ${STAGEDIR}${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/contrib/README.CONTRIB ${STAGEDIR}${DATADIR}/ - @${INSTALL_SCRIPT} ${WRKSRC}/contrib/oink-conv.pl ${STAGEDIR}${DATADIR}/ - -.if ${PORT_OPTIONS:MDOCS} + @${INSTALL_DATA} ${WRKSRC}/contrib/README.CONTRIB ${STAGEDIR}${DATADIR} + @${INSTALL_SCRIPT} ${WRKSRC}/contrib/oink-conv.pl ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/README.CATEGORIES ${STAGEDIR}${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/README.CHANGES ${STAGEDIR}${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/README.RULESET ${STAGEDIR}${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/README.SHAREDOBJECTS ${STAGEDIR}${DOCSDIR}/ -.endif + @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/README.CATEGORIES ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/README.CHANGES ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/README.RULESET ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/README.SHAREDOBJECTS ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 19:01:09 2014 Return-Path: Delivered-To: svn-ports-all@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 80B8C3C8; Sun, 28 Sep 2014 19:01:09 +0000 (UTC) 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 67E709FA; Sun, 28 Sep 2014 19:01:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SJ1979003217; Sun, 28 Sep 2014 19:01:09 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SJ19ep003216; Sun, 28 Sep 2014 19:01:09 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409281901.s8SJ19ep003216@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Sep 2014 19:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369493 - head/security/nmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 19:01:09 -0000 Author: ohauer Date: Sun Sep 28 19:01:08 2014 New Revision: 369493 URL: http://svnweb.freebsd.org/changeset/ports/369493 QAT: https://qat.redports.org/buildarchive/r369493/ Log: - adopt new pkg-plist style Modified: head/security/nmap/pkg-plist Modified: head/security/nmap/pkg-plist ============================================================================== --- head/security/nmap/pkg-plist Sun Sep 28 18:53:40 2014 (r369492) +++ head/security/nmap/pkg-plist Sun Sep 28 19:01:08 2014 (r369493) @@ -651,36 +651,3 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/scripts/xdmcp-discover.nse %%DATADIR%%/scripts/xmpp-brute.nse %%DATADIR%%/scripts/xmpp-info.nse -@dirrmtry man/de/man1 -@dirrmtry man/de -@dirrmtry man/es/man1 -@dirrmtry man/es -@dirrmtry man/fr/man1 -@dirrmtry man/fr -@dirrmtry man/hr/man1 -@dirrmtry man/hr -@dirrmtry man/hu/man1 -@dirrmtry man/hu -@dirrmtry man/it/man1 -@dirrmtry man/it -@dirrmtry man/pl/man1 -@dirrmtry man/pl -@dirrmtry man/pt_BR/man1 -@dirrmtry man/pt_BR -@dirrmtry man/pt_PT/man1 -@dirrmtry man/pt_PT -@dirrmtry man/ro/man1 -@dirrmtry man/ro -@dirrmtry man/ru/man1 -@dirrmtry man/ru -@dirrmtry man/sk/man1 -@dirrmtry man/sk -@dirrmtry man/zh/man1 -@dirrmtry man/zh -%%SSL%%@dirrm share/ncat -@dirrm %%DATADIR%%/nselib/data/jdwp-class -@dirrm %%DATADIR%%/nselib/data/psexec -@dirrm %%DATADIR%%/nselib/data -@dirrm %%DATADIR%%/nselib -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 19:24:16 2014 Return-Path: Delivered-To: svn-ports-all@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 6FEBDAB7; Sun, 28 Sep 2014 19:24:16 +0000 (UTC) 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 41F16BFA; Sun, 28 Sep 2014 19:24:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SJOGn7015684; Sun, 28 Sep 2014 19:24:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SJOFcw015681; Sun, 28 Sep 2014 19:24:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409281924.s8SJOFcw015681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 28 Sep 2014 19:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369494 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 19:24:16 -0000 Author: swills Date: Sun Sep 28 19:24:15 2014 New Revision: 369494 URL: http://svnweb.freebsd.org/changeset/ports/369494 QAT: https://qat.redports.org/buildarchive/r369494/ Log: net/syncthing: fix filename of lz4 source, no package change Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sun Sep 28 19:01:08 2014 (r369493) +++ head/net/syncthing/Makefile Sun Sep 28 19:24:15 2014 (r369494) @@ -21,7 +21,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${E text.go-024681b033be${EXTRACT_SUFX}:group3 \ snappy-go-12e4b4183793${EXTRACT_SUFX}:group4 \ crypto.go-31393df5baea${EXTRACT_SUFX}:group5 \ - bkaradzic-go-lz4-77e2ba8${EXTRACT_SUFX}:group6 \ + bkaradzic-go-lz4-93a831d${EXTRACT_SUFX}:group6 \ calmh-xdr-e1714bb${EXTRACT_SUFX}:group7 \ juju-ratelimit-f9f36d1${EXTACT_SUFX}:group8 \ syndtr-goleveldb-9bca75c${EXTRACT_SUFX}:group9 \ Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Sun Sep 28 19:01:08 2014 (r369493) +++ head/net/syncthing/distinfo Sun Sep 28 19:24:15 2014 (r369494) @@ -8,8 +8,8 @@ SHA256 (snappy-go-12e4b4183793.tar.gz) = SIZE (snappy-go-12e4b4183793.tar.gz) = 7785 SHA256 (crypto.go-31393df5baea.tar.gz) = ad51b826e2198cc99a0b5fa38077bab8e1c44dc3e8a2e65ab2289f06f4bb31f3 SIZE (crypto.go-31393df5baea.tar.gz) = 850477 -SHA256 (bkaradzic-go-lz4-77e2ba8.tar.gz) = f11a2a4eadb525360dba2517abcbcb1a18d67f606a1311b8263fb5a0bca67e5b -SIZE (bkaradzic-go-lz4-77e2ba8.tar.gz) = 232907 +SHA256 (bkaradzic-go-lz4-93a831d.tar.gz) = f11a2a4eadb525360dba2517abcbcb1a18d67f606a1311b8263fb5a0bca67e5b +SIZE (bkaradzic-go-lz4-93a831d.tar.gz) = 232907 SHA256 (calmh-xdr-e1714bb.tar.gz) = 354133594fc70dac499a44ffd6d857f1f730345f8db3d07def4e38daec5ec791 SIZE (calmh-xdr-e1714bb.tar.gz) = 9250 SHA256 (juju-ratelimit-f9f36d1) = d2117682d9ef68764cfdd4de51b4d150cd2c6c0b6a9fcaa50d5891443b42285a From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 19:26:19 2014 Return-Path: Delivered-To: svn-ports-all@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 C1AA5BAC; Sun, 28 Sep 2014 19:26:19 +0000 (UTC) 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 AD633C11; Sun, 28 Sep 2014 19:26:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SJQJpd016071; Sun, 28 Sep 2014 19:26:19 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SJQJU2016069; Sun, 28 Sep 2014 19:26:19 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409281926.s8SJQJU2016069@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Sep 2014 19:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369495 - in head/net-mgmt/nagios-pf-plugin: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 19:26:19 -0000 Author: ohauer Date: Sun Sep 28 19:26:18 2014 New Revision: 369495 URL: http://svnweb.freebsd.org/changeset/ports/369495 QAT: https://qat.redports.org/buildarchive/r369495/ Log: - allow build without root Modified: head/net-mgmt/nagios-pf-plugin/Makefile head/net-mgmt/nagios-pf-plugin/files/patch-Makefile Modified: head/net-mgmt/nagios-pf-plugin/Makefile ============================================================================== --- head/net-mgmt/nagios-pf-plugin/Makefile Sun Sep 28 19:24:15 2014 (r369494) +++ head/net-mgmt/nagios-pf-plugin/Makefile Sun Sep 28 19:26:18 2014 (r369495) @@ -17,10 +17,10 @@ GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 2aba423 PLIST_FILES= libexec/nagios/check_pf -PLIST_DIRS= libexec/nagios/ +PLIST_DIRS= libexec/nagios SUB_FILES= pkg-message -pre-su-install: +pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios .include Modified: head/net-mgmt/nagios-pf-plugin/files/patch-Makefile ============================================================================== --- head/net-mgmt/nagios-pf-plugin/files/patch-Makefile Sun Sep 28 19:24:15 2014 (r369494) +++ head/net-mgmt/nagios-pf-plugin/files/patch-Makefile Sun Sep 28 19:26:18 2014 (r369495) @@ -1,11 +1,11 @@ ---- Makefile.old 2014-04-06 14:08:46.000000000 -0500 -+++ Makefile 2014-04-06 14:08:47.000000000 -0500 +--- Makefile.orig 2012-07-30 18:13:57 UTC ++++ Makefile @@ -14,7 +14,7 @@ $(CC) $(CFLAGS) -o $(PROGRAM) $(PROGRAM).c install: - install -m 755 -o root -g wheel $(PROGRAM) $(DESTDIR)/$(PROGRAM) -+ install -m 755 -o root -g wheel $(PROGRAM) $(DESTDIR)/$(PREFIX)/libexec/nagios ++ install -s -m 755 $(PROGRAM) $(DESTDIR)/$(PREFIX)/libexec/nagios uninstall: rm -f $(DESTDIR)/$(PROGRAM) From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 19:55:32 2014 Return-Path: Delivered-To: svn-ports-all@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 8235E229; Sun, 28 Sep 2014 19:55:32 +0000 (UTC) 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 6DE4BE4C; Sun, 28 Sep 2014 19:55:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SJtWto030000; Sun, 28 Sep 2014 19:55:32 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SJtWET029998; Sun, 28 Sep 2014 19:55:32 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281955.s8SJtWET029998@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 19:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369496 - head/x11-wm/ccsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 19:55:32 -0000 Author: mva Date: Sun Sep 28 19:55:31 2014 New Revision: 369496 URL: http://svnweb.freebsd.org/changeset/ports/369496 QAT: https://qat.redports.org/buildarchive/r369496/ Log: - Convert to USES=python - Remove deprecated INSTALLS_EGGINFO with a plist entry Approved by: portmgr (implicit) Modified: head/x11-wm/ccsm/Makefile head/x11-wm/ccsm/pkg-plist Modified: head/x11-wm/ccsm/Makefile ============================================================================== --- head/x11-wm/ccsm/Makefile Sun Sep 28 19:26:18 2014 (r369495) +++ head/x11-wm/ccsm/Makefile Sun Sep 28 19:55:31 2014 (r369496) @@ -12,11 +12,8 @@ COMMENT= Python/GTK based settings manag RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python -USES= gettext gmake tar:bzip2 +USES= gettext gmake python:2 tar:bzip2 USE_GNOME= pygtk2 -USE_PYTHON= 2 - -INSTALLS_EGGINFO= yes INSTALLS_ICONS= yes Modified: head/x11-wm/ccsm/pkg-plist ============================================================================== --- head/x11-wm/ccsm/pkg-plist Sun Sep 28 19:26:18 2014 (r369495) +++ head/x11-wm/ccsm/pkg-plist Sun Sep 28 19:55:31 2014 (r369496) @@ -15,7 +15,7 @@ bin/ccsm %%PYTHON_SITELIBDIR%%/ccm/Window.pyc %%PYTHON_SITELIBDIR%%/ccm/__init__.py %%PYTHON_SITELIBDIR%%/ccm/__init__.pyc -%%PYTHON_SITELIBDIR%%/ccsm-0.8.4-py2.7.egg-info +%%PYTHON_SITELIBDIR%%/ccsm-0.8.4-py%%PYTHON_VER%%.egg-info share/applications/ccsm.desktop %%DATADIR%%/icons/hicolor/22x22/categories/plugins-accessibility.png %%DATADIR%%/icons/hicolor/22x22/categories/plugins-desktop.png From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 19:58:06 2014 Return-Path: Delivered-To: svn-ports-all@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 E85F9348; Sun, 28 Sep 2014 19:58:06 +0000 (UTC) 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 D51FBE64; Sun, 28 Sep 2014 19:58:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SJw69d030395; Sun, 28 Sep 2014 19:58:06 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SJw6xg030392; Sun, 28 Sep 2014 19:58:06 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409281958.s8SJw6xg030392@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Sep 2014 19:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369497 - head/x11-wm/simple-ccsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 19:58:07 -0000 Author: mva Date: Sun Sep 28 19:58:05 2014 New Revision: 369497 URL: http://svnweb.freebsd.org/changeset/ports/369497 QAT: https://qat.redports.org/buildarchive/r369497/ Log: - Convert to USES=python - Replace deprecated INSTALLS_EGGINFO with a plist entry Approved by: portmgr (implicit) Modified: head/x11-wm/simple-ccsm/Makefile head/x11-wm/simple-ccsm/pkg-plist Modified: head/x11-wm/simple-ccsm/Makefile ============================================================================== --- head/x11-wm/simple-ccsm/Makefile Sun Sep 28 19:55:31 2014 (r369496) +++ head/x11-wm/simple-ccsm/Makefile Sun Sep 28 19:58:05 2014 (r369497) @@ -12,11 +12,8 @@ COMMENT= Python/GTK based settings manag RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python -USES= gettext gmake pkgconfig tar:bzip2 +USES= gettext gmake pkgconfig python:2 tar:bzip2 USE_GNOME= pygtk2 -USE_PYTHON= 2 - -INSTALLS_EGGINFO= yes INSTALLS_ICONS= yes Modified: head/x11-wm/simple-ccsm/pkg-plist ============================================================================== --- head/x11-wm/simple-ccsm/pkg-plist Sun Sep 28 19:55:31 2014 (r369496) +++ head/x11-wm/simple-ccsm/pkg-plist Sun Sep 28 19:58:05 2014 (r369497) @@ -50,7 +50,7 @@ share/locale/zh_TW/LC_MESSAGES/simple-cc %%DATADIR%%/profiles/Minimal.profile %%DATADIR%%/profiles/Ultimate.profile %%DATADIR%%/simple-ccsm.glade -%%PYTHON_SITELIBDIR%%/simple_ccsm-0.8.8-py2.7.egg-info +%%PYTHON_SITELIBDIR%%/simple_ccsm-0.8.8-py%%PYTHON_VER%%.egg-info @dirrm %%DATADIR%%/profiles @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 20:40:18 2014 Return-Path: Delivered-To: svn-ports-all@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 14985FAC; Sun, 28 Sep 2014 20:40:18 +0000 (UTC) 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 E9FDE2FF; Sun, 28 Sep 2014 20:40:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SKeHfK049763; Sun, 28 Sep 2014 20:40:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SKeH4s049761; Sun, 28 Sep 2014 20:40:17 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409282040.s8SKeH4s049761@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 28 Sep 2014 20:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369498 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 20:40:18 -0000 Author: swills Date: Sun Sep 28 20:40:16 2014 New Revision: 369498 URL: http://svnweb.freebsd.org/changeset/ports/369498 QAT: https://qat.redports.org/buildarchive/r369498/ Log: net/syncthing: Use right version of text.go Make sure to use the same version of the text.go dependency as the official builds. Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sun Sep 28 19:58:05 2014 (r369497) +++ head/net/syncthing/Makefile Sun Sep 28 20:40:16 2014 (r369498) @@ -3,6 +3,7 @@ PORTNAME= syncthing PORTVERSION= 0.9.18 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/:group1 \ https://bitbucket.org/kardianos/osext/get/:group2 \ @@ -18,7 +19,7 @@ MASTER_SITES= https://github.com/${PORTN LOCAL/swills:group12 DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:group1 \ 5d3ddcf53a50${EXTRACT_SUFX}:group2 \ - text.go-024681b033be${EXTRACT_SUFX}:group3 \ + text.go-d65bffbc88a1${EXTRACT_SUFX}:group3 \ snappy-go-12e4b4183793${EXTRACT_SUFX}:group4 \ crypto.go-31393df5baea${EXTRACT_SUFX}:group5 \ bkaradzic-go-lz4-93a831d${EXTRACT_SUFX}:group6 \ @@ -55,7 +56,7 @@ post-patch: ${MV} ${WRKDIR}/kardianos-osext-5d3ddcf53a50 ${WRKSRC}/src/bitbucket.org/kardianos/osext ; \ ${MV} ${WRKDIR}/crypto.go-31393df5baea/ src/code.google.com/p/go.crypto ; \ ${MV} ${WRKDIR}/snappy-go-12e4b4183793 src/code.google.com/p/snappy-go ; \ - ${MV} ${WRKDIR}/text.go-024681b033be src/code.google.com/p/go.text ; \ + ${MV} ${WRKDIR}/text.go-d65bffbc88a1 src/code.google.com/p/go.text ; \ ${MV} ${WRKDIR}/tools.go-7a99b946364f src/code.google.com/p/go.tools ; \ ${MV} ${WRKDIR}/net.go-90e232e2462d src/code.google.com/p/go.net ; \ ${MV} ${WRKDIR}/bkaradzic-go-lz4-93a831d src/github.com/bkaradzic/go-lz4 ; \ Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Sun Sep 28 19:58:05 2014 (r369497) +++ head/net/syncthing/distinfo Sun Sep 28 20:40:16 2014 (r369498) @@ -2,8 +2,8 @@ SHA256 (syncthing-0.9.18.tar.gz) = 4ce72 SIZE (syncthing-0.9.18.tar.gz) = 1942823 SHA256 (5d3ddcf53a50.tar.gz) = d39ed6aa63c76b62d6cd5850128f7205f0d983ffbb78f121afbd4a3c85937587 SIZE (5d3ddcf53a50.tar.gz) = 3060 -SHA256 (text.go-024681b033be.tar.gz) = 79239141a7a5ba59276982491aa4431b2b0adf2da79464c55307529767e8c974 -SIZE (text.go-024681b033be.tar.gz) = 3241194 +SHA256 (text.go-d65bffbc88a1.tar.gz) = c78ad1d2bbd296ccddba7c86e4250f66490a3479c068a78a520fd42d68e0aa9d +SIZE (text.go-d65bffbc88a1.tar.gz) = 3234551 SHA256 (snappy-go-12e4b4183793.tar.gz) = fb220046f526122a219aa22f34edbdd236343c4cf3439e79a6d56a145a006194 SIZE (snappy-go-12e4b4183793.tar.gz) = 7785 SHA256 (crypto.go-31393df5baea.tar.gz) = ad51b826e2198cc99a0b5fa38077bab8e1c44dc3e8a2e65ab2289f06f4bb31f3 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 20:50:25 2014 Return-Path: Delivered-To: svn-ports-all@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 55F843C9; Sun, 28 Sep 2014 20:50:25 +0000 (UTC) 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 41C795DF; Sun, 28 Sep 2014 20:50:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SKoPge054509; Sun, 28 Sep 2014 20:50:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SKoPUR054508; Sun, 28 Sep 2014 20:50:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409282050.s8SKoPUR054508@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 20:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369499 - head/databases/jasperreports X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 20:50:25 -0000 Author: antoine Date: Sun Sep 28 20:50:24 2014 New Revision: 369499 URL: http://svnweb.freebsd.org/changeset/ports/369499 QAT: https://qat.redports.org/buildarchive/r369499/ Log: Un-deprecate, apache-poi has been fixed and there is a PR pending to update jasperreports Modified: head/databases/jasperreports/Makefile Modified: head/databases/jasperreports/Makefile ============================================================================== --- head/databases/jasperreports/Makefile Sun Sep 28 20:40:16 2014 (r369498) +++ head/databases/jasperreports/Makefile Sun Sep 28 20:50:24 2014 (r369499) @@ -10,9 +10,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.ja MAINTAINER= ports@FreeBSD.org COMMENT= JasperReports is a powerful open source Java reporting tool -DEPRECATED= Depends on expiring textproc/apache-poi -EXPIRATION_DATE= 2014-09-28 - RUN_DEPENDS= ${JAVALIBDIR}/itext.jar:${PORTSDIR}/devel/itext \ ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j \ ${JAVALIBDIR}/crimson.jar:${PORTSDIR}/textproc/crimson \ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 20:59:04 2014 Return-Path: Delivered-To: svn-ports-all@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 216AD628; Sun, 28 Sep 2014 20:59:04 +0000 (UTC) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63EC06C7; Sun, 28 Sep 2014 20:59:03 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id q59so788725wes.6 for ; Sun, 28 Sep 2014 13:59:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=BlvOpaDXAfn53BTKPX43LSR8l90xg66yU22htXsSz0s=; b=wcIX2pVA73LgjleWT7Opv0ewzLol7V6jH5CuPJgH/XKpjUvrcoCSGxFeXguVIISS/f SXYw08pj7D18W0Q0NLrrLTofDePWr2gF3Yqjn98mkeVV7RXKfIWqLHH8iqIxLkjH5wuk iWgzRdnSSfT73NLfx5wOnFAmsf+/DlLVjIoYvYForA3jGZmSDmxHkqEDeiAVmIzhhOvl XV8ADaI6CvRAsv/bQhZH+KlbJxXRyaBshMSAaJ2dbmuGRdNx0LvGwatLZMxOi7AhkOOC QCMfsHJoDQul94BuxsnQ/v9+MLzOhvshPpHcm3CpZEjo74XrU++S4anFWOoMs7yh+bXO a+Sw== X-Received: by 10.194.206.103 with SMTP id ln7mr39629762wjc.30.1411937941599; Sun, 28 Sep 2014 13:59:01 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id cw6sm13632938wjb.18.2014.09.28.13.59.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Sep 2014 13:59:00 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 28 Sep 2014 22:58:58 +0200 From: Baptiste Daroussin To: Gerald Pfeifer Subject: Re: svn commit: r369448 - head/lang/gcc5 Message-ID: <20140928205858.GH40373@ivaldir.etoilebsd.net> References: <201409281049.s8SAnFiT062634@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Yia77v5a8fyVHJSl" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 20:59:04 -0000 --Yia77v5a8fyVHJSl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 28, 2014 at 05:55:34PM +0700, Gerald Pfeifer wrote: > On Sunday 2014-09-28 10:49, Gerald Pfeifer wrote: > > New Revision: 369448 > : > > Log: > > Update to the 20140921 snapshot of GCC 5.0. > > =20 > > Remove four instances of @dirrm from pkg-plist. >=20 > My testing did show regressions from earlier testing, but these are > not due to my changes or the lang/gcc5 port itself: >=20 > #### make deinstall > #### The PREFIX should be essentially empty: > info/gcc5 The above not actually this should not be in the plist at all as INFO=3D ma= cros already add this to the plist. > share/applications > share/licenses/gcc5-5.0.s20140921 The above stayed? that looks strange I'm at EuroBSDCon for now, I'll check = when back home. >=20 > Bapt, this is related to revision 368918. >=20 > I have followed the news that @dirrm and @dirrmtry should be nops these= =20 > days. Alas, it appears they are not? At least for make deinstall? >=20 > Gerald regards, Bapt --Yia77v5a8fyVHJSl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQodpIACgkQ8kTtMUmk6EzL0QCggTPDemCpaWt24e4mtUc1518L jokAoK1PCXqz56KlGHUyKpJPrLtDMEBr =KoRc -----END PGP SIGNATURE----- --Yia77v5a8fyVHJSl-- From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 21:10:37 2014 Return-Path: Delivered-To: svn-ports-all@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 05A36B3D; Sun, 28 Sep 2014 21:10:37 +0000 (UTC) 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 CB2CA838; Sun, 28 Sep 2014 21:10:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SLAaF3065129; Sun, 28 Sep 2014 21:10:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SLAZ0v065125; Sun, 28 Sep 2014 21:10:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409282110.s8SLAZ0v065125@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Sep 2014 21:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369500 - in head: . archivers archivers/rpm5 devel devel/cocaine-core graphics graphics/ruby-tgif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 21:10:37 -0000 Author: antoine Date: Sun Sep 28 21:10:35 2014 New Revision: 369500 URL: http://svnweb.freebsd.org/changeset/ports/369500 QAT: https://qat.redports.org/buildarchive/r369500/ Log: Remove expired ports 2014-09-28 archivers/rpm5: Broken for more than 6 months 2014-09-28 devel/cocaine-core: Broken for more than 6 months 2014-09-28 graphics/ruby-tgif: Broken for more than 6 months Deleted: head/archivers/rpm5/ head/devel/cocaine-core/ head/graphics/ruby-tgif/ Modified: head/MOVED head/archivers/Makefile head/devel/Makefile head/graphics/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 28 20:50:24 2014 (r369499) +++ head/MOVED Sun Sep 28 21:10:35 2014 (r369500) @@ -7132,3 +7132,6 @@ sysutils/rubygem-chef-solr||2014-09-25|H www/rubygem-chef-server-webui||2014-09-25|Has expired: Depends on broken rubygem-dep_selector www/rubygem-chef-server-api||2014-09-25|Has expired: Depends on broken rubygem-dep_selector databases/freetds-msdblib||2014-09-27|No longer required, now covered by databases/freetds +archivers/rpm5||2014-09-28|Has expired: Broken for more than 6 months +devel/cocaine-core||2014-09-28|Has expired: Broken for more than 6 months +graphics/ruby-tgif||2014-09-28|Has expired: Broken for more than 6 months Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sun Sep 28 20:50:24 2014 (r369499) +++ head/archivers/Makefile Sun Sep 28 21:10:35 2014 (r369500) @@ -170,7 +170,6 @@ SUBDIR += rox-archive SUBDIR += rpm2cpio SUBDIR += rpm4 - SUBDIR += rpm5 SUBDIR += ruby-lha SUBDIR += ruby-zip SUBDIR += rubygem-archive-tar-minitar Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 28 20:50:24 2014 (r369499) +++ head/devel/Makefile Sun Sep 28 21:10:35 2014 (r369500) @@ -238,7 +238,6 @@ SUBDIR += cmph SUBDIR += cmunge SUBDIR += cobf - SUBDIR += cocaine-core SUBDIR += coccinelle SUBDIR += codeblocks SUBDIR += codeville Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Sep 28 20:50:24 2014 (r369499) +++ head/graphics/Makefile Sun Sep 28 21:10:35 2014 (r369500) @@ -910,7 +910,6 @@ SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 SUBDIR += ruby-svg - SUBDIR += ruby-tgif SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 21:54:58 2014 Return-Path: Delivered-To: svn-ports-all@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 228463AD; Sun, 28 Sep 2014 21:54:58 +0000 (UTC) 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 0DDD6D5A; Sun, 28 Sep 2014 21:54:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SLswvR086872; Sun, 28 Sep 2014 21:54:58 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SLsv0U086868; Sun, 28 Sep 2014 21:54:57 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201409282154.s8SLsv0U086868@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 28 Sep 2014 21:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369501 - in head: . deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 21:54:58 -0000 Author: madpilot Date: Sun Sep 28 21:54:56 2014 New Revision: 369501 URL: http://svnweb.freebsd.org/changeset/ports/369501 QAT: https://qat.redports.org/buildarchive/r369501/ Log: - Update to 1.48.0 - Remove deprecated @dirrms from plist - Switch dependency on py-imaging with py-pilllow - Convert to USES=python PR: 193397 Submitted by: rnejdl@ringofsaturn.com (maintainer) Modified: head/UPDATING head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Sep 28 21:10:35 2014 (r369500) +++ head/UPDATING Sun Sep 28 21:54:56 2014 (r369501) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140928: + AFFECTS: users of deskutils/calibre + AUTHOR: madpilot@FreeBSD.org + + The dependency on graphics/py-imaging in calibre has been changed + to using the graphics/py-pillow port. + + Due to this change automatic updating of the port will not work + correctly. + + It is suggested to remove calibre and py-imaging from the system + and then reinstall calibre again using binary packages or ports. + 20140927: AFFECTS: users of net/foreman-proxy AUTHOR: mm@FreeBSD.org Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sun Sep 28 21:10:35 2014 (r369500) +++ head/deskutils/calibre/Makefile Sun Sep 28 21:54:56 2014 (r369501) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 1.47.0 -PORTREVISION= 2 +PORTVERSION= 1.48.0 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -24,14 +23,14 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}si ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 \ - ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}mechanize>=0:${PORTSDIR}/www/py-mechanize \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ @@ -51,11 +50,10 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/ USE_RC_SUBR= calibre EXTRACT_BEFORE_ARGS= -x -s '/^calibre/~-src/' -f -USES= desktop-file-utils pkgconfig shared-mime-info shebangfix tar:xz +USES= desktop-file-utils pkgconfig python:2 shared-mime-info shebangfix tar:xz SHEBANG_FILES= src/calibre/ebooks/metadata/odt.py \ src/calibre/utils/*.py \ src/odf/*.py -USE_PYTHON= 2 USE_QT4= dbus qmake_build moc_build INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-src Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sun Sep 28 21:10:35 2014 (r369500) +++ head/deskutils/calibre/distinfo Sun Sep 28 21:54:56 2014 (r369501) @@ -1,2 +1,2 @@ -SHA256 (calibre-1.47.0.tar.xz) = efeb71a5bb4742a9c0a99038fdd97baa55c35e8ba5312e19e422c004bbf5b8c2 -SIZE (calibre-1.47.0.tar.xz) = 36581960 +SHA256 (calibre-1.48.0.tar.xz) = e704090f6611c5e374252c3f1b58e077ccd3170a3ea39893e5bf687287abf472 +SIZE (calibre-1.48.0.tar.xz) = 35126680 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sun Sep 28 21:10:35 2014 (r369500) +++ head/deskutils/calibre/pkg-plist Sun Sep 28 21:54:56 2014 (r369501) @@ -1045,7 +1045,6 @@ lib/calibre/calibre/gui2/ui.py lib/calibre/calibre/gui2/update.py lib/calibre/calibre/gui2/viewer/__init__.py lib/calibre/calibre/gui2/viewer/bookmarkmanager.py -lib/calibre/calibre/gui2/viewer/bookmarkmanager_ui.py lib/calibre/calibre/gui2/viewer/config.py lib/calibre/calibre/gui2/viewer/config_ui.py lib/calibre/calibre/gui2/viewer/documentview.py @@ -1056,11 +1055,11 @@ lib/calibre/calibre/gui2/viewer/inspecto lib/calibre/calibre/gui2/viewer/javascript.py lib/calibre/calibre/gui2/viewer/keys.py lib/calibre/calibre/gui2/viewer/main.py -lib/calibre/calibre/gui2/viewer/main_ui.py lib/calibre/calibre/gui2/viewer/position.py lib/calibre/calibre/gui2/viewer/printing.py lib/calibre/calibre/gui2/viewer/table_popup.py lib/calibre/calibre/gui2/viewer/toc.py +lib/calibre/calibre/gui2/viewer/ui.py lib/calibre/calibre/gui2/widgets.py lib/calibre/calibre/gui2/widgets2.py lib/calibre/calibre/gui2/wizard/__init__.py @@ -2020,274 +2019,3 @@ share/mime/application/x-topaz-ebook.xml share/mime/packages/calibre-mimetypes.xml share/mime/text/lrs.xml share/zsh/site-functions/_calibre -@dirrmtry share/mime/text -@dirrmtry share/mime/packages -@dirrmtry share/mime/application -@dirrmtry share/mime -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrmtry share/icons/hicolor/128x128/mimetypes -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry share/desktop-directories -@dirrmtry share/bash-completion -@dirrmtry share/appdata -@dirrmtry share/zsh/site-functions -@dirrmtry share/zsh -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4 -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3 -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2 -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1 -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload -@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG -@dirrm %%DATADIR%%/viewer/mathjax/jax/output -@dirrm %%DATADIR%%/viewer/mathjax/jax/input/TeX -@dirrm %%DATADIR%%/viewer/mathjax/jax/input/MathML/entities -@dirrm %%DATADIR%%/viewer/mathjax/jax/input/MathML -@dirrm %%DATADIR%%/viewer/mathjax/jax/input/AsciiMath -@dirrm %%DATADIR%%/viewer/mathjax/jax/input -@dirrm %%DATADIR%%/viewer/mathjax/jax/element/mml/optable -@dirrm %%DATADIR%%/viewer/mathjax/jax/element/mml -@dirrm %%DATADIR%%/viewer/mathjax/jax/element -@dirrm %%DATADIR%%/viewer/mathjax/jax -@dirrm %%DATADIR%%/viewer/mathjax/extensions/TeX -@dirrm %%DATADIR%%/viewer/mathjax/extensions -@dirrm %%DATADIR%%/viewer/mathjax -@dirrm %%DATADIR%%/viewer/hyphenate -@dirrm %%DATADIR%%/viewer -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/quick_start -@dirrm %%DATADIR%%/localization/pykakasi -@dirrm %%DATADIR%%/localization -@dirrm %%DATADIR%%/jacket -@dirrm %%DATADIR%%/images/textures -@dirrm %%DATADIR%%/images/plugins -@dirrm %%DATADIR%%/images/mimetypes -@dirrm %%DATADIR%%/images/devices -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/fonts/liberation -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/editor-help -@dirrm %%DATADIR%%/dictionaries/es-ES -@dirrm %%DATADIR%%/dictionaries/en-US -@dirrm %%DATADIR%%/dictionaries/en-GB -@dirrm %%DATADIR%%/dictionaries -@dirrm %%DATADIR%%/content_server/read -@dirrm %%DATADIR%%/content_server/jquery_ui/js -@dirrm %%DATADIR%%/content_server/jquery_ui/css/humanity-custom/images -@dirrm %%DATADIR%%/content_server/jquery_ui/css/humanity-custom -@dirrm %%DATADIR%%/content_server/jquery_ui/css -@dirrm %%DATADIR%%/content_server/jquery_ui -@dirrm %%DATADIR%%/content_server/browse -@dirrm %%DATADIR%%/content_server -@dirrm %%DATADIR%%/catalog -@dirrm %%DATADIR%% -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrm lib/calibre/tinycss/tests -@dirrm lib/calibre/tinycss -@dirrm lib/calibre/templite -@dirrm lib/calibre/routes -@dirrm lib/calibre/regex -@dirrm lib/calibre/qtcurve -@dirrm lib/calibre/odf -@dirrm lib/calibre/html5lib/trie -@dirrm lib/calibre/html5lib/treewalkers -@dirrm lib/calibre/html5lib/treeadapters -@dirrm lib/calibre/html5lib/treebuilders -@dirrm lib/calibre/html5lib/serializer -@dirrm lib/calibre/html5lib/filters -@dirrm lib/calibre/html5lib -@dirrm lib/calibre/cherrypy/wsgiserver -@dirrm lib/calibre/cherrypy/scaffold -@dirrm lib/calibre/cherrypy/process -@dirrm lib/calibre/cherrypy/lib -@dirrm lib/calibre/cherrypy -@dirrm lib/calibre/chardet -@dirrm lib/calibre/calibre/web/jsbrowser -@dirrm lib/calibre/calibre/web/fetch -@dirrm lib/calibre/calibre/web/feeds/recipes -@dirrm lib/calibre/calibre/web/feeds -@dirrm lib/calibre/calibre/web -@dirrm lib/calibre/calibre/utils/wmf -@dirrm lib/calibre/calibre/utils/spell -@dirrm lib/calibre/calibre/utils/pyconsole -@dirrm lib/calibre/calibre/utils/podofo -@dirrm lib/calibre/calibre/utils/opensearch -@dirrm lib/calibre/calibre/utils/magick -@dirrm lib/calibre/calibre/utils/ipc -@dirrm lib/calibre/calibre/utils/fonts/woff -@dirrm lib/calibre/calibre/utils/fonts/sfnt/cff -@dirrm lib/calibre/calibre/utils/fonts/sfnt -@dirrm lib/calibre/calibre/utils/fonts -@dirrm lib/calibre/calibre/utils/chm -@dirrm lib/calibre/calibre/utils -@dirrm lib/calibre/calibre/translations -@dirrm lib/calibre/calibre/spell -@dirrm lib/calibre/calibre/plugins -@dirrm lib/calibre/calibre/library/server -@dirrm lib/calibre/calibre/library/catalogs -@dirrm lib/calibre/calibre/library -@dirrm lib/calibre/calibre/gui2/wizard -@dirrm lib/calibre/calibre/gui2/viewer -@dirrm lib/calibre/calibre/gui2/tweak_book/editor/syntax -@dirrm lib/calibre/calibre/gui2/tweak_book/editor/smart -@dirrm lib/calibre/calibre/gui2/tweak_book/editor -@dirrm lib/calibre/calibre/gui2/tweak_book/diff -@dirrm lib/calibre/calibre/gui2/tweak_book -@dirrm lib/calibre/calibre/gui2/toc -@dirrm lib/calibre/calibre/gui2/tag_browser -@dirrm lib/calibre/calibre/gui2/store/stores/mobileread -@dirrm lib/calibre/calibre/gui2/store/stores -@dirrm lib/calibre/calibre/gui2/store/search -@dirrm lib/calibre/calibre/gui2/store/config/search -@dirrm lib/calibre/calibre/gui2/store/config/chooser -@dirrm lib/calibre/calibre/gui2/store/config -@dirrm lib/calibre/calibre/gui2/store -@dirrm lib/calibre/calibre/gui2/progress_indicator -@dirrm lib/calibre/calibre/gui2/preferences -@dirrm lib/calibre/calibre/gui2/metadata -@dirrm lib/calibre/calibre/gui2/lrf_renderer -@dirrm lib/calibre/calibre/gui2/library -@dirrm lib/calibre/calibre/gui2/dialogs -@dirrm lib/calibre/calibre/gui2/device_drivers -@dirrm lib/calibre/calibre/gui2/convert -@dirrm lib/calibre/calibre/gui2/catalog -@dirrm lib/calibre/calibre/gui2/add_wizard -@dirrm lib/calibre/calibre/gui2/actions -@dirrm lib/calibre/calibre/gui2 -@dirrm lib/calibre/calibre/ebooks/unihandecode/pykakasi -@dirrm lib/calibre/calibre/ebooks/unihandecode -@dirrm lib/calibre/calibre/ebooks/txt -@dirrm lib/calibre/calibre/ebooks/textile -@dirrm lib/calibre/calibre/ebooks/tcr -@dirrm lib/calibre/calibre/ebooks/snb -@dirrm lib/calibre/calibre/ebooks/rtf2xml -@dirrm lib/calibre/calibre/ebooks/rtf -@dirrm lib/calibre/calibre/ebooks/readability -@dirrm lib/calibre/calibre/ebooks/rb -@dirrm lib/calibre/calibre/ebooks/pml -@dirrm lib/calibre/calibre/ebooks/pdf/render -@dirrm lib/calibre/calibre/ebooks/pdf -@dirrm lib/calibre/calibre/ebooks/pdb/ztxt -@dirrm lib/calibre/calibre/ebooks/pdb/plucker -@dirrm lib/calibre/calibre/ebooks/pdb/pdf -@dirrm lib/calibre/calibre/ebooks/pdb/palmdoc -@dirrm lib/calibre/calibre/ebooks/pdb/haodoo -@dirrm lib/calibre/calibre/ebooks/pdb/ereader -@dirrm lib/calibre/calibre/ebooks/pdb -@dirrm lib/calibre/calibre/ebooks/oeb/transforms -@dirrm lib/calibre/calibre/ebooks/oeb/polish/tests -@dirrm lib/calibre/calibre/ebooks/oeb/polish/check -@dirrm lib/calibre/calibre/ebooks/oeb/polish -@dirrm lib/calibre/calibre/ebooks/oeb/iterator -@dirrm lib/calibre/calibre/ebooks/oeb/display/test-cfi -@dirrm lib/calibre/calibre/ebooks/oeb/display -@dirrm lib/calibre/calibre/ebooks/oeb -@dirrm lib/calibre/calibre/ebooks/odt -@dirrm lib/calibre/calibre/ebooks/mobi/writer8 -@dirrm lib/calibre/calibre/ebooks/mobi/writer2 -@dirrm lib/calibre/calibre/ebooks/mobi/reader -@dirrm lib/calibre/calibre/ebooks/mobi/debug -@dirrm lib/calibre/calibre/ebooks/mobi -@dirrm lib/calibre/calibre/ebooks/metadata/sources -@dirrm lib/calibre/calibre/ebooks/metadata/book -@dirrm lib/calibre/calibre/ebooks/metadata -@dirrm lib/calibre/calibre/ebooks/markdown/extensions -@dirrm lib/calibre/calibre/ebooks/markdown -@dirrm lib/calibre/calibre/ebooks/lrf/pylrs -@dirrm lib/calibre/calibre/ebooks/lrf/lrs -@dirrm lib/calibre/calibre/ebooks/lrf/html -@dirrm lib/calibre/calibre/ebooks/lrf -@dirrm lib/calibre/calibre/ebooks/lit/maps -@dirrm lib/calibre/calibre/ebooks/lit -@dirrm lib/calibre/calibre/ebooks/iterator -@dirrm lib/calibre/calibre/ebooks/htmlz -@dirrm lib/calibre/calibre/ebooks/html -@dirrm lib/calibre/calibre/ebooks/fb2 -@dirrm lib/calibre/calibre/ebooks/epub -@dirrm lib/calibre/calibre/ebooks/docx/writer -@dirrm lib/calibre/calibre/ebooks/docx -@dirrm lib/calibre/calibre/ebooks/djvu -@dirrm lib/calibre/calibre/ebooks/conversion/plugins -@dirrm lib/calibre/calibre/ebooks/conversion -@dirrm lib/calibre/calibre/ebooks/compression -@dirrm lib/calibre/calibre/ebooks/comic -@dirrm lib/calibre/calibre/ebooks/chm -@dirrm lib/calibre/calibre/ebooks/azw4 -@dirrm lib/calibre/calibre/ebooks -@dirrm lib/calibre/calibre/devices/user_defined -@dirrm lib/calibre/calibre/devices/usbobserver -@dirrm lib/calibre/calibre/devices/usbms -@dirrm lib/calibre/calibre/devices/teclast -@dirrm lib/calibre/calibre/devices/sne -@dirrm lib/calibre/calibre/devices/smart_device_app -@dirrm lib/calibre/calibre/devices/prst1 -@dirrm lib/calibre/calibre/devices/prs505 -@dirrm lib/calibre/calibre/devices/nuut2 -@dirrm lib/calibre/calibre/devices/nook -@dirrm lib/calibre/calibre/devices/nokia -@dirrm lib/calibre/calibre/devices/mtp/windows -@dirrm lib/calibre/calibre/devices/mtp/unix/upstream -@dirrm lib/calibre/calibre/devices/mtp/unix -@dirrm lib/calibre/calibre/devices/mtp -@dirrm lib/calibre/calibre/devices/kobo -@dirrm lib/calibre/calibre/devices/kindle -@dirrm lib/calibre/calibre/devices/jetbook -@dirrm lib/calibre/calibre/devices/iriver -@dirrm lib/calibre/calibre/devices/irexdr -@dirrm lib/calibre/calibre/devices/iliad -@dirrm lib/calibre/calibre/devices/idevice -@dirrm lib/calibre/calibre/devices/hanvon -@dirrm lib/calibre/calibre/devices/hanlin -@dirrm lib/calibre/calibre/devices/folder_device -@dirrm lib/calibre/calibre/devices/eslick -@dirrm lib/calibre/calibre/devices/edge -@dirrm lib/calibre/calibre/devices/eb600 -@dirrm lib/calibre/calibre/devices/cybook -@dirrm lib/calibre/calibre/devices/boeye -@dirrm lib/calibre/calibre/devices/blackberry -@dirrm lib/calibre/calibre/devices/binatone -@dirrm lib/calibre/calibre/devices/bambook -@dirrm lib/calibre/calibre/devices/apple -@dirrm lib/calibre/calibre/devices/android -@dirrm lib/calibre/calibre/devices -@dirrm lib/calibre/calibre/db/tests -@dirrm lib/calibre/calibre/db -@dirrm lib/calibre/calibre/customize -@dirrm lib/calibre/calibre -@dirrm lib/calibre -@exec mkdir -p %D/share/mime/packages -@exec mkdir -p %D/share/icons/hicolor/128x128/apps -@exec mkdir -p %D/share/gnome/apps -@exec mkdir -p %D/share/desktop-directories From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 22:08:54 2014 Return-Path: Delivered-To: svn-ports-all@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 2CF2451C; Sun, 28 Sep 2014 22:08:54 +0000 (UTC) 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 F2D4EE37; Sun, 28 Sep 2014 22:08:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SM8r2Z092311; Sun, 28 Sep 2014 22:08:53 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SM8ru9092309; Sun, 28 Sep 2014 22:08:53 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409282208.s8SM8ru9092309@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 28 Sep 2014 22:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369502 - in head/net/syncthing: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 22:08:54 -0000 Author: swills Date: Sun Sep 28 22:08:52 2014 New Revision: 369502 URL: http://svnweb.freebsd.org/changeset/ports/369502 QAT: https://qat.redports.org/buildarchive/r369502/ Log: net/syncthing: put back patch to avoid upgrading, avoid stripping We don't want the built in upgrading, we want to do it via ports/packages, so put back the patch to make it always say the version in use is current. Avoid stripping as stripping go binaries is explicitly unsupported, dangerous and known to cause problems. Added: head/net/syncthing/files/patch-upgrade__upgrade_supported.go (contents, props changed) Modified: head/net/syncthing/Makefile Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sun Sep 28 21:54:56 2014 (r369501) +++ head/net/syncthing/Makefile Sun Sep 28 22:08:52 2014 (r369502) @@ -3,7 +3,7 @@ PORTNAME= syncthing PORTVERSION= 0.9.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/:group1 \ https://bitbucket.org/kardianos/osext/get/:group2 \ @@ -71,7 +71,6 @@ post-patch: do-build: # timestamp here refers to source, not build time cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build -ldflags "-w -X main.Version v${PORTVERSION} -X main.BuildStamp 1411588890 -X main.BuildUser ${USER} -X main.BuildHost ${HOST}" github.com/syncthing/syncthing/cmd/syncthing - ${STRIP_CMD} ${WRKSRC}/syncthing do-install: ${INSTALL_PROGRAM} ${WRKSRC}/syncthing ${STAGEDIR}${PREFIX}/bin/ Added: head/net/syncthing/files/patch-upgrade__upgrade_supported.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/syncthing/files/patch-upgrade__upgrade_supported.go Sun Sep 28 22:08:52 2014 (r369502) @@ -0,0 +1,10 @@ +--- upgrade/upgrade_supported.go.orig 2014-09-28 21:24:06.335428814 +0000 ++++ upgrade/upgrade_supported.go 2014-09-28 21:24:59.699424791 +0000 +@@ -70,6 +70,7 @@ + + // Returns the latest release, including prereleases or not depending on the argument + func LatestRelease(prerelease bool) (Release, error) { ++ return Release{}, ErrVersionUnknown + resp, err := http.Get("https://api.github.com/repos/syncthing/syncthing/releases?per_page=10") + if err != nil { + return Release{}, err From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 22:58:57 2014 Return-Path: Delivered-To: svn-ports-all@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 85FB9C17; Sun, 28 Sep 2014 22:58:57 +0000 (UTC) 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 6EAFB2BF; Sun, 28 Sep 2014 22:58:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SMwvFE016047; Sun, 28 Sep 2014 22:58:57 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SMwqon016026; Sun, 28 Sep 2014 22:58:52 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201409282258.s8SMwqon016026@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Sep 2014 22:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369503 - in head: . comms comms/libimobiledevice comms/libimobiledevice/files comms/libusbmuxd comms/libusbmuxd/files comms/py-libimobiledevice comms/usbmuxd comms/usbmuxd/files 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 22:58:57 -0000 Author: avilla Date: Sun Sep 28 22:58:51 2014 New Revision: 369503 URL: http://svnweb.freebsd.org/changeset/ports/369503 QAT: https://qat.redports.org/buildarchive/r369503/ Log: - Update libplist to 1.11. - Split libusbmuxd.so into comms/libusbmuxd and update to 1.0.9. - Update libimobiledevice to 1.1.6. - Update usbmuxd to Git snapshot (~1.0.9). - Document usbmuxd upgrade process. This marks an important refactoring effort for proper iOS 7 support. It's packed with new features, tools, speed improvements, code refactoring, crash fixes, memory leak fixes and much more. Added: head/comms/libimobiledevice/files/patch-configure (contents, props changed) head/comms/libusbmuxd/ - copied from r369151, head/comms/usbmuxd/ head/devel/libplist/files/patch-configure (contents, props changed) Deleted: head/comms/libimobiledevice/files/patch-git_62ab50f head/comms/libusbmuxd/files/ head/comms/usbmuxd/files/ head/comms/usbmuxd/pkg-plist head/devel/libplist/files/patch-src__Dictionary.cpp head/devel/py-libplist/files/ head/devel/py-libplist/pkg-plist Modified: head/UPDATING head/comms/Makefile head/comms/libimobiledevice/Makefile head/comms/libimobiledevice/distinfo head/comms/libimobiledevice/pkg-plist head/comms/libusbmuxd/Makefile head/comms/libusbmuxd/distinfo head/comms/libusbmuxd/pkg-descr head/comms/libusbmuxd/pkg-plist head/comms/py-libimobiledevice/Makefile head/comms/usbmuxd/Makefile head/comms/usbmuxd/distinfo head/devel/libplist/Makefile head/devel/libplist/distinfo head/devel/libplist/pkg-plist head/devel/py-libplist/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Sep 28 22:08:52 2014 (r369502) +++ head/UPDATING Sun Sep 28 22:58:51 2014 (r369503) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140929: + AFFECTS: users of comms/usbmuxd + AUTHOR: avilla@FreeBSD.org + + libusbmuxd.so was split from comms/usbmuxd into comms/libusbmuxd. + Remove usbmuxd before upgrading to avoid conflicts: + + # pkg delete -f usbmuxd + + If you need the daemon usbmuxd(1), you can reinstall the package + after the upgrade. + 20140928: AFFECTS: users of deskutils/calibre AUTHOR: madpilot@FreeBSD.org Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Sep 28 22:08:52 2014 (r369502) +++ head/comms/Makefile Sun Sep 28 22:58:51 2014 (r369503) @@ -82,6 +82,7 @@ SUBDIR += libmodbus SUBDIR += libticables2 SUBDIR += libticalcs2 + SUBDIR += libusbmuxd SUBDIR += linrad SUBDIR += lirc SUBDIR += locator Modified: head/comms/libimobiledevice/Makefile ============================================================================== --- head/comms/libimobiledevice/Makefile Sun Sep 28 22:08:52 2014 (r369502) +++ head/comms/libimobiledevice/Makefile Sun Sep 28 22:58:51 2014 (r369503) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= libimobiledevice -PORTVERSION= 1.1.5 -PORTREVISION?= 1 +PORTVERSION= 1.1.6 +PORTREVISION?= 0 CATEGORIES?= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -13,19 +13,19 @@ LICENSE?= LGPL21 SLAVE_PORT?= no -USES= libtool pathfix pkgconfig tar:bzip2 +USES+= libtool pathfix pkgconfig tar:bzip2 USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= openssl_CFLAGS="-I${OPENSSLINC}" \ +CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \ openssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -.if ${SLAVE_PORT} == "no" +.if ${SLAVE_PORT} == no LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \ - libusbmuxd.so:${PORTSDIR}/comms/usbmuxd + libusbmuxd.so:${PORTSDIR}/comms/libusbmuxd USE_GNOME= glib20 CONFIGURE_ARGS+=--without-cython @@ -44,6 +44,6 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif # ${SLAVE_PORT} == "no" +.endif # ${SLAVE_PORT} == no .include Modified: head/comms/libimobiledevice/distinfo ============================================================================== --- head/comms/libimobiledevice/distinfo Sun Sep 28 22:08:52 2014 (r369502) +++ head/comms/libimobiledevice/distinfo Sun Sep 28 22:58:51 2014 (r369503) @@ -1,2 +1,2 @@ -SHA256 (libimobiledevice-1.1.5.tar.bz2) = d52ecd069dfc0abe8a81ed0718540df2def2f84b44e88ea783d44312b6f5f33e -SIZE (libimobiledevice-1.1.5.tar.bz2) = 577138 +SHA256 (libimobiledevice-1.1.6.tar.bz2) = 1fcd56489a27181617507b1d8aaf122f66d9860c0fe5af4c78f9e0ed129e33e0 +SIZE (libimobiledevice-1.1.6.tar.bz2) = 619429 Added: head/comms/libimobiledevice/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/libimobiledevice/files/patch-configure Sun Sep 28 22:58:51 2014 (r369503) @@ -0,0 +1,19 @@ +--- configure.orig 2014-09-24 12:07:10 UTC ++++ configure +@@ -17090,7 +17090,7 @@ + py_version=$PYTHON_VERSION + else + py_version=`$PYTHON -c "import sys; \ +- print(sys.version[:3]")` ++ print(sys.version[:3])"` + fi + fi + +@@ -17336,6 +17336,7 @@ + $as_echo "yes" >&6; } + have_openssl=yes + fi ++have_openssl=yes + if test "x$have_openssl" = "xyes"; then + if test "x$use_openssl" != "xyes"; then + enable_openssl=no Modified: head/comms/libimobiledevice/pkg-plist ============================================================================== --- head/comms/libimobiledevice/pkg-plist Sun Sep 28 22:08:52 2014 (r369502) +++ head/comms/libimobiledevice/pkg-plist Sun Sep 28 22:58:51 2014 (r369503) @@ -1,12 +1,14 @@ bin/idevice_id bin/idevicebackup bin/idevicebackup2 +bin/idevicecrashreport bin/idevicedate bin/idevicedebugserverproxy bin/idevicediagnostics bin/ideviceenterrecovery bin/ideviceimagemounter bin/ideviceinfo +bin/idevicename bin/idevicepair bin/ideviceprovision bin/idevicescreenshot @@ -28,6 +30,8 @@ include/libimobiledevice/notification_pr include/libimobiledevice/restore.h include/libimobiledevice/sbservices.h include/libimobiledevice/screenshotr.h +include/libimobiledevice/service.h +include/libimobiledevice/syslog_relay.h include/libimobiledevice/webinspector.h lib/libimobiledevice.a lib/libimobiledevice.so @@ -37,14 +41,15 @@ libdata/pkgconfig/libimobiledevice-1.0.p man/man1/idevice_id.1.gz man/man1/idevicebackup.1.gz man/man1/idevicebackup2.1.gz +man/man1/idevicecrashreport.1.gz man/man1/idevicedate.1.gz man/man1/idevicedebugserverproxy.1.gz man/man1/idevicediagnostics.1.gz man/man1/ideviceenterrecovery.1.gz man/man1/ideviceimagemounter.1.gz man/man1/ideviceinfo.1.gz +man/man1/idevicename.1.gz man/man1/idevicepair.1.gz man/man1/ideviceprovision.1.gz man/man1/idevicescreenshot.1.gz man/man1/idevicesyslog.1.gz -@dirrm include/libimobiledevice Modified: head/comms/libusbmuxd/Makefile ============================================================================== --- head/comms/usbmuxd/Makefile Wed Sep 24 01:48:14 2014 (r369151) +++ head/comms/libusbmuxd/Makefile Sun Sep 28 22:58:51 2014 (r369503) @@ -1,50 +1,38 @@ # $FreeBSD$ -PORTNAME= usbmuxd -PORTVERSION= 1.0.8 +PORTNAME= libusbmuxd +PORTVERSION= 1.0.9 CATEGORIES= comms MASTER_SITES= http://www.libimobiledevice.org/downloads/ MAINTAINER= avilla@FreeBSD.org -COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch +COMMENT= Communication interface library for usbmuxd + +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist -USES= cmake pkgconfig tar:bzip2 +CONFLICTS_INSTALL=usbmuxd-1.0.[6-8] + +USES= libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -PORTDOCS= AUTHORS README README.devel +PORTDOCS= AUTHORS README -OPTIONS_DEFINE= INOTIFY +OPTIONS_DEFINE= DOCS INOTIFY INOTIFY_DESC= Use inotify instead of polling (saves energy) -.include - -.if ${PORT_OPTIONS:MINOTIFY} -LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify -CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=TRUE -.else -CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=FALSE -.endif - -.if ${OSVERSION} <= 800107 || ${OSVERSION} >= 900000 && ${OSVERSION} <= 900002 -IGNORE= requires libusb 1.0.3 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \ - ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ - ${WRKSRC}/Modules/FindInotify.cmake - -pre-install: - @${REINPLACE_CMD} -e '1 s,python,env python,' \ - ${WRKSRC}/python-client/*.py +INOTIFY_LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify +# *_CONFIGURE_WITH can't be used as --with-inotify doesn't work. +INOTIFY_CONFIGURE_OFF= --without-inotify +INOTIFY_CFLAGS= -I${LOCALBASE}/include +INOTIFY_LDFLAGS= -L${LOCALBASE}/lib -linotify post-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/python-client/*.py ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/comms/libusbmuxd/distinfo ============================================================================== --- head/comms/usbmuxd/distinfo Wed Sep 24 01:48:14 2014 (r369151) +++ head/comms/libusbmuxd/distinfo Sun Sep 28 22:58:51 2014 (r369503) @@ -1,2 +1,2 @@ -SHA256 (usbmuxd-1.0.8.tar.bz2) = 899d63cb7915ee844f1d3d651bee06f3dbb862cebca849f0a57f27a0fdfcba5c -SIZE (usbmuxd-1.0.8.tar.bz2) = 59347 +SHA256 (libusbmuxd-1.0.9.tar.bz2) = 2e3f708a3df30ad7832d2d2389eeb29f68f4e4488a42a20149cc99f4f9223dfc +SIZE (libusbmuxd-1.0.9.tar.bz2) = 265940 Modified: head/comms/libusbmuxd/pkg-descr ============================================================================== --- head/comms/usbmuxd/pkg-descr Wed Sep 24 01:48:14 2014 (r369151) +++ head/comms/libusbmuxd/pkg-descr Sun Sep 28 22:58:51 2014 (r369503) @@ -4,4 +4,6 @@ Touch. To users, it means you can sync y etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. +This package contains the usbmuxd communication interface library. + WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd Modified: head/comms/libusbmuxd/pkg-plist ============================================================================== --- head/comms/usbmuxd/pkg-plist Wed Sep 24 01:48:14 2014 (r369151) +++ head/comms/libusbmuxd/pkg-plist Sun Sep 28 22:58:51 2014 (r369503) @@ -1,11 +1,8 @@ bin/iproxy include/usbmuxd-proto.h include/usbmuxd.h +lib/libusbmuxd.a lib/libusbmuxd.so -lib/libusbmuxd.so.1.0.8 lib/libusbmuxd.so.2 +lib/libusbmuxd.so.2.1.0 libdata/pkgconfig/libusbmuxd.pc -sbin/usbmuxd -%%DATADIR%%/tcprelay.py -%%DATADIR%%/usbmux.py -@dirrm %%DATADIR%% Modified: head/comms/py-libimobiledevice/Makefile ============================================================================== --- head/comms/py-libimobiledevice/Makefile Sun Sep 28 22:08:52 2014 (r369502) +++ head/comms/py-libimobiledevice/Makefile Sun Sep 28 22:58:51 2014 (r369503) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= comms python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/c ${PYTHON_SITELIBDIR}/plist.so:${PORTSDIR}/devel/py-libplist RUN_DEPENDS= ${PYTHON_SITELIBDIR}/plist.so:${PORTSDIR}/devel/py-libplist -USE_PYTHON= yes +USES= python +CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" SLAVE_PORT= yes MASTERDIR= ${.CURDIR:H:H}/comms/libimobiledevice @@ -20,7 +21,8 @@ PLIST= ${.CURDIR}/pkg-plist BUILD_WRKSRC= ${WRKSRC}/cython INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.a \ +PLIST_FILES= include/imobiledevice/cython/imobiledevice.pxd \ + ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.a \ ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.so post-patch: @@ -29,4 +31,9 @@ post-patch: -e 's/$$(imobiledevice_la_DEPENDENCIES)//' \ ${BUILD_WRKSRC}/Makefile.in +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/include/imobiledevice/cython + ${INSTALL_DATA} ${INSTALL_WRKSRC}/imobiledevice.pxd \ + ${STAGEDIR}${PREFIX}/include/imobiledevice/cython + .include "${MASTERDIR}/Makefile" Modified: head/comms/usbmuxd/Makefile ============================================================================== --- head/comms/usbmuxd/Makefile Sun Sep 28 22:08:52 2014 (r369502) +++ head/comms/usbmuxd/Makefile Sun Sep 28 22:58:51 2014 (r369503) @@ -1,50 +1,42 @@ # $FreeBSD$ PORTNAME= usbmuxd -PORTVERSION= 1.0.8 +DISTVERSION= 1.0.9-alpha1 CATEGORIES= comms -MASTER_SITES= http://www.libimobiledevice.org/downloads/ MAINTAINER= avilla@FreeBSD.org COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch -LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -USES= cmake pkgconfig tar:bzip2 -USE_LDCONFIG= yes +LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \ + libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice -PORTDOCS= AUTHORS README README.devel - -OPTIONS_DEFINE= INOTIFY - -INOTIFY_DESC= Use inotify instead of polling (saves energy) - -.include - -.if ${PORT_OPTIONS:MINOTIFY} -LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify -CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=TRUE -.else -CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=FALSE -.endif - -.if ${OSVERSION} <= 800107 || ${OSVERSION} >= 900000 && ${OSVERSION} <= 900002 -IGNORE= requires libusb 1.0.3 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \ - ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ - ${WRKSRC}/Modules/FindInotify.cmake - -pre-install: - @${REINPLACE_CMD} -e '1 s,python,env python,' \ - ${WRKSRC}/python-client/*.py +USE_GITHUB= yes +GH_ACCOUNT= libimobiledevice +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 2f6d9d5 + +USES= autoreconf libtool:build pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-systemd \ + libusb_CFLAGS="-I/usr/include" \ + libusb_LIBS="-lusb" + +PLIST_FILES= sbin/usbmuxd + +PORTDOCS= AUTHORS README + +OPTIONS_DEFINE= DOCS + +pre-configure: +# TODO: add devd(8) rule. + @${REINPLACE_CMD} -e 's,-lpthread,-pthread,g' \ + -e '/*cygwin*/ s,),|*bsd*),' \ + ${WRKSRC}/configure.ac post-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/python-client/*.py ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/comms/usbmuxd/distinfo ============================================================================== --- head/comms/usbmuxd/distinfo Sun Sep 28 22:08:52 2014 (r369502) +++ head/comms/usbmuxd/distinfo Sun Sep 28 22:58:51 2014 (r369503) @@ -1,2 +1,2 @@ -SHA256 (usbmuxd-1.0.8.tar.bz2) = 899d63cb7915ee844f1d3d651bee06f3dbb862cebca849f0a57f27a0fdfcba5c -SIZE (usbmuxd-1.0.8.tar.bz2) = 59347 +SHA256 (usbmuxd-1.0.9-alpha1.tar.bz2) = f19583d56899e60cc71e31144ade77008a196333e7f343853144802742fb6c66 +SIZE (usbmuxd-1.0.9-alpha1.tar.bz2) = 55916 Modified: head/devel/libplist/Makefile ============================================================================== --- head/devel/libplist/Makefile Sun Sep 28 22:08:52 2014 (r369502) +++ head/devel/libplist/Makefile Sun Sep 28 22:58:51 2014 (r369503) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= libplist -PORTVERSION= 1.10 -PORTREVISION?= 1 +PORTVERSION= 1.11 +PORTREVISION?= 0 CATEGORIES?= devel MASTER_SITES= http://www.libimobiledevice.org/downloads/ @@ -13,13 +13,14 @@ LICENSE?= LGPL21 SLAVE_PORT?= no -USES= cmake pkgconfig tar:bzip2 +USES+= compiler libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip -.if ${SLAVE_PORT} == "no" +.if ${SLAVE_PORT} == no USE_GNOME= libxml2 -CMAKE_ARGS= -DENABLE_CYTHON:BOOL=False \ - -DENABLE_SWIG:BOOL=False +CONFIGURE_ARGS= --without-cython MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= ${LOCALBASE}/lib @@ -27,20 +28,18 @@ PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS -.include - -post-patch: -# Required for iconv headers (included by libxml2). Do not add to -# CFLAGS as it may break updates from old versions. - @${REINPLACE_CMD} -e 's,$${LIBXML2_INCLUDE_DIR},$${LIBXML2_INCLUDE_DIR} ${LOCALBASE}/include,' \ - ${WRKSRC}/src/CMakeLists.txt - @${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_LIBDIR}/pkgconfig,libdata/pkgconfig,' \ - ${WRKSRC}/CMakeLists.txt - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif # ${SLAVE_PORT} == "no" +.endif # ${SLAVE_PORT} == no + +.include + +pre-build: +.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 45 + @${REINPLACE_CMD} -e '/__attribute__/ s,deprecated(x),deprecated(),' \ + ${WRKSRC}/include/plist/plist.h +.endif -.include +.include Modified: head/devel/libplist/distinfo ============================================================================== --- head/devel/libplist/distinfo Sun Sep 28 22:08:52 2014 (r369502) +++ head/devel/libplist/distinfo Sun Sep 28 22:58:51 2014 (r369503) @@ -1,2 +1,2 @@ -SHA256 (libplist-1.10.tar.bz2) = f44c52a0f8065d41d44772a7484f93bc5e7da21a8f4a9ad3f38a36b827eeff0b -SIZE (libplist-1.10.tar.bz2) = 82519 +SHA256 (libplist-1.11.tar.bz2) = 28e1518eeea054f4eec9a1c93d9575d56193b290c53c1b753773a5e0add95235 +SIZE (libplist-1.11.tar.bz2) = 355365 Added: head/devel/libplist/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libplist/files/patch-configure Sun Sep 28 22:58:51 2014 (r369503) @@ -0,0 +1,11 @@ +--- configure.orig 2014-02-11 16:37:02 UTC ++++ configure +@@ -16625,7 +16625,7 @@ + py_version=$PYTHON_VERSION + else + py_version=`$PYTHON -c "import sys; \ +- print(sys.version[:3]")` ++ print(sys.version[:3])"` + fi + fi + Modified: head/devel/libplist/pkg-plist ============================================================================== --- head/devel/libplist/pkg-plist Sun Sep 28 22:08:52 2014 (r369502) +++ head/devel/libplist/pkg-plist Sun Sep 28 22:58:51 2014 (r369503) @@ -1,5 +1,4 @@ bin/plistutil -bin/plistutil-1.10 include/plist/Array.h include/plist/Boolean.h include/plist/Data.h @@ -14,12 +13,13 @@ include/plist/Structure.h include/plist/Uid.h include/plist/plist++.h include/plist/plist.h +lib/libplist++.a lib/libplist++.so -lib/libplist++.so.1 -lib/libplist++.so.1.1.10 +lib/libplist++.so.2 +lib/libplist++.so.2.0.0 +lib/libplist.a lib/libplist.so -lib/libplist.so.1 -lib/libplist.so.1.1.10 +lib/libplist.so.2 +lib/libplist.so.2.0.0 libdata/pkgconfig/libplist++.pc libdata/pkgconfig/libplist.pc -@dirrm include/plist Modified: head/devel/py-libplist/Makefile ============================================================================== --- head/devel/py-libplist/Makefile Sun Sep 28 22:08:52 2014 (r369502) +++ head/devel/py-libplist/Makefile Sun Sep 28 22:58:51 2014 (r369503) @@ -8,10 +8,10 @@ MAINTAINER= avilla@FreeBSD.org COMMENT= Python bindings for libplist LIB_DEPENDS= libplist.so:${PORTSDIR}/${MASTER_PORT} -BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \ - swig2.0:${PORTSDIR}/devel/swig20 +BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython -USE_PYTHON= yes +USES= python +CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" SLAVE_PORT= yes MASTERDIR= ${.CURDIR:H:H}/devel/libplist # Required to reference installed libplist. @@ -19,11 +19,22 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST= ${.CURDIR}/pkg-plist -FILESDIR= ${.CURDIR}/files -post-patch: - @${CP} ${FILESDIR}/CMakeLists.txt ${WRKSRC} - @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \ - ${WRKSRC}/CMakeLists.txt +BUILD_WRKSRC= ${WRKSRC}/cython +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +PLIST_FILES= include/plist/cython/plist.pxd \ + ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/plist.a \ + ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/plist.so + +pre-configure: + @${REINPLACE_CMD} -e 's,../src/libplist.la,-lplist,' \ + -e 's,$$(plist_la_DEPENDENCIES),,' \ + ${BUILD_WRKSRC}/Makefile.in + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/include/plist/cython + ${INSTALL_DATA} ${INSTALL_WRKSRC}/plist.pxd \ + ${STAGEDIR}${PREFIX}/include/plist/cython .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 23:02:32 2014 Return-Path: Delivered-To: svn-ports-all@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 60DA4D38; Sun, 28 Sep 2014 23:02:32 +0000 (UTC) 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 4185E373; Sun, 28 Sep 2014 23:02:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SN2WEk020306; Sun, 28 Sep 2014 23:02:32 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SN2TOV020291; Sun, 28 Sep 2014 23:02:29 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201409282302.s8SN2TOV020291@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Sep 2014 23:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369504 - in head: audio/amarok-kde4 audio/clementine-player audio/gtkpod audio/lastfm-desktop audio/libgpod audio/rhythmbox graphics/kipi-plugin-ipodexport sysutils/fusefs-ifuse sysuti... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 23:02:32 -0000 Author: avilla Date: Sun Sep 28 23:02:29 2014 New Revision: 369504 URL: http://svnweb.freebsd.org/changeset/ports/369504 QAT: https://qat.redports.org/buildarchive/r369504/ Log: - Chase libplist shlib bump. Modified: head/audio/amarok-kde4/Makefile head/audio/clementine-player/Makefile head/audio/gtkpod/Makefile head/audio/lastfm-desktop/Makefile head/audio/libgpod/Makefile head/audio/rhythmbox/Makefile head/graphics/kipi-plugin-ipodexport/Makefile head/sysutils/fusefs-ifuse/Makefile head/sysutils/fusefs-pod/Makefile Modified: head/audio/amarok-kde4/Makefile ============================================================================== --- head/audio/amarok-kde4/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/amarok-kde4/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= amarok PORTVERSION= 2.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/clementine-player/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio PKGNAMESUFFIX= -player Modified: head/audio/gtkpod/Makefile ============================================================================== --- head/audio/gtkpod/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/gtkpod/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= gtkpod PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/audio/lastfm-desktop/Makefile ============================================================================== --- head/audio/lastfm-desktop/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/lastfm-desktop/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= lastfm PORTVERSION= 2.1.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://cdn.last.fm/client/Linux/ PKGNAMESUFFIX= -desktop Modified: head/audio/libgpod/Makefile ============================================================================== --- head/audio/libgpod/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/libgpod/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= libgpod PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/gtkpod/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/rhythmbox/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -4,7 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.12.8 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/graphics/kipi-plugin-ipodexport/Makefile ============================================================================== --- head/graphics/kipi-plugin-ipodexport/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/graphics/kipi-plugin-ipodexport/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/fusefs-ifuse/Makefile ============================================================================== --- head/sysutils/fusefs-ifuse/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/sysutils/fusefs-ifuse/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,6 +3,7 @@ PORTNAME= ifuse PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.libimobiledevice.org/downloads/ PKGNAMEPREFIX= fusefs- Modified: head/sysutils/fusefs-pod/Makefile ============================================================================== --- head/sysutils/fusefs-pod/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/sysutils/fusefs-pod/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= pod PORTVERSION= 0.5.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils audio MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION} PKGNAMEPREFIX= fusefs- From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 23:04:37 2014 Return-Path: Delivered-To: svn-ports-all@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 72F0BE5C; Sun, 28 Sep 2014 23:04:37 +0000 (UTC) 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 5ECEF389; Sun, 28 Sep 2014 23:04:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SN4bWW020638; Sun, 28 Sep 2014 23:04:37 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SN4bI0020637; Sun, 28 Sep 2014 23:04:37 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201409282304.s8SN4bI0020637@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Sep 2014 23:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369505 - head/multimedia/plexhometheater X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 23:04:37 -0000 Author: avilla Date: Sun Sep 28 23:04:36 2014 New Revision: 369505 URL: http://svnweb.freebsd.org/changeset/ports/369505 QAT: https://qat.redports.org/buildarchive/r369505/ Log: - Chase libplist shlib bump. Modified: head/multimedia/plexhometheater/Makefile Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Sun Sep 28 23:02:29 2014 (r369504) +++ head/multimedia/plexhometheater/Makefile Sun Sep 28 23:04:36 2014 (r369505) @@ -2,6 +2,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 23:35:41 2014 Return-Path: Delivered-To: svn-ports-all@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 85D604E8; Sun, 28 Sep 2014 23:35:41 +0000 (UTC) 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 723B4827; Sun, 28 Sep 2014 23:35:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SNZfV4035155; Sun, 28 Sep 2014 23:35:41 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SNZfqW035154; Sun, 28 Sep 2014 23:35:41 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201409282335.s8SNZfqW035154@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 28 Sep 2014 23:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369506 - head/databases/db48 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 23:35:41 -0000 Author: mandree Date: Sun Sep 28 23:35:40 2014 New Revision: 369506 URL: http://svnweb.freebsd.org/changeset/ports/369506 QAT: https://qat.redports.org/buildarchive/r369506/ Log: Mention the expiration depends on *coin ports moving forward. Modified: head/databases/db48/Makefile Modified: head/databases/db48/Makefile ============================================================================== --- head/databases/db48/Makefile Sun Sep 28 23:04:36 2014 (r369505) +++ head/databases/db48/Makefile Sun Sep 28 23:35:40 2014 (r369506) @@ -13,8 +13,8 @@ DIST_SUBDIR= bdb MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4.8 -DEPRECATED= Please move to db5 or db6. -EXPIRATION_DATE= 2014-11-30 +DEPRECATED= Please migrate to db5 or db6. +EXPIRATION_DATE= 2014-11-30 unless *coin ports remain unfixed LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 01:06:01 2014 Return-Path: Delivered-To: svn-ports-all@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 EAF8832C; Mon, 29 Sep 2014 01:06:01 +0000 (UTC) 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 CCD8CF57; Mon, 29 Sep 2014 01:06:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8T161Ca077921; Mon, 29 Sep 2014 01:06:01 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8T161uu077917; Mon, 29 Sep 2014 01:06:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409290106.s8T161uu077917@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 01:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369507 - in head/net/syncthing-discosrv: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 01:06:02 -0000 Author: swills Date: Mon Sep 29 01:06:00 2014 New Revision: 369507 URL: http://svnweb.freebsd.org/changeset/ports/369507 QAT: https://qat.redports.org/buildarchive/r369507/ Log: net/syncthing-discosrv: add rc script, sync distinfo Added: head/net/syncthing-discosrv/files/ head/net/syncthing-discosrv/files/syncthing-discosrv.in (contents, props changed) Modified: head/net/syncthing-discosrv/Makefile head/net/syncthing-discosrv/distinfo Modified: head/net/syncthing-discosrv/Makefile ============================================================================== --- head/net/syncthing-discosrv/Makefile Sun Sep 28 23:35:40 2014 (r369506) +++ head/net/syncthing-discosrv/Makefile Mon Sep 29 01:06:00 2014 (r369507) @@ -3,6 +3,7 @@ PORTNAME= syncthing-discosrv PORTVERSION= 0.0.0.2014081401 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/:group1 \ https://codeload.github.com/juju/ratelimit/legacy.tar.gz/f9f36d1?dummy=/:group2 \ @@ -26,13 +27,17 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${POR GH_ACCOUNT= syncthing GH_PROJECT= discosrv -GH_COMMIT= f2b3bb0 +GH_COMMIT= f2b3bb063f83f24d6c6e10013ea467d5967eb0cf GH_TAGNAME= ${GH_COMMIT} -WRKSRC= ${WRKDIR}/discosrv-f2b3bb063f83f24d6c6e10013ea467d5967eb0cf +WRKSRC= ${WRKDIR}/discosrv-${GH_COMMIT} PLIST_FILES= bin/syncthing-discosrv +USE_RC_SUBR= syncthing-discosrv +USERS= syncthing +GROUPS= syncthing + post-patch: cd ${WRKSRC} ; \ ${MKDIR} src/github.com/juju ; \ @@ -55,7 +60,7 @@ post-patch: do-build: cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build - ${MV} ${WRKSRC}/discosrv-f2b3bb063f83f24d6c6e10013ea467d5967eb0cf ${WRKSRC}/syncthing-discosrv + ${MV} ${WRKSRC}/discosrv-${GH_COMMIT} ${WRKSRC}/syncthing-discosrv do-install: ${INSTALL_PROGRAM} ${WRKSRC}/syncthing-discosrv ${STAGEDIR}${PREFIX}/bin/ Modified: head/net/syncthing-discosrv/distinfo ============================================================================== --- head/net/syncthing-discosrv/distinfo Sun Sep 28 23:35:40 2014 (r369506) +++ head/net/syncthing-discosrv/distinfo Mon Sep 29 01:06:00 2014 (r369507) @@ -6,8 +6,8 @@ SHA256 (syncthing-0.9.4.tar.gz) = e1cfbc SIZE (syncthing-0.9.4.tar.gz) = 1814400 SHA256 (calmh-xdr-e1714bb.tar.gz) = 354133594fc70dac499a44ffd6d857f1f730345f8db3d07def4e38daec5ec791 SIZE (calmh-xdr-e1714bb.tar.gz) = 9250 -SHA256 (text.go-d65bffbc88a1.tar.gz) = 5b87e4dddc48c363bf190982a0d229ed5c9b57793ae4ec68004dc1c2f2a31309 -SIZE (text.go-d65bffbc88a1.tar.gz) = 3231005 +SHA256 (text.go-d65bffbc88a1.tar.gz) = c78ad1d2bbd296ccddba7c86e4250f66490a3479c068a78a520fd42d68e0aa9d +SIZE (text.go-d65bffbc88a1.tar.gz) = 3234551 SHA256 (bkaradzic-go-lz4-77e2ba8.tar.gz) = 8d6a3f73bb2e21a64292d14af1a8466707c14f71b70d48fde317746cd2ac8d0e SIZE (bkaradzic-go-lz4-77e2ba8.tar.gz) = 232876 SHA256 (golang-groupcache-8b25adc.tar.gz) = 458f35584a960462eec4b50e9068ff6095034c27db2a53cbe22e3e3e9e3fa35d Added: head/net/syncthing-discosrv/files/syncthing-discosrv.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/syncthing-discosrv/files/syncthing-discosrv.in Mon Sep 29 01:06:00 2014 (r369507) @@ -0,0 +1,55 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: syncthingdiscosrv +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthingdiscosrv_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing-discosrv. +# syncthingdiscosrv_user (user): Set user to run syncthing-discosrv. +# Default is "syncthing". +# syncthingdiscosrv_group (group): Set group to run syncthing-discosrv. +# Default is "syncthing". +# syncthingdiscosrv_dir (dir): Set dir to run syncthing-discosrv in. +# Default is "/var/tmp/syncthing". + +. /etc/rc.subr + +name=syncthingdiscosrv +rcvar=syncthingdiscosrv_enable + +load_rc_config $name + +: ${syncthingdiscosrv_enable:="NO"} +: ${syncthingdiscosrv_user:="syncthing"} +: ${syncthingdiscosrv_group:="syncthing"} +: ${syncthingdiscosrv_dir:="/var/tmp/syncthing"} + +export STNORESTART=true +export HOME=${syncthingdiscosrv_dir} + +pidfile=/var/run/syncthingdiscosrv.pid +procname="%%PREFIX%%/bin/syncthing-discosrv" +command="/usr/sbin/daemon" +command_args="-f -p ${pidfile} ${procname} ${syncthingdiscosrv_flags}" + +start_precmd=syncthingdiscosrv_startprecmd + +syncthingdiscosrv_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthingdiscosrv_dir} ]; then + install -d -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} ${syncthingdiscosrv_dir} + fi + +} + +run_rc_command "$1" From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 05:46:33 2014 Return-Path: Delivered-To: svn-ports-all@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 E8332681; Mon, 29 Sep 2014 05:46:33 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F4D7F24; Mon, 29 Sep 2014 05:46:32 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hi2so3837061wib.4 for ; Sun, 28 Sep 2014 22:46:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=gtxR8gLPrGiv8D9KJbzJrhT/Wn7XLUTEEoBKNKy4d70=; b=jPNVUwCl8Osp0VnIzNtAQJVTK4jhhV6kzJQ5xk3GXc4arb+mNI2Ww6yVLgeKOsf25U GvwClcruNkEof5WbNWjFBoeqmnR7ASM00GgcUTIG63UMNO+M5IdbGEKA5zioW+kGl9TW nD39Q/Bb7mEy5uGpnRb/rc9qPNKyW30vgNPRKzuehAxi8DK9fucs5K6UH8bzeDx/IiVL sLJzb//2jpz+jfGzi72aAO3gqGeMKrS8n+tQOhoTmXrU9Crj24VZPHZ7VNcS9pXpK/Hi /A2L+mpyBD8J6u7P/lfzXRWkQenRhI2p2GwxSfI78KFHentg12/GZgxP3IIsm4uTUsOb 3+nQ== MIME-Version: 1.0 X-Received: by 10.194.21.230 with SMTP id y6mr42043904wje.42.1411969591234; Sun, 28 Sep 2014 22:46:31 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.164.130 with HTTP; Sun, 28 Sep 2014 22:46:31 -0700 (PDT) In-Reply-To: <201409281625.s8SGP6IY027096@svn.freebsd.org> References: <201409281625.s8SGP6IY027096@svn.freebsd.org> Date: Mon, 29 Sep 2014 07:46:31 +0200 X-Google-Sender-Auth: zgQiJ7t7j-xPGz9Q4eqyi1vnikE Message-ID: Subject: Re: svn commit: r369464 - head/devel/goffice010 From: Antoine Brodin To: Koop Mast Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 05:46:34 -0000 On Sun, Sep 28, 2014 at 6:25 PM, Koop Mast wrote: > Author: kwm > Date: Sun Sep 28 16:25:05 2014 > New Revision: 369464 > URL: http://svnweb.freebsd.org/changeset/ports/369464 > QAT: https://qat.redports.org/buildarchive/r369464/ > > Log: > Update to 0.10.18. > > Switch from USES=libtool:keepla to USES=libtool > > Modified: > head/devel/goffice010/Makefile > head/devel/goffice010/distinfo > head/devel/goffice010/pkg-plist > Hi, This fails to configure: http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369506/logs/errors/goffice010-0.10.18.log Cheers, Antoine From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 05:53:19 2014 Return-Path: Delivered-To: svn-ports-all@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 DA1959BD; Mon, 29 Sep 2014 05:53:19 +0000 (UTC) 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 C6979129; Mon, 29 Sep 2014 05:53:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8T5rJIt010827; Mon, 29 Sep 2014 05:53:19 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8T5rJIl010825; Mon, 29 Sep 2014 05:53:19 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201409290553.s8T5rJIl010825@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 29 Sep 2014 05:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369508 - head/math/R-cran-RcppArmadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 05:53:20 -0000 Author: tota Date: Mon Sep 29 05:53:18 2014 New Revision: 369508 URL: http://svnweb.freebsd.org/changeset/ports/369508 QAT: https://qat.redports.org/buildarchive/r369508/ Log: - Update to 0.4.450.1.0 Modified: head/math/R-cran-RcppArmadillo/Makefile head/math/R-cran-RcppArmadillo/distinfo Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Mon Sep 29 01:06:00 2014 (r369507) +++ head/math/R-cran-RcppArmadillo/Makefile Mon Sep 29 05:53:18 2014 (r369508) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.4.400.0 -PORTREVISION= 1 +PORTVERSION= 0.4.450.1.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- head/math/R-cran-RcppArmadillo/distinfo Mon Sep 29 01:06:00 2014 (r369507) +++ head/math/R-cran-RcppArmadillo/distinfo Mon Sep 29 05:53:18 2014 (r369508) @@ -1,2 +1,2 @@ -SHA256 (RcppArmadillo_0.4.400.0.tar.gz) = 2395e0332f9912fd4f3463b6ef827d8af113f130ddc9a4c3b27c3ab4aafdf146 -SIZE (RcppArmadillo_0.4.400.0.tar.gz) = 927217 +SHA256 (RcppArmadillo_0.4.450.1.0.tar.gz) = d5ee32e343fd689303d0281559ace3613d4632a6edd89d42a7bbabd4638642e6 +SIZE (RcppArmadillo_0.4.450.1.0.tar.gz) = 931597 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 06:14:23 2014 Return-Path: Delivered-To: svn-ports-all@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 8FF39DDD; Mon, 29 Sep 2014 06:14:23 +0000 (UTC) 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 7A56936F; Mon, 29 Sep 2014 06:14:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8T6ENDC020447; Mon, 29 Sep 2014 06:14:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8T6EMkf020443; Mon, 29 Sep 2014 06:14:22 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201409290614.s8T6EMkf020443@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 29 Sep 2014 06:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369509 - head/mail/phplist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 06:14:23 -0000 Author: riggs Date: Mon Sep 29 06:14:22 2014 New Revision: 369509 URL: http://svnweb.freebsd.org/changeset/ports/369509 QAT: https://qat.redports.org/buildarchive/r369509/ Log: - Update to upstream version 3.0.7 - Add LICENSE - pkg-plist cleanup PR: 193354 Submitted by: ports@bsdserwis.com (maintainer) Modified: head/mail/phplist/Makefile head/mail/phplist/distinfo head/mail/phplist/pkg-plist Modified: head/mail/phplist/Makefile ============================================================================== --- head/mail/phplist/Makefile Mon Sep 29 05:53:18 2014 (r369508) +++ head/mail/phplist/Makefile Mon Sep 29 06:14:22 2014 (r369509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phplist -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.7 CATEGORIES= mail www MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@bsdserwis.com COMMENT= Full-featured open-source newsletter manager +LICENSE= GPLv2 + RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USE_PHP= hash iconv imap mysql pcre session xml zlib @@ -18,7 +20,7 @@ NO_ARCH= yes PEARDIR?= ${LOCALBASE}/share/pear -PORTDOCS= BUGS INSTALL NEWS PEOPLE README README.batches \ +PORTDOCS= BUGS INSTALL PEOPLE README README.batches \ README.bounces README.commandline README.passwords \ README.repetition README.rssfeeds README.security \ README.usertables README.utf8 TODO UPGRADE VERSION \ @@ -33,8 +35,13 @@ OPTIONS_DEFINE= DOCS post-extract: @${MV} ${WRKSRC}/public_html/lists/config/config.php ${WRKSRC}/public_html/lists/config/config.php.sample +# Note: there is file(s) with non-ascii filenames. So it's difficult to add +# such files to pkg-plist. That's why there is find with delete +# do-install: - @cd ${WRKSRC}/public_html/&&${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + @${FIND} ${WRKSRC}/public_html/ -type f -regex '.*[^!-~].*' -delete + ${MKDIR} ${STAGEDIR}${WWWDIR}/ + @cd ${WRKSRC}/public_html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/phplist ${STAGEDIR}${PREFIX}/bin .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/mail/phplist/distinfo ============================================================================== --- head/mail/phplist/distinfo Mon Sep 29 05:53:18 2014 (r369508) +++ head/mail/phplist/distinfo Mon Sep 29 06:14:22 2014 (r369509) @@ -1,2 +1,2 @@ -SHA256 (phplist-3.0.6.tgz) = e3023146c4ce7843ab5010b255f8f1deb3c2339b6c3bd73fdc5d0ccb0e3f135c -SIZE (phplist-3.0.6.tgz) = 7160394 +SHA256 (phplist-3.0.7.tgz) = 13680396eac79bd997c434745a2f5c730627ab195b8317c19b705032394940bf +SIZE (phplist-3.0.7.tgz) = 6446715 Modified: head/mail/phplist/pkg-plist ============================================================================== --- head/mail/phplist/pkg-plist Mon Sep 29 05:53:18 2014 (r369508) +++ head/mail/phplist/pkg-plist Mon Sep 29 06:14:22 2014 (r369509) @@ -136,11 +136,6 @@ bin/phplist %%WWWDIR%%/lists/admin/data/it-regioni.txt %%WWWDIR%%/lists/admin/data/mexico-state.txt %%WWWDIR%%/lists/admin/data/provinces-nl.txt -%%WWWDIR%%/lists/admin/data/ru-countries.txt -%%WWWDIR%%/lists/admin/data/ru-provinces-by.txt -%%WWWDIR%%/lists/admin/data/ru-provinces-kz.txt -%%WWWDIR%%/lists/admin/data/ru-provinces-ua.txt -%%WWWDIR%%/lists/admin/data/ru-provinces.txt %%WWWDIR%%/lists/admin/data/tlds-alpha-by-domain.txt %%WWWDIR%%/lists/admin/data/uk-counties.txt %%WWWDIR%%/lists/admin/data/usa-states.txt @@ -160,7 +155,6 @@ bin/phplist %%WWWDIR%%/lists/admin/fckphplist.php %%WWWDIR%%/lists/admin/gchart.php %%WWWDIR%%/lists/admin/generatebouncerules.php -%%WWWDIR%%/lists/admin/help/.htaccess %%WWWDIR%%/lists/admin/help/de/attachments.php %%WWWDIR%%/lists/admin/help/de/embargo.php %%WWWDIR%%/lists/admin/help/de/format.php @@ -180,6 +174,7 @@ bin/phplist %%WWWDIR%%/lists/admin/help/en/from.php %%WWWDIR%%/lists/admin/help/en/generatetext.php %%WWWDIR%%/lists/admin/help/en/googletrack.php +%%WWWDIR%%/lists/admin/help/en/istestcampaign.php %%WWWDIR%%/lists/admin/help/en/mergeattributes.php %%WWWDIR%%/lists/admin/help/en/message.php %%WWWDIR%%/lists/admin/help/en/plaintextversion.php @@ -367,7 +362,7 @@ bin/phplist %%WWWDIR%%/lists/admin/images/expand.gif %%WWWDIR%%/lists/admin/images/getff.gif %%WWWDIR%%/lists/admin/images/masthead.png -%%WWWDIR%%/lists/admin/images/no-image-template.gif +%%WWWDIR%%/lists/admin/images/no-image-template.png %%WWWDIR%%/lists/admin/images/paypal.gif %%WWWDIR%%/lists/admin/images/phplist-logo.png %%WWWDIR%%/lists/admin/images/phplist-orange.ico @@ -876,1139 +871,6 @@ bin/phplist %%WWWDIR%%/lists/admin/js/jquery.tools.scrollable.js %%WWWDIR%%/lists/admin/js/phplistapp.js %%WWWDIR%%/lists/admin/js/progressbar.js -%%WWWDIR%%/lists/admin/lan/da/about.php -%%WWWDIR%%/lists/admin/lan/da/admin.php -%%WWWDIR%%/lists/admin/lan/da/adminattributes.php -%%WWWDIR%%/lists/admin/lan/da/admins.php -%%WWWDIR%%/lists/admin/lan/da/attributes.php -%%WWWDIR%%/lists/admin/lan/da/bounce.php -%%WWWDIR%%/lists/admin/lan/da/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/da/bouncerule.php -%%WWWDIR%%/lists/admin/lan/da/bouncerules.php -%%WWWDIR%%/lists/admin/lan/da/bounces.php -%%WWWDIR%%/lists/admin/lan/da/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/da/common.php -%%WWWDIR%%/lists/admin/lan/da/configure.php -%%WWWDIR%%/lists/admin/lan/da/defaults.php -%%WWWDIR%%/lists/admin/lan/da/dlusers.php -%%WWWDIR%%/lists/admin/lan/da/domainstats.php -%%WWWDIR%%/lists/admin/lan/da/editattributes.php -%%WWWDIR%%/lists/admin/lan/da/editlist.php -%%WWWDIR%%/lists/admin/lan/da/eventlog.php -%%WWWDIR%%/lists/admin/lan/da/export.php -%%WWWDIR%%/lists/admin/lan/da/frontend.php -%%WWWDIR%%/lists/admin/lan/da/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/da/getrss.php -%%WWWDIR%%/lists/admin/lan/da/home.php -%%WWWDIR%%/lists/admin/lan/da/import1.php -%%WWWDIR%%/lists/admin/lan/da/import2.php -%%WWWDIR%%/lists/admin/lan/da/import3.php -%%WWWDIR%%/lists/admin/lan/da/import4.php -%%WWWDIR%%/lists/admin/lan/da/importadmin.php -%%WWWDIR%%/lists/admin/lan/da/initialise.php -%%WWWDIR%%/lists/admin/lan/da/language_info -%%WWWDIR%%/lists/admin/lan/da/list.php -%%WWWDIR%%/lists/admin/lan/da/login.php -%%WWWDIR%%/lists/admin/lan/da/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/da/mclicks.php -%%WWWDIR%%/lists/admin/lan/da/members.php -%%WWWDIR%%/lists/admin/lan/da/message.php -%%WWWDIR%%/lists/admin/lan/da/messages.php -%%WWWDIR%%/lists/admin/lan/da/mviews.php -%%WWWDIR%%/lists/admin/lan/da/pagetitles.php -%%WWWDIR%%/lists/admin/lan/da/processbounces.php -%%WWWDIR%%/lists/admin/lan/da/processqueue.php -%%WWWDIR%%/lists/admin/lan/da/purgerss.php -%%WWWDIR%%/lists/admin/lan/da/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/da/send.php -%%WWWDIR%%/lists/admin/lan/da/setup.php -%%WWWDIR%%/lists/admin/lan/da/spage.php -%%WWWDIR%%/lists/admin/lan/da/spageedit.php -%%WWWDIR%%/lists/admin/lan/da/statsmgt.php -%%WWWDIR%%/lists/admin/lan/da/template.php -%%WWWDIR%%/lists/admin/lan/da/templates.php -%%WWWDIR%%/lists/admin/lan/da/uclicks.php -%%WWWDIR%%/lists/admin/lan/da/user.php -%%WWWDIR%%/lists/admin/lan/da/usercheck.php -%%WWWDIR%%/lists/admin/lan/da/userclicks.php -%%WWWDIR%%/lists/admin/lan/da/userhistory.php -%%WWWDIR%%/lists/admin/lan/da/usermgt.php -%%WWWDIR%%/lists/admin/lan/da/users.php -%%WWWDIR%%/lists/admin/lan/da/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/de/about.php -%%WWWDIR%%/lists/admin/lan/de/admin.php -%%WWWDIR%%/lists/admin/lan/de/adminattributes.php -%%WWWDIR%%/lists/admin/lan/de/admins.php -%%WWWDIR%%/lists/admin/lan/de/attributes.php -%%WWWDIR%%/lists/admin/lan/de/bounce.php -%%WWWDIR%%/lists/admin/lan/de/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/de/bouncerule.php -%%WWWDIR%%/lists/admin/lan/de/bouncerules.php -%%WWWDIR%%/lists/admin/lan/de/bounces.php -%%WWWDIR%%/lists/admin/lan/de/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/de/common.php -%%WWWDIR%%/lists/admin/lan/de/configure.php -%%WWWDIR%%/lists/admin/lan/de/defaults.php -%%WWWDIR%%/lists/admin/lan/de/dlusers.php -%%WWWDIR%%/lists/admin/lan/de/domainstats.php -%%WWWDIR%%/lists/admin/lan/de/editattributes.php -%%WWWDIR%%/lists/admin/lan/de/editlist.php -%%WWWDIR%%/lists/admin/lan/de/eventlog.php -%%WWWDIR%%/lists/admin/lan/de/export.php -%%WWWDIR%%/lists/admin/lan/de/frontend.php -%%WWWDIR%%/lists/admin/lan/de/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/de/getrss.php -%%WWWDIR%%/lists/admin/lan/de/home.php -%%WWWDIR%%/lists/admin/lan/de/import1.php -%%WWWDIR%%/lists/admin/lan/de/import2.php -%%WWWDIR%%/lists/admin/lan/de/import3.php -%%WWWDIR%%/lists/admin/lan/de/import4.php -%%WWWDIR%%/lists/admin/lan/de/importadmin.php -%%WWWDIR%%/lists/admin/lan/de/initialise.php -%%WWWDIR%%/lists/admin/lan/de/language_info -%%WWWDIR%%/lists/admin/lan/de/list.php -%%WWWDIR%%/lists/admin/lan/de/login.php -%%WWWDIR%%/lists/admin/lan/de/mclicks.php -%%WWWDIR%%/lists/admin/lan/de/members.php -%%WWWDIR%%/lists/admin/lan/de/message.php -%%WWWDIR%%/lists/admin/lan/de/messages.php -%%WWWDIR%%/lists/admin/lan/de/mviews.php -%%WWWDIR%%/lists/admin/lan/de/pagetitles.php -%%WWWDIR%%/lists/admin/lan/de/processbounces.php -%%WWWDIR%%/lists/admin/lan/de/processqueue.php -%%WWWDIR%%/lists/admin/lan/de/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/de/send.php -%%WWWDIR%%/lists/admin/lan/de/setup.php -%%WWWDIR%%/lists/admin/lan/de/spage.php -%%WWWDIR%%/lists/admin/lan/de/spageedit.php -%%WWWDIR%%/lists/admin/lan/de/statsmgt.php -%%WWWDIR%%/lists/admin/lan/de/template.php -%%WWWDIR%%/lists/admin/lan/de/templates.php -%%WWWDIR%%/lists/admin/lan/de/uclicks.php -%%WWWDIR%%/lists/admin/lan/de/user.php -%%WWWDIR%%/lists/admin/lan/de/usercheck.php -%%WWWDIR%%/lists/admin/lan/de/userclicks.php -%%WWWDIR%%/lists/admin/lan/de/userhistory.php -%%WWWDIR%%/lists/admin/lan/de/usermgt.php -%%WWWDIR%%/lists/admin/lan/de/users.php -%%WWWDIR%%/lists/admin/lan/de/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/en/about.php -%%WWWDIR%%/lists/admin/lan/en/account.php -%%WWWDIR%%/lists/admin/lan/en/admin.php -%%WWWDIR%%/lists/admin/lan/en/adminattributes.php -%%WWWDIR%%/lists/admin/lan/en/admins.php -%%WWWDIR%%/lists/admin/lan/en/attributes.php -%%WWWDIR%%/lists/admin/lan/en/bounce.php -%%WWWDIR%%/lists/admin/lan/en/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/en/bouncerule.php -%%WWWDIR%%/lists/admin/lan/en/bouncerules.php -%%WWWDIR%%/lists/admin/lan/en/bounces.php -%%WWWDIR%%/lists/admin/lan/en/campaignmgt.php -%%WWWDIR%%/lists/admin/lan/en/catlists.php -%%WWWDIR%%/lists/admin/lan/en/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/en/common.php -%%WWWDIR%%/lists/admin/lan/en/community.php -%%WWWDIR%%/lists/admin/lan/en/configure.php -%%WWWDIR%%/lists/admin/lan/en/convertstats.php -%%WWWDIR%%/lists/admin/lan/en/converttoutf8.php -%%WWWDIR%%/lists/admin/lan/en/dashboard.php -%%WWWDIR%%/lists/admin/lan/en/dbcheck.php -%%WWWDIR%%/lists/admin/lan/en/defaults.php -%%WWWDIR%%/lists/admin/lan/en/develop.php -%%WWWDIR%%/lists/admin/lan/en/dlusers.php -%%WWWDIR%%/lists/admin/lan/en/domainstats.php -%%WWWDIR%%/lists/admin/lan/en/editattributes.php -%%WWWDIR%%/lists/admin/lan/en/editlist.php -%%WWWDIR%%/lists/admin/lan/en/eventlog.php -%%WWWDIR%%/lists/admin/lan/en/export.php -%%WWWDIR%%/lists/admin/lan/en/fckphplist.php -%%WWWDIR%%/lists/admin/lan/en/frontend.php -%%WWWDIR%%/lists/admin/lan/en/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/en/getrss.php -%%WWWDIR%%/lists/admin/lan/en/help.php -%%WWWDIR%%/lists/admin/lan/en/home.php -%%WWWDIR%%/lists/admin/lan/en/image.php -%%WWWDIR%%/lists/admin/lan/en/import.php -%%WWWDIR%%/lists/admin/lan/en/import1.php -%%WWWDIR%%/lists/admin/lan/en/import2.php -%%WWWDIR%%/lists/admin/lan/en/import3.php -%%WWWDIR%%/lists/admin/lan/en/import4.php -%%WWWDIR%%/lists/admin/lan/en/importadmin.php -%%WWWDIR%%/lists/admin/lan/en/importsimple.php -%%WWWDIR%%/lists/admin/lan/en/info.php -%%WWWDIR%%/lists/admin/lan/en/initialise.php -%%WWWDIR%%/lists/admin/lan/en/list.php -%%WWWDIR%%/lists/admin/lan/en/listbounces.php -%%WWWDIR%%/lists/admin/lan/en/login.php -%%WWWDIR%%/lists/admin/lan/en/logout.php -%%WWWDIR%%/lists/admin/lan/en/markread.php -%%WWWDIR%%/lists/admin/lan/en/massremove.php -%%WWWDIR%%/lists/admin/lan/en/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/en/mclicks.php -%%WWWDIR%%/lists/admin/lan/en/members.php -%%WWWDIR%%/lists/admin/lan/en/message.php -%%WWWDIR%%/lists/admin/lan/en/messages.php -%%WWWDIR%%/lists/admin/lan/en/movetocommon.php -%%WWWDIR%%/lists/admin/lan/en/msgbounces.php -%%WWWDIR%%/lists/admin/lan/en/msgstatus.php -%%WWWDIR%%/lists/admin/lan/en/mviews.php -%%WWWDIR%%/lists/admin/lan/en/pageaction.php -%%WWWDIR%%/lists/admin/lan/en/pagetitles.php -%%WWWDIR%%/lists/admin/lan/en/plugins.php -%%WWWDIR%%/lists/admin/lan/en/processbounces.php -%%WWWDIR%%/lists/admin/lan/en/processqueue.php -%%WWWDIR%%/lists/admin/lan/en/processqueueforked.php -%%WWWDIR%%/lists/admin/lan/en/purgerss.php -%%WWWDIR%%/lists/admin/lan/en/readtestmail.php -%%WWWDIR%%/lists/admin/lan/en/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/en/reindex.php -%%WWWDIR%%/lists/admin/lan/en/resetstats.php -%%WWWDIR%%/lists/admin/lan/en/send.php -%%WWWDIR%%/lists/admin/lan/en/sessioninfo.php -%%WWWDIR%%/lists/admin/lan/en/setup.php -%%WWWDIR%%/lists/admin/lan/en/spage.php -%%WWWDIR%%/lists/admin/lan/en/spageedit.php -%%WWWDIR%%/lists/admin/lan/en/statsmgt.php -%%WWWDIR%%/lists/admin/lan/en/statsoverview.php -%%WWWDIR%%/lists/admin/lan/en/subscriberstats.php -%%WWWDIR%%/lists/admin/lan/en/system.php -%%WWWDIR%%/lists/admin/lan/en/template.php -%%WWWDIR%%/lists/admin/lan/en/templates.php -%%WWWDIR%%/lists/admin/lan/en/tessitura.php -%%WWWDIR%%/lists/admin/lan/en/tst.php -%%WWWDIR%%/lists/admin/lan/en/uclicks.php -%%WWWDIR%%/lists/admin/lan/en/upgrade.php -%%WWWDIR%%/lists/admin/lan/en/user.php -%%WWWDIR%%/lists/admin/lan/en/usercheck.php -%%WWWDIR%%/lists/admin/lan/en/userclicks.php -%%WWWDIR%%/lists/admin/lan/en/userhistory.php -%%WWWDIR%%/lists/admin/lan/en/usermgt.php -%%WWWDIR%%/lists/admin/lan/en/users.php -%%WWWDIR%%/lists/admin/lan/en/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/es/about.php -%%WWWDIR%%/lists/admin/lan/es/admin.php -%%WWWDIR%%/lists/admin/lan/es/adminattributes.php -%%WWWDIR%%/lists/admin/lan/es/admins.php -%%WWWDIR%%/lists/admin/lan/es/attributes.php -%%WWWDIR%%/lists/admin/lan/es/bounce.php -%%WWWDIR%%/lists/admin/lan/es/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/es/bouncerule.php -%%WWWDIR%%/lists/admin/lan/es/bouncerules.php -%%WWWDIR%%/lists/admin/lan/es/bounces.php -%%WWWDIR%%/lists/admin/lan/es/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/es/common.php -%%WWWDIR%%/lists/admin/lan/es/configure.php -%%WWWDIR%%/lists/admin/lan/es/defaults.php -%%WWWDIR%%/lists/admin/lan/es/dlusers.php -%%WWWDIR%%/lists/admin/lan/es/domainstats.php -%%WWWDIR%%/lists/admin/lan/es/editattributes.php -%%WWWDIR%%/lists/admin/lan/es/editlist.php -%%WWWDIR%%/lists/admin/lan/es/eventlog.php -%%WWWDIR%%/lists/admin/lan/es/export.php -%%WWWDIR%%/lists/admin/lan/es/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/es/getrss.php -%%WWWDIR%%/lists/admin/lan/es/home.php -%%WWWDIR%%/lists/admin/lan/es/import1.php -%%WWWDIR%%/lists/admin/lan/es/import3.php -%%WWWDIR%%/lists/admin/lan/es/import4.php -%%WWWDIR%%/lists/admin/lan/es/importadmin.php -%%WWWDIR%%/lists/admin/lan/es/initialise.php -%%WWWDIR%%/lists/admin/lan/es/language_info -%%WWWDIR%%/lists/admin/lan/es/list.php -%%WWWDIR%%/lists/admin/lan/es/login.php -%%WWWDIR%%/lists/admin/lan/es/mclicks.php -%%WWWDIR%%/lists/admin/lan/es/members.php -%%WWWDIR%%/lists/admin/lan/es/message.php -%%WWWDIR%%/lists/admin/lan/es/messages.php -%%WWWDIR%%/lists/admin/lan/es/mviews.php -%%WWWDIR%%/lists/admin/lan/es/pagetitles.php -%%WWWDIR%%/lists/admin/lan/es/processbounces.php -%%WWWDIR%%/lists/admin/lan/es/processqueue.php -%%WWWDIR%%/lists/admin/lan/es/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/es/send.php -%%WWWDIR%%/lists/admin/lan/es/setup.php -%%WWWDIR%%/lists/admin/lan/es/spage.php -%%WWWDIR%%/lists/admin/lan/es/spageedit.php -%%WWWDIR%%/lists/admin/lan/es/statsmgt.php -%%WWWDIR%%/lists/admin/lan/es/template.php -%%WWWDIR%%/lists/admin/lan/es/templates.php -%%WWWDIR%%/lists/admin/lan/es/uclicks.php -%%WWWDIR%%/lists/admin/lan/es/usercheck.php -%%WWWDIR%%/lists/admin/lan/es/userclicks.php -%%WWWDIR%%/lists/admin/lan/es/userhistory.php -%%WWWDIR%%/lists/admin/lan/es/usermgt.php -%%WWWDIR%%/lists/admin/lan/es/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/fa/about.php -%%WWWDIR%%/lists/admin/lan/fa/admin.php -%%WWWDIR%%/lists/admin/lan/fa/adminattributes.php -%%WWWDIR%%/lists/admin/lan/fa/admins.php -%%WWWDIR%%/lists/admin/lan/fa/attributes.php -%%WWWDIR%%/lists/admin/lan/fa/bounce.php -%%WWWDIR%%/lists/admin/lan/fa/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/fa/bouncerule.php -%%WWWDIR%%/lists/admin/lan/fa/bouncerules.php -%%WWWDIR%%/lists/admin/lan/fa/bounces.php -%%WWWDIR%%/lists/admin/lan/fa/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/fa/common.php -%%WWWDIR%%/lists/admin/lan/fa/configure.php -%%WWWDIR%%/lists/admin/lan/fa/defaults.php -%%WWWDIR%%/lists/admin/lan/fa/dlusers.php -%%WWWDIR%%/lists/admin/lan/fa/domainstats.php -%%WWWDIR%%/lists/admin/lan/fa/editattributes.php -%%WWWDIR%%/lists/admin/lan/fa/editattributes.php.old -%%WWWDIR%%/lists/admin/lan/fa/editlist.php -%%WWWDIR%%/lists/admin/lan/fa/eventlog.php -%%WWWDIR%%/lists/admin/lan/fa/export.php -%%WWWDIR%%/lists/admin/lan/fa/frontend.php -%%WWWDIR%%/lists/admin/lan/fa/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/fa/getrss.php -%%WWWDIR%%/lists/admin/lan/fa/home.php -%%WWWDIR%%/lists/admin/lan/fa/import1.php -%%WWWDIR%%/lists/admin/lan/fa/import2.php -%%WWWDIR%%/lists/admin/lan/fa/import3.php -%%WWWDIR%%/lists/admin/lan/fa/import4.php -%%WWWDIR%%/lists/admin/lan/fa/importadmin.php -%%WWWDIR%%/lists/admin/lan/fa/initialise.php -%%WWWDIR%%/lists/admin/lan/fa/language_info -%%WWWDIR%%/lists/admin/lan/fa/list.php -%%WWWDIR%%/lists/admin/lan/fa/login.php -%%WWWDIR%%/lists/admin/lan/fa/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/fa/mclicks.php -%%WWWDIR%%/lists/admin/lan/fa/members.php -%%WWWDIR%%/lists/admin/lan/fa/message.php -%%WWWDIR%%/lists/admin/lan/fa/messages.php -%%WWWDIR%%/lists/admin/lan/fa/mviews.php -%%WWWDIR%%/lists/admin/lan/fa/pagetitles.php -%%WWWDIR%%/lists/admin/lan/fa/processbounces.php -%%WWWDIR%%/lists/admin/lan/fa/processqueue.php -%%WWWDIR%%/lists/admin/lan/fa/purgerss.php -%%WWWDIR%%/lists/admin/lan/fa/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/fa/send.php -%%WWWDIR%%/lists/admin/lan/fa/setup.php -%%WWWDIR%%/lists/admin/lan/fa/spage.php -%%WWWDIR%%/lists/admin/lan/fa/spageedit.php -%%WWWDIR%%/lists/admin/lan/fa/statsmgt.php -%%WWWDIR%%/lists/admin/lan/fa/template.php -%%WWWDIR%%/lists/admin/lan/fa/templates.php -%%WWWDIR%%/lists/admin/lan/fa/uclicks.php -%%WWWDIR%%/lists/admin/lan/fa/user.php -%%WWWDIR%%/lists/admin/lan/fa/usercheck.php -%%WWWDIR%%/lists/admin/lan/fa/userclicks.php -%%WWWDIR%%/lists/admin/lan/fa/userhistory.php -%%WWWDIR%%/lists/admin/lan/fa/usermgt.php -%%WWWDIR%%/lists/admin/lan/fa/users.php -%%WWWDIR%%/lists/admin/lan/fa/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/fr/about.php -%%WWWDIR%%/lists/admin/lan/fr/admin.php -%%WWWDIR%%/lists/admin/lan/fr/adminattributes.php -%%WWWDIR%%/lists/admin/lan/fr/admins.php -%%WWWDIR%%/lists/admin/lan/fr/attributes.php -%%WWWDIR%%/lists/admin/lan/fr/bounce.php -%%WWWDIR%%/lists/admin/lan/fr/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/fr/bouncerule.php -%%WWWDIR%%/lists/admin/lan/fr/bouncerules.php -%%WWWDIR%%/lists/admin/lan/fr/bounces.php -%%WWWDIR%%/lists/admin/lan/fr/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/fr/common.php -%%WWWDIR%%/lists/admin/lan/fr/configure.php -%%WWWDIR%%/lists/admin/lan/fr/defaults.php -%%WWWDIR%%/lists/admin/lan/fr/dlusers.php -%%WWWDIR%%/lists/admin/lan/fr/domainstats.php -%%WWWDIR%%/lists/admin/lan/fr/editattributes.php -%%WWWDIR%%/lists/admin/lan/fr/editlist.php -%%WWWDIR%%/lists/admin/lan/fr/eventlog.php -%%WWWDIR%%/lists/admin/lan/fr/export.php -%%WWWDIR%%/lists/admin/lan/fr/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/fr/getrss.php -%%WWWDIR%%/lists/admin/lan/fr/home.php -%%WWWDIR%%/lists/admin/lan/fr/import1.php -%%WWWDIR%%/lists/admin/lan/fr/import2.php -%%WWWDIR%%/lists/admin/lan/fr/import3.php -%%WWWDIR%%/lists/admin/lan/fr/import4.php -%%WWWDIR%%/lists/admin/lan/fr/importadmin.php -%%WWWDIR%%/lists/admin/lan/fr/initialise.php -%%WWWDIR%%/lists/admin/lan/fr/language_info -%%WWWDIR%%/lists/admin/lan/fr/list.php -%%WWWDIR%%/lists/admin/lan/fr/login.php -%%WWWDIR%%/lists/admin/lan/fr/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/fr/mclicks.php -%%WWWDIR%%/lists/admin/lan/fr/members.php -%%WWWDIR%%/lists/admin/lan/fr/message.php -%%WWWDIR%%/lists/admin/lan/fr/messages.php -%%WWWDIR%%/lists/admin/lan/fr/mviews.php -%%WWWDIR%%/lists/admin/lan/fr/pagetitles.php -%%WWWDIR%%/lists/admin/lan/fr/processbounces.php -%%WWWDIR%%/lists/admin/lan/fr/processqueue.php -%%WWWDIR%%/lists/admin/lan/fr/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/fr/send.php -%%WWWDIR%%/lists/admin/lan/fr/setup.php -%%WWWDIR%%/lists/admin/lan/fr/spage.php -%%WWWDIR%%/lists/admin/lan/fr/spageedit.php -%%WWWDIR%%/lists/admin/lan/fr/statsmgt.php -%%WWWDIR%%/lists/admin/lan/fr/template.php -%%WWWDIR%%/lists/admin/lan/fr/templates.php -%%WWWDIR%%/lists/admin/lan/fr/uclicks.php -%%WWWDIR%%/lists/admin/lan/fr/user.php -%%WWWDIR%%/lists/admin/lan/fr/usercheck.php -%%WWWDIR%%/lists/admin/lan/fr/userclicks.php -%%WWWDIR%%/lists/admin/lan/fr/userhistory.php -%%WWWDIR%%/lists/admin/lan/fr/usermgt.php -%%WWWDIR%%/lists/admin/lan/fr/users.php -%%WWWDIR%%/lists/admin/lan/fr/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/hu/about.php -%%WWWDIR%%/lists/admin/lan/hu/admin.php -%%WWWDIR%%/lists/admin/lan/hu/adminattributes.php -%%WWWDIR%%/lists/admin/lan/hu/admins.php -%%WWWDIR%%/lists/admin/lan/hu/attributes.php -%%WWWDIR%%/lists/admin/lan/hu/bounce.php -%%WWWDIR%%/lists/admin/lan/hu/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/hu/bouncerule.php -%%WWWDIR%%/lists/admin/lan/hu/bouncerules.php -%%WWWDIR%%/lists/admin/lan/hu/bounces.php -%%WWWDIR%%/lists/admin/lan/hu/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/hu/common.php -%%WWWDIR%%/lists/admin/lan/hu/configure.php -%%WWWDIR%%/lists/admin/lan/hu/defaults.php -%%WWWDIR%%/lists/admin/lan/hu/dlusers.php -%%WWWDIR%%/lists/admin/lan/hu/domainstats.php -%%WWWDIR%%/lists/admin/lan/hu/editattributes.php -%%WWWDIR%%/lists/admin/lan/hu/editlist.php -%%WWWDIR%%/lists/admin/lan/hu/eventlog.php -%%WWWDIR%%/lists/admin/lan/hu/export.php -%%WWWDIR%%/lists/admin/lan/hu/frontend.php -%%WWWDIR%%/lists/admin/lan/hu/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/hu/getrss.php -%%WWWDIR%%/lists/admin/lan/hu/home.php -%%WWWDIR%%/lists/admin/lan/hu/import1.php -%%WWWDIR%%/lists/admin/lan/hu/import2.php -%%WWWDIR%%/lists/admin/lan/hu/import3.php -%%WWWDIR%%/lists/admin/lan/hu/import4.php -%%WWWDIR%%/lists/admin/lan/hu/importadmin.php -%%WWWDIR%%/lists/admin/lan/hu/initialise.php -%%WWWDIR%%/lists/admin/lan/hu/language_info -%%WWWDIR%%/lists/admin/lan/hu/list.php -%%WWWDIR%%/lists/admin/lan/hu/login.php -%%WWWDIR%%/lists/admin/lan/hu/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/hu/mclicks.php -%%WWWDIR%%/lists/admin/lan/hu/members.php -%%WWWDIR%%/lists/admin/lan/hu/message.php -%%WWWDIR%%/lists/admin/lan/hu/messages.php -%%WWWDIR%%/lists/admin/lan/hu/mviews.php -%%WWWDIR%%/lists/admin/lan/hu/pagetitles.php -%%WWWDIR%%/lists/admin/lan/hu/processbounces.php -%%WWWDIR%%/lists/admin/lan/hu/processqueue.php -%%WWWDIR%%/lists/admin/lan/hu/purgerss.php -%%WWWDIR%%/lists/admin/lan/hu/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/hu/send.php -%%WWWDIR%%/lists/admin/lan/hu/setup.php -%%WWWDIR%%/lists/admin/lan/hu/spage.php -%%WWWDIR%%/lists/admin/lan/hu/spageedit.php -%%WWWDIR%%/lists/admin/lan/hu/statsmgt.php -%%WWWDIR%%/lists/admin/lan/hu/template.php -%%WWWDIR%%/lists/admin/lan/hu/templates.php -%%WWWDIR%%/lists/admin/lan/hu/uclicks.php -%%WWWDIR%%/lists/admin/lan/hu/user.php -%%WWWDIR%%/lists/admin/lan/hu/usercheck.php -%%WWWDIR%%/lists/admin/lan/hu/userclicks.php -%%WWWDIR%%/lists/admin/lan/hu/userhistory.php -%%WWWDIR%%/lists/admin/lan/hu/usermgt.php -%%WWWDIR%%/lists/admin/lan/hu/users.php -%%WWWDIR%%/lists/admin/lan/hu/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/it/about.php -%%WWWDIR%%/lists/admin/lan/it/admin.php -%%WWWDIR%%/lists/admin/lan/it/adminattributes.php -%%WWWDIR%%/lists/admin/lan/it/admins.php -%%WWWDIR%%/lists/admin/lan/it/attributes.php -%%WWWDIR%%/lists/admin/lan/it/bounce.php -%%WWWDIR%%/lists/admin/lan/it/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/it/bouncerule.php -%%WWWDIR%%/lists/admin/lan/it/bouncerules.php -%%WWWDIR%%/lists/admin/lan/it/bounces.php -%%WWWDIR%%/lists/admin/lan/it/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/it/common.php -%%WWWDIR%%/lists/admin/lan/it/configure.php -%%WWWDIR%%/lists/admin/lan/it/defaults.php -%%WWWDIR%%/lists/admin/lan/it/dlusers.php -%%WWWDIR%%/lists/admin/lan/it/domainstats.php -%%WWWDIR%%/lists/admin/lan/it/editattributes.php -%%WWWDIR%%/lists/admin/lan/it/editlist.php -%%WWWDIR%%/lists/admin/lan/it/eventlog.php -%%WWWDIR%%/lists/admin/lan/it/export.php -%%WWWDIR%%/lists/admin/lan/it/frontend.php -%%WWWDIR%%/lists/admin/lan/it/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/it/getrss.php -%%WWWDIR%%/lists/admin/lan/it/home.php -%%WWWDIR%%/lists/admin/lan/it/import1.php -%%WWWDIR%%/lists/admin/lan/it/import2.php -%%WWWDIR%%/lists/admin/lan/it/import3.php -%%WWWDIR%%/lists/admin/lan/it/import4.php -%%WWWDIR%%/lists/admin/lan/it/importadmin.php -%%WWWDIR%%/lists/admin/lan/it/initialise.php -%%WWWDIR%%/lists/admin/lan/it/language_info -%%WWWDIR%%/lists/admin/lan/it/list.php -%%WWWDIR%%/lists/admin/lan/it/login.php -%%WWWDIR%%/lists/admin/lan/it/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/it/mclicks.php -%%WWWDIR%%/lists/admin/lan/it/members.php -%%WWWDIR%%/lists/admin/lan/it/message.php -%%WWWDIR%%/lists/admin/lan/it/messages.php -%%WWWDIR%%/lists/admin/lan/it/mviews.php -%%WWWDIR%%/lists/admin/lan/it/pagetitles.php -%%WWWDIR%%/lists/admin/lan/it/processbounces.php -%%WWWDIR%%/lists/admin/lan/it/processqueue.php -%%WWWDIR%%/lists/admin/lan/it/purgerss.php -%%WWWDIR%%/lists/admin/lan/it/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/it/send.php -%%WWWDIR%%/lists/admin/lan/it/setup.php -%%WWWDIR%%/lists/admin/lan/it/spage.php -%%WWWDIR%%/lists/admin/lan/it/spageedit.php -%%WWWDIR%%/lists/admin/lan/it/statsmgt.php -%%WWWDIR%%/lists/admin/lan/it/template.php -%%WWWDIR%%/lists/admin/lan/it/templates.php -%%WWWDIR%%/lists/admin/lan/it/uclicks.php -%%WWWDIR%%/lists/admin/lan/it/user.php -%%WWWDIR%%/lists/admin/lan/it/usercheck.php -%%WWWDIR%%/lists/admin/lan/it/userclicks.php -%%WWWDIR%%/lists/admin/lan/it/userhistory.php -%%WWWDIR%%/lists/admin/lan/it/usermgt.php -%%WWWDIR%%/lists/admin/lan/it/users.php -%%WWWDIR%%/lists/admin/lan/it/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/ja/about.php -%%WWWDIR%%/lists/admin/lan/ja/admin.php -%%WWWDIR%%/lists/admin/lan/ja/adminattributes.php -%%WWWDIR%%/lists/admin/lan/ja/admins.php -%%WWWDIR%%/lists/admin/lan/ja/attributes.php -%%WWWDIR%%/lists/admin/lan/ja/bounce.php -%%WWWDIR%%/lists/admin/lan/ja/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/ja/bouncerule.php -%%WWWDIR%%/lists/admin/lan/ja/bouncerules.php -%%WWWDIR%%/lists/admin/lan/ja/bounces.php -%%WWWDIR%%/lists/admin/lan/ja/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/ja/common.php -%%WWWDIR%%/lists/admin/lan/ja/configure.php -%%WWWDIR%%/lists/admin/lan/ja/defaults.php -%%WWWDIR%%/lists/admin/lan/ja/dlusers.php -%%WWWDIR%%/lists/admin/lan/ja/domainstats.php -%%WWWDIR%%/lists/admin/lan/ja/editattributes.php -%%WWWDIR%%/lists/admin/lan/ja/editlist.php -%%WWWDIR%%/lists/admin/lan/ja/eventlog.php -%%WWWDIR%%/lists/admin/lan/ja/export.php -%%WWWDIR%%/lists/admin/lan/ja/frontend.php -%%WWWDIR%%/lists/admin/lan/ja/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/ja/getrss.php -%%WWWDIR%%/lists/admin/lan/ja/home.php -%%WWWDIR%%/lists/admin/lan/ja/import1.php -%%WWWDIR%%/lists/admin/lan/ja/import2.php -%%WWWDIR%%/lists/admin/lan/ja/import3.php -%%WWWDIR%%/lists/admin/lan/ja/import4.php -%%WWWDIR%%/lists/admin/lan/ja/importadmin.php -%%WWWDIR%%/lists/admin/lan/ja/initialise.php -%%WWWDIR%%/lists/admin/lan/ja/language_info -%%WWWDIR%%/lists/admin/lan/ja/list.php -%%WWWDIR%%/lists/admin/lan/ja/login.php -%%WWWDIR%%/lists/admin/lan/ja/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/ja/mclicks.php -%%WWWDIR%%/lists/admin/lan/ja/members.php -%%WWWDIR%%/lists/admin/lan/ja/message.php -%%WWWDIR%%/lists/admin/lan/ja/messages.php -%%WWWDIR%%/lists/admin/lan/ja/mviews.php -%%WWWDIR%%/lists/admin/lan/ja/pagetitles.php -%%WWWDIR%%/lists/admin/lan/ja/preparesend.php -%%WWWDIR%%/lists/admin/lan/ja/processbounces.php -%%WWWDIR%%/lists/admin/lan/ja/processqueue.php -%%WWWDIR%%/lists/admin/lan/ja/purgerss.php -%%WWWDIR%%/lists/admin/lan/ja/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/ja/send.php -%%WWWDIR%%/lists/admin/lan/ja/sendprepared.php -%%WWWDIR%%/lists/admin/lan/ja/setup.php -%%WWWDIR%%/lists/admin/lan/ja/spage.php -%%WWWDIR%%/lists/admin/lan/ja/spageedit.php -%%WWWDIR%%/lists/admin/lan/ja/statsmgt.php -%%WWWDIR%%/lists/admin/lan/ja/statsoverview.php -%%WWWDIR%%/lists/admin/lan/ja/template.php -%%WWWDIR%%/lists/admin/lan/ja/template_bk.php -%%WWWDIR%%/lists/admin/lan/ja/templates.php -%%WWWDIR%%/lists/admin/lan/ja/uclicks.php -%%WWWDIR%%/lists/admin/lan/ja/user.php -%%WWWDIR%%/lists/admin/lan/ja/usercheck.php -%%WWWDIR%%/lists/admin/lan/ja/userclicks.php -%%WWWDIR%%/lists/admin/lan/ja/userhistory.php -%%WWWDIR%%/lists/admin/lan/ja/usermgt.php -%%WWWDIR%%/lists/admin/lan/ja/users.php -%%WWWDIR%%/lists/admin/lan/ja/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/nl/about.php -%%WWWDIR%%/lists/admin/lan/nl/admin.php -%%WWWDIR%%/lists/admin/lan/nl/adminattributes.php -%%WWWDIR%%/lists/admin/lan/nl/admins.php -%%WWWDIR%%/lists/admin/lan/nl/attributes.php -%%WWWDIR%%/lists/admin/lan/nl/bounce.php -%%WWWDIR%%/lists/admin/lan/nl/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/nl/bouncerule.php -%%WWWDIR%%/lists/admin/lan/nl/bouncerules.php -%%WWWDIR%%/lists/admin/lan/nl/bounces.php -%%WWWDIR%%/lists/admin/lan/nl/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/nl/common.php -%%WWWDIR%%/lists/admin/lan/nl/configure.php -%%WWWDIR%%/lists/admin/lan/nl/dbcheck.php -%%WWWDIR%%/lists/admin/lan/nl/defaults.php -%%WWWDIR%%/lists/admin/lan/nl/dlusers.php -%%WWWDIR%%/lists/admin/lan/nl/domainstats.php -%%WWWDIR%%/lists/admin/lan/nl/editattributes.php -%%WWWDIR%%/lists/admin/lan/nl/editlist.php -%%WWWDIR%%/lists/admin/lan/nl/eventlog.php -%%WWWDIR%%/lists/admin/lan/nl/export.php -%%WWWDIR%%/lists/admin/lan/nl/frontend.php -%%WWWDIR%%/lists/admin/lan/nl/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/nl/getrss.php -%%WWWDIR%%/lists/admin/lan/nl/home.php -%%WWWDIR%%/lists/admin/lan/nl/import1.php -%%WWWDIR%%/lists/admin/lan/nl/import2.php -%%WWWDIR%%/lists/admin/lan/nl/import3.php -%%WWWDIR%%/lists/admin/lan/nl/import4.php -%%WWWDIR%%/lists/admin/lan/nl/importadmin.php -%%WWWDIR%%/lists/admin/lan/nl/initialise.php -%%WWWDIR%%/lists/admin/lan/nl/language_info -%%WWWDIR%%/lists/admin/lan/nl/list.php -%%WWWDIR%%/lists/admin/lan/nl/listbounces.php -%%WWWDIR%%/lists/admin/lan/nl/login.php -%%WWWDIR%%/lists/admin/lan/nl/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/nl/mclicks.php -%%WWWDIR%%/lists/admin/lan/nl/members.php -%%WWWDIR%%/lists/admin/lan/nl/message.php -%%WWWDIR%%/lists/admin/lan/nl/messages.php -%%WWWDIR%%/lists/admin/lan/nl/mviews.php -%%WWWDIR%%/lists/admin/lan/nl/pagetitles.php -%%WWWDIR%%/lists/admin/lan/nl/processbounces.php -%%WWWDIR%%/lists/admin/lan/nl/processqueue.php -%%WWWDIR%%/lists/admin/lan/nl/purgerss.php -%%WWWDIR%%/lists/admin/lan/nl/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/nl/send.php -%%WWWDIR%%/lists/admin/lan/nl/setup.php -%%WWWDIR%%/lists/admin/lan/nl/spage.php -%%WWWDIR%%/lists/admin/lan/nl/spageedit.php -%%WWWDIR%%/lists/admin/lan/nl/statsmgt.php -%%WWWDIR%%/lists/admin/lan/nl/statsoverview.php -%%WWWDIR%%/lists/admin/lan/nl/template.php -%%WWWDIR%%/lists/admin/lan/nl/templates.php -%%WWWDIR%%/lists/admin/lan/nl/uclicks.php -%%WWWDIR%%/lists/admin/lan/nl/user.php -%%WWWDIR%%/lists/admin/lan/nl/usercheck.php -%%WWWDIR%%/lists/admin/lan/nl/userclicks.php -%%WWWDIR%%/lists/admin/lan/nl/userhistory.php -%%WWWDIR%%/lists/admin/lan/nl/usermgt.php -%%WWWDIR%%/lists/admin/lan/nl/users.php -%%WWWDIR%%/lists/admin/lan/nl/usetemplate.php -%%WWWDIR%%/lists/admin/lan/nl/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/nl_BE/about.php -%%WWWDIR%%/lists/admin/lan/nl_BE/admin.php -%%WWWDIR%%/lists/admin/lan/nl_BE/adminattributes.php -%%WWWDIR%%/lists/admin/lan/nl_BE/admins.php -%%WWWDIR%%/lists/admin/lan/nl_BE/attributes.php -%%WWWDIR%%/lists/admin/lan/nl_BE/bounce.php -%%WWWDIR%%/lists/admin/lan/nl_BE/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/nl_BE/bouncerule.php -%%WWWDIR%%/lists/admin/lan/nl_BE/bouncerules.php -%%WWWDIR%%/lists/admin/lan/nl_BE/bounces.php -%%WWWDIR%%/lists/admin/lan/nl_BE/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/nl_BE/common.php -%%WWWDIR%%/lists/admin/lan/nl_BE/configure.php -%%WWWDIR%%/lists/admin/lan/nl_BE/dbcheck.php -%%WWWDIR%%/lists/admin/lan/nl_BE/defaults.php -%%WWWDIR%%/lists/admin/lan/nl_BE/dlusers.php -%%WWWDIR%%/lists/admin/lan/nl_BE/domainstats.php -%%WWWDIR%%/lists/admin/lan/nl_BE/editattributes.php -%%WWWDIR%%/lists/admin/lan/nl_BE/editlist.php -%%WWWDIR%%/lists/admin/lan/nl_BE/eventlog.php -%%WWWDIR%%/lists/admin/lan/nl_BE/export.php -%%WWWDIR%%/lists/admin/lan/nl_BE/frontend.php -%%WWWDIR%%/lists/admin/lan/nl_BE/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/nl_BE/getrss.php -%%WWWDIR%%/lists/admin/lan/nl_BE/home.php -%%WWWDIR%%/lists/admin/lan/nl_BE/import1.php -%%WWWDIR%%/lists/admin/lan/nl_BE/import2.php -%%WWWDIR%%/lists/admin/lan/nl_BE/import3.php -%%WWWDIR%%/lists/admin/lan/nl_BE/import4.php -%%WWWDIR%%/lists/admin/lan/nl_BE/importadmin.php -%%WWWDIR%%/lists/admin/lan/nl_BE/initialise.php -%%WWWDIR%%/lists/admin/lan/nl_BE/language_info -%%WWWDIR%%/lists/admin/lan/nl_BE/list.php -%%WWWDIR%%/lists/admin/lan/nl_BE/listbounces.php -%%WWWDIR%%/lists/admin/lan/nl_BE/login.php -%%WWWDIR%%/lists/admin/lan/nl_BE/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/nl_BE/mclicks.php -%%WWWDIR%%/lists/admin/lan/nl_BE/members.php -%%WWWDIR%%/lists/admin/lan/nl_BE/message.php -%%WWWDIR%%/lists/admin/lan/nl_BE/messages.php -%%WWWDIR%%/lists/admin/lan/nl_BE/mviews.php -%%WWWDIR%%/lists/admin/lan/nl_BE/pagetitles.php -%%WWWDIR%%/lists/admin/lan/nl_BE/processbounces.php -%%WWWDIR%%/lists/admin/lan/nl_BE/processqueue.php -%%WWWDIR%%/lists/admin/lan/nl_BE/purgerss.php -%%WWWDIR%%/lists/admin/lan/nl_BE/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/nl_BE/send.php -%%WWWDIR%%/lists/admin/lan/nl_BE/setup.php -%%WWWDIR%%/lists/admin/lan/nl_BE/spage.php -%%WWWDIR%%/lists/admin/lan/nl_BE/spageedit.php -%%WWWDIR%%/lists/admin/lan/nl_BE/statsmgt.php -%%WWWDIR%%/lists/admin/lan/nl_BE/statsoverview.php -%%WWWDIR%%/lists/admin/lan/nl_BE/template.php -%%WWWDIR%%/lists/admin/lan/nl_BE/templates.php -%%WWWDIR%%/lists/admin/lan/nl_BE/uclicks.php -%%WWWDIR%%/lists/admin/lan/nl_BE/user.php -%%WWWDIR%%/lists/admin/lan/nl_BE/usercheck.php -%%WWWDIR%%/lists/admin/lan/nl_BE/userclicks.php -%%WWWDIR%%/lists/admin/lan/nl_BE/userhistory.php -%%WWWDIR%%/lists/admin/lan/nl_BE/usermgt.php -%%WWWDIR%%/lists/admin/lan/nl_BE/users.php -%%WWWDIR%%/lists/admin/lan/nl_BE/usetemplate.php -%%WWWDIR%%/lists/admin/lan/nl_BE/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/pl/about.php -%%WWWDIR%%/lists/admin/lan/pl/admin.php -%%WWWDIR%%/lists/admin/lan/pl/adminattributes.php -%%WWWDIR%%/lists/admin/lan/pl/admins.php -%%WWWDIR%%/lists/admin/lan/pl/attributes.php -%%WWWDIR%%/lists/admin/lan/pl/bounce.php -%%WWWDIR%%/lists/admin/lan/pl/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/pl/bouncerule.php -%%WWWDIR%%/lists/admin/lan/pl/bouncerules.php -%%WWWDIR%%/lists/admin/lan/pl/bounces.php -%%WWWDIR%%/lists/admin/lan/pl/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/pl/common.php -%%WWWDIR%%/lists/admin/lan/pl/configure.php -%%WWWDIR%%/lists/admin/lan/pl/defaults.php -%%WWWDIR%%/lists/admin/lan/pl/dlusers.php -%%WWWDIR%%/lists/admin/lan/pl/domainstats.php -%%WWWDIR%%/lists/admin/lan/pl/editattributes.php -%%WWWDIR%%/lists/admin/lan/pl/editlist.php -%%WWWDIR%%/lists/admin/lan/pl/eventlog.php -%%WWWDIR%%/lists/admin/lan/pl/export.php -%%WWWDIR%%/lists/admin/lan/pl/frontend.php -%%WWWDIR%%/lists/admin/lan/pl/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/pl/getrss.php -%%WWWDIR%%/lists/admin/lan/pl/home.php -%%WWWDIR%%/lists/admin/lan/pl/import1.php -%%WWWDIR%%/lists/admin/lan/pl/import2.php -%%WWWDIR%%/lists/admin/lan/pl/import3.php -%%WWWDIR%%/lists/admin/lan/pl/import4.php -%%WWWDIR%%/lists/admin/lan/pl/importadmin.php -%%WWWDIR%%/lists/admin/lan/pl/initialise.php -%%WWWDIR%%/lists/admin/lan/pl/language_info -%%WWWDIR%%/lists/admin/lan/pl/list.php -%%WWWDIR%%/lists/admin/lan/pl/login.php -%%WWWDIR%%/lists/admin/lan/pl/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/pl/mclicks.php -%%WWWDIR%%/lists/admin/lan/pl/members.php -%%WWWDIR%%/lists/admin/lan/pl/message.php -%%WWWDIR%%/lists/admin/lan/pl/messages.php -%%WWWDIR%%/lists/admin/lan/pl/mviews.php -%%WWWDIR%%/lists/admin/lan/pl/pagetitles.php -%%WWWDIR%%/lists/admin/lan/pl/processbounces.php -%%WWWDIR%%/lists/admin/lan/pl/processqueue.php -%%WWWDIR%%/lists/admin/lan/pl/purgerss.php -%%WWWDIR%%/lists/admin/lan/pl/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/pl/send.php -%%WWWDIR%%/lists/admin/lan/pl/setup.php -%%WWWDIR%%/lists/admin/lan/pl/spage.php -%%WWWDIR%%/lists/admin/lan/pl/spageedit.php -%%WWWDIR%%/lists/admin/lan/pl/statsmgt.php -%%WWWDIR%%/lists/admin/lan/pl/template.php -%%WWWDIR%%/lists/admin/lan/pl/templates.php -%%WWWDIR%%/lists/admin/lan/pl/uclicks.php -%%WWWDIR%%/lists/admin/lan/pl/user.php -%%WWWDIR%%/lists/admin/lan/pl/usercheck.php -%%WWWDIR%%/lists/admin/lan/pl/userclicks.php -%%WWWDIR%%/lists/admin/lan/pl/userhistory.php -%%WWWDIR%%/lists/admin/lan/pl/usermgt.php -%%WWWDIR%%/lists/admin/lan/pl/users.php -%%WWWDIR%%/lists/admin/lan/pl/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/pt_BR/about.php -%%WWWDIR%%/lists/admin/lan/pt_BR/admin.php -%%WWWDIR%%/lists/admin/lan/pt_BR/adminattributes.php -%%WWWDIR%%/lists/admin/lan/pt_BR/admins.php -%%WWWDIR%%/lists/admin/lan/pt_BR/attributes.php -%%WWWDIR%%/lists/admin/lan/pt_BR/bounce.php -%%WWWDIR%%/lists/admin/lan/pt_BR/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/pt_BR/bouncerule.php -%%WWWDIR%%/lists/admin/lan/pt_BR/bouncerules.php -%%WWWDIR%%/lists/admin/lan/pt_BR/bounces.php -%%WWWDIR%%/lists/admin/lan/pt_BR/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/pt_BR/common.php -%%WWWDIR%%/lists/admin/lan/pt_BR/configure.php -%%WWWDIR%%/lists/admin/lan/pt_BR/defaults.php -%%WWWDIR%%/lists/admin/lan/pt_BR/dlusers.php -%%WWWDIR%%/lists/admin/lan/pt_BR/domainstats.php -%%WWWDIR%%/lists/admin/lan/pt_BR/editattributes.php -%%WWWDIR%%/lists/admin/lan/pt_BR/editlist.php -%%WWWDIR%%/lists/admin/lan/pt_BR/eventlog.php -%%WWWDIR%%/lists/admin/lan/pt_BR/export.php -%%WWWDIR%%/lists/admin/lan/pt_BR/frontend.php -%%WWWDIR%%/lists/admin/lan/pt_BR/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/pt_BR/getrss.php -%%WWWDIR%%/lists/admin/lan/pt_BR/home.php -%%WWWDIR%%/lists/admin/lan/pt_BR/import.php -%%WWWDIR%%/lists/admin/lan/pt_BR/import1.php -%%WWWDIR%%/lists/admin/lan/pt_BR/import2.php -%%WWWDIR%%/lists/admin/lan/pt_BR/import3.php -%%WWWDIR%%/lists/admin/lan/pt_BR/import4.php -%%WWWDIR%%/lists/admin/lan/pt_BR/importadmin.php -%%WWWDIR%%/lists/admin/lan/pt_BR/index.php -%%WWWDIR%%/lists/admin/lan/pt_BR/initialise.php -%%WWWDIR%%/lists/admin/lan/pt_BR/language_info -%%WWWDIR%%/lists/admin/lan/pt_BR/lib.php -%%WWWDIR%%/lists/admin/lan/pt_BR/list.php -%%WWWDIR%%/lists/admin/lan/pt_BR/listbounces.php -%%WWWDIR%%/lists/admin/lan/pt_BR/login.php -%%WWWDIR%%/lists/admin/lan/pt_BR/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/pt_BR/mclicks.php -%%WWWDIR%%/lists/admin/lan/pt_BR/members.php -%%WWWDIR%%/lists/admin/lan/pt_BR/message.php -%%WWWDIR%%/lists/admin/lan/pt_BR/messages.php -%%WWWDIR%%/lists/admin/lan/pt_BR/mviews.php -%%WWWDIR%%/lists/admin/lan/pt_BR/pagetitles.php -%%WWWDIR%%/lists/admin/lan/pt_BR/processbounces.php -%%WWWDIR%%/lists/admin/lan/pt_BR/processqueue.php -%%WWWDIR%%/lists/admin/lan/pt_BR/purgerss.php -%%WWWDIR%%/lists/admin/lan/pt_BR/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/pt_BR/send.php -%%WWWDIR%%/lists/admin/lan/pt_BR/setup.php -%%WWWDIR%%/lists/admin/lan/pt_BR/spage.php -%%WWWDIR%%/lists/admin/lan/pt_BR/spageedit.php -%%WWWDIR%%/lists/admin/lan/pt_BR/statsmgt.php -%%WWWDIR%%/lists/admin/lan/pt_BR/statsoverview.php -%%WWWDIR%%/lists/admin/lan/pt_BR/t -%%WWWDIR%%/lists/admin/lan/pt_BR/template.php -%%WWWDIR%%/lists/admin/lan/pt_BR/templates.php -%%WWWDIR%%/lists/admin/lan/pt_BR/uclicks.php -%%WWWDIR%%/lists/admin/lan/pt_BR/upgrade.php -%%WWWDIR%%/lists/admin/lan/pt_BR/user.php -%%WWWDIR%%/lists/admin/lan/pt_BR/usercheck.php -%%WWWDIR%%/lists/admin/lan/pt_BR/userclicks.php -%%WWWDIR%%/lists/admin/lan/pt_BR/userhistory.php -%%WWWDIR%%/lists/admin/lan/pt_BR/usermgt.php -%%WWWDIR%%/lists/admin/lan/pt_BR/users.php -%%WWWDIR%%/lists/admin/lan/pt_BR/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/ru/about.php -%%WWWDIR%%/lists/admin/lan/ru/admin.php -%%WWWDIR%%/lists/admin/lan/ru/adminattributes.php -%%WWWDIR%%/lists/admin/lan/ru/admins.php -%%WWWDIR%%/lists/admin/lan/ru/attributes.php -%%WWWDIR%%/lists/admin/lan/ru/bounce.php -%%WWWDIR%%/lists/admin/lan/ru/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/ru/bouncerule.php -%%WWWDIR%%/lists/admin/lan/ru/bouncerules.php -%%WWWDIR%%/lists/admin/lan/ru/bounces.php -%%WWWDIR%%/lists/admin/lan/ru/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/ru/common.php -%%WWWDIR%%/lists/admin/lan/ru/configure.php -%%WWWDIR%%/lists/admin/lan/ru/defaults.php -%%WWWDIR%%/lists/admin/lan/ru/dlusers.php -%%WWWDIR%%/lists/admin/lan/ru/domainstats.php -%%WWWDIR%%/lists/admin/lan/ru/editattributes.php -%%WWWDIR%%/lists/admin/lan/ru/editlist.php -%%WWWDIR%%/lists/admin/lan/ru/eventlog.php -%%WWWDIR%%/lists/admin/lan/ru/export.php -%%WWWDIR%%/lists/admin/lan/ru/frontend.php -%%WWWDIR%%/lists/admin/lan/ru/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/ru/getrss.php -%%WWWDIR%%/lists/admin/lan/ru/home.php -%%WWWDIR%%/lists/admin/lan/ru/import1.php -%%WWWDIR%%/lists/admin/lan/ru/language_info -%%WWWDIR%%/lists/admin/lan/ru/pagetitles.php -%%WWWDIR%%/lists/admin/lan/sl/about.php -%%WWWDIR%%/lists/admin/lan/sl/admin.php -%%WWWDIR%%/lists/admin/lan/sl/adminattributes.php -%%WWWDIR%%/lists/admin/lan/sl/admins.php -%%WWWDIR%%/lists/admin/lan/sl/attributes.php -%%WWWDIR%%/lists/admin/lan/sl/bounce.php -%%WWWDIR%%/lists/admin/lan/sl/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/sl/bouncerule.php -%%WWWDIR%%/lists/admin/lan/sl/bouncerules.php -%%WWWDIR%%/lists/admin/lan/sl/bounces.php -%%WWWDIR%%/lists/admin/lan/sl/checkbouncerules.php -%%WWWDIR%%/lists/admin/lan/sl/common.php -%%WWWDIR%%/lists/admin/lan/sl/configure.php -%%WWWDIR%%/lists/admin/lan/sl/defaults.php -%%WWWDIR%%/lists/admin/lan/sl/dlusers.php -%%WWWDIR%%/lists/admin/lan/sl/domainstats.php -%%WWWDIR%%/lists/admin/lan/sl/editattributes.php -%%WWWDIR%%/lists/admin/lan/sl/editlist.php -%%WWWDIR%%/lists/admin/lan/sl/eventlog.php -%%WWWDIR%%/lists/admin/lan/sl/export.php -%%WWWDIR%%/lists/admin/lan/sl/frontend.php -%%WWWDIR%%/lists/admin/lan/sl/generatebouncerules.php -%%WWWDIR%%/lists/admin/lan/sl/getrss.php -%%WWWDIR%%/lists/admin/lan/sl/home.php -%%WWWDIR%%/lists/admin/lan/sl/import1.php -%%WWWDIR%%/lists/admin/lan/sl/import2.php -%%WWWDIR%%/lists/admin/lan/sl/import3.php -%%WWWDIR%%/lists/admin/lan/sl/import4.php -%%WWWDIR%%/lists/admin/lan/sl/importadmin.php -%%WWWDIR%%/lists/admin/lan/sl/initialise.php -%%WWWDIR%%/lists/admin/lan/sl/language_info -%%WWWDIR%%/lists/admin/lan/sl/list.php -%%WWWDIR%%/lists/admin/lan/sl/login.php -%%WWWDIR%%/lists/admin/lan/sl/massunconfirm.php -%%WWWDIR%%/lists/admin/lan/sl/mclicks.php -%%WWWDIR%%/lists/admin/lan/sl/members.php -%%WWWDIR%%/lists/admin/lan/sl/message.php -%%WWWDIR%%/lists/admin/lan/sl/messages.php -%%WWWDIR%%/lists/admin/lan/sl/mviews.php -%%WWWDIR%%/lists/admin/lan/sl/pagetitles.php -%%WWWDIR%%/lists/admin/lan/sl/processbounces.php -%%WWWDIR%%/lists/admin/lan/sl/processqueue.php -%%WWWDIR%%/lists/admin/lan/sl/purgerss.php -%%WWWDIR%%/lists/admin/lan/sl/reconcileusers.php -%%WWWDIR%%/lists/admin/lan/sl/send.php -%%WWWDIR%%/lists/admin/lan/sl/setup.php -%%WWWDIR%%/lists/admin/lan/sl/spage.php -%%WWWDIR%%/lists/admin/lan/sl/spageedit.php -%%WWWDIR%%/lists/admin/lan/sl/statsmgt.php -%%WWWDIR%%/lists/admin/lan/sl/template.php -%%WWWDIR%%/lists/admin/lan/sl/templates.php -%%WWWDIR%%/lists/admin/lan/sl/uclicks.php -%%WWWDIR%%/lists/admin/lan/sl/user.php -%%WWWDIR%%/lists/admin/lan/sl/usercheck.php -%%WWWDIR%%/lists/admin/lan/sl/userclicks.php -%%WWWDIR%%/lists/admin/lan/sl/userhistory.php -%%WWWDIR%%/lists/admin/lan/sl/usermgt.php -%%WWWDIR%%/lists/admin/lan/sl/users.php -%%WWWDIR%%/lists/admin/lan/sl/viewtemplate.php -%%WWWDIR%%/lists/admin/lan/sv/about.php -%%WWWDIR%%/lists/admin/lan/sv/admin.php -%%WWWDIR%%/lists/admin/lan/sv/adminattributes.php -%%WWWDIR%%/lists/admin/lan/sv/admins.php -%%WWWDIR%%/lists/admin/lan/sv/attributes.php -%%WWWDIR%%/lists/admin/lan/sv/bounce.php -%%WWWDIR%%/lists/admin/lan/sv/bouncemgt.php -%%WWWDIR%%/lists/admin/lan/sv/bouncerule.php -%%WWWDIR%%/lists/admin/lan/sv/bouncerules.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 06:29:56 2014 Return-Path: Delivered-To: svn-ports-all@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 B23D2C1; Mon, 29 Sep 2014 06:29:56 +0000 (UTC) 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 9E77D68A; Mon, 29 Sep 2014 06:29:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8T6TuM2025713; Mon, 29 Sep 2014 06:29:56 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8T6TuUQ025711; Mon, 29 Sep 2014 06:29:56 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201409290629.s8T6TuUQ025711@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 29 Sep 2014 06:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369510 - head/x11/xterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 06:29:56 -0000 Author: ehaupt Date: Mon Sep 29 06:29:55 2014 New Revision: 369510 URL: http://svnweb.freebsd.org/changeset/ports/369510 QAT: https://qat.redports.org/buildarchive/r369510/ Log: Update to 312 Modified: head/x11/xterm/Makefile head/x11/xterm/distinfo Modified: head/x11/xterm/Makefile ============================================================================== --- head/x11/xterm/Makefile Mon Sep 29 06:14:22 2014 (r369509) +++ head/x11/xterm/Makefile Mon Sep 29 06:29:55 2014 (r369510) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 311 +PORTVERSION= 312 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ CRITICAL:src1 CRITICAL:src2 Modified: head/x11/xterm/distinfo ============================================================================== --- head/x11/xterm/distinfo Mon Sep 29 06:14:22 2014 (r369509) +++ head/x11/xterm/distinfo Mon Sep 29 06:29:55 2014 (r369510) @@ -1,4 +1,4 @@ -SHA256 (xterm-311.tgz) = 3b0a26e1c8a07a3e116a1bfa650da2a732a688e2e029d1ab36436c19cfd0b94b -SIZE (xterm-311.tgz) = 1186153 +SHA256 (xterm-312.tgz) = fad48e1b14e564be1ff06d4a18793a2169037748ff456432f15484383485f36e +SIZE (xterm-312.tgz) = 1186265 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 07:05:15 2014 Return-Path: Delivered-To: svn-ports-all@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 6BF7E5AA; Mon, 29 Sep 2014 07:05:15 +0000 (UTC) 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 58432A76; Mon, 29 Sep 2014 07:05:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8T75F92043554; Mon, 29 Sep 2014 07:05:15 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8T75FRg043553; Mon, 29 Sep 2014 07:05:15 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201409290705.s8T75FRg043553@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 29 Sep 2014 07:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369511 - head/news/cnews X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 07:05:15 -0000 Author: dinoex Date: Mon Sep 29 07:05:14 2014 New Revision: 369511 URL: http://svnweb.freebsd.org/changeset/ports/369511 QAT: https://qat.redports.org/buildarchive/r369511/ Log: - remove @cwd Modified: head/news/cnews/pkg-plist Modified: head/news/cnews/pkg-plist ============================================================================== --- head/news/cnews/pkg-plist Mon Sep 29 06:29:55 2014 (r369510) +++ head/news/cnews/pkg-plist Mon Sep 29 07:05:14 2014 (r369511) @@ -191,20 +191,19 @@ man/man8/rnews.8cn.gz @exec chown news:news %%VARBASE%%/%%NEWSARTS%%/news/announce/newusers @exec mkdir -p %%VARBASE%%/%%NEWSOV%% @exec chown news:news %%VARBASE%%/%%NEWSOV%% -@cwd %%VARBASE%% -@dirrmtry %%NEWSCTL%% -@dirrmtry %%NEWSCTLBASE%% -@dirrmtry %%NEWSOV%% -@dirrmtry %%NEWSARTS%%/control -@dirrmtry %%NEWSARTS%%/junk -@dirrmtry %%NEWSARTS%%/news/announce/newusers -@dirrmtry %%NEWSARTS%%/news/announce -@dirrmtry %%NEWSARTS%%/news -@dirrmtry %%NEWSARTS%%/in.coming/bad -@dirrmtry %%NEWSARTS%%/in.coming -@dirrmtry %%NEWSARTS%%/out.going -@dirrmtry %%NEWSARTS%%/out.master -@dirrmtry %%NEWSARTS%%/out.nntp -@dirrmtry %%NEWSARTS%% +@dirrmtry %%VARBASE%%/%%NEWSCTL%% +@dirrmtry %%VARBASE%%/%%NEWSCTLBASE%% +@dirrmtry %%VARBASE%%/%%NEWSOV%% +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/control +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/junk +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/news/announce/newusers +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/news/announce +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/news +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/in.coming/bad +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/in.coming +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/out.going +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/out.master +@dirrmtry %%VARBASE%%/%%NEWSARTS%%/out.nntp +@dirrmtry %%VARBASE%%/%%NEWSARTS%% @owner @group From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 08:55:17 2014 Return-Path: Delivered-To: svn-ports-all@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 30038EE5; Mon, 29 Sep 2014 08:55:17 +0000 (UTC) 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 1C6E7899; Mon, 29 Sep 2014 08:55:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8T8tGr2093738; Mon, 29 Sep 2014 08:55:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8T8tG0d093737; Mon, 29 Sep 2014 08:55:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409290855.s8T8tG0d093737@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 08:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369512 - head/graphics/sk1libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 08:55:17 -0000 Author: amdmi3 Date: Mon Sep 29 08:55:16 2014 New Revision: 369512 URL: http://svnweb.freebsd.org/changeset/ports/369512 QAT: https://qat.redports.org/buildarchive/r369512/ Log: - Switch to USES=python - Strip libraries Modified: head/graphics/sk1libs/Makefile Modified: head/graphics/sk1libs/Makefile ============================================================================== --- head/graphics/sk1libs/Makefile Mon Sep 29 07:05:14 2014 (r369511) +++ head/graphics/sk1libs/Makefile Mon Sep 29 08:55:16 2014 (r369512) @@ -17,8 +17,8 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/grap PROJECTHOST= uniconvertor -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_BUILD_TARGET=build_ext PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib \ -I${LOCALBASE}/include:${LOCALBASE}/include/freetype2 @@ -26,4 +26,9 @@ PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/li post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/utils/fs.py +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sk1libs/ft2engine/*.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/sk1libs/pycms/*.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/sk1libs/imaging/*.so + .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 09:31:24 2014 Return-Path: Delivered-To: svn-ports-all@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 9E2E2B2F; Mon, 29 Sep 2014 09:31:24 +0000 (UTC) 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 72D35BFF; Mon, 29 Sep 2014 09:31:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8T9VOrf011879; Mon, 29 Sep 2014 09:31:24 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8T9VOHg011797; Mon, 29 Sep 2014 09:31:24 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201409290931.s8T9VOHg011797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Mon, 29 Sep 2014 09:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369513 - head/x11/xkeyboard-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 09:31:24 -0000 Author: ak Date: Mon Sep 29 09:31:23 2014 New Revision: 369513 URL: http://svnweb.freebsd.org/changeset/ports/369513 QAT: https://qat.redports.org/buildarchive/r369513/ Log: - Add NO_ARCH - Use new @dir syntax Approved by: x11 (kwm) Modified: head/x11/xkeyboard-config/Makefile head/x11/xkeyboard-config/pkg-plist Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Mon Sep 29 08:55:16 2014 (r369512) +++ head/x11/xkeyboard-config/Makefile Mon Sep 29 09:31:23 2014 (r369513) @@ -11,8 +11,10 @@ COMMENT= X Keyboard Configuration Databa LICENSE= MIT BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp + XORG_CAT= data +NO_ARCH= yes USES= gmake pathfix perl5 tar:bzip2 USE_GNOME= intlhack libxslt:build USE_PERL5= build @@ -44,7 +46,7 @@ post-patch: ${WRKSRC}/rules/merge.sh post-install: - ${MKDIR} ${STAGEDIR}/var/lib/xkb - ${LN} -sf /var/lib/xkb ${STAGEDIR}${PREFIX}/share/X11/xkb/compiled + @${MKDIR} ${STAGEDIR}/var/lib/xkb + @${LN} -sf /var/lib/xkb ${STAGEDIR}${PREFIX}/share/X11/xkb/compiled .include Modified: head/x11/xkeyboard-config/pkg-plist ============================================================================== --- head/x11/xkeyboard-config/pkg-plist Mon Sep 29 08:55:16 2014 (r369512) +++ head/x11/xkeyboard-config/pkg-plist Mon Sep 29 09:31:23 2014 (r369513) @@ -319,34 +319,5 @@ share/X11/xkb/types/pc %%NLS%%share/locale/vi/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/rw -%%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ky -%%NLS%%@dirrmtry share/locale/crh/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/crh -@dirrm share/X11/xkb/types -@dirrm share/X11/xkb/symbols/xfree68_vndr -@dirrm share/X11/xkb/symbols/sun_vndr -@dirrm share/X11/xkb/symbols/sony_vndr -@dirrm share/X11/xkb/symbols/sharp_vndr -@dirrm share/X11/xkb/symbols/sgi_vndr -@dirrm share/X11/xkb/symbols/nokia_vndr -@dirrm share/X11/xkb/symbols/nec_vndr -@dirrm share/X11/xkb/symbols/macintosh_vndr -@dirrm share/X11/xkb/symbols/hp_vndr -@dirrm share/X11/xkb/symbols/fujitsu_vndr -@dirrm share/X11/xkb/symbols/digital_vndr -@dirrm share/X11/xkb/symbols -@dirrm share/X11/xkb/rules -@dirrm share/X11/xkb/keycodes/sgi_vndr -@dirrm share/X11/xkb/keycodes/digital_vndr -@dirrm share/X11/xkb/keycodes -@dirrm share/X11/xkb/geometry/sgi_vndr -@dirrm share/X11/xkb/geometry/digital_vndr -@dirrm share/X11/xkb/geometry -@dirrm share/X11/xkb/compat -@dirrm share/X11/xkb -@dirrmtry share/X11 -@dirrmtry /var/lib/xkb -@dirrmtry /var/lib +@dir /var/lib/xkb +@dir /var/lib From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 10:44:02 2014 Return-Path: Delivered-To: svn-ports-all@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 3DB69B7D; Mon, 29 Sep 2014 10:44:02 +0000 (UTC) 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 20382608; Mon, 29 Sep 2014 10:44:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TAi1g9044728; Mon, 29 Sep 2014 10:44:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TAi1YR044725; Mon, 29 Sep 2014 10:44:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201409291044.s8TAi1YR044725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Sep 2014 10:44:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369514 - head/sysutils/webmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 10:44:02 -0000 Author: olgeni Date: Mon Sep 29 10:44:00 2014 New Revision: 369514 URL: http://svnweb.freebsd.org/changeset/ports/369514 QAT: https://qat.redports.org/buildarchive/r369514/ Log: Upgrade to version 1.703. Modified: head/sysutils/webmin/Makefile head/sysutils/webmin/distinfo head/sysutils/webmin/pkg-plist Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Mon Sep 29 09:31:23 2014 (r369513) +++ head/sysutils/webmin/Makefile Mon Sep 29 10:44:00 2014 (r369514) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webmin -PORTVERSION= 1.702 +PORTVERSION= 1.703 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/devel/tarballs/:sf \ http://download.webmin.com/updates/:up \ Modified: head/sysutils/webmin/distinfo ============================================================================== --- head/sysutils/webmin/distinfo Mon Sep 29 09:31:23 2014 (r369513) +++ head/sysutils/webmin/distinfo Mon Sep 29 10:44:00 2014 (r369514) @@ -1,2 +1,2 @@ -SHA256 (webmin-1.702.tar.gz) = 1cba3df1f5107abdd81d4605abe23e9419537124d351fd47e3ad4dab0934688c -SIZE (webmin-1.702.tar.gz) = 22520103 +SHA256 (webmin-1.703.tar.gz) = 27814e99a618ec2cff8c2480e461273f0b426af97a07aa095de0c127bd89fa4d +SIZE (webmin-1.703.tar.gz) = 22549033 Modified: head/sysutils/webmin/pkg-plist ============================================================================== --- head/sysutils/webmin/pkg-plist Mon Sep 29 09:31:23 2014 (r369513) +++ head/sysutils/webmin/pkg-plist Mon Sep 29 10:44:00 2014 (r369514) @@ -794,6 +794,7 @@ lib/webmin/apache/mod_log_referer.pl lib/webmin/apache/mod_mem_cache.pl lib/webmin/apache/mod_mime.pl lib/webmin/apache/mod_mime_magic.pl +lib/webmin/apache/mod_mpm_prefork.pl lib/webmin/apache/mod_negotiation.pl lib/webmin/apache/mod_perl.pl lib/webmin/apache/mod_php.pl @@ -9754,6 +9755,32 @@ lib/webmin/iscsi-target/save_timeout.cgi lib/webmin/iscsi-target/start.cgi lib/webmin/iscsi-target/stop.cgi lib/webmin/iscsi-target/up_allow.cgi +lib/webmin/iscsi-tgtd/CHANGELOG +lib/webmin/iscsi-tgtd/atboot.cgi +lib/webmin/iscsi-tgtd/config +lib/webmin/iscsi-tgtd/config-debian-linux +lib/webmin/iscsi-tgtd/config.info +lib/webmin/iscsi-tgtd/config.info.de +lib/webmin/iscsi-tgtd/config.info.de.UTF-8 +lib/webmin/iscsi-tgtd/delete_targets.cgi +lib/webmin/iscsi-tgtd/edit_manual.cgi +lib/webmin/iscsi-tgtd/edit_target.cgi +lib/webmin/iscsi-tgtd/images/icon.gif +lib/webmin/iscsi-tgtd/images/smallicon.gif +lib/webmin/iscsi-tgtd/index.cgi +lib/webmin/iscsi-tgtd/install_check.pl +lib/webmin/iscsi-tgtd/iscsi-tgtd-lib.pl +lib/webmin/iscsi-tgtd/lang/de +lib/webmin/iscsi-tgtd/lang/de.UTF-8 +lib/webmin/iscsi-tgtd/lang/en +lib/webmin/iscsi-tgtd/lang/en.UTF-8 +lib/webmin/iscsi-tgtd/log_parser.pl +lib/webmin/iscsi-tgtd/module.info +lib/webmin/iscsi-tgtd/restart.cgi +lib/webmin/iscsi-tgtd/save_manual.cgi +lib/webmin/iscsi-tgtd/save_target.cgi +lib/webmin/iscsi-tgtd/start.cgi +lib/webmin/iscsi-tgtd/stop.cgi lib/webmin/jabber/backup_config.pl lib/webmin/jabber/config lib/webmin/jabber/config-cobalt-linux From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 12:39:35 2014 Return-Path: Delivered-To: svn-ports-all@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 8A76340A; Mon, 29 Sep 2014 12:39:35 +0000 (UTC) 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 7731A2EB; Mon, 29 Sep 2014 12:39:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TCdZPD096143; Mon, 29 Sep 2014 12:39:35 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TCdZ3X096141; Mon, 29 Sep 2014 12:39:35 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201409291239.s8TCdZ3X096141@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 29 Sep 2014 12:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369515 - head/shells/dash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 12:39:35 -0000 Author: robak Date: Mon Sep 29 12:39:34 2014 New Revision: 369515 URL: http://svnweb.freebsd.org/changeset/ports/369515 QAT: https://qat.redports.org/buildarchive/r369515/ Log: shells/dash: update 0.5.7 -> 0.5.8 Approved by: mentors (implicit) Modified: head/shells/dash/Makefile head/shells/dash/distinfo Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Mon Sep 29 10:44:00 2014 (r369514) +++ head/shells/dash/Makefile Mon Sep 29 12:39:34 2014 (r369515) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dash -PORTVERSION= 0.5.7 +PORTVERSION= 0.5.8 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ Modified: head/shells/dash/distinfo ============================================================================== --- head/shells/dash/distinfo Mon Sep 29 10:44:00 2014 (r369514) +++ head/shells/dash/distinfo Mon Sep 29 12:39:34 2014 (r369515) @@ -1,2 +1,2 @@ -SHA256 (dash-0.5.7.tar.gz) = ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39 -SIZE (dash-0.5.7.tar.gz) = 223794 +SHA256 (dash-0.5.8.tar.gz) = c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f +SIZE (dash-0.5.8.tar.gz) = 223028 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 12:39:40 2014 Return-Path: Delivered-To: svn-ports-all@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 BB8F54EE; Mon, 29 Sep 2014 12:39:40 +0000 (UTC) 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 A8BA62EF; Mon, 29 Sep 2014 12:39:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TCde3q096271; Mon, 29 Sep 2014 12:39:40 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TCdevn096269; Mon, 29 Sep 2014 12:39:40 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201409291239.s8TCdevn096269@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 29 Sep 2014 12:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369516 - head/www/p5-JE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 12:39:40 -0000 Author: ehaupt Date: Mon Sep 29 12:39:39 2014 New Revision: 369516 URL: http://svnweb.freebsd.org/changeset/ports/369516 QAT: https://qat.redports.org/buildarchive/r369516/ Log: Update to 0.063 Modified: head/www/p5-JE/Makefile head/www/p5-JE/distinfo Modified: head/www/p5-JE/Makefile ============================================================================== --- head/www/p5-JE/Makefile Mon Sep 29 12:39:34 2014 (r369515) +++ head/www/p5-JE/Makefile Mon Sep 29 12:39:39 2014 (r369516) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JE -PORTVERSION= 0.062 +PORTVERSION= 0.063 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SPROUT Modified: head/www/p5-JE/distinfo ============================================================================== --- head/www/p5-JE/distinfo Mon Sep 29 12:39:34 2014 (r369515) +++ head/www/p5-JE/distinfo Mon Sep 29 12:39:39 2014 (r369516) @@ -1,2 +1,2 @@ -SHA256 (JE-0.062.tar.gz) = 2c9ea987622cd11c3e9d4a170d08421243de240883d22de625218ddb7a0f779c -SIZE (JE-0.062.tar.gz) = 280964 +SHA256 (JE-0.063.tar.gz) = fc4924bbf846671ae8fcb85b8a3eb5ce103d9b02493116f9dfc5cc204f339639 +SIZE (JE-0.063.tar.gz) = 281277 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 13:45:37 2014 Return-Path: Delivered-To: svn-ports-all@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 72F3D3E0; Mon, 29 Sep 2014 13:45:37 +0000 (UTC) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "nyi.unixathome.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 411BDC66; Mon, 29 Sep 2014 13:45:36 +0000 (UTC) Received: from nyi.unixathome.org (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id A435550844; Mon, 29 Sep 2014 13:45:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by nyi.unixathome.org (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m3Ia03J8MjWh; Mon, 29 Sep 2014 13:45:19 +0000 (UTC) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id C354950843 ; Mon, 29 Sep 2014 13:45:18 +0000 (UTC) Content-Type: multipart/signed; boundary="Apple-Mail=_CE5AA29B-E78A-495D-A1E8-D458A4CA86F8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r369506 - head/databases/db48 From: Dan Langille In-Reply-To: <201409282335.s8SNZfqW035154@svn.freebsd.org> Date: Mon, 29 Sep 2014 09:45:15 -0400 Message-Id: References: <201409282335.s8SNZfqW035154@svn.freebsd.org> To: Matthias Andree X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 13:45:37 -0000 --Apple-Mail=_CE5AA29B-E78A-495D-A1E8-D458A4CA86F8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Sep 28, 2014, at 7:35 PM, Matthias Andree = wrote: > Author: mandree > Date: Sun Sep 28 23:35:40 2014 > New Revision: 369506 > URL: http://svnweb.freebsd.org/changeset/ports/369506 > QAT: https://qat.redports.org/buildarchive/r369506/ >=20 > Log: > Mention the expiration depends on *coin ports moving forward. >=20 > Modified: > head/databases/db48/Makefile >=20 > Modified: head/databases/db48/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/databases/db48/Makefile Sun Sep 28 23:04:36 2014 = (r369505) > +++ head/databases/db48/Makefile Sun Sep 28 23:35:40 2014 = (r369506) > @@ -13,8 +13,8 @@ DIST_SUBDIR=3D bdb > MAINTAINER=3D mandree@FreeBSD.org > COMMENT=3D The Berkeley DB package, revision 4.8 >=20 > -DEPRECATED=3D Please move to db5 or db6. > -EXPIRATION_DATE=3D 2014-11-30 > +DEPRECATED=3D Please migrate to db5 or db6. > +EXPIRATION_DATE=3D 2014-11-30 unless *coin ports remain unfixed This is not a valid date field. Some systems, FreshPorts included, = depend upon that field for reports. Is there a better way to specify that, perhaps in the DEPRECATED = message? >=20 > LICENSE=3D BSD3CLAUSE > LICENSE_FILE=3D ${WRKDIR}/${DISTNAME}/LICENSE > _______________________________________________ > svn-ports-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-head > To unsubscribe, send any mail to = "svn-ports-head-unsubscribe@freebsd.org" =97=20 Dan Langille --Apple-Mail=_CE5AA29B-E78A-495D-A1E8-D458A4CA86F8 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iKYEARECAGYFAlQpYmtfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDA3REZBQjJGRUQ3NEE5QkE0NTNGOUJCNzBB MEIxNzE0Q0ZGQjlEM0MACgkQCgsXFM/7nTwPsgCgwyHYxIuFcWjvE/VCNVxBgBHm JlkAoLFQ4qemnqfaVePmlEKF7iEK6P7I =K3MW -----END PGP SIGNATURE----- --Apple-Mail=_CE5AA29B-E78A-495D-A1E8-D458A4CA86F8-- From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:09:12 2014 Return-Path: Delivered-To: svn-ports-all@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 8ACC3D5B; Mon, 29 Sep 2014 14:09:12 +0000 (UTC) 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 5D79CECF; Mon, 29 Sep 2014 14:09:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TE9CRG038100; Mon, 29 Sep 2014 14:09:12 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TE9BN6038097; Mon, 29 Sep 2014 14:09:11 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291409.s8TE9BN6038097@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 14:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369517 - head/devel/libgit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:09:12 -0000 Author: wg Date: Mon Sep 29 14:09:10 2014 New Revision: 369517 URL: http://svnweb.freebsd.org/changeset/ports/369517 QAT: https://qat.redports.org/buildarchive/r369517/ Log: devel/libgit2: update to 0.21.1 - USES python:build Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/libgit2/pkg-plist Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Mon Sep 29 12:39:39 2014 (r369516) +++ head/devel/libgit2/Makefile Mon Sep 29 14:09:10 2014 (r369517) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 CATEGORIES= devel MAINTAINER= wg@FreeBSD.org @@ -12,15 +12,13 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= libgit2 GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 28f087c +GH_COMMIT= b4d00c1 -USES= cmake +USES= cmake python:build USE_LDCONFIG= yes -USE_PYTHON_BUILD= yes USE_OPENSSL= yes -PLIST_SUB= SHLIB_VER1=${PORTVERSION} \ - SHLIB_VER2=${PORTVERSION:R:E} +PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E} OPTIONS_DEFINE= SSH OPTIONS_DEFAULT=SSH Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Mon Sep 29 12:39:39 2014 (r369516) +++ head/devel/libgit2/distinfo Mon Sep 29 14:09:10 2014 (r369517) @@ -1,2 +1,2 @@ -SHA256 (libgit2-0.21.0.tar.gz) = cf40328e7916f570f6763fb77b63ce7c514a49bd50e40f166a636e74f11a23f0 -SIZE (libgit2-0.21.0.tar.gz) = 3427273 +SHA256 (libgit2-0.21.1.tar.gz) = 7faed833d59890ca11957610e020aef3d91e56027408e956d5eb3c9f35dbcb29 +SIZE (libgit2-0.21.1.tar.gz) = 3428317 Modified: head/devel/libgit2/pkg-plist ============================================================================== --- head/devel/libgit2/pkg-plist Mon Sep 29 12:39:39 2014 (r369516) +++ head/devel/libgit2/pkg-plist Mon Sep 29 14:09:10 2014 (r369517) @@ -66,8 +66,8 @@ include/git2/sys/reflog.h include/git2/sys/refs.h include/git2/sys/repository.h lib/libgit2.so -lib/libgit2.so.%%SHLIB_VER1%% -lib/libgit2.so.%%SHLIB_VER2%% +lib/libgit2.so.0.%%SHLIB_VER%%.0 +lib/libgit2.so.%%SHLIB_VER%% libdata/pkgconfig/libgit2.pc @dirrm include/git2/sys @dirrm include/git2 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:21:28 2014 Return-Path: Delivered-To: svn-ports-all@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 218D83C3; Mon, 29 Sep 2014 14:21:28 +0000 (UTC) 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 0DD81130; Mon, 29 Sep 2014 14:21:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TELR6R046034; Mon, 29 Sep 2014 14:21:27 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TELRDp046032; Mon, 29 Sep 2014 14:21:27 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291421.s8TELRDp046032@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 14:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369518 - head/devel/py-pygit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:21:28 -0000 Author: wg Date: Mon Sep 29 14:21:26 2014 New Revision: 369518 URL: http://svnweb.freebsd.org/changeset/ports/369518 QAT: https://qat.redports.org/buildarchive/r369518/ Log: devel/py-pygit2: update to 0.21.1 - USES python Modified: head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Mon Sep 29 14:09:10 2014 (r369517) +++ head/devel/py-pygit2/Makefile Mon Sep 29 14:21:26 2014 (r369518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,11 @@ COMMENT= Python bindings for libgit2 LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:${PORTSDIR}/devel/py-cffi -LIB_DEPENDS= libgit2.so.${PORTVERSION}:${PORTSDIR}/devel/libgit2 +LIB_DEPENDS= libgit2.so.0.${PORTVERSION:R:E}.0:${PORTSDIR}/devel/libgit2 RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils MAKE_ENV= LIBGIT2=${LOCALBASE} .include Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Mon Sep 29 14:09:10 2014 (r369517) +++ head/devel/py-pygit2/distinfo Mon Sep 29 14:21:26 2014 (r369518) @@ -1,2 +1,2 @@ -SHA256 (pygit2-0.21.0.tar.gz) = cdc24084ba066234dfffd58f22e265b23f76a064b3069777e5009ff1679f2574 -SIZE (pygit2-0.21.0.tar.gz) = 150281 +SHA256 (pygit2-0.21.1.tar.gz) = 00bdf828a1c6fd55a8308fc50214611329d9021b58e812a63776e7f3a0b5af14 +SIZE (pygit2-0.21.1.tar.gz) = 415688 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:26:25 2014 Return-Path: Delivered-To: svn-ports-all@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 312C9793; Mon, 29 Sep 2014 14:26:25 +0000 (UTC) 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 1D4C5168; Mon, 29 Sep 2014 14:26:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEQOQj047227; Mon, 29 Sep 2014 14:26:24 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEQOq4047225; Mon, 29 Sep 2014 14:26:24 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201409291426.s8TEQOq4047225@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 29 Sep 2014 14:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369519 - head/net/delegate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:26:25 -0000 Author: danilo Date: Mon Sep 29 14:26:24 2014 New Revision: 369519 URL: http://svnweb.freebsd.org/changeset/ports/369519 QAT: https://qat.redports.org/buildarchive/r369519/ Log: - Update from 9.9.11 to 9.9.12 Modified: head/net/delegate/Makefile head/net/delegate/distinfo Modified: head/net/delegate/Makefile ============================================================================== --- head/net/delegate/Makefile Mon Sep 29 14:21:26 2014 (r369518) +++ head/net/delegate/Makefile Mon Sep 29 14:26:24 2014 (r369519) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= delegate -PORTVERSION= 9.9.11 +PORTVERSION= 9.9.12 CATEGORIES= net www MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ DISTNAME= ${PORTNAME}${PORTVERSION} Modified: head/net/delegate/distinfo ============================================================================== --- head/net/delegate/distinfo Mon Sep 29 14:21:26 2014 (r369518) +++ head/net/delegate/distinfo Mon Sep 29 14:26:24 2014 (r369519) @@ -1,2 +1,2 @@ -SHA256 (delegate9.9.11.tar.gz) = 557b396d4d5a65101734514651a4beccf96f3bf4e5b6c26fba774cafffb8efbb -SIZE (delegate9.9.11.tar.gz) = 2276436 +SHA256 (delegate9.9.12.tar.gz) = 93ffb599eff40c731bb66159040032191e209702c07e9dd9a86f26701c8f33b7 +SIZE (delegate9.9.12.tar.gz) = 2297339 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:31:13 2014 Return-Path: Delivered-To: svn-ports-all@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 C15A0954; Mon, 29 Sep 2014 14:31:13 +0000 (UTC) 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 AD9E31A7; Mon, 29 Sep 2014 14:31:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEVDg3049496; Mon, 29 Sep 2014 14:31:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEVDdu049494; Mon, 29 Sep 2014 14:31:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291431.s8TEVDdu049494@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:31:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369520 - head/games/outerspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:31:13 -0000 Author: amdmi3 Date: Mon Sep 29 14:31:12 2014 New Revision: 369520 URL: http://svnweb.freebsd.org/changeset/ports/369520 QAT: https://qat.redports.org/buildarchive/r369520/ Log: - Convert to USES=python - Drop @dirrm* from plist Modified: head/games/outerspace/Makefile head/games/outerspace/pkg-plist Modified: head/games/outerspace/Makefile ============================================================================== --- head/games/outerspace/Makefile Mon Sep 29 14:26:24 2014 (r369519) +++ head/games/outerspace/Makefile Mon Sep 29 14:31:12 2014 (r369520) @@ -12,7 +12,7 @@ COMMENT= On-line strategy game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game -USE_PYTHON= yes +USES= python NO_BUILD= yes SUB_FILES= outerspace Modified: head/games/outerspace/pkg-plist ============================================================================== --- head/games/outerspace/pkg-plist Mon Sep 29 14:26:24 2014 (r369519) +++ head/games/outerspace/pkg-plist Mon Sep 29 14:31:12 2014 (r369520) @@ -96,10 +96,3 @@ lib/outerspace/res/gray/tool.down.png lib/outerspace/res/gray/tool.normal.png lib/outerspace/res/icon32.png lib/outerspace/res/smallicon.ico -@dirrm lib/outerspace/res/gray -@dirrm lib/outerspace/res -@dirrm lib/outerspace/oslauncher/urlgrabber -@dirrm lib/outerspace/oslauncher/pgu/gui -@dirrm lib/outerspace/oslauncher/pgu -@dirrm lib/outerspace/oslauncher -@dirrm lib/outerspace From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:31:43 2014 Return-Path: Delivered-To: svn-ports-all@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 76447C51; Mon, 29 Sep 2014 14:31:43 +0000 (UTC) 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 6309F1C4; Mon, 29 Sep 2014 14:31:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEVhOq049656; Mon, 29 Sep 2014 14:31:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEVhRe049655; Mon, 29 Sep 2014 14:31:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291431.s8TEVhRe049655@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369521 - head/www/twms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:31:43 -0000 Author: amdmi3 Date: Mon Sep 29 14:31:42 2014 New Revision: 369521 URL: http://svnweb.freebsd.org/changeset/ports/369521 QAT: https://qat.redports.org/buildarchive/r369521/ Log: - Convert to USES=python Modified: head/www/twms/Makefile Modified: head/www/twms/Makefile ============================================================================== --- head/www/twms/Makefile Mon Sep 29 14:31:12 2014 (r369520) +++ head/www/twms/Makefile Mon Sep 29 14:31:42 2014 (r369521) @@ -17,8 +17,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyproj ${PYTHON_SITELIBDIR}/web/__init__.py:${PORTSDIR}/www/webpy \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging -USES= tar:bzip2 -USE_PYTHON= yes +USES= python tar:bzip2 NO_BUILD= yes TWMS_USER?= twms From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:34:32 2014 Return-Path: Delivered-To: svn-ports-all@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 62A12D8A; Mon, 29 Sep 2014 14:34:32 +0000 (UTC) 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 4F00627F; Mon, 29 Sep 2014 14:34:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEYWJ4051956; Mon, 29 Sep 2014 14:34:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEYW8J051955; Mon, 29 Sep 2014 14:34:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291434.s8TEYW8J051955@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369522 - head/devel/git-bzr-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:34:32 -0000 Author: amdmi3 Date: Mon Sep 29 14:34:31 2014 New Revision: 369522 URL: http://svnweb.freebsd.org/changeset/ports/369522 QAT: https://qat.redports.org/buildarchive/r369522/ Log: - Switch to USES=python - Add LICENSE_FILE Modified: head/devel/git-bzr-ng/Makefile Modified: head/devel/git-bzr-ng/Makefile ============================================================================== --- head/devel/git-bzr-ng/Makefile Mon Sep 29 14:31:42 2014 (r369521) +++ head/devel/git-bzr-ng/Makefile Mon Sep 29 14:34:31 2014 (r369522) @@ -9,6 +9,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Bi-directional git to bzr bridge LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:${PORTSDIR}/devel/git \ bzr:${PORTSDIR}/devel/bzr \ @@ -19,11 +20,11 @@ GH_ACCOUNT= termie GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 9878a30 +USES= python:2,run NO_BUILD= yes PLIST_FILES= libexec/git-core/git-bzr PLIST_DIRSTRY= libexec/git-core PORTDOCS= * -USE_PYTHON_RUN= 2 OPTIONS_DEFINE= DOCS From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:35:13 2014 Return-Path: Delivered-To: svn-ports-all@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 32A2BE77; Mon, 29 Sep 2014 14:35:13 +0000 (UTC) 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 1EFDB28A; Mon, 29 Sep 2014 14:35:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEZCc0052180; Mon, 29 Sep 2014 14:35:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEZC0G052179; Mon, 29 Sep 2014 14:35:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291435.s8TEZC0G052179@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369523 - head/games/kiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:35:13 -0000 Author: amdmi3 Date: Mon Sep 29 14:35:12 2014 New Revision: 369523 URL: http://svnweb.freebsd.org/changeset/ports/369523 QAT: https://qat.redports.org/buildarchive/r369523/ Log: - Switch to USES=python Modified: head/games/kiki/Makefile Modified: head/games/kiki/Makefile ============================================================================== --- head/games/kiki/Makefile Mon Sep 29 14:34:31 2014 (r369522) +++ head/games/kiki/Makefile Mon Sep 29 14:35:12 2014 (r369523) @@ -13,8 +13,7 @@ COMMENT= Kiki the nanobot is a 3-D puzzl BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USE_PYTHON= yes -USES= gmake dos2unix compiler +USES= compiler dos2unix gmake python USE_GL= gl glu glut USE_SDL= sdl mixer image DOS2UNIX_REGEX= .*/(Makefile|.*\.cpp|.*\.h|.*\.i)$ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:36:59 2014 Return-Path: Delivered-To: svn-ports-all@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 F0200F90; Mon, 29 Sep 2014 14:36:58 +0000 (UTC) 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 DC4152C5; Mon, 29 Sep 2014 14:36:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEawZX052466; Mon, 29 Sep 2014 14:36:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEawM8052465; Mon, 29 Sep 2014 14:36:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291436.s8TEawM8052465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369524 - head/graphics/uniconvertor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:36:59 -0000 Author: amdmi3 Date: Mon Sep 29 14:36:58 2014 New Revision: 369524 URL: http://svnweb.freebsd.org/changeset/ports/369524 QAT: https://qat.redports.org/buildarchive/r369524/ Log: - Convert to USES=python - Strip libraries Modified: head/graphics/uniconvertor/Makefile Modified: head/graphics/uniconvertor/Makefile ============================================================================== --- head/graphics/uniconvertor/Makefile Mon Sep 29 14:35:12 2014 (r369523) +++ head/graphics/uniconvertor/Makefile Mon Sep 29 14:36:58 2014 (r369524) @@ -12,7 +12,10 @@ COMMENT= Universal vector graphics trans RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1libs -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/uniconvertor/app/modules/*.so .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:38:01 2014 Return-Path: Delivered-To: svn-ports-all@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 540F3104; Mon, 29 Sep 2014 14:38:01 +0000 (UTC) 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 40D152D8; Mon, 29 Sep 2014 14:38:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEc1o8052708; Mon, 29 Sep 2014 14:38:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEc1AW052706; Mon, 29 Sep 2014 14:38:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291438.s8TEc1AW052706@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:38:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369525 - head/games/teeworlds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:38:01 -0000 Author: amdmi3 Date: Mon Sep 29 14:38:00 2014 New Revision: 369525 URL: http://svnweb.freebsd.org/changeset/ports/369525 QAT: https://qat.redports.org/buildarchive/r369525/ Log: - Convert to USES=python Modified: head/games/teeworlds/Makefile Modified: head/games/teeworlds/Makefile ============================================================================== --- head/games/teeworlds/Makefile Mon Sep 29 14:36:58 2014 (r369524) +++ head/games/teeworlds/Makefile Mon Sep 29 14:38:00 2014 (r369525) @@ -17,8 +17,7 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_PYTHON_BUILD= 2 - +USES= python:2,build BAM_VERSION= 0.4.0 BAM_WRKSRC= ${WRKDIR}/bam-${BAM_VERSION} BAM_TARGET= release From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:38:30 2014 Return-Path: Delivered-To: svn-ports-all@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 5E0071FC; Mon, 29 Sep 2014 14:38:30 +0000 (UTC) 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 4AA082E3; Mon, 29 Sep 2014 14:38:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEcUOq052873; Mon, 29 Sep 2014 14:38:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEcU7H052872; Mon, 29 Sep 2014 14:38:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291438.s8TEcU7H052872@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369526 - head/games/widelands X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:38:30 -0000 Author: amdmi3 Date: Mon Sep 29 14:38:29 2014 New Revision: 369526 URL: http://svnweb.freebsd.org/changeset/ports/369526 QAT: https://qat.redports.org/buildarchive/r369526/ Log: - Convert to USES=python Modified: head/games/widelands/Makefile Modified: head/games/widelands/Makefile ============================================================================== --- head/games/widelands/Makefile Mon Sep 29 14:38:00 2014 (r369525) +++ head/games/widelands/Makefile Mon Sep 29 14:38:29 2014 (r369526) @@ -17,14 +17,13 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph libexecinfo.so:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= tar:bzip2 cmake:outsource gettext compiler:c++11-lib lua:51 +USES= cmake:outsource compiler:c++11-lib gettext lua:51 tar:bzip2 python:build CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFIX}" \ -DWL_INSTALL_DATADIR="share/widelands" \ -DWL_INSTALL_BINDIR="bin" \ -DWL_VERSION="${DISTVERSION}" \ -DWL_COMPILERFLAG_OPTIMIZATIONS="" USE_SDL= sdl mixer image net ttf gfx -USE_PYTHON_BUILD=yes PLIST_FILES= bin/widelands PORTDATA= * From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:42:40 2014 Return-Path: Delivered-To: svn-ports-all@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 27CB537A; Mon, 29 Sep 2014 14:42:40 +0000 (UTC) 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 148623A7; Mon, 29 Sep 2014 14:42:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEgdY1056841; Mon, 29 Sep 2014 14:42:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEgdKC056840; Mon, 29 Sep 2014 14:42:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291442.s8TEgdKC056840@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369527 - head/graphics/py-pyglet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:42:40 -0000 Author: amdmi3 Date: Mon Sep 29 14:42:39 2014 New Revision: 369527 URL: http://svnweb.freebsd.org/changeset/ports/369527 QAT: https://qat.redports.org/buildarchive/r369527/ Log: - Convert to USES=python - Convert IGNORE to ONLY_FOR_ARCHS Modified: head/graphics/py-pyglet/Makefile Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Mon Sep 29 14:38:29 2014 (r369526) +++ head/graphics/py-pyglet/Makefile Mon Sep 29 14:42:39 2014 (r369527) @@ -17,22 +17,17 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/lib/libavbin.so:${PORTSDIR}/multimedia/avbin -USE_PYTHON= yes -USE_PYDISTUTILS=yes +ONLY_FOR_ARCHS= i386 + +USES= openal:al python +USE_PYTHON= distutils USE_GL= gl glu -USES= openal:al PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -.include - -.if ${ARCH} != "i386" -IGNORE= crashes or doesn't work on !i386 -.endif - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG NOTICE README ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:46:05 2014 Return-Path: Delivered-To: svn-ports-all@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 AC1CA4E0; Mon, 29 Sep 2014 14:46:05 +0000 (UTC) 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 984E63F7; Mon, 29 Sep 2014 14:46:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEk5ED057517; Mon, 29 Sep 2014 14:46:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEk5KU057516; Mon, 29 Sep 2014 14:46:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291446.s8TEk5KU057516@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369528 - head/audio/asunder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 14:46:05 -0000 Author: amdmi3 Date: Mon Sep 29 14:46:04 2014 New Revision: 369528 URL: http://svnweb.freebsd.org/changeset/ports/369528 QAT: https://qat.redports.org/buildarchive/r369528/ Log: - Fix plist by removing @dirrm which duplicates PORTDOCS - While here, remove other @dirrmtry instances Approved by: portmgr blanket Modified: head/audio/asunder/pkg-plist Modified: head/audio/asunder/pkg-plist ============================================================================== --- head/audio/asunder/pkg-plist Mon Sep 29 14:42:39 2014 (r369527) +++ head/audio/asunder/pkg-plist Mon Sep 29 14:46:04 2014 (r369528) @@ -40,14 +40,3 @@ share/applications/asunder.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/asunder.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/asunder.mo share/pixmaps/asunder.png -%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ur_PK -%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr@latin -%%NLS%%@dirrmtry share/locale/bs_BA/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/bs_BA -%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/bn_IN -%%NLS%%@dirrmtry share/locale/be@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/be@latin -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 15:32:25 2014 Return-Path: Delivered-To: svn-ports-all@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 6361819B; Mon, 29 Sep 2014 15:32:25 +0000 (UTC) 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 4493FB70; Mon, 29 Sep 2014 15:32:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TFWPqv080646; Mon, 29 Sep 2014 15:32:25 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TFWOIj080643; Mon, 29 Sep 2014 15:32:24 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201409291532.s8TFWOIj080643@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 29 Sep 2014 15:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369529 - head/dns/libidn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 15:32:25 -0000 Author: riggs Date: Mon Sep 29 15:32:24 2014 New Revision: 369529 URL: http://svnweb.freebsd.org/changeset/ports/369529 QAT: https://qat.redports.org/buildarchive/r369529/ Log: - Update to upstream version 1.29 While on it: - Simplify OPTIONS - Fix pkg-plist (missing entry for pt_BR, remove @dirrm, handled by pkg) PR: 193301 Submitted by: takefu@airport.fm Approved by: gaod@hychen.org (maintainer) Modified: head/dns/libidn/Makefile head/dns/libidn/distinfo head/dns/libidn/pkg-plist Modified: head/dns/libidn/Makefile ============================================================================== --- head/dns/libidn/Makefile Mon Sep 29 14:46:04 2014 (r369528) +++ head/dns/libidn/Makefile Mon Sep 29 15:32:24 2014 (r369529) @@ -2,16 +2,13 @@ # $FreeBSD$ PORTNAME= libidn -PORTVERSION= 1.28 -PORTREVISION= 2 +PORTVERSION= 1.29 CATEGORIES= dns MASTER_SITES= GNU MAINTAINER= gaod@hychen.org COMMENT= Internationalized Domain Names command line tool -OPTIONS_DEFINE= DOCS NLS - GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib @@ -22,15 +19,12 @@ USE_PERL5= build INFO= libidn -.include +OPTIONS_DEFINE= DOCS NLS + +OPTIONS_SUB=yes -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e '/^Libs.private:/s/$$/ @LTLIBINTL@/' \ Modified: head/dns/libidn/distinfo ============================================================================== --- head/dns/libidn/distinfo Mon Sep 29 14:46:04 2014 (r369528) +++ head/dns/libidn/distinfo Mon Sep 29 15:32:24 2014 (r369529) @@ -1,2 +1,2 @@ -SHA256 (libidn-1.28.tar.gz) = dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb -SIZE (libidn-1.28.tar.gz) = 3476317 +SHA256 (libidn-1.29.tar.gz) = fb82747dbbf9b36f703ed27293317d818d7e851d4f5773dedf3efa4db32a7c7c +SIZE (libidn-1.29.tar.gz) = 3474087 Modified: head/dns/libidn/pkg-plist ============================================================================== --- head/dns/libidn/pkg-plist Mon Sep 29 14:46:04 2014 (r369528) +++ head/dns/libidn/pkg-plist Mon Sep 29 15:32:24 2014 (r369529) @@ -10,7 +10,7 @@ info/libidn-components.png lib/libidn.a lib/libidn.so lib/libidn.so.11 -lib/libidn.so.11.6.11 +lib/libidn.so.11.6.12 libdata/pkgconfig/libidn.pc share/emacs/site-lisp/idna.el share/emacs/site-lisp/punycode.el @@ -26,6 +26,7 @@ share/emacs/site-lisp/punycode.el %%NLS%%share/locale/ja/LC_MESSAGES/libidn.mo %%NLS%%share/locale/nl/LC_MESSAGES/libidn.mo %%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libidn.mo %%NLS%%share/locale/ro/LC_MESSAGES/libidn.mo %%NLS%%share/locale/sr/LC_MESSAGES/libidn.mo %%NLS%%share/locale/uk/LC_MESSAGES/libidn.mo @@ -34,7 +35,6 @@ share/emacs/site-lisp/punycode.el %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% man/man1/idn.1.gz man/man3/idn_free.3.gz man/man3/idna_strerror.3.gz From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 15:39:46 2014 Return-Path: Delivered-To: svn-ports-all@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 1C1862F3; Mon, 29 Sep 2014 15:39:46 +0000 (UTC) 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 07DB5BB3; Mon, 29 Sep 2014 15:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TFdjE7081640; Mon, 29 Sep 2014 15:39:45 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TFdjZA081639; Mon, 29 Sep 2014 15:39:45 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201409291539.s8TFdjZA081639@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 29 Sep 2014 15:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369530 - head/mail/exim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 15:39:46 -0000 Author: vsevolod Date: Mon Sep 29 15:39:45 2014 New Revision: 369530 URL: http://svnweb.freebsd.org/changeset/ports/369530 QAT: https://qat.redports.org/buildarchive/r369530/ Log: Remove pkg_ workarounds. Do not bump revision, since the package's content is not changed by this patch. Submitted by: ak via private mail Modified: head/mail/exim/pkg-plist Modified: head/mail/exim/pkg-plist ============================================================================== --- head/mail/exim/pkg-plist Mon Sep 29 15:32:24 2014 (r369529) +++ head/mail/exim/pkg-plist Mon Sep 29 15:39:45 2014 (r369530) @@ -34,23 +34,11 @@ %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/experimental-spec.txt %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/filter.txt %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/spec.txt -%%EXIM%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%% %%EXIM%%%%PORTDOCS%%%%EXAMPLESDIR%%/convert4r3 %%EXIM%%%%PORTDOCS%%%%EXAMPLESDIR%%/convert4r4 %%EXIM%%%%PORTDOCS%%%%EXAMPLESDIR%%/transport-filter.pl -%%EXIM%%%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%EXIMDAEMON%%etc/periodic/daily/150.exim-tidydb %%EXIMDAEMON%%etc/periodic/daily/460.exim-mail-rejects -%%EXIMDAEMON%%@dirrmtry etc/periodic/daily -%%EXIMDAEMON%%@dirrmtry etc/periodic @sample %%ETCDIR%%/configure.sample %%SA_EXIM%%@sample %%ETCDIR%%/sa-exim.conf.sample -@dirrmtry %%ETCDIR%% -%%EXIM%%@owner %%EXIM_USER%% -%%EXIM%%@group %%EXIM_GROUP%% -%%EXIM%%@cwd / -%%EXIM%%@dirrmtry %%LOGDIR%% -%%EXIM%%@cwd %%RESETPREFIX%% -%%EXIM%%@owner root -%%EXIM%%@group wheel -%%EXIM%%@exec install -d -o %%EXIM_USER%% -g %%EXIM_GROUP%% /%%LOGDIR%% +%%EXIM%%@dir(%%EXIM_USER%%,%%EXIM_GROUP%%,) /%%LOGDIR%% From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 15:40:16 2014 Return-Path: Delivered-To: svn-ports-all@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 45B2C3DD; Mon, 29 Sep 2014 15:40:16 +0000 (UTC) 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 31B30BBE; Mon, 29 Sep 2014 15:40:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TFeG0p081936; Mon, 29 Sep 2014 15:40:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TFeFjR081932; Mon, 29 Sep 2014 15:40:15 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201409291540.s8TFeFjR081932@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 29 Sep 2014 15:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369531 - in head/math/grace: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 15:40:16 -0000 Author: wen Date: Mon Sep 29 15:40:14 2014 New Revision: 369531 URL: http://svnweb.freebsd.org/changeset/ports/369531 QAT: https://qat.redports.org/buildarchive/r369531/ Log: - Update to 5.1.24 PR: 193899 Submitted by: tkato432@yahoo.com Added: head/math/grace/files/patch-ac-tools__Make.conf.in (contents, props changed) Deleted: head/math/grace/files/patch-configure Modified: head/math/grace/Makefile head/math/grace/distinfo head/math/grace/pkg-plist Modified: head/math/grace/Makefile ============================================================================== --- head/math/grace/Makefile Mon Sep 29 15:39:45 2014 (r369530) +++ head/math/grace/Makefile Mon Sep 29 15:40:14 2014 (r369531) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grace -PORTVERSION= 5.1.23 -PORTREVISION= 6 +PORTVERSION= 5.1.24 CATEGORIES= math print MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ @@ -21,7 +20,6 @@ LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/ libXbae.so:${PORTSDIR}/x11-toolkits/xbae RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -USE_GCC= any USES= gmake motif GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-grace-home=${DATADIR} \ @@ -29,44 +27,53 @@ CONFIGURE_ARGS= --enable-grace-home=${DA --with-extra-ldpath=${LOCALBASE}/lib \ --with-helpviewer="xdg-open %s" \ --without-bundled-xbae -ALL_TARGET= # empty +MAKE_ARGS= LINUXDOC="${TRUE}" PDFLATEX="${TRUE}" -OPTIONS_DEFINE= FFTW NETCDF PDF XMHTML DOCS EXAMPLES -OPTIONS_DEFAULT=FFTW NETCDF PDF XMHTML +DESKTOP_ENTRIES="XMgrace" "2D Plotting tool for scientific data" \ + "${PREFIX}/share/pixmaps/mini-xmgr3.xpm" "xmgrace" \ + "" "" + +OPTIONS_DEFINE= DOCS EXAMPLES FFTW NETCDF PDF XMHTML +OPTIONS_DEFAULT= FFTW NETCDF PDF XMHTML FFTW_CONFIGURE_WITH= fftw FFTW_LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw - -NETCDF_CONFIGURE_ENABLE=netcdf +NETCDF_CONFIGURE_ENABLE= netcdf NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf - PDF_DESC= PDF output PDF_CONFIGURE_ENABLE= pdfdrv PDF_LIB_DEPENDS= libpdf.so:${PORTSDIR}/print/pdflib - XMHTML_DESC= XmHTML based on-line help -XMHTML_CONFIGURE_ENABLE=xmhtml +XMHTML_CONFIGURE_ENABLE= xmhtml XMHTML_LIB_DEPENDS= libXmHTML.so:${PORTSDIR}/x11-toolkits/xmhtml post-configure: - @${REINPLACE_CMD} -e '/SCRIPTS/ s|INSTALL_PROGRAM|BSD_INSTALL_SCRIPT|' \ + @${REINPLACE_CMD} -e \ + '/SCRIPTS/s|INSTALL_PROGRAM|INSTALL_SCRIPT|' \ ${WRKSRC}/auxiliary/Makefile - @${REINPLACE_CMD} -e '/cd /! s|$$(GRACE_HOME)/doc|${DOCSDIR}|' \ - -e '/cd / s|$$(GRACE_HOME)/doc|$$(DESTDIR)$$(PREFIX)/man/man1|' \ - -e '/^install/ s|$$(MANPAGES)||' \ + @${REINPLACE_CMD} -e \ + '/cd /!s|$$(GRACE_HOME)/doc|${DOCSDIR}| ; \ + /cd /s|$$(GRACE_HOME)/doc|$$(DESTDIR)$$(PREFIX)/man/man1| ; \ + /^install/s|$$(MANPAGES)||' \ ${WRKSRC}/doc/Makefile - @${REINPLACE_CMD} -e 's|$$(GRACE_HOME)/examples|${EXAMPLESDIR}|' \ - -e '/DOTEST/ s|INSTALL_PROGRAM|BSD_INSTALL_SCRIPT|' \ + @${REINPLACE_CMD} -e \ + 's|$$(GRACE_HOME)/examples|${EXAMPLESDIR}| ; \ + /DOTEST/s|INSTALL_PROGRAM|INSTALL_SCRIPT|' \ ${WRKSRC}/examples/Makefile - @${REINPLACE_CMD} -e 's|$$(GRACE_HOME)/include|$$(PREFIX)/include|' \ - -e 's|$$(GRACE_HOME)/lib|$$(PREFIX)/lib|' \ + @${REINPLACE_CMD} -e \ + 's|$$(GRACE_HOME)/include|$$(PREFIX)/include| ; \ + s|$$(GRACE_HOME)/lib|$$(PREFIX)/lib|' \ ${WRKSRC}/grace_np/Makefile - @${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} \ - 's|$$(GRACE_HOME)/bin|$$(PREFIX)/bin|' {} \; + @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ + 's|$$(GRACE_HOME)/bin|$$(PREFIX)/bin|' post-install: + (cd ${WRKSRC}/doc && ${INSTALL_MAN} [c-g]*.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${FILESDIR} && ${INSTALL_MAN} mini-xmgr3.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps) @${LN} -sf xmgrace ${STAGEDIR}${PREFIX}/bin/grace - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + @${LN} -sf xmgrace.1 ${STAGEDIR}${MANPREFIX}/man/man1/xmgrace.1 @${LN} -sf ${DOCSDIR} ${STAGEDIR}${DATADIR}/doc @${LN} -sf ${EXAMPLESDIR} ${STAGEDIR}${DATADIR}/examples Modified: head/math/grace/distinfo ============================================================================== --- head/math/grace/distinfo Mon Sep 29 15:39:45 2014 (r369530) +++ head/math/grace/distinfo Mon Sep 29 15:40:14 2014 (r369531) @@ -1,2 +1,2 @@ -SHA256 (grace-5.1.23.tar.gz) = 69527950fd9c056a76b7a6bf4ac37a9b87acc565c12a941ffae3c9c5a822ca10 -SIZE (grace-5.1.23.tar.gz) = 2501364 +SHA256 (grace-5.1.24.tar.gz) = 25767a0d465e2fe999c50b05001aef1f4bf99315c55fdaecf1c52cb0e9be5fec +SIZE (grace-5.1.24.tar.gz) = 2956384 Added: head/math/grace/files/patch-ac-tools__Make.conf.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/grace/files/patch-ac-tools__Make.conf.in Mon Sep 29 15:40:14 2014 (r369531) @@ -0,0 +1,10 @@ +--- ac-tools/Make.conf.in.orig ++++ ac-tools/Make.conf.in +@@ -87,6 +87,7 @@ + # BSD install + INSTALL=@INSTALL@ + INSTALL_PROGRAM=@INSTALL_PROGRAM@ ++INSTALL_SCRIPT=@INSTALL_SCRIPT@ + INSTALL_DATA=@INSTALL_DATA@ + MKINSTALLDIRS=@MKINSTALLDIRS@ + Modified: head/math/grace/pkg-plist ============================================================================== --- head/math/grace/pkg-plist Mon Sep 29 15:39:45 2014 (r369530) +++ head/math/grace/pkg-plist Mon Sep 29 15:40:14 2014 (r369531) @@ -21,13 +21,13 @@ man/man1/xmgrace.1.gz %%PORTDOCS%%%%DOCSDIR%%/7.1.3.agr %%PORTDOCS%%%%DOCSDIR%%/8.2.dat %%PORTDOCS%%%%DOCSDIR%%/CHANGES.html -%%PORTDOCS%%%%DOCSDIR%%/FAQ.dvi %%PORTDOCS%%%%DOCSDIR%%/FAQ.html +%%PORTDOCS%%%%DOCSDIR%%/FAQ.pdf %%PORTDOCS%%%%DOCSDIR%%/GPL.html -%%PORTDOCS%%%%DOCSDIR%%/Tutorial.dvi %%PORTDOCS%%%%DOCSDIR%%/Tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/UsersGuide.dvi +%%PORTDOCS%%%%DOCSDIR%%/Tutorial.pdf %%PORTDOCS%%%%DOCSDIR%%/UsersGuide.html +%%PORTDOCS%%%%DOCSDIR%%/UsersGuide.pdf %%PORTDOCS%%%%DOCSDIR%%/mygraph.png %%PORTDOCS%%%%DOCSDIR%%/nohelp.html %%PORTDOCS%%%%DOCSDIR%%/philosophical-gnu-sm.jpg @@ -88,6 +88,8 @@ man/man1/xmgrace.1.gz %%DATADIR%%/auxiliary/README %%DATADIR%%/auxiliary/convcal.c %%DATADIR%%/auxiliary/magic.grace +%%PORTDOCS%%%%DATADIR%%/doc +%%PORTEXAMPLES%%%%DATADIR%%/examples %%DATADIR%%/fonts/FontDataBase %%DATADIR%%/fonts/enc/CP1251.enc %%DATADIR%%/fonts/enc/IsoLatin1.enc @@ -132,13 +134,4 @@ man/man1/xmgrace.1.gz %%DATADIR%%/gracerc %%DATADIR%%/gracerc.user %%DATADIR%%/templates/Default.agr -%%PORTEXAMPLES%%%%DATADIR%%/examples -%%PORTDOCS%%%%DATADIR%%/doc -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/fonts/type1 -@dirrm %%DATADIR%%/fonts/enc -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/auxiliary -@dirrm %%DATADIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +share/pixmaps/mini-xmgr3.xpm From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 15:41:18 2014 Return-Path: Delivered-To: svn-ports-all@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 05D394E7; Mon, 29 Sep 2014 15:41:18 +0000 (UTC) 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 CBF97C5E; Mon, 29 Sep 2014 15:41:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TFfH7A083689; Mon, 29 Sep 2014 15:41:17 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TFfHCE083687; Mon, 29 Sep 2014 15:41:17 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201409291541.s8TFfHCE083687@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 29 Sep 2014 15:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369532 - head/archivers/xarchiver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 15:41:18 -0000 Author: danilo Date: Mon Sep 29 15:41:16 2014 New Revision: 369532 URL: http://svnweb.freebsd.org/changeset/ports/369532 QAT: https://qat.redports.org/buildarchive/r369532/ Log: - Update from 0.5.3 to 0.5.4 - Take maintainership Modified: head/archivers/xarchiver/Makefile head/archivers/xarchiver/distinfo Modified: head/archivers/xarchiver/Makefile ============================================================================== --- head/archivers/xarchiver/Makefile Mon Sep 29 15:40:14 2014 (r369531) +++ head/archivers/xarchiver/Makefile Mon Sep 29 15:41:16 2014 (r369532) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= xarchiver -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= archivers MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:tl} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools LICENSE= GPLv2 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ - 7zr:${PORTSDIR}/archivers/p7zip \ - zip:${PORTSDIR}/archivers/zip + 7zr:${PORTSDIR}/archivers/p7zip \ + zip:${PORTSDIR}/archivers/zip USES= tar:bzip2 gmake pkgconfig desktop-file-utils USE_GNOME= glib20 gtk20 intltool @@ -24,7 +24,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext NLS_CPPFLAGS+= -I${LOCALBASE}/include NLS_LDFLAGS+= -L${LOCALBASE}/lib Modified: head/archivers/xarchiver/distinfo ============================================================================== --- head/archivers/xarchiver/distinfo Mon Sep 29 15:40:14 2014 (r369531) +++ head/archivers/xarchiver/distinfo Mon Sep 29 15:41:16 2014 (r369532) @@ -1,2 +1,2 @@ -SHA256 (xarchiver-0.5.3.tar.bz2) = c5899cb495e83a63f89b5eea002d2dd1c691db8d7b6343b3c182ce6e00c16d81 -SIZE (xarchiver-0.5.3.tar.bz2) = 778871 +SHA256 (xarchiver-0.5.4.tar.bz2) = e63fa73979fcc56efe8cca9095fd915d31a1714ce9676246b8626f164e452ef4 +SIZE (xarchiver-0.5.4.tar.bz2) = 1003045 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 15:42:17 2014 Return-Path: Delivered-To: svn-ports-all@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 99C3A5E3; Mon, 29 Sep 2014 15:42:17 +0000 (UTC) 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 6CD10C7A; Mon, 29 Sep 2014 15:42:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TFgHrb085740; Mon, 29 Sep 2014 15:42:17 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TFgHeT085739; Mon, 29 Sep 2014 15:42:17 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409291542.s8TFgHeT085739@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Mon, 29 Sep 2014 15:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369533 - head/print/system-config-printer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 15:42:17 -0000 Author: mva Date: Mon Sep 29 15:42:16 2014 New Revision: 369533 URL: http://svnweb.freebsd.org/changeset/ports/369533 QAT: https://qat.redports.org/buildarchive/r369533/ Log: - Convert to USES=python - Fix staging behaviour for python bits PR: 194007 Submitted by: mysefl Approved by: gnome@ (kwm) Modified: head/print/system-config-printer/Makefile Modified: head/print/system-config-printer/Makefile ============================================================================== --- head/print/system-config-printer/Makefile Mon Sep 29 15:41:16 2014 (r369532) +++ head/print/system-config-printer/Makefile Mon Sep 29 15:42:16 2014 (r369533) @@ -4,7 +4,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ @@ -18,10 +18,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.s ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper -USE_PYTHON= yes GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake pathfix pkgconfig shebangfix \ - tar:xz +USES= desktop-file-utils gettext gmake pathfix pkgconfig python \ + shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= intlhack pygobject3 @@ -33,7 +32,6 @@ PLIST_SUB= PYTHON_VER=${PYTHON_VERSION:S SHEBANG_FILES= *.py troubleshoot/*.py xml/validate.py -INSTALLS_EGGINFO= yes PYDISTUTILS_PKGNAME= cupshelpers PYDISTUTILS_PKGVERSION= 1.0 @@ -45,7 +43,7 @@ post-patch: ${WRKSRC}/cupshelpers/xmldriverprefs.py \ ${WRKSRC}/dbus/org.fedoraproject.Config.Printing.service \ ${WRKSRC}/newprinter.py ${WRKSRC}/probe_printer.py - @${REINPLACE_CMD} -e 's|setup.py install|setup.py install -c -O1|g' \ + @${REINPLACE_CMD} -e 's|setup.py install.*|setup.py install -c -O1 --prefix=${PREFIX} --root=${STAGEDIR}|g' \ ${WRKSRC}/Makefile.in .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 16:29:47 2014 Return-Path: Delivered-To: svn-ports-all@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 BDF167DC; Mon, 29 Sep 2014 16:29:47 +0000 (UTC) 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 AA80C156; Mon, 29 Sep 2014 16:29:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TGTldf005837; Mon, 29 Sep 2014 16:29:47 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TGTlIC005835; Mon, 29 Sep 2014 16:29:47 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291629.s8TGTlIC005835@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 16:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369534 - head/net/py-amqp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 16:29:47 -0000 Author: wg Date: Mon Sep 29 16:29:46 2014 New Revision: 369534 URL: http://svnweb.freebsd.org/changeset/ports/369534 QAT: https://qat.redports.org/buildarchive/r369534/ Log: net/py-amqp: update to 1.4.6 - USES python Modified: head/net/py-amqp/Makefile head/net/py-amqp/distinfo Modified: head/net/py-amqp/Makefile ============================================================================== --- head/net/py-amqp/Makefile Mon Sep 29 15:42:16 2014 (r369533) +++ head/net/py-amqp/Makefile Mon Sep 29 16:29:46 2014 (r369534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amqp -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uni LICENSE= LGPL21 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils regression-test: build @cd ${WRKSRC}/funtests && ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} run_all.py Modified: head/net/py-amqp/distinfo ============================================================================== --- head/net/py-amqp/distinfo Mon Sep 29 15:42:16 2014 (r369533) +++ head/net/py-amqp/distinfo Mon Sep 29 16:29:46 2014 (r369534) @@ -1,2 +1,2 @@ -SHA256 (amqp-1.4.5.tar.gz) = 534c807c0081ce9c2d517615e724cb6e9df17f79cd6cd4929653ea1ea60edb60 -SIZE (amqp-1.4.5.tar.gz) = 77748 +SHA256 (amqp-1.4.6.tar.gz) = ebcfc867de5a68f9f5ba14d11dbad88e6aff8435a8d39339d5ceb0e5b06de640 +SIZE (amqp-1.4.6.tar.gz) = 77902 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 16:30:15 2014 Return-Path: Delivered-To: svn-ports-all@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 6ED278CA; Mon, 29 Sep 2014 16:30:15 +0000 (UTC) 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 42B3515F; Mon, 29 Sep 2014 16:30:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TGUFte006580; Mon, 29 Sep 2014 16:30:15 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TGUE04006578; Mon, 29 Sep 2014 16:30:14 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291630.s8TGUE04006578@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 16:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369535 - head/net/py-kombu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 16:30:15 -0000 Author: wg Date: Mon Sep 29 16:30:14 2014 New Revision: 369535 URL: http://svnweb.freebsd.org/changeset/ports/369535 QAT: https://qat.redports.org/buildarchive/r369535/ Log: net/py-kombu: update to 3.0.23 - USES python Modified: head/net/py-kombu/Makefile head/net/py-kombu/distinfo Modified: head/net/py-kombu/Makefile ============================================================================== --- head/net/py-kombu/Makefile Mon Sep 29 16:29:46 2014 (r369534) +++ head/net/py-kombu/Makefile Mon Sep 29 16:30:14 2014 (r369535) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kombu -PORTVERSION= 3.0.21 +PORTVERSION= 3.0.23 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= AMQP messaging framework for Py LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.4.5:${PORTSDIR}/net/py-amqp \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.4.6:${PORTSDIR}/net/py-amqp \ ${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:${PORTSDIR}/devel/py-anyjson OPTIONS_DEFINE= BEANSTALK BOTO MONGODB REDIS SQLALCHEMY ZMQ @@ -31,11 +31,8 @@ REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFI SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy ZMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=13.1.0:${PORTSDIR}/net/py-pyzmq -# Ports infrastructure bug -OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/net/py-kombu/distinfo ============================================================================== --- head/net/py-kombu/distinfo Mon Sep 29 16:29:46 2014 (r369534) +++ head/net/py-kombu/distinfo Mon Sep 29 16:30:14 2014 (r369535) @@ -1,2 +1,2 @@ -SHA256 (kombu-3.0.21.tar.gz) = 2eaca88496bcfcf9b6d597999776853792ef35f919c37e2f0f151dfe38a60d3a -SIZE (kombu-3.0.21.tar.gz) = 343363 +SHA256 (kombu-3.0.23.tar.gz) = 448c3e3ce671a10f00ee03979ba3c7866b4bfce49f65edec9f93a0cefa87ec16 +SIZE (kombu-3.0.23.tar.gz) = 343923 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 16:31:57 2014 Return-Path: Delivered-To: svn-ports-all@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 52DCDA44; Mon, 29 Sep 2014 16:31:57 +0000 (UTC) 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 252D721E; Mon, 29 Sep 2014 16:31:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TGVvst008846; Mon, 29 Sep 2014 16:31:57 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TGVujT008519; Mon, 29 Sep 2014 16:31:56 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291631.s8TGVujT008519@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 16:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369536 - head/devel/py-celery X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 16:31:57 -0000 Author: wg Date: Mon Sep 29 16:31:56 2014 New Revision: 369536 URL: http://svnweb.freebsd.org/changeset/ports/369536 QAT: https://qat.redports.org/buildarchive/r369536/ Log: devel/py-celery: update to 3.1.15 - USES python Modified: head/devel/py-celery/Makefile head/devel/py-celery/distinfo Modified: head/devel/py-celery/Makefile ============================================================================== --- head/devel/py-celery/Makefile Mon Sep 29 16:30:14 2014 (r369535) +++ head/devel/py-celery/Makefile Mon Sep 29 16:31:56 2014 (r369536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celery -PORTVERSION= 3.1.13 +PORTVERSION= 3.1.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,12 @@ COMMENT= Asynchronous task queue/job que LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=0:${PORTSDIR}/net/py-amqp \ - ${PYTHON_PKGNAMEPREFIX}billiard>=3.3.0.18:${PORTSDIR}/devel/py-billiard \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}billiard>=3.3.0.18:${PORTSDIR}/devel/py-billiard \ ${PYTHON_PKGNAMEPREFIX}pytz>=1.5:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}kombu>=3.0.21:${PORTSDIR}/net/py-kombu \ + ${PYTHON_PKGNAMEPREFIX}kombu>=3.0.23:${PORTSDIR}/net/py-kombu \ ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-celery/distinfo ============================================================================== --- head/devel/py-celery/distinfo Mon Sep 29 16:30:14 2014 (r369535) +++ head/devel/py-celery/distinfo Mon Sep 29 16:31:56 2014 (r369536) @@ -1,2 +1,2 @@ -SHA256 (celery-3.1.13.tar.gz) = 04b921326a64f17af5ba9c94e5189a498b36d8c01bebd215d12abeee0f55940c -SIZE (celery-3.1.13.tar.gz) = 1292738 +SHA256 (celery-3.1.15.tar.gz) = 84715d0b9c76818af45f7eeba76532afddff2030a313beecd0e9e2eae4dbe9e3 +SIZE (celery-3.1.15.tar.gz) = 1295292 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 16:55:35 2014 Return-Path: Delivered-To: svn-ports-all@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 1EEE3A49; Mon, 29 Sep 2014 16:55:35 +0000 (UTC) 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 C9549690; Mon, 29 Sep 2014 16:55:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TGtYLo019841; Mon, 29 Sep 2014 16:55:34 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TGtYe7019835; Mon, 29 Sep 2014 16:55:34 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201409291655.s8TGtYe7019835@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 29 Sep 2014 16:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369537 - head/emulators/i386-wine-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 16:55:35 -0000 Author: dbn Date: Mon Sep 29 16:55:33 2014 New Revision: 369537 URL: http://svnweb.freebsd.org/changeset/ports/369537 QAT: https://qat.redports.org/buildarchive/r369537/ Log: Update emulators/i386-wine-devel to 1.6.26. Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Mon Sep 29 16:31:56 2014 (r369536) +++ head/emulators/i386-wine-devel/Makefile.inc Mon Sep 29 16:55:33 2014 (r369537) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.7.25 +PORTVERSION= 1.7.26 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Mon Sep 29 16:31:56 2014 (r369536) +++ head/emulators/i386-wine-devel/distinfo Mon Sep 29 16:55:33 2014 (r369537) @@ -1,16 +1,16 @@ -SHA256 (freebsd:8:x86:64/i386-wine-devel-1.7.25,1.txz) = 06ba602879fb66d4a174b2749143fbd32147785b180eab374074cf478b82076b -SIZE (freebsd:8:x86:64/i386-wine-devel-1.7.25,1.txz) = 26908524 -SHA256 (freebsd:8:x86:64/i386-wine-compholio-1.7.25,1.txz) = e93427d42397a4d5c36849ab16489b55db19b757f67027f2c61013edc4cef7e2 -SIZE (freebsd:8:x86:64/i386-wine-compholio-1.7.25,1.txz) = 27001720 -SHA256 (freebsd:9:x86:64/i386-wine-devel-1.7.25,1.txz) = 2675d78629f3f7f772e561b6bc1f8383b9d149b642897c4993d5ec21f3188d9b -SIZE (freebsd:9:x86:64/i386-wine-devel-1.7.25,1.txz) = 27165572 -SHA256 (freebsd:9:x86:64/i386-wine-compholio-1.7.25,1.txz) = 6768d687a6d976985bb5f7bc198c7681e7ea14a982f0054f515034cfaeb27c02 -SIZE (freebsd:9:x86:64/i386-wine-compholio-1.7.25,1.txz) = 27259736 -SHA256 (freebsd:10:x86:64/i386-wine-devel-1.7.25,1.txz) = 21cc76a06f1c25a5e09f2cb6c601ff54307d58b1a950860febafa5e691c6de70 -SIZE (freebsd:10:x86:64/i386-wine-devel-1.7.25,1.txz) = 27118848 -SHA256 (freebsd:10:x86:64/i386-wine-compholio-1.7.25,1.txz) = 5755c7c13bd2c32afcc85f7d216569c86d66b783611b384db0cd456dec792bf0 -SIZE (freebsd:10:x86:64/i386-wine-compholio-1.7.25,1.txz) = 27207692 -SHA256 (freebsd:11:x86:64/i386-wine-devel-1.7.25,1.txz) = cd8834c405f7e4168e42c5bcec016427c7ba88f1c4a6550d13e84eec1b5be888 -SIZE (freebsd:11:x86:64/i386-wine-devel-1.7.25,1.txz) = 47414568 -SHA256 (freebsd:11:x86:64/i386-wine-compholio-1.7.25,1.txz) = 5f0e87363667285f94f8b270bca0697e3a3c727fe34a23f9081f712dc99b3601 -SIZE (freebsd:11:x86:64/i386-wine-compholio-1.7.25,1.txz) = 47516720 +SHA256 (freebsd:8:x86:64/i386-wine-devel-1.7.26,1.txz) = cefd221b424a83f52b0d2c3327773ecc81250ab3f77e6b4f465fdf59983b814f +SIZE (freebsd:8:x86:64/i386-wine-devel-1.7.26,1.txz) = 27105312 +SHA256 (freebsd:8:x86:64/i386-wine-compholio-1.7.26,1.txz) = a5140168d603d25bb22ab9a5ccc6cc3fe66f189ab6bfa70a9aa2b7ef22a906cc +SIZE (freebsd:8:x86:64/i386-wine-compholio-1.7.26,1.txz) = 27197940 +SHA256 (freebsd:9:x86:64/i386-wine-devel-1.7.26,1.txz) = a4b9bdc0c20290723d13d870becbe8dffa366953a4d27fefb5cc74b797917318 +SIZE (freebsd:9:x86:64/i386-wine-devel-1.7.26,1.txz) = 27341484 +SHA256 (freebsd:9:x86:64/i386-wine-compholio-1.7.26,1.txz) = a1af8e712fec4caf0e29607485b3100fd73287bc931b042ab4eb1b07926836d0 +SIZE (freebsd:9:x86:64/i386-wine-compholio-1.7.26,1.txz) = 27442328 +SHA256 (freebsd:10:x86:64/i386-wine-devel-1.7.26,1.txz) = c4965d57ff7be61de5d571cb25e7a0058369b0d948f5b99208b177251971d5fd +SIZE (freebsd:10:x86:64/i386-wine-devel-1.7.26,1.txz) = 27293788 +SHA256 (freebsd:10:x86:64/i386-wine-compholio-1.7.26,1.txz) = 2922a98f0f2bcf98571da89610603fc673e0ecb7752eb7fc833d7cf5de715f1d +SIZE (freebsd:10:x86:64/i386-wine-compholio-1.7.26,1.txz) = 27397736 +SHA256 (freebsd:11:x86:64/i386-wine-devel-1.7.26,1.txz) = 21a95046e567d761ba5e168b517918fb8c91a2137e8ad1c25a7becba90843f79 +SIZE (freebsd:11:x86:64/i386-wine-devel-1.7.26,1.txz) = 47577592 +SHA256 (freebsd:11:x86:64/i386-wine-compholio-1.7.26,1.txz) = 32b64cf7e972455003138cf83e016483ec980a162e90cc74c1301526d34da12d +SIZE (freebsd:11:x86:64/i386-wine-compholio-1.7.26,1.txz) = 47666228 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Mon Sep 29 16:31:56 2014 (r369536) +++ head/emulators/i386-wine-devel/pkg-plist Mon Sep 29 16:55:33 2014 (r369537) @@ -878,6 +878,8 @@ lib32/libintl.so.9 lib32/libjpeg.so.11 lib32/liblcms2.so.2 %%OSREL11%%lib32/libllvmradeon9.1.7.so +lib32/libltdl.so.7 +lib32/libmpg123.so.0 lib32/libnettle.so.4 lib32/libopenal.so.1 lib32/libp11-kit.so.0 @@ -887,6 +889,9 @@ lib32/libpthread-stubs.so.0 %%OSREL11%%lib32/libstdc++.so.6 lib32/libtasn1.so.6 lib32/libtspi.so.1 +lib32/libv4l1.so.0 +lib32/libv4l2.so.0 +lib32/libv4lconvert.so.0 lib32/libwine.so lib32/libwine.so.1 %%OSREL11%%lib32/libxcb-dri2.so.0 @@ -1085,6 +1090,7 @@ lib32/wine/dpnet.dll.so lib32/wine/dpnhpast.dll.so lib32/wine/dpnlobby.dll.so lib32/wine/dpnsvr.exe.so +lib32/wine/dpvoice.dll.so lib32/wine/dpwsockx.dll.so lib32/wine/drmclien.dll.so lib32/wine/dsound.dll.so @@ -1293,6 +1299,7 @@ lib32/wine/fakedlls/dpnet.dll lib32/wine/fakedlls/dpnhpast.dll lib32/wine/fakedlls/dpnlobby.dll lib32/wine/fakedlls/dpnsvr.exe +lib32/wine/fakedlls/dpvoice.dll lib32/wine/fakedlls/dpwsockx.dll lib32/wine/fakedlls/drmclien.dll lib32/wine/fakedlls/dsound.dll @@ -1459,6 +1466,7 @@ lib32/wine/fakedlls/ngen.exe lib32/wine/fakedlls/normaliz.dll lib32/wine/fakedlls/notepad.exe lib32/wine/fakedlls/npmshtml.dll +lib32/wine/fakedlls/npptools.dll lib32/wine/fakedlls/ntdll.dll lib32/wine/fakedlls/ntdsapi.dll lib32/wine/fakedlls/ntoskrnl.exe @@ -1635,6 +1643,7 @@ lib32/wine/fakedlls/winefile.exe lib32/wine/fakedlls/winemapi.dll lib32/wine/fakedlls/winemenubuilder.exe lib32/wine/fakedlls/winemine.exe +lib32/wine/fakedlls/winemp3.acm lib32/wine/fakedlls/winemsibuilder.exe lib32/wine/fakedlls/wineoss.drv lib32/wine/fakedlls/winepath.exe @@ -2019,6 +2028,7 @@ lib32/wine/ngen.exe.so lib32/wine/normaliz.dll.so lib32/wine/notepad.exe.so lib32/wine/npmshtml.dll.so +lib32/wine/npptools.dll.so lib32/wine/ntdll.dll.so lib32/wine/ntdsapi.dll.so lib32/wine/ntoskrnl.exe.so @@ -2195,6 +2205,7 @@ lib32/wine/winefile.exe.so lib32/wine/winemapi.dll.so lib32/wine/winemenubuilder.exe.so lib32/wine/winemine.exe.so +lib32/wine/winemp3.acm.so lib32/wine/winemsibuilder.exe.so lib32/wine/wineoss.drv.so lib32/wine/winepath.exe.so From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 17:56:05 2014 Return-Path: Delivered-To: svn-ports-all@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 6EC3B4F2; Mon, 29 Sep 2014 17:56:05 +0000 (UTC) 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 5AD8DD50; Mon, 29 Sep 2014 17:56:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8THu5I2048205; Mon, 29 Sep 2014 17:56:05 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8THu5HO048204; Mon, 29 Sep 2014 17:56:05 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201409291756.s8THu5HO048204@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 29 Sep 2014 17:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369538 - head/databases/db48 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 17:56:05 -0000 Author: mandree Date: Mon Sep 29 17:56:04 2014 New Revision: 369538 URL: http://svnweb.freebsd.org/changeset/ports/369538 QAT: https://qat.redports.org/buildarchive/r369538/ Log: Reinstate former EXPIRATION_DATE syntax, and add a comment. Modified: head/databases/db48/Makefile Modified: head/databases/db48/Makefile ============================================================================== --- head/databases/db48/Makefile Mon Sep 29 16:55:33 2014 (r369537) +++ head/databases/db48/Makefile Mon Sep 29 17:56:04 2014 (r369538) @@ -13,8 +13,10 @@ DIST_SUBDIR= bdb MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4.8 -DEPRECATED= Please migrate to db5 or db6. -EXPIRATION_DATE= 2014-11-30 unless *coin ports remain unfixed +DEPRECATED= Please migrate to db5 or db6 +# The port is not to be removed unless the bitcoin-related ports can +# go without this. +EXPIRATION_DATE= 2014-11-30 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:20:41 2014 Return-Path: Delivered-To: svn-ports-all@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 E5A20D91; Mon, 29 Sep 2014 18:20:41 +0000 (UTC) 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 D1C0BFA3; Mon, 29 Sep 2014 18:20:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TIKfgs059117; Mon, 29 Sep 2014 18:20:41 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TIKfbA059115; Mon, 29 Sep 2014 18:20:41 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409291820.s8TIKfbA059115@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 18:20:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369539 - head/devel/rubygem-excon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:20:42 -0000 Author: swills Date: Mon Sep 29 18:20:40 2014 New Revision: 369539 URL: http://svnweb.freebsd.org/changeset/ports/369539 QAT: https://qat.redports.org/buildarchive/r369539/ Log: devel/rubygem-excon: update to 0.39.6 Modified: head/devel/rubygem-excon/Makefile head/devel/rubygem-excon/distinfo Modified: head/devel/rubygem-excon/Makefile ============================================================================== --- head/devel/rubygem-excon/Makefile Mon Sep 29 17:56:04 2014 (r369538) +++ head/devel/rubygem-excon/Makefile Mon Sep 29 18:20:40 2014 (r369539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= excon -PORTVERSION= 0.39.5 +PORTVERSION= 0.39.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-excon/distinfo ============================================================================== --- head/devel/rubygem-excon/distinfo Mon Sep 29 17:56:04 2014 (r369538) +++ head/devel/rubygem-excon/distinfo Mon Sep 29 18:20:40 2014 (r369539) @@ -1,2 +1,2 @@ -SHA256 (rubygem/excon-0.39.5.gem) = 98d1275f8d3239a927a6d0a631d0af0901bb5f2a0fe8bbc45ea5a465b0ccaf11 -SIZE (rubygem/excon-0.39.5.gem) = 203264 +SHA256 (rubygem/excon-0.39.6.gem) = 4ec592bad031c8ac6014a94eaeb99bc713ef70072ef984c0ebdbab278926546b +SIZE (rubygem/excon-0.39.6.gem) = 203776 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:26:50 2014 Return-Path: Delivered-To: svn-ports-all@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 632824A8; Mon, 29 Sep 2014 18:26:50 +0000 (UTC) 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 4F211111; Mon, 29 Sep 2014 18:26:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TIQoqv062875; Mon, 29 Sep 2014 18:26:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TIQotT062874; Mon, 29 Sep 2014 18:26:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291826.s8TIQotT062874@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 18:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369540 - head/games/funnyboat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:26:50 -0000 Author: amdmi3 Date: Mon Sep 29 18:26:49 2014 New Revision: 369540 URL: http://svnweb.freebsd.org/changeset/ports/369540 QAT: https://qat.redports.org/buildarchive/r369540/ Log: - Convert to USES=python Modified: head/games/funnyboat/Makefile Modified: head/games/funnyboat/Makefile ============================================================================== --- head/games/funnyboat/Makefile Mon Sep 29 18:20:40 2014 (r369539) +++ head/games/funnyboat/Makefile Mon Sep 29 18:26:49 2014 (r369540) @@ -15,8 +15,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame WRKSRC= ${WRKDIR}/${PORTNAME} -USES= zip -USE_PYTHON= yes +USES= python:run zip NO_BUILD= yes SUB_FILES= funnyboat_ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:32:14 2014 Return-Path: Delivered-To: svn-ports-all@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 5789D8B6; Mon, 29 Sep 2014 18:32:14 +0000 (UTC) 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 3A178204; Mon, 29 Sep 2014 18:32:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TIWE4J067252; Mon, 29 Sep 2014 18:32:14 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TIWDi2067245; Mon, 29 Sep 2014 18:32:13 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291832.s8TIWDi2067245@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 18:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369542 - in head/www: . py-requests-toolbelt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:32:14 -0000 Author: wg Date: Mon Sep 29 18:32:12 2014 New Revision: 369542 URL: http://svnweb.freebsd.org/changeset/ports/369542 QAT: https://qat.redports.org/buildarchive/r369542/ Log: www/py-requests-toolbelt: Utility belt for advanced users of python-requests This is a collection of utilities that some users of python-requests might need but do not belong in requests proper. The library is actively maintained by members of the requests core development team, and so reflects the functionality most requested by users of the requests library. WWW: https://toolbelt.readthedocs.org Added: head/www/py-requests-toolbelt/ head/www/py-requests-toolbelt/Makefile (contents, props changed) head/www/py-requests-toolbelt/distinfo (contents, props changed) head/www/py-requests-toolbelt/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Sep 29 18:32:11 2014 (r369541) +++ head/www/Makefile Mon Sep 29 18:32:12 2014 (r369542) @@ -1652,6 +1652,7 @@ SUBDIR += py-requests SUBDIR += py-requests-oauth-hook SUBDIR += py-requests-oauthlib + SUBDIR += py-requests-toolbelt SUBDIR += py-requests1 SUBDIR += py-restclient SUBDIR += py-rhodecode Added: head/www/py-requests-toolbelt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-requests-toolbelt/Makefile Mon Sep 29 18:32:12 2014 (r369542) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= requests-toolbelt +PORTVERSION= 0.3.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Utility belt for advanced users of python-requests + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/www/py-requests-toolbelt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-requests-toolbelt/distinfo Mon Sep 29 18:32:12 2014 (r369542) @@ -0,0 +1,2 @@ +SHA256 (requests-toolbelt-0.3.1.tar.gz) = f170eadbe01be2356d65862857a9b2eb8bb17b895cde158a7dd1c358a3a48d1a +SIZE (requests-toolbelt-0.3.1.tar.gz) = 14609 Added: head/www/py-requests-toolbelt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-requests-toolbelt/pkg-descr Mon Sep 29 18:32:12 2014 (r369542) @@ -0,0 +1,6 @@ +This is a collection of utilities that some users of python-requests might need +but do not belong in requests proper. The library is actively maintained by +members of the requests core development team, and so reflects the +functionality most requested by users of the requests library. + +WWW: https://toolbelt.readthedocs.org From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:32:12 2014 Return-Path: Delivered-To: svn-ports-all@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 33AC17EE; Mon, 29 Sep 2014 18:32:12 +0000 (UTC) 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 2024C201; Mon, 29 Sep 2014 18:32:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TIWBdB067107; Mon, 29 Sep 2014 18:32:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TIWBkw067106; Mon, 29 Sep 2014 18:32:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291832.s8TIWBkw067106@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 18:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369541 - head/graphics/nathive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:32:12 -0000 Author: amdmi3 Date: Mon Sep 29 18:32:11 2014 New Revision: 369541 URL: http://svnweb.freebsd.org/changeset/ports/369541 QAT: https://qat.redports.org/buildarchive/r369541/ Log: - Convert to USES=python Modified: head/graphics/nathive/Makefile Modified: head/graphics/nathive/Makefile ============================================================================== --- head/graphics/nathive/Makefile Mon Sep 29 18:26:49 2014 (r369540) +++ head/graphics/nathive/Makefile Mon Sep 29 18:32:11 2014 (r369541) @@ -14,8 +14,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/p RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 -USES= gmake tar:tgz -USE_PYTHON= 2 +USES= gmake python:2 tar:tgz MAKEFILE= makefile ALL_TARGET= default From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:33:49 2014 Return-Path: Delivered-To: svn-ports-all@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 816B19FA; Mon, 29 Sep 2014 18:33:49 +0000 (UTC) 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 6DCA7228; Mon, 29 Sep 2014 18:33:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TIXnh5067559; Mon, 29 Sep 2014 18:33:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TIXnJR067558; Mon, 29 Sep 2014 18:33:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291833.s8TIXnJR067558@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 18:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369543 - head/graphics/uniconvw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:33:49 -0000 Author: amdmi3 Date: Mon Sep 29 18:33:48 2014 New Revision: 369543 URL: http://svnweb.freebsd.org/changeset/ports/369543 QAT: https://qat.redports.org/buildarchive/r369543/ Log: - Convert to USES=python Modified: head/graphics/uniconvw/Makefile Modified: head/graphics/uniconvw/Makefile ============================================================================== --- head/graphics/uniconvw/Makefile Mon Sep 29 18:32:12 2014 (r369542) +++ head/graphics/uniconvw/Makefile Mon Sep 29 18:33:48 2014 (r369543) @@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1lib PROJECTHOST= uniconvertor -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:36:13 2014 Return-Path: Delivered-To: svn-ports-all@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 6D23FB34; Mon, 29 Sep 2014 18:36:13 +0000 (UTC) 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 59A00251; Mon, 29 Sep 2014 18:36:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TIaDnu068021; Mon, 29 Sep 2014 18:36:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TIaDfE068020; Mon, 29 Sep 2014 18:36:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291836.s8TIaDfE068020@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 18:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369544 - head/misc/metromap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:36:13 -0000 Author: amdmi3 Date: Mon Sep 29 18:36:12 2014 New Revision: 369544 URL: http://svnweb.freebsd.org/changeset/ports/369544 QAT: https://qat.redports.org/buildarchive/r369544/ Log: - Convert to USES=python - Add NO_ARCH - Convert manual REINPLACE_CMD to USES=shebangfix Modified: head/misc/metromap/Makefile Modified: head/misc/metromap/Makefile ============================================================================== --- head/misc/metromap/Makefile Mon Sep 29 18:33:48 2014 (r369543) +++ head/misc/metromap/Makefile Mon Sep 29 18:36:12 2014 (r369544) @@ -14,9 +14,10 @@ COMMENT= Simple application for finding LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING -USES= tar:bzip2 gettext gmake -USE_PYTHON= yes +USES= gettext gmake python shebangfix tar:bzip2 +SHEBANG_FILES= metromap.py USE_GNOME= pygtk2 +NO_ARCH= yes PLIST_FILES= bin/metromap \ share/applications/metromap.desktop \ @@ -27,10 +28,6 @@ PORTDATA= * OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e 's,/usr/bin/python,${SETENV} python,' ${WRKSRC}/metromap.py - @${RM} -f ${WRKSRC}/modules/ReadMap.py.orig - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:55:42 2014 Return-Path: Delivered-To: svn-ports-all@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 E218E39C; Mon, 29 Sep 2014 18:55:42 +0000 (UTC) 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 CE36068A; Mon, 29 Sep 2014 18:55:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TItgOD077480; Mon, 29 Sep 2014 18:55:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TItg0W077475; Mon, 29 Sep 2014 18:55:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409291855.s8TItg0W077475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 18:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369545 - head/devel/rubygem-minitest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:55:43 -0000 Author: swills Date: Mon Sep 29 18:55:41 2014 New Revision: 369545 URL: http://svnweb.freebsd.org/changeset/ports/369545 QAT: https://qat.redports.org/buildarchive/r369545/ Log: devel/rubygem-minitest: update to 5.4.2 Modified: head/devel/rubygem-minitest/Makefile head/devel/rubygem-minitest/distinfo Modified: head/devel/rubygem-minitest/Makefile ============================================================================== --- head/devel/rubygem-minitest/Makefile Mon Sep 29 18:36:12 2014 (r369544) +++ head/devel/rubygem-minitest/Makefile Mon Sep 29 18:55:41 2014 (r369545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minitest -PORTVERSION= 5.4.1 +PORTVERSION= 5.4.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-minitest/distinfo ============================================================================== --- head/devel/rubygem-minitest/distinfo Mon Sep 29 18:36:12 2014 (r369544) +++ head/devel/rubygem-minitest/distinfo Mon Sep 29 18:55:41 2014 (r369545) @@ -1,2 +1,2 @@ -SHA256 (rubygem/minitest-5.4.1.gem) = 99e83223c69ac3bb98cb2dc2bf857b6839719cb61cfe5b3ee1cf6eb48bf83812 -SIZE (rubygem/minitest-5.4.1.gem) = 68096 +SHA256 (rubygem/minitest-5.4.2.gem) = 6ce8b3bfc984ee927d8a2c45567ddcf1d28defe77adb5f21ab72ded9345305d0 +SIZE (rubygem/minitest-5.4.2.gem) = 68096 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 18:59:32 2014 Return-Path: Delivered-To: svn-ports-all@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 CB373785; Mon, 29 Sep 2014 18:59:32 +0000 (UTC) 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 AD4B06D8; Mon, 29 Sep 2014 18:59:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TIxWhA078053; Mon, 29 Sep 2014 18:59:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TIxWVx078051; Mon, 29 Sep 2014 18:59:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201409291859.s8TIxWVx078051@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 29 Sep 2014 18:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369546 - head/sysutils/ldap-account-manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:59:33 -0000 Author: pi Date: Mon Sep 29 18:59:31 2014 New Revision: 369546 URL: http://svnweb.freebsd.org/changeset/ports/369546 QAT: https://qat.redports.org/buildarchive/r369546/ Log: sysutils/ldap-account-manager: 4.6 -> 4.7 Changes: - Nginx webserver support - DHCP: support pooling of IP ranges (RFE 107) - Personal: support pager attribute (hidden by default) - Renamed config/lam.conf_sample to lam.conf.sample and config.cfg_sample to config.cfg.sample - LAM Pro: Password dialog: preset alternate email address with backup email address (RFE 111) PR: 194004 Submitted by: basil@vpm.net.ua (maintainer) Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Mon Sep 29 18:55:41 2014 (r369545) +++ head/sysutils/ldap-account-manager/Makefile Mon Sep 29 18:59:31 2014 (r369546) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap-account-manager -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} @@ -31,20 +31,17 @@ OPTIONS_DEFINE= DOCS .include -post-extract: -.for CONFIG in ${CONFIGS} - @${MV} ${WRKSRC}/config/${CONFIG}_sample ${WRKSRC}/config/${CONFIG}.sample -.endfor do-install: - @${ECHO_CMD} '@unexec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} -f %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST} + @${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} -f %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST} .for CONFIG in ${CONFIGS} @${ECHO_CMD} '@sample ${WWWDIR_REL}/config/${CONFIG}.sample' >> ${TMPPLIST} + @${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/${CONFIG}_sample ]; then ${RM} -f %D/${WWWDIR_REL}/config/${CONFIG}_sample; fi' >> ${TMPPLIST} .endfor .for I in ${LAMDATA} @${FIND} -s ${WRKSRC}/${I} -type f -not -name '*.sample' | ${SED} -e 's,^${WRKSRC},${WWWDIR_REL},' >> ${TMPPLIST} - @${FIND} -ds ${WRKSRC}/${I} -type d | ${SED} -e 's,^${WRKSRC},@dirrmtry ${WWWDIR_REL},' >> ${TMPPLIST} + @${FIND} -ds ${WRKSRC}/${I} -type d | ${SED} -e 's,^${WRKSRC},@dir ${WWWDIR_REL},' >> ${TMPPLIST} .endfor - @${ECHO_CMD} '@dirrmtry ${WWWDIR_REL}' >> ${TMPPLIST} + @${ECHO_CMD} '@dir ${WWWDIR_REL}' >> ${TMPPLIST} @cd ${WRKSRC} && ${COPYTREE_SHARE} "${LAMDATA}" ${STAGEDIR}${WWWDIR} .for DIR in ${WRITEABLES} @${CHMOD} -R u+w ${STAGEDIR}${WWWDIR}/${DIR} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Mon Sep 29 18:55:41 2014 (r369545) +++ head/sysutils/ldap-account-manager/distinfo Mon Sep 29 18:59:31 2014 (r369546) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-4.6.tar.bz2) = df9f267c33ddce52e598ac540fecce0f3dc2546a0cc339f8200f39a1baa411f1 -SIZE (ldap-account-manager-4.6.tar.bz2) = 12358788 +SHA256 (ldap-account-manager-4.7.tar.bz2) = 207b424ca27743095509bc093983978481e9372a285ca6fd8bd3dd2f4dcf924f +SIZE (ldap-account-manager-4.7.tar.bz2) = 12491347 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:08:25 2014 Return-Path: Delivered-To: svn-ports-all@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 953E0BF5; Mon, 29 Sep 2014 19:08:25 +0000 (UTC) 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 816F6857; Mon, 29 Sep 2014 19:08:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TJ8PHA082787; Mon, 29 Sep 2014 19:08:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TJ8PRn082785; Mon, 29 Sep 2014 19:08:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409291908.s8TJ8PRn082785@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 19:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369547 - head/devel/rubygem-simplecov X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 19:08:25 -0000 Author: swills Date: Mon Sep 29 19:08:24 2014 New Revision: 369547 URL: http://svnweb.freebsd.org/changeset/ports/369547 QAT: https://qat.redports.org/buildarchive/r369547/ Log: devel/rubygem-simplecov: update to 0.9.1 Modified: head/devel/rubygem-simplecov/Makefile head/devel/rubygem-simplecov/distinfo Modified: head/devel/rubygem-simplecov/Makefile ============================================================================== --- head/devel/rubygem-simplecov/Makefile Mon Sep 29 18:59:31 2014 (r369546) +++ head/devel/rubygem-simplecov/Makefile Mon Sep 29 19:08:24 2014 (r369547) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simplecov -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Powerful configuration library LICENSE= MIT RUN_DEPENDS= rubygem-docile>=1.1.0:${PORTSDIR}/devel/rubygem-docile \ - rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-simplecov-html>=0.8.0:${PORTSDIR}/textproc/rubygem-simplecov-html USE_RUBY= yes Modified: head/devel/rubygem-simplecov/distinfo ============================================================================== --- head/devel/rubygem-simplecov/distinfo Mon Sep 29 18:59:31 2014 (r369546) +++ head/devel/rubygem-simplecov/distinfo Mon Sep 29 19:08:24 2014 (r369547) @@ -1,2 +1,2 @@ -SHA256 (rubygem/simplecov-0.9.0.gem) = 4f205752a4f3730fd4c58678bbab4c83f4e2a6ca3bbea4cdf18cd86a70589eb7 -SIZE (rubygem/simplecov-0.9.0.gem) = 49664 +SHA256 (rubygem/simplecov-0.9.1.gem) = ce9ffc797f9e4493bf97bbf5e88073ad7351d8234561b56ea3bd2baa68a71e1a +SIZE (rubygem/simplecov-0.9.1.gem) = 49152 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:09:16 2014 Return-Path: Delivered-To: svn-ports-all@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 6B39CCFE for ; Mon, 29 Sep 2014 19:09:16 +0000 (UTC) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EE8486A for ; Mon, 29 Sep 2014 19:09:15 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id z10so3774266pdj.12 for ; Mon, 29 Sep 2014 12:09:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Tn7OM+UoN9wEeAXRXGqNaVHPW99BZe77uAiS0xgPHng=; b=h7kwkYloSsJsKjb9cYhh4kiksvBxgn1CzlOlcA4Eou33+Eb+PZyMTMnSUgJ2b2udwI mZlyKAfD2b5wulj8fmKYRuGFvFa5fMx/PGp6XxqXcWB0ekNFPe6FoqfJMMyvajtvdxeD 5E9DeyIprbUsuEKYd2PX1VdmALSbCN+H8C/M6uBbzR6JW8MBEHCymPMTZmQ3S8bO10IW O28oSBIx0RJ2EIHgb2o3967FMvTFC+uE6Zkt6p05yaztp1/qQhCUl8z7SYnzQHQbUnVq A6lAXAtAseLCIYnf+7D1pM1c+Pj53Av9AodZ+4U+nBTo7ePvhNCgkAi/2OjbuqqOFOsm pH9g== X-Gm-Message-State: ALoCoQk/3noWsuv3++oAwdG49zAItTL1+b8ANiEZSwmolx0D6N17Di7fYDyeFw3lvJ9yxPhQWpP7 X-Received: by 10.66.140.8 with SMTP id rc8mr62042724pab.75.1412017749367; Mon, 29 Sep 2014 12:09:09 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.70.102.193 with HTTP; Mon, 29 Sep 2014 12:08:49 -0700 (PDT) In-Reply-To: <201409270831.s8R8Vwgv016945@svn.freebsd.org> References: <201409270831.s8R8Vwgv016945@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 03:08:49 +0800 X-Google-Sender-Auth: 4utVDSlTt5WeIMJNR54V-MKRynY Message-ID: Subject: Re: svn commit: r369379 - in head: . databases databases/freetds databases/freetds-msdblib databases/py-mssql lang/php5 lang/php53 lang/php55 lang/php56 To: Thomas Zander Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 19:09:16 -0000 On Sat, Sep 27, 2014 at 4:31 PM, Thomas Zander wrote: > Author: riggs > Date: Sat Sep 27 08:31:58 2014 > New Revision: 369379 > URL: http://svnweb.freebsd.org/changeset/ports/369379 > QAT: https://qat.redports.org/buildarchive/r369379/ > > Log: > Modernise databases/freetds port > - Retire databases/freetds-msdblib port > (no longer needed, recently updated upstream version has necessary > compat > option which is now enabled in the freetds port) > - Fix LIB_DEPENDS in dependent ports > - Bump PORTREVISION in freetds and dependent ports > > PR: 193850 > Submitted by: 5u623l20@gmail.com (maintainer) > > Deleted: > head/databases/freetds-msdblib/ > Modified: > head/MOVED > head/databases/Makefile > head/databases/freetds/Makefile > head/databases/freetds/pkg-plist > head/databases/py-mssql/Makefile > head/lang/php5/Makefile > head/lang/php5/Makefile.ext > head/lang/php53/Makefile > head/lang/php53/Makefile.ext > head/lang/php55/Makefile > head/lang/php55/Makefile.ext > head/lang/php56/Makefile > head/lang/php56/Makefile.ext > IMHO, you should bump databases/phpXX-mssql and databases/phpXX-pdo_dblib, not lang/phpXX. Many irrelative ports were affected. From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:19:38 2014 Return-Path: Delivered-To: svn-ports-all@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 22ADD29A; Mon, 29 Sep 2014 19:19:38 +0000 (UTC) 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 0EB8A96B; Mon, 29 Sep 2014 19:19:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TJJbAZ087862; Mon, 29 Sep 2014 19:19:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TJJbf1087858; Mon, 29 Sep 2014 19:19:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409291919.s8TJJbf1087858@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 19:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369548 - head/devel/rubygem-power_assert X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 19:19:38 -0000 Author: swills Date: Mon Sep 29 19:19:36 2014 New Revision: 369548 URL: http://svnweb.freebsd.org/changeset/ports/369548 QAT: https://qat.redports.org/buildarchive/r369548/ Log: devel/rubygem-power_assert: update to 0.1.4 Modified: head/devel/rubygem-power_assert/Makefile head/devel/rubygem-power_assert/distinfo Modified: head/devel/rubygem-power_assert/Makefile ============================================================================== --- head/devel/rubygem-power_assert/Makefile Mon Sep 29 19:08:24 2014 (r369547) +++ head/devel/rubygem-power_assert/Makefile Mon Sep 29 19:19:36 2014 (r369548) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= power_assert -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-power_assert/distinfo ============================================================================== --- head/devel/rubygem-power_assert/distinfo Mon Sep 29 19:08:24 2014 (r369547) +++ head/devel/rubygem-power_assert/distinfo Mon Sep 29 19:19:36 2014 (r369548) @@ -1,2 +1,2 @@ -SHA256 (rubygem/power_assert-0.1.3.gem) = 2315b7139e31eac6e7125c285481c3e96d25e73699dd626c192f055bcbbba2ec -SIZE (rubygem/power_assert-0.1.3.gem) = 10752 +SHA256 (rubygem/power_assert-0.1.4.gem) = 2893aab614063ad064d42d37762500c906727f7604f588b283a14225e2ab064a +SIZE (rubygem/power_assert-0.1.4.gem) = 11264 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:31:51 2014 Return-Path: Delivered-To: svn-ports-all@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 21297AFB; Mon, 29 Sep 2014 19:31:51 +0000 (UTC) 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 0D669B67; Mon, 29 Sep 2014 19:31:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TJVoYm095814; Mon, 29 Sep 2014 19:31:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TJVopj095812; Mon, 29 Sep 2014 19:31:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409291931.s8TJVopj095812@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 19:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369549 - head/devel/rubygem-rspec-mocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 19:31:51 -0000 Author: swills Date: Mon Sep 29 19:31:49 2014 New Revision: 369549 URL: http://svnweb.freebsd.org/changeset/ports/369549 QAT: https://qat.redports.org/buildarchive/r369549/ Log: devel/rubygem-rspec-mocks: update to 3.1.2 Modified: head/devel/rubygem-rspec-mocks/Makefile head/devel/rubygem-rspec-mocks/distinfo Modified: head/devel/rubygem-rspec-mocks/Makefile ============================================================================== --- head/devel/rubygem-rspec-mocks/Makefile Mon Sep 29 19:19:36 2014 (r369548) +++ head/devel/rubygem-rspec-mocks/Makefile Mon Sep 29 19:31:49 2014 (r369549) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-mocks -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rspec-mocks/distinfo ============================================================================== --- head/devel/rubygem-rspec-mocks/distinfo Mon Sep 29 19:19:36 2014 (r369548) +++ head/devel/rubygem-rspec-mocks/distinfo Mon Sep 29 19:31:49 2014 (r369549) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-mocks-3.1.1.gem) = bd00d64db2073b8e0d9a09d39b84383b867ecfc500055ffb7708fe9967dbbbb4 -SIZE (rubygem/rspec-mocks-3.1.1.gem) = 64512 +SHA256 (rubygem/rspec-mocks-3.1.2.gem) = d7a6b42085d30fb6a870dba386d76f05db5a6108394823f9c7e2190151ea1ac8 +SIZE (rubygem/rspec-mocks-3.1.2.gem) = 64512 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:41:09 2014 Return-Path: Delivered-To: svn-ports-all@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 A1BEEE36; Mon, 29 Sep 2014 19:41:09 +0000 (UTC) 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 8E0B3C53; Mon, 29 Sep 2014 19:41:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TJf9I1098446; Mon, 29 Sep 2014 19:41:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TJf9Af098444; Mon, 29 Sep 2014 19:41:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409291941.s8TJf9Af098444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 19:41:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369550 - head/devel/rubygem-ruby2ruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 19:41:09 -0000 Author: swills Date: Mon Sep 29 19:41:08 2014 New Revision: 369550 URL: http://svnweb.freebsd.org/changeset/ports/369550 QAT: https://qat.redports.org/buildarchive/r369550/ Log: devel/rubygem-ruby2ruby: update to 2.1.3 Modified: head/devel/rubygem-ruby2ruby/Makefile head/devel/rubygem-ruby2ruby/distinfo Modified: head/devel/rubygem-ruby2ruby/Makefile ============================================================================== --- head/devel/rubygem-ruby2ruby/Makefile Mon Sep 29 19:31:49 2014 (r369549) +++ head/devel/rubygem-ruby2ruby/Makefile Mon Sep 29 19:41:08 2014 (r369550) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ruby2ruby -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-ruby2ruby/distinfo ============================================================================== --- head/devel/rubygem-ruby2ruby/distinfo Mon Sep 29 19:31:49 2014 (r369549) +++ head/devel/rubygem-ruby2ruby/distinfo Mon Sep 29 19:41:08 2014 (r369550) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby2ruby-2.1.2.gem) = 354cb71acc19b788c99382883a69320617a5e4dda89684efdedd5c0bde6eda64 -SIZE (rubygem/ruby2ruby-2.1.2.gem) = 24064 +SHA256 (rubygem/ruby2ruby-2.1.3.gem) = badec2abca876a8487c693478e42f550e63cda839f4182262ce16ae0cb8997c7 +SIZE (rubygem/ruby2ruby-2.1.3.gem) = 24576 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:51:30 2014 Return-Path: Delivered-To: svn-ports-all@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 5B0E6273; Mon, 29 Sep 2014 19:51:30 +0000 (UTC) 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 45BDBCEF; Mon, 29 Sep 2014 19:51:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TJpUIl005897; Mon, 29 Sep 2014 19:51:30 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TJpSq6005440; Mon, 29 Sep 2014 19:51:28 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409291951.s8TJpSq6005440@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 Sep 2014 19:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369551 - in head/multimedia: . libquvi-scripts09 libquvi09 quvi09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 19:51:30 -0000 Author: kwm Date: Mon Sep 29 19:51:27 2014 New Revision: 369551 URL: http://svnweb.freebsd.org/changeset/ports/369551 QAT: https://qat.redports.org/buildarchive/r369551/ Log: Add libquvi 0.9.4, libquvi-scripts 0.9.20131130 and quvi 0.9.5. svn cp from the 0.4.x versions since it not backwards compatible. Sunpoet@ has agreed to also maintain these ports. Obtained from: GNOME dev repo Submitted by: Gustau Perez Added: head/multimedia/libquvi-scripts09/ - copied from r369283, head/multimedia/libquvi-scripts/ head/multimedia/libquvi09/ - copied from r369283, head/multimedia/libquvi/ head/multimedia/quvi09/ - copied from r369283, head/multimedia/quvi/ Modified: head/multimedia/Makefile head/multimedia/libquvi-scripts09/Makefile head/multimedia/libquvi-scripts09/distinfo head/multimedia/libquvi-scripts09/pkg-plist head/multimedia/libquvi09/Makefile head/multimedia/libquvi09/distinfo head/multimedia/libquvi09/pkg-plist head/multimedia/quvi09/Makefile head/multimedia/quvi09/distinfo Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Mon Sep 29 19:41:08 2014 (r369550) +++ head/multimedia/Makefile Mon Sep 29 19:51:27 2014 (r369551) @@ -181,7 +181,9 @@ SUBDIR += libquicktime SUBDIR += libquicktime-lame SUBDIR += libquvi + SUBDIR += libquvi09 SUBDIR += libquvi-scripts + SUBDIR += libquvi-scripts09 SUBDIR += librtmp SUBDIR += libsmacker SUBDIR += libtheora @@ -313,6 +315,7 @@ SUBDIR += quark SUBDIR += quodlibet SUBDIR += quvi + SUBDIR += quvi09 SUBDIR += recmpeg SUBDIR += recordmydesktop SUBDIR += replex Modified: head/multimedia/libquvi-scripts09/Makefile ============================================================================== --- head/multimedia/libquvi-scripts/Makefile Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/libquvi-scripts09/Makefile Mon Sep 29 19:51:27 2014 (r369551) @@ -2,25 +2,31 @@ # $FreeBSD$ PORTNAME= libquvi-scripts -PORTVERSION= 0.4.21 +PORTVERSION= 0.9 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ +MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ \ GOOGLE_CODE +PKGNAMESUFFIX= 09 +DISTNAME= ${PORTNAME}-${PORTVERSION}.${QUVI_VER} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Embedded lua scripts for libquvi and utility scripts -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= AGPLv3 -PORTSCOUT= limit:0.4.[0-9]* +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.${QUVI_VER} OPTIONS_DEFINE= NSFW OPTIONS_SUB= yes NSFW_DESC= Enable adult website support +USES= lua:run pathfix tar:xz GNU_CONFIGURE= yes -USES= pathfix tar:xz +CONFIGURE_ARGS= --program-suffix=09 + +QUVI_VER= 20131130 + +PLIST_SUB+= VERSION="0.9.${QUVI_VER}" PROJECTHOST= quvi Modified: head/multimedia/libquvi-scripts09/distinfo ============================================================================== --- head/multimedia/libquvi-scripts/distinfo Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/libquvi-scripts09/distinfo Mon Sep 29 19:51:27 2014 (r369551) @@ -1,2 +1,2 @@ -SHA256 (libquvi-scripts-0.4.21.tar.xz) = 7c02cc86ac25334892d08bbc31251d78a55ee2a16d57dfa2bda7ac657c8e0f34 -SIZE (libquvi-scripts-0.4.21.tar.xz) = 121072 +SHA256 (libquvi-scripts-0.9.20131130.tar.xz) = 17f21f9fac10cf60af2741f2c86a8ffd8007aa334d1eb78ff6ece130cb3777e3 +SIZE (libquvi-scripts-0.9.20131130.tar.xz) = 322080 Modified: head/multimedia/libquvi-scripts09/pkg-plist ============================================================================== --- head/multimedia/libquvi-scripts/pkg-plist Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/libquvi-scripts09/pkg-plist Mon Sep 29 19:51:27 2014 (r369551) @@ -1,71 +1,65 @@ -libdata/pkgconfig/libquvi-scripts.pc -man/man7/libquvi-scripts.7.gz -%%DATADIR%%/lua/README -%%DATADIR%%/lua/util/charset.lua -%%DATADIR%%/lua/util/content_type.lua -%%DATADIR%%/lua/util/trim.lua -%%DATADIR%%/lua/website/README -%%DATADIR%%/lua/website/101greatgoals.lua -%%DATADIR%%/lua/website/1tvru.lua -%%DATADIR%%/lua/website/ardmediathek.lua -%%DATADIR%%/lua/website/arte.lua -%%DATADIR%%/lua/website/audioboo.lua -%%DATADIR%%/lua/website/bbc.lua -%%NSFW%%%%DATADIR%%/lua/website/beeg.lua -%%DATADIR%%/lua/website/bikeradar.lua -%%DATADIR%%/lua/website/canalplus.lua -%%DATADIR%%/lua/website/cbsnews.lua -%%DATADIR%%/lua/website/clipfish.lua -%%DATADIR%%/lua/website/collegehumor.lua -%%DATADIR%%/lua/website/dailymotion.lua -%%NSFW%%%%DATADIR%%/lua/website/deviantclip.lua -%%DATADIR%%/lua/website/dorkly.lua -%%NSFW%%%%DATADIR%%/lua/website/empflix.lua -%%DATADIR%%/lua/website/foxnews.lua -%%DATADIR%%/lua/website/funnyordie.lua -%%DATADIR%%/lua/website/gaskrank.lua -%%DATADIR%%/lua/website/guardian.lua -%%NSFW%%%%DATADIR%%/lua/website/jizzhut.lua -%%NSFW%%%%DATADIR%%/lua/website/keezmovies.lua -%%DATADIR%%/lua/website/lego.lua -%%DATADIR%%/lua/website/liveleak.lua -%%DATADIR%%/lua/website/metacafe.lua -%%DATADIR%%/lua/website/myspass.lua -%%DATADIR%%/lua/website/publicsenat.lua -%%DATADIR%%/lua/website/quvi/bit.lua -%%DATADIR%%/lua/website/quvi/const.lua -%%DATADIR%%/lua/website/quvi/html.lua -%%DATADIR%%/lua/website/quvi/url.lua -%%DATADIR%%/lua/website/quvi/util.lua -%%NSFW%%%%DATADIR%%/lua/website/redtube.lua -%%DATADIR%%/lua/website/sapo.lua -%%DATADIR%%/lua/website/senat.lua -%%DATADIR%%/lua/website/sevenload.lua -%%DATADIR%%/lua/website/soundcloud.lua -%%NSFW%%%%DATADIR%%/lua/website/spankwire.lua -%%DATADIR%%/lua/website/spiegel.lua -%%DATADIR%%/lua/website/tagtele.lua -%%DATADIR%%/lua/website/tapuz.lua -%%NSFW%%%%DATADIR%%/lua/website/tcmag.lua -%%DATADIR%%/lua/website/ted.lua -%%DATADIR%%/lua/website/theonion.lua -%%DATADIR%%/lua/website/tmunderground.lua -%%NSFW%%%%DATADIR%%/lua/website/tnaflix.lua -%%NSFW%%%%DATADIR%%/lua/website/totallynsfw.lua -%%DATADIR%%/lua/website/tvlux.lua -%%DATADIR%%/lua/website/tvrain.lua -%%DATADIR%%/lua/website/videa.lua -%%DATADIR%%/lua/website/videobash.lua -%%DATADIR%%/lua/website/vimeo.lua -%%DATADIR%%/lua/website/wimp.lua -%%NSFW%%%%DATADIR%%/lua/website/xhamster.lua -%%NSFW%%%%DATADIR%%/lua/website/xnxx.lua -%%NSFW%%%%DATADIR%%/lua/website/xvideos.lua -%%NSFW%%%%DATADIR%%/lua/website/youjizz.lua -%%DATADIR%%/lua/website/youtube.lua -%%DATADIR%%/version -@dirrm %%DATADIR%%/lua/website/quvi -@dirrm %%DATADIR%%/lua/website -@dirrm %%DATADIR%%/lua/util -@dirrm %%DATADIR%%/lua -@dirrmtry %%DATADIR%% +libdata/pkgconfig/libquvi-scripts-0.9.pc +man/man7/libquvi-scripts09.7.gz +man/man7/quvi-modules-3rdparty09.7.gz +man/man7/quvi-modules09.7.gz +%%DATADIR%%/0.9 +%%DATADIR%%/%%VERSION%%/README +%%DATADIR%%/%%VERSION%%/version +%%DATADIR%%/%%VERSION%%/common/quvi/const.lua +%%DATADIR%%/%%VERSION%%/common/quvi/debug.lua +%%DATADIR%%/%%VERSION%%/common/quvi/entity.lua +%%DATADIR%%/%%VERSION%%/common/quvi/hash.lua +%%DATADIR%%/%%VERSION%%/common/quvi/hex.lua +%%DATADIR%%/%%VERSION%%/common/quvi/html.lua +%%DATADIR%%/%%VERSION%%/common/quvi/lxph.lua +%%DATADIR%%/%%VERSION%%/common/quvi/stream.lua +%%DATADIR%%/%%VERSION%%/common/quvi/time.lua +%%DATADIR%%/%%VERSION%%/common/quvi/util.lua +%%DATADIR%%/%%VERSION%%/common/quvi/youtube.lua +%%DATADIR%%/%%VERSION%%/common/quvi/http/cookie.lua +%%DATADIR%%/%%VERSION%%/media/101greatgoals.lua +%%DATADIR%%/%%VERSION%%/media/1tvru.lua +%%DATADIR%%/%%VERSION%%/media/ardmediathek.lua +%%DATADIR%%/%%VERSION%%/media/arte.lua +%%DATADIR%%/%%VERSION%%/media/audioboo.lua +%%DATADIR%%/%%VERSION%%/media/bikeradar.lua +%%DATADIR%%/%%VERSION%%/media/canalplus.lua +%%DATADIR%%/%%VERSION%%/media/cbsnews.lua +%%DATADIR%%/%%VERSION%%/media/clipfish.lua +%%DATADIR%%/%%VERSION%%/media/collegehumor.lua +%%DATADIR%%/%%VERSION%%/media/dailymotion.lua +%%DATADIR%%/%%VERSION%%/media/dorkly.lua +%%DATADIR%%/%%VERSION%%/media/funnyordie.lua +%%DATADIR%%/%%VERSION%%/media/gaskrank.lua +%%DATADIR%%/%%VERSION%%/media/guardian.lua +%%DATADIR%%/%%VERSION%%/media/ina.lua +%%DATADIR%%/%%VERSION%%/media/lego.lua +%%DATADIR%%/%%VERSION%%/media/liveleak.lua +%%DATADIR%%/%%VERSION%%/media/majestyc.lua +%%DATADIR%%/%%VERSION%%/media/metacafe.lua +%%DATADIR%%/%%VERSION%%/media/myspass.lua +%%DATADIR%%/%%VERSION%%/media/publicsenat.lua +%%DATADIR%%/%%VERSION%%/media/sapo.lua +%%DATADIR%%/%%VERSION%%/media/senat.lua +%%DATADIR%%/%%VERSION%%/media/sevenload.lua +%%DATADIR%%/%%VERSION%%/media/soundcloud.lua +%%DATADIR%%/%%VERSION%%/media/spiegel.lua +%%DATADIR%%/%%VERSION%%/media/tagtele.lua +%%DATADIR%%/%%VERSION%%/media/tapuz.lua +%%DATADIR%%/%%VERSION%%/media/ted.lua +%%DATADIR%%/%%VERSION%%/media/theonion.lua +%%DATADIR%%/%%VERSION%%/media/tvlux.lua +%%DATADIR%%/%%VERSION%%/media/videa.lua +%%DATADIR%%/%%VERSION%%/media/videobash.lua +%%DATADIR%%/%%VERSION%%/media/vimeo.lua +%%DATADIR%%/%%VERSION%%/media/vzaar.lua +%%DATADIR%%/%%VERSION%%/media/youtube.lua +%%DATADIR%%/%%VERSION%%/playlist/soundcloud.lua +%%DATADIR%%/%%VERSION%%/playlist/youtube.lua +%%DATADIR%%/%%VERSION%%/scan/vzaar.lua +%%DATADIR%%/%%VERSION%%/scan/youtube.lua +%%DATADIR%%/%%VERSION%%/subtitle/youtube.lua +%%DATADIR%%/%%VERSION%%/subtitle/export/subrip.lua +%%DATADIR%%/%%VERSION%%/util/convert_entities.lua +%%DATADIR%%/%%VERSION%%/util/resolve_redirections.lua +%%DATADIR%%/%%VERSION%%/util/to_file_ext.lua Modified: head/multimedia/libquvi09/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/libquvi09/Makefile Mon Sep 29 19:51:27 2014 (r369551) @@ -2,39 +2,40 @@ # $FreeBSD$ PORTNAME= libquvi -PORTVERSION= 0.4.1 -PORTREVISION= 4 +PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= multimedia devel MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ GOOGLE_CODE +PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library for parsing flash media stream URLs -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= AGPLv3 -BUILD_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= libquvi-scripts09>=0.9:${PORTSDIR}/multimedia/libquvi-scripts09 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libproxy.so:${PORTSDIR}/net/libproxy \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS -PORTSCOUT= limit:0.4.[0-9]* - -CPPFLAGS+= -I${LOCALBASE}/include -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USES= iconv libtool lua pathfix pkgconfig tar:xz +USE_GNOME= glib20 +GNU_CONFIGURE= yes USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS= --program-suffix=09 +INSTALL_TARGET= install-strip + +QUVI_VER= 0.9 +PLIST_SUB+= VERSION=${QUVI_VER} PROJECTHOST= quvi post-patch: @${REINPLACE_CMD} 's/lua-5.1/lua-${LUA_VER}/g' ${WRKSRC}/configure -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ - .include Modified: head/multimedia/libquvi09/distinfo ============================================================================== --- head/multimedia/libquvi/distinfo Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/libquvi09/distinfo Mon Sep 29 19:51:27 2014 (r369551) @@ -1,2 +1,2 @@ -SHA256 (libquvi-0.4.1.tar.xz) = b5862f7e5fa6ed7defd169adb5c7586c6406af86e029671fd09615f6eb7aa903 -SIZE (libquvi-0.4.1.tar.xz) = 262740 +SHA256 (libquvi-0.9.4.tar.xz) = 2d3fe28954a68ed97587e7b920ada5095c450105e993ceade85606dadf9a81b2 +SIZE (libquvi-0.9.4.tar.xz) = 373172 Modified: head/multimedia/libquvi09/pkg-plist ============================================================================== --- head/multimedia/libquvi/pkg-plist Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/libquvi09/pkg-plist Mon Sep 29 19:51:27 2014 (r369551) @@ -1,26 +1,22 @@ -include/quvi/llst.h -include/quvi/net.h -include/quvi/quvi.h -lib/libquvi.a -lib/libquvi.so -lib/libquvi.so.7 -lib/libquvi.so.7.0.1 -libdata/pkgconfig/libquvi.pc -man/man3/libquvi.3.gz -%%PORTDOCS%%%%DOCSDIR%%/About.txt -%%PORTDOCS%%%%DOCSDIR%%/Help/Development.txt -%%PORTDOCS%%%%DOCSDIR%%/Help/Help.txt -%%PORTDOCS%%%%DOCSDIR%%/Help/Patches.txt -%%PORTDOCS%%%%DOCSDIR%%/Help/Style.txt -%%PORTDOCS%%%%DOCSDIR%%/Overviews/Formats.txt -%%PORTDOCS%%%%DOCSDIR%%/Overviews/Overview.txt -%%PORTDOCS%%%%DOCSDIR%%/Overviews/Overview_LinkedList.txt -%%PORTDOCS%%%%DOCSDIR%%/Overviews/Overview_Network.txt -%%PORTDOCS%%%%DOCSDIR%%/Webscripts/Guidelines.txt -%%PORTDOCS%%%%DOCSDIR%%/Webscripts/Tutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/Webscripts/Webscript.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/Webscripts -%%PORTDOCS%%@dirrm %%DOCSDIR%%/Overviews -%%PORTDOCS%%@dirrm %%DOCSDIR%%/Help -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/quvi +include/quvi-%%VERSION%%/quvi.h +include/quvi-%%VERSION%%/quvi/qbool.h +include/quvi-%%VERSION%%/quvi/qcallback.h +include/quvi-%%VERSION%%/quvi/qdef.h +include/quvi-%%VERSION%%/quvi/qerror.h +include/quvi-%%VERSION%%/quvi/qfunc.h +include/quvi-%%VERSION%%/quvi/qhttpmiprop.h +include/quvi-%%VERSION%%/quvi/qinfo.h +include/quvi-%%VERSION%%/quvi/qmediaprop.h +include/quvi-%%VERSION%%/quvi/qoption.h +include/quvi-%%VERSION%%/quvi/qplaylistprop.h +include/quvi-%%VERSION%%/quvi/qscript.h +include/quvi-%%VERSION%%/quvi/qsubtprop.h +include/quvi-%%VERSION%%/quvi/qsupp.h +include/quvi-%%VERSION%%/quvi/qversion.h +lib/libquvi-0.9-0.9.4.so +lib/libquvi-0.9.so +libdata/pkgconfig/libquvi-0.9.pc +man/man3/libquvi09.3.gz +man/man7/quvi-object09.7.gz +@dirrm include/quvi-%%VERSION%%/quvi +@dirrm include/quvi-%%VERSION%% Modified: head/multimedia/quvi09/Makefile ============================================================================== --- head/multimedia/quvi/Makefile Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/quvi09/Makefile Mon Sep 29 19:51:27 2014 (r369551) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quvi -PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTVERSION= 0.9.5 CATEGORIES= multimedia devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ GOOGLE_CODE @@ -11,19 +10,22 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSI MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= AGPLv3 -BUILD_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi +BUILD_DEPENDS= libquvi09>=0.9:${PORTSDIR}/multimedia/libquvi09 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS:= ${BUILD_DEPENDS} -PORTSCOUT= limit:0.4.[0-9]* - -GNU_CONFIGURE= yes USES= pkgconfig tar:xz +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-suffix=09 -PLIST_FILES= bin/quvi \ - man/man1/quvi.1.gz +PLIST_FILES= bin/quvi09 \ + man/man1/quvi-dump09.1.gz \ + man/man1/quvi-get09.1.gz \ + man/man1/quvi-info09.1.gz \ + man/man1/quvi-scan09.1.gz \ + man/man1/quvi09.1.gz \ + man/man5/quvirc09.5.gz .include Modified: head/multimedia/quvi09/distinfo ============================================================================== --- head/multimedia/quvi/distinfo Thu Sep 25 19:10:19 2014 (r369283) +++ head/multimedia/quvi09/distinfo Mon Sep 29 19:51:27 2014 (r369551) @@ -1,2 +1,2 @@ -SHA256 (quvi-0.4.2.tar.xz) = 91a1396ce9a56ac3cfa3a5edabf8d214b3c6b2a35afad3b5f2f9feb29ba19026 -SIZE (quvi-0.4.2.tar.xz) = 118756 +SHA256 (quvi-0.9.5.tar.xz) = cb3918aad990b9bc49828a5071159646247199a63de0dd4c706adc5c8cd0a2c0 +SIZE (quvi-0.9.5.tar.xz) = 316676 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:53:59 2014 Return-Path: Delivered-To: svn-ports-all@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 15FD44BE; Mon, 29 Sep 2014 19:53:59 +0000 (UTC) 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 0108BDBD; Mon, 29 Sep 2014 19:53:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TJrwvV006345; Mon, 29 Sep 2014 19:53:58 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TJrwhK006341; Mon, 29 Sep 2014 19:53:58 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409291953.s8TJrwhK006341@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 19:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369552 - head/www/rubygem-d3_rails-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 19:53:59 -0000 Author: swills Date: Mon Sep 29 19:53:58 2014 New Revision: 369552 URL: http://svnweb.freebsd.org/changeset/ports/369552 QAT: https://qat.redports.org/buildarchive/r369552/ Log: www/rubygem-d3_rails-rails4: update to 3.4.11 Modified: head/www/rubygem-d3_rails-rails4/Makefile head/www/rubygem-d3_rails-rails4/distinfo Modified: head/www/rubygem-d3_rails-rails4/Makefile ============================================================================== --- head/www/rubygem-d3_rails-rails4/Makefile Mon Sep 29 19:51:27 2014 (r369551) +++ head/www/rubygem-d3_rails-rails4/Makefile Mon Sep 29 19:53:58 2014 (r369552) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= d3_rails -PORTVERSION= 3.4.10 +PORTVERSION= 3.4.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails4 Modified: head/www/rubygem-d3_rails-rails4/distinfo ============================================================================== --- head/www/rubygem-d3_rails-rails4/distinfo Mon Sep 29 19:51:27 2014 (r369551) +++ head/www/rubygem-d3_rails-rails4/distinfo Mon Sep 29 19:53:58 2014 (r369552) @@ -1,2 +1,2 @@ -SHA256 (rubygem/d3_rails-3.4.10.gem) = b225943ca8ad3190db22d58701a81cfc8fddffd2ba5a48b0f813f7f692591489 -SIZE (rubygem/d3_rails-3.4.10.gem) = 129536 +SHA256 (rubygem/d3_rails-3.4.11.gem) = dcfc96c33b4fd31092950e3db750389f37945dcb90923dc31db13cb8e34121fa +SIZE (rubygem/d3_rails-3.4.11.gem) = 129536 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 20:18:47 2014 Return-Path: Delivered-To: svn-ports-all@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 21E8FBA0; Mon, 29 Sep 2014 20:18:47 +0000 (UTC) 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 0E4359C; Mon, 29 Sep 2014 20:18:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TKIkAh016681; Mon, 29 Sep 2014 20:18:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TKIkmU016679; Mon, 29 Sep 2014 20:18:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409292018.s8TKIkmU016679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 20:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369553 - head/devel/rubygem-commander X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 20:18:47 -0000 Author: swills Date: Mon Sep 29 20:18:45 2014 New Revision: 369553 URL: http://svnweb.freebsd.org/changeset/ports/369553 QAT: https://qat.redports.org/buildarchive/r369553/ Log: devel/rubygem-commander: update to 4.2.1 Modified: head/devel/rubygem-commander/Makefile head/devel/rubygem-commander/distinfo Modified: head/devel/rubygem-commander/Makefile ============================================================================== --- head/devel/rubygem-commander/Makefile Mon Sep 29 19:53:58 2014 (r369552) +++ head/devel/rubygem-commander/Makefile Mon Sep 29 20:18:45 2014 (r369553) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= commander -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-commander/distinfo ============================================================================== --- head/devel/rubygem-commander/distinfo Mon Sep 29 19:53:58 2014 (r369552) +++ head/devel/rubygem-commander/distinfo Mon Sep 29 20:18:45 2014 (r369553) @@ -1,2 +1,2 @@ -SHA256 (rubygem/commander-4.2.0.gem) = cc67a24f7eec5688182190cd64a6c26e6561891244e242adb043888ae9f45aba -SIZE (rubygem/commander-4.2.0.gem) = 33280 +SHA256 (rubygem/commander-4.2.1.gem) = 8ccbe07c5f389323c03678ff03ab5d4b467c37067a2c21ff079bc365b9868eff +SIZE (rubygem/commander-4.2.1.gem) = 33280 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 20:28:32 2014 Return-Path: Delivered-To: svn-ports-all@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 707A9F96; Mon, 29 Sep 2014 20:28:32 +0000 (UTC) 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 5CFC01A2; Mon, 29 Sep 2014 20:28:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TKSWUg021378; Mon, 29 Sep 2014 20:28:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TKSV8u021376; Mon, 29 Sep 2014 20:28:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409292028.s8TKSV8u021376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 20:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369554 - head/devel/rubygem-safe_yaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 20:28:32 -0000 Author: swills Date: Mon Sep 29 20:28:31 2014 New Revision: 369554 URL: http://svnweb.freebsd.org/changeset/ports/369554 QAT: https://qat.redports.org/buildarchive/r369554/ Log: devel/rubygem-safe_yaml: update to 1.0.4 Modified: head/devel/rubygem-safe_yaml/Makefile head/devel/rubygem-safe_yaml/distinfo Modified: head/devel/rubygem-safe_yaml/Makefile ============================================================================== --- head/devel/rubygem-safe_yaml/Makefile Mon Sep 29 20:18:45 2014 (r369553) +++ head/devel/rubygem-safe_yaml/Makefile Mon Sep 29 20:28:31 2014 (r369554) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= safe_yaml -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-safe_yaml/distinfo ============================================================================== --- head/devel/rubygem-safe_yaml/distinfo Mon Sep 29 20:18:45 2014 (r369553) +++ head/devel/rubygem-safe_yaml/distinfo Mon Sep 29 20:28:31 2014 (r369554) @@ -1,2 +1,2 @@ -SHA256 (rubygem/safe_yaml-1.0.3.gem) = 94a36065cd702f8939f928106f63b0e9049d0cddcbf5163ccc430332fdf46b18 -SIZE (rubygem/safe_yaml-1.0.3.gem) = 29696 +SHA256 (rubygem/safe_yaml-1.0.4.gem) = 248193992ef1730a0c9ec579999ef2256a2b3a32a9bd9d708a1e12544a489ec2 +SIZE (rubygem/safe_yaml-1.0.4.gem) = 30208 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:05:05 2014 Return-Path: Delivered-To: svn-ports-all@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 77134DAB; Mon, 29 Sep 2014 21:05:05 +0000 (UTC) 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 62AB1817; Mon, 29 Sep 2014 21:05:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TL55v3039963; Mon, 29 Sep 2014 21:05:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TL53Bq039956; Mon, 29 Sep 2014 21:05:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409292105.s8TL53Bq039956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 21:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369555 - in head/print: rubygem-pdf-core rubygem-prawn rubygem-ttfunk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:05:05 -0000 Author: swills Date: Mon Sep 29 21:05:03 2014 New Revision: 369555 URL: http://svnweb.freebsd.org/changeset/ports/369555 QAT: https://qat.redports.org/buildarchive/r369555/ Log: print/rubygem-prawn: update to 1.3.0 print/rubygem-ttfunk: update to 1.4.0 print/rubygem-pdf-core: update to 0.4.0 Update rubygem-prawn and friends to the latest versions. These are all committed at the same time to avoid breakage. PR: 193833 PR: 194012 PR: 194013 Submitted by: Michael Moll Modified: head/print/rubygem-pdf-core/Makefile head/print/rubygem-pdf-core/distinfo (contents, props changed) head/print/rubygem-prawn/Makefile head/print/rubygem-prawn/distinfo head/print/rubygem-ttfunk/Makefile head/print/rubygem-ttfunk/distinfo Modified: head/print/rubygem-pdf-core/Makefile ============================================================================== --- head/print/rubygem-pdf-core/Makefile Mon Sep 29 20:28:31 2014 (r369554) +++ head/print/rubygem-pdf-core/Makefile Mon Sep 29 21:05:03 2014 (r369555) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf-core -PORTVERSION= 0.2.5 +PORTVERSION= 0.4.0 CATEGORIES= print rubygems MASTER_SITES= RG Modified: head/print/rubygem-pdf-core/distinfo ============================================================================== --- head/print/rubygem-pdf-core/distinfo Mon Sep 29 20:28:31 2014 (r369554) +++ head/print/rubygem-pdf-core/distinfo Mon Sep 29 21:05:03 2014 (r369555) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pdf-core-0.2.5.gem) = c722b89f261b381235b8e322a1d8a7fe7fcdd88e517e0da13ffce7ef07cc7c1d -SIZE (rubygem/pdf-core-0.2.5.gem) = 40960 +SHA256 (rubygem/pdf-core-0.4.0.gem) = d8a424d75915df15f450c271eb9629a636ce95b900145b4f79d0dc92a42e1143 +SIZE (rubygem/pdf-core-0.4.0.gem) = 42496 Modified: head/print/rubygem-prawn/Makefile ============================================================================== --- head/print/rubygem-prawn/Makefile Mon Sep 29 20:28:31 2014 (r369554) +++ head/print/rubygem-prawn/Makefile Mon Sep 29 21:05:03 2014 (r369555) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= prawn -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= print rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast pure Ruby PDF generator -RUN_DEPENDS= rubygem-pdf-core>=0.2.5:${PORTSDIR}/print/rubygem-pdf-core \ - rubygem-ttfunk>=1.2.0:${PORTSDIR}/print/rubygem-ttfunk +LICENSE= RUBY GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= rubygem-pdf-core>=0.4.0:${PORTSDIR}/print/rubygem-pdf-core \ + rubygem-ttfunk>=1.4.0:${PORTSDIR}/print/rubygem-ttfunk USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/print/rubygem-prawn/distinfo ============================================================================== --- head/print/rubygem-prawn/distinfo Mon Sep 29 20:28:31 2014 (r369554) +++ head/print/rubygem-prawn/distinfo Mon Sep 29 21:05:03 2014 (r369555) @@ -1,2 +1,2 @@ -SHA256 (rubygem/prawn-1.2.1.gem) = 5d18faef35a5cc345ee207b7896648a87725fcc132afdcec069de97c3dc4398f -SIZE (rubygem/prawn-1.2.1.gem) = 910848 +SHA256 (rubygem/prawn-1.3.0.gem) = ee60f211d8c6ab89bd4f84d0a8b9a03bc86681d8fe699b81a7581c11ab4a78a7 +SIZE (rubygem/prawn-1.3.0.gem) = 911360 Modified: head/print/rubygem-ttfunk/Makefile ============================================================================== --- head/print/rubygem-ttfunk/Makefile Mon Sep 29 20:28:31 2014 (r369554) +++ head/print/rubygem-ttfunk/Makefile Mon Sep 29 21:05:03 2014 (r369555) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= ttfunk -PORTVERSION= 1.2.2 +PORTVERSION= 1.4.0 CATEGORIES= print rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Font Metrics Parser for Prawn +LICENSE= RUBY GPLv2 GPLv3 +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/print/rubygem-ttfunk/distinfo ============================================================================== --- head/print/rubygem-ttfunk/distinfo Mon Sep 29 20:28:31 2014 (r369554) +++ head/print/rubygem-ttfunk/distinfo Mon Sep 29 21:05:03 2014 (r369555) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ttfunk-1.2.2.gem) = bc75bbeecb930eb927fad11367dd58f15a639b5cfe91c8ec125c72b1b565d705 -SIZE (rubygem/ttfunk-1.2.2.gem) = 369664 +SHA256 (rubygem/ttfunk-1.4.0.gem) = 323836ca09f7e631797870b7897b94155676404bf738de4bc720a212652ee2cc +SIZE (rubygem/ttfunk-1.4.0.gem) = 370176 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:12:12 2014 Return-Path: Delivered-To: svn-ports-all@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 A1B20168; Mon, 29 Sep 2014 21:12:12 +0000 (UTC) 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 8DEE8910; Mon, 29 Sep 2014 21:12:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TLCCG8044514; Mon, 29 Sep 2014 21:12:12 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TLCB8d044510; Mon, 29 Sep 2014 21:12:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409292112.s8TLCB8d044510@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 21:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369556 - in head/sysutils/rubygem-smart_proxy_salt: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:12:12 -0000 Author: swills Date: Mon Sep 29 21:12:11 2014 New Revision: 369556 URL: http://svnweb.freebsd.org/changeset/ports/369556 QAT: https://qat.redports.org/buildarchive/r369556/ Log: sysutils/rubygem-smart_proxy_salt: fix various bugs to make port functional PR: 194014 Submitted by: Michael Moll Added: head/sysutils/rubygem-smart_proxy_salt/files/foreman.yaml.sample (contents, props changed) head/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node (contents, props changed) Modified: head/sysutils/rubygem-smart_proxy_salt/Makefile head/sysutils/rubygem-smart_proxy_salt/pkg-plist Modified: head/sysutils/rubygem-smart_proxy_salt/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_salt/Makefile Mon Sep 29 21:05:03 2014 (r369555) +++ head/sysutils/rubygem-smart_proxy_salt/Makefile Mon Sep 29 21:12:11 2014 (r369556) @@ -3,6 +3,7 @@ PORTNAME= smart_proxy_salt PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -12,14 +13,22 @@ COMMENT= SaltStack Plug-In for Foreman's LICENSE= GPLv3 RUN_DEPENDS= foreman-proxy>=1.6.0:${PORTSDIR}/net/foreman-proxy \ - ${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt + ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt +USE_PYTHON= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include +post-patch: + @${REINPLACE_CMD} \ + -e "s|/usr/bin/env ruby|${RUBY}|g" \ + -e "s|/usr/bin/env python|${PYTHON_CMD}|g" \ + -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ + ${WRKSRC}/bin/foreman-node + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d @@ -27,5 +36,7 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy ${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d ${INSTALL_DATA} ${FILESDIR}/salt.rb ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/salt.rb + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/salt + ${INSTALL_DATA} ${FILESDIR}/foreman.yaml.sample ${STAGEDIR}${PREFIX}/etc/salt/foreman.yaml.sample .include Added: head/sysutils/rubygem-smart_proxy_salt/files/foreman.yaml.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-smart_proxy_salt/files/foreman.yaml.sample Mon Sep 29 21:12:11 2014 (r369556) @@ -0,0 +1,10 @@ +--- +:proto: http +:host: foreman.example.com +:port: 3000 +:ssl_ca: "" +:ssl_cert: "" +:ssl_key: "" +:timeout: 10 +:salt: /usr/local/bin/salt +:upload_grains: true Added: head/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node Mon Sep 29 21:12:11 2014 (r369556) @@ -0,0 +1,11 @@ +--- bin/foreman-node.orig 2014-09-27 23:35:54.000000000 +0200 ++++ bin/foreman-node 2014-09-27 23:39:19.000000000 +0200 +@@ -5,7 +5,7 @@ + + require 'yaml' + +-$settings_file = "/etc/salt/foreman.yaml" ++$settings_file = "%%LOCALBASE%%/etc/salt/foreman.yaml" + SETTINGS = YAML.load_file($settings_file) + + require 'net/http' Modified: head/sysutils/rubygem-smart_proxy_salt/pkg-plist ============================================================================== --- head/sysutils/rubygem-smart_proxy_salt/pkg-plist Mon Sep 29 21:05:03 2014 (r369555) +++ head/sysutils/rubygem-smart_proxy_salt/pkg-plist Mon Sep 29 21:12:11 2014 (r369556) @@ -1,3 +1,4 @@ bin/foreman-node share/foreman-proxy/bundler.d/salt.rb @sample etc/foreman-proxy/settings.d/salt.yml.sample +@sample etc/salt/foreman.yaml.sample From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:15:11 2014 Return-Path: Delivered-To: svn-ports-all@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 F3A1A326; Mon, 29 Sep 2014 21:15:10 +0000 (UTC) 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 DFC2B92F; Mon, 29 Sep 2014 21:15:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TLFAUT045041; Mon, 29 Sep 2014 21:15:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TLFAca045039; Mon, 29 Sep 2014 21:15:10 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409292115.s8TLFAca045039@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 21:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369557 - head/www/rubygem-acts-as-taggable-on3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:15:11 -0000 Author: swills Date: Mon Sep 29 21:15:09 2014 New Revision: 369557 URL: http://svnweb.freebsd.org/changeset/ports/369557 QAT: https://qat.redports.org/buildarchive/r369557/ Log: www/rubygem-acts-as-taggable-on: update to 3.4.1 Modified: head/www/rubygem-acts-as-taggable-on3/Makefile head/www/rubygem-acts-as-taggable-on3/distinfo Modified: head/www/rubygem-acts-as-taggable-on3/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on3/Makefile Mon Sep 29 21:12:11 2014 (r369556) +++ head/www/rubygem-acts-as-taggable-on3/Makefile Mon Sep 29 21:15:09 2014 (r369557) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acts-as-taggable-on -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 Modified: head/www/rubygem-acts-as-taggable-on3/distinfo ============================================================================== --- head/www/rubygem-acts-as-taggable-on3/distinfo Mon Sep 29 21:12:11 2014 (r369556) +++ head/www/rubygem-acts-as-taggable-on3/distinfo Mon Sep 29 21:15:09 2014 (r369557) @@ -1,2 +1,2 @@ -SHA256 (rubygem/acts-as-taggable-on-3.3.0.gem) = 77c3a3ea423e35790ca74b52cd13fa3a914906b1374c9428a4f295a81cc00670 -SIZE (rubygem/acts-as-taggable-on-3.3.0.gem) = 45056 +SHA256 (rubygem/acts-as-taggable-on-3.4.1.gem) = 730a45f466d8f8d8241726c8244d90bfff682c2d78078624f31763eae2db97eb +SIZE (rubygem/acts-as-taggable-on-3.4.1.gem) = 48128 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:19:50 2014 Return-Path: Delivered-To: svn-ports-all@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 651DD532; Mon, 29 Sep 2014 21:19:50 +0000 (UTC) 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 516E896E; Mon, 29 Sep 2014 21:19:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TLJobN045657; Mon, 29 Sep 2014 21:19:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TLJnmh045655; Mon, 29 Sep 2014 21:19:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409292119.s8TLJnmh045655@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Sep 2014 21:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369558 - head/devel/rubygem-zentest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:19:50 -0000 Author: swills Date: Mon Sep 29 21:19:49 2014 New Revision: 369558 URL: http://svnweb.freebsd.org/changeset/ports/369558 QAT: https://qat.redports.org/buildarchive/r369558/ Log: devel/rubygem-zentest: update to 4.11.0 Modified: head/devel/rubygem-zentest/Makefile head/devel/rubygem-zentest/distinfo Modified: head/devel/rubygem-zentest/Makefile ============================================================================== --- head/devel/rubygem-zentest/Makefile Mon Sep 29 21:15:09 2014 (r369557) +++ head/devel/rubygem-zentest/Makefile Mon Sep 29 21:19:49 2014 (r369558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zentest -PORTVERSION= 4.10.1 +PORTVERSION= 4.11.0 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-zentest/distinfo ============================================================================== --- head/devel/rubygem-zentest/distinfo Mon Sep 29 21:15:09 2014 (r369557) +++ head/devel/rubygem-zentest/distinfo Mon Sep 29 21:19:49 2014 (r369558) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ZenTest-4.10.1.gem) = e11fe9ccb71de7d2a58fedf0a8ad06b2c6a92515070a655b0c471ff11405d3cb -SIZE (rubygem/ZenTest-4.10.1.gem) = 71680 +SHA256 (rubygem/ZenTest-4.11.0.gem) = c81b515c0a620379877edad823aad8e155700166e6a7f6e441e7b1c5729fa05e +SIZE (rubygem/ZenTest-4.11.0.gem) = 71680 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:24:20 2014 Return-Path: Delivered-To: svn-ports-all@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 705B564A; Mon, 29 Sep 2014 21:24:20 +0000 (UTC) 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 5C95CA16; Mon, 29 Sep 2014 21:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TLOK4r049766; Mon, 29 Sep 2014 21:24:20 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TLOJKK049760; Mon, 29 Sep 2014 21:24:19 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201409292124.s8TLOJKK049760@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 29 Sep 2014 21:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369559 - in head: Mk x11 x11/qt5-x11extras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:24:20 -0000 Author: rakuco Date: Mon Sep 29 21:24:18 2014 New Revision: 369559 URL: http://svnweb.freebsd.org/changeset/ports/369559 QAT: https://qat.redports.org/buildarchive/r369559/ Log: Add x11/qt5-x11extras. Qt platform-specific features for X11-based systems. PR: 194008 Submitted by: Jan Beich Added: head/x11/qt5-x11extras/ head/x11/qt5-x11extras/Makefile (contents, props changed) head/x11/qt5-x11extras/pkg-plist (contents, props changed) Modified: head/Mk/bsd.qt.mk head/x11/Makefile Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Mon Sep 29 21:19:49 2014 (r369558) +++ head/Mk/bsd.qt.mk Mon Sep 29 21:24:18 2014 (r369559) @@ -298,7 +298,7 @@ _USE_QT4_ONLY= accessible assistant-adp _USE_QT5_ONLY= buildtools concurrent core graphicaleffects linguisttools \ printsupport qdbus qdoc qev qml qmldevtools quick \ - quickcontrols uitools widgets + quickcontrols uitools widgets x11extras accessible_PORT= accessibility/${_QT_RELNAME}-accessible accessible_PATH= ${QT_PLUGINDIR}/accessible/libqtaccessiblewidgets.so @@ -512,6 +512,9 @@ webkit_PATH= ${QT_LIBDIR}/libQt${_QT_LI widgets_PORT= x11-toolkits/${_QT_RELNAME}-widgets widgets_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Widgets.so +x11extras_PORT= x11/${_QT_RELNAME}-x11extras +x11extras_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}X11Extras.so + xml_PORT= textproc/${_QT_RELNAME}-xml xml_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Xml.so Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Sep 29 21:19:49 2014 (r369558) +++ head/x11/Makefile Mon Sep 29 21:24:18 2014 (r369559) @@ -245,6 +245,7 @@ SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt5-qev + SUBDIR += qt5-x11extras SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto Added: head/x11/qt5-x11extras/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qt5-x11extras/Makefile Mon Sep 29 21:24:18 2014 (r369559) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= x11extras +DISTVERSION= ${QT5_VERSION} +CATEGORIES= x11 +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt platform-specific features for X11-based systems + +USE_QT5= core gui widgets +QT_DIST= x11extras +USES= qmake + +.include Added: head/x11/qt5-x11extras/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qt5-x11extras/pkg-plist Mon Sep 29 21:24:18 2014 (r369559) @@ -0,0 +1,17 @@ +%%QT_INCDIR%%/QtX11Extras/QX11Info +%%QT_INCDIR%%/QtX11Extras/QtX11Extras +%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasDepends +%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasVersion +%%QT_INCDIR%%/QtX11Extras/qtx11extrasglobal.h +%%QT_INCDIR%%/QtX11Extras/qtx11extrasversion.h +%%QT_INCDIR%%/QtX11Extras/qx11info_x11.h +%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake +%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake +%%QT_LIBDIR%%/libQt5X11Extras.prl +%%QT_LIBDIR%%/libQt5X11Extras.so +%%QT_LIBDIR%%/libQt5X11Extras.so.5 +%%QT_LIBDIR%%/libQt5X11Extras.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5X11Extras.so.%%FULLVER%% +%%QT_MKSPECDIR%%/modules/qt_lib_x11extras.pri +%%QT_MKSPECDIR%%/modules/qt_lib_x11extras_private.pri +libdata/pkgconfig/Qt5X11Extras.pc From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:27:57 2014 Return-Path: Delivered-To: svn-ports-all@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 5A4FC79F; Mon, 29 Sep 2014 21:27:57 +0000 (UTC) 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 3CA2BA7D; Mon, 29 Sep 2014 21:27:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TLRvBG050369; Mon, 29 Sep 2014 21:27:57 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TLRuSD050366; Mon, 29 Sep 2014 21:27:56 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201409292127.s8TLRuSD050366@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Mon, 29 Sep 2014 21:27:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369560 - head/net-mgmt/icinga2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:27:57 -0000 Author: lme Date: Mon Sep 29 21:27:55 2014 New Revision: 369560 URL: http://svnweb.freebsd.org/changeset/ports/369560 QAT: https://qat.redports.org/buildarchive/r369560/ Log: - Update to 2.1.1 - Add a dependency on Python - Remove @dirrmtry in plist Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/distinfo (contents, props changed) head/net-mgmt/icinga2/pkg-plist (contents, props changed) Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Mon Sep 29 21:24:18 2014 (r369559) +++ head/net-mgmt/icinga2/Makefile Mon Sep 29 21:27:55 2014 (r369560) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= icinga2 -DISTVERSION= 2.0.1 -PORTREVISION= 1 +DISTVERSION= 2.1.1 CATEGORIES= net-mgmt MASTER_SITES= http://github.com/Icinga/${PORTNAME}/archive/v${DISTVERSION}.tar.gz?dummy=/ @@ -11,11 +10,12 @@ COMMENT= Monitoring and management syste LICENSE= GPLv2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo # for better debugging RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -USES= bison cmake +USES= bison cmake python USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} @@ -46,6 +46,7 @@ CMAKE_ARGS+= -DICINGA2_USER=${ICINGA2USE -DICINGA2_GROUP=${ICINGA2GROUP} \ -DICINGA2_COMMAND_USER=${ICINGA2USER} \ -DICINGA2_COMMAND_GROUP=${ICINGA2USER} \ + -DICINGA2_PLUGINDIR=${LOCALBASE}/libexec/nagios \ -DCMAKE_INSTALL_SYSCONFDIR=${PREFIX}/etc \ -DCMAKE_INSTALL_LOCALSTATEDIR=${LOCALSTATEDIR} \ -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ @@ -83,8 +84,6 @@ PLIST_SUB+= PGSQL="@comment " post-patch: ${REINPLACE_CMD} -e '/^add_subdirectory(initsystem)/d' \ -e '/logrotate\.d/d' ${WRKSRC}/etc/CMakeLists.txt - ${REINPLACE_CMD} 's,/usr/lib/nagios/plugins,${LOCALBASE}/libexec/nagios,g' \ - ${WRKSRC}/etc/icinga2/constants.conf .for f in ${LINUX_CONFIG} ${REINPLACE_CMD} 's,[Ll]inux,FreeBSD,g' ${WRKSRC}/etc/icinga2/conf.d/${f} .endfor Modified: head/net-mgmt/icinga2/distinfo ============================================================================== --- head/net-mgmt/icinga2/distinfo Mon Sep 29 21:24:18 2014 (r369559) +++ head/net-mgmt/icinga2/distinfo Mon Sep 29 21:27:55 2014 (r369560) @@ -1,2 +1,2 @@ -SHA256 (icinga2-2.0.1.tar.gz) = 7076ce1781454884b5b922cd7c0f1e7bf146435a7f3e49b2cc5887df28e179e5 -SIZE (icinga2-2.0.1.tar.gz) = 538638 +SHA256 (icinga2-2.1.1.tar.gz) = 57755272a32f6286632f07153225bb066cae07affe8731d4628cef7695de74a2 +SIZE (icinga2-2.1.1.tar.gz) = 574595 Modified: head/net-mgmt/icinga2/pkg-plist ============================================================================== --- head/net-mgmt/icinga2/pkg-plist Mon Sep 29 21:24:18 2014 (r369559) +++ head/net-mgmt/icinga2/pkg-plist Mon Sep 29 21:27:55 2014 (r369560) @@ -60,23 +60,35 @@ lib/icinga2/libmmatch.so lib/icinga2/libnotification.so lib/icinga2/libperfdata.so lib/icinga2/libremote.so -man/man8/icinga2-build-ca.8.gz -man/man8/icinga2-build-key.8.gz -man/man8/icinga2-disable-feature.8.gz -man/man8/icinga2-enable-feature.8.gz -man/man8/icinga2-prepare-dirs.8.gz -man/man8/icinga2-sign-key.8.gz -man/man8/icinga2.8.gz +%%PYTHON_SITELIBDIR%%/icinga2-2.1.1-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/icinga2-2.1.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/icinga2-2.1.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/icinga2-2.1.1-py%%PYTHON_VER%%.egg-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/icinga2-2.1.1-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/icinga2/__init__.py +%%PYTHON_SITELIBDIR%%/icinga2/__init__.pyc +%%PYTHON_SITELIBDIR%%/icinga2/commands/__init__.py +%%PYTHON_SITELIBDIR%%/icinga2/commands/__init__.pyc +%%PYTHON_SITELIBDIR%%/icinga2/commands/list_objects.py +%%PYTHON_SITELIBDIR%%/icinga2/commands/list_objects.pyc +%%PYTHON_SITELIBDIR%%/icinga2/config.py +%%PYTHON_SITELIBDIR%%/icinga2/config.pyc +%%PYTHON_SITELIBDIR%%/icinga2/utils/__init__.py +%%PYTHON_SITELIBDIR%%/icinga2/utils/__init__.pyc +%%PYTHON_SITELIBDIR%%/icinga2/utils/debug.py +%%PYTHON_SITELIBDIR%%/icinga2/utils/debug.pyc +%%PYTHON_SITELIBDIR%%/icinga2/utils/netstring.py +%%PYTHON_SITELIBDIR%%/icinga2/utils/netstring.pyc sbin/icinga2 sbin/icinga2-disable-feature sbin/icinga2-enable-feature +sbin/icinga2-list-objects %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.Exceptions %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/markdown/1-about.md %%PORTDOCS%%%%DOCSDIR%%/markdown/2-getting-started.md %%PORTDOCS%%%%DOCSDIR%%/markdown/3-monitoring-basics.md @@ -87,42 +99,36 @@ sbin/icinga2-enable-feature %%PORTDOCS%%%%DOCSDIR%%/markdown/8-migration.md %%PORTDOCS%%%%DOCSDIR%%/markdown/9-appendix.md %%DATADIR%%/include/command-icinga.conf +%%DATADIR%%/include/command-plugins-manubulon.conf %%DATADIR%%/include/command-plugins.conf %%DATADIR%%/include/command.conf %%DATADIR%%/include/itl +%%DATADIR%%/include/manubulon %%DATADIR%%/include/plugins %%DATADIR%%/include/timeperiod.conf %%DATADIR%%/pki/openssl-quiet.cnf %%DATADIR%%/pki/openssl.cnf %%DATADIR%%/pki/pkifuncs %%DATADIR%%/pki/vars -@dirrmtry %%ETCDIR%%/conf.d/hosts/localhost -@dirrmtry %%ETCDIR%%/conf.d/hosts -@dirrmtry %%ETCDIR%%/conf.d -@dirrmtry %%ETCDIR%%/features-available -@dirrmtry %%ETCDIR%%/features-enabled -@dirrmtry %%ETCDIR%%/pki -@dirrmtry %%ETCDIR%%/scripts -@dirrmtry %%ETCDIR%%/zones.d -@dirrmtry %%ETCDIR%% -@dirrmtry lib/icinga2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/markdown -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry %%DATADIR%%/include -@dirrmtry %%DATADIR%%/pki -@dirrmtry %%DATADIR%% -@unexec rmdir "/var/cache/icinga2" >/dev/null 2>&1 || : -@unexec rmdir "/var/lib/icinga2/api/log" >/dev/null 2>&1 || : -@unexec rmdir "/var/lib/icinga2/api/repository" >/dev/null 2>&1 || : -@unexec rmdir "/var/lib/icinga2/api/zones" >/dev/null 2>&1 || : -@unexec rmdir "/var/lib/icinga2/api" >/dev/null 2>&1 || : -@unexec rmdir "/var/lib/icinga2" >/dev/null 2>&1 || : -@unexec rmdir "/var/lib" >/dev/null 2>&1 || : -@unexec rmdir "/var/log/icinga2/compat/archives" >/dev/null 2>&1 || : -@unexec rmdir "/var/log/icinga2/compat" >/dev/null 2>&1 || : -@unexec rmdir "/var/log/icinga2" >/dev/null 2>&1 || : -@unexec rmdir "/var/run/icinga2/cmd" >/dev/null 2>&1 || : -@unexec rmdir "/var/run/icinga2" >/dev/null 2>&1 || : -@unexec rmdir "/var/spool/icinga2/perfdata" >/dev/null 2>&1 || : -@unexec rmdir "/var/spool/icinga2/tmp" >/dev/null 2>&1 || : -@unexec rmdir "/var/spool/icinga2" >/dev/null 2>&1 || : +share/man/man8/icinga2-build-ca.8 +share/man/man8/icinga2-build-key.8 +share/man/man8/icinga2-disable-feature.8 +share/man/man8/icinga2-enable-feature.8 +share/man/man8/icinga2-prepare-dirs.8 +share/man/man8/icinga2-sign-key.8 +share/man/man8/icinga2.8 +@dir /var/cache/icinga2 +@dir /var/lib/icinga2/api/log +@dir /var/lib/icinga2/api/repository +@dir /var/lib/icinga2/api/zones +@dir /var/lib/icinga2/api +@dir /var/lib/icinga2 +@dir /var/lib +@dir /var/log/icinga2/compat/archives +@dir /var/log/icinga2/compat +@dir /var/log/icinga2 +@dir /var/run/icinga2/cmd +@dir /var/run/icinga2 +@dir /var/spool/icinga2/perfdata +@dir /var/spool/icinga2/tmp +@dir /var/spool/icinga2 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 21:31:54 2014 Return-Path: Delivered-To: svn-ports-all@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 1794F910; Mon, 29 Sep 2014 21:31:54 +0000 (UTC) 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 ECF25B2C; Mon, 29 Sep 2014 21:31:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TLVr65054482; Mon, 29 Sep 2014 21:31:53 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TLVrvE054478; Mon, 29 Sep 2014 21:31:53 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201409292131.s8TLVrvE054478@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Mon, 29 Sep 2014 21:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369561 - in head/java/berkeley-db: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 21:31:54 -0000 Author: mi Date: Mon Sep 29 21:31:52 2014 New Revision: 369561 URL: http://svnweb.freebsd.org/changeset/ports/369561 QAT: https://qat.redports.org/buildarchive/r369561/ Log: Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entry in pkg-descr. Vendor's self tests continue to fail (timeouts), so this feature remains disabled by default. Modified: head/java/berkeley-db/Makefile head/java/berkeley-db/distinfo head/java/berkeley-db/files/patch-junit head/java/berkeley-db/pkg-descr Modified: head/java/berkeley-db/Makefile ============================================================================== --- head/java/berkeley-db/Makefile Mon Sep 29 21:27:55 2014 (r369560) +++ head/java/berkeley-db/Makefile Mon Sep 29 21:31:52 2014 (r369561) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= je -PORTVERSION= 3.2.76 -PORTREVISION= 1 +PORTVERSION= 6.1.5 CATEGORIES= java databases MASTER_SITES= http://download.oracle.com/berkeley-db/ \ http://download-east.oracle.com/berkeley-db/ \ Modified: head/java/berkeley-db/distinfo ============================================================================== --- head/java/berkeley-db/distinfo Mon Sep 29 21:27:55 2014 (r369560) +++ head/java/berkeley-db/distinfo Mon Sep 29 21:31:52 2014 (r369561) @@ -1,2 +1,2 @@ -SHA256 (je-3.2.76.tar.gz) = 017744ec57580d709c7f8dca985b71f81f5e41615d014ad187368a0a14627b02 -SIZE (je-3.2.76.tar.gz) = 4873715 +SHA256 (je-6.1.5.tar.gz) = 778122759dc79080e599410c3540ce2e64e6bcaf26c9b4944639fdfe66d2cc8a +SIZE (je-6.1.5.tar.gz) = 11171411 Modified: head/java/berkeley-db/files/patch-junit ============================================================================== --- head/java/berkeley-db/files/patch-junit Mon Sep 29 21:27:55 2014 (r369560) +++ head/java/berkeley-db/files/patch-junit Mon Sep 29 21:31:52 2014 (r369561) @@ -1,12 +1,11 @@ --- build.xml Wed Sep 20 18:10:10 2006 -+++ build.xml Fri Oct 6 20:12:12 2006 -@@ -80,7 +80,9 @@ ++++ build.xml 2014-09-29 14:22:48.000000000 -0400 +@@ -135,6 +135,8 @@ + - - + + Modified: head/java/berkeley-db/pkg-descr ============================================================================== --- head/java/berkeley-db/pkg-descr Mon Sep 29 21:27:55 2014 (r369560) +++ head/java/berkeley-db/pkg-descr Mon Sep 29 21:31:52 2014 (r369561) @@ -2,7 +2,7 @@ This is a pure-Java implementation of Be Oracle). Java-1.5 is required for building, although the result should be usable with 1.4 too. From the -WWW: http://www.oracle.com/database/berkeley-db/index.html +WWW: http://www.oracle.com/technetwork/database/berkeleydb/ "Berkeley DB JE was designed from the ground up in Java. It takes full advantage of the Java environment. The Berkeley DB JE API provides a From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 22:38:10 2014 Return-Path: Delivered-To: svn-ports-all@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 21748CA8; Mon, 29 Sep 2014 22:38:10 +0000 (UTC) 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 0DF97191; Mon, 29 Sep 2014 22:38:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TMc9V8083227; Mon, 29 Sep 2014 22:38:09 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TMc97J083226; Mon, 29 Sep 2014 22:38:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409292238.s8TMc97J083226@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 29 Sep 2014 22:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369562 - head/print/qpdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 22:38:10 -0000 Author: bdrewery Date: Mon Sep 29 22:38:09 2014 New Revision: 369562 URL: http://svnweb.freebsd.org/changeset/ports/369562 QAT: https://qat.redports.org/buildarchive/r369562/ Log: Clarify SDK is also for ports building. cups-filters requires it. Modified: head/print/qpdf/Makefile Modified: head/print/qpdf/Makefile ============================================================================== --- head/print/qpdf/Makefile Mon Sep 29 21:31:52 2014 (r369561) +++ head/print/qpdf/Makefile Mon Sep 29 22:38:09 2014 (r369562) @@ -19,7 +19,7 @@ OPTIONS_DEFINE= SDK OPTIONS_DEFAULT= SDK OPTIONS_SUB= yes -SDK_DESC= Install header files. +SDK_DESC= Install header files (required for cups-filters) GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 23:27:28 2014 Return-Path: Delivered-To: svn-ports-all@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 16EF74C9; Mon, 29 Sep 2014 23:27:28 +0000 (UTC) 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 DDDCA899; Mon, 29 Sep 2014 23:27:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TNRR7T006317; Mon, 29 Sep 2014 23:27:27 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TNRRmV006311; Mon, 29 Sep 2014 23:27:27 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409292327.s8TNRRmV006311@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 29 Sep 2014 23:27:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369563 - head/shells/fish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 23:27:28 -0000 Author: bdrewery Date: Mon Sep 29 23:27:26 2014 New Revision: 369563 URL: http://svnweb.freebsd.org/changeset/ports/369563 QAT: https://qat.redports.org/buildarchive/r369563/ Log: - Update to 2.1.1 Security: CVE-2014-2905 Security: CVE-2014-2906 Security: CVE-2014-3856 Security: CVE-2014-2914 Security: CVE-2014-3219 Modified: head/shells/fish/Makefile head/shells/fish/distinfo head/shells/fish/pkg-plist Modified: head/shells/fish/Makefile ============================================================================== --- head/shells/fish/Makefile Mon Sep 29 22:38:09 2014 (r369562) +++ head/shells/fish/Makefile Mon Sep 29 23:27:26 2014 (r369563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ Modified: head/shells/fish/distinfo ============================================================================== --- head/shells/fish/distinfo Mon Sep 29 22:38:09 2014 (r369562) +++ head/shells/fish/distinfo Mon Sep 29 23:27:26 2014 (r369563) @@ -1,2 +1,2 @@ -SHA256 (fish-2.1.0.tar.gz) = af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044 -SIZE (fish-2.1.0.tar.gz) = 1707921 +SHA256 (fish-2.1.1.tar.gz) = b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924 +SIZE (fish-2.1.1.tar.gz) = 1681744 Modified: head/shells/fish/pkg-plist ============================================================================== --- head/shells/fish/pkg-plist Mon Sep 29 22:38:09 2014 (r369562) +++ head/shells/fish/pkg-plist Mon Sep 29 23:27:26 2014 (r369563) @@ -565,10 +565,3 @@ man/man1/mimedb.1.gz %%NLS%%share/locale/en/LC_MESSAGES/fish.mo %%NLS%%share/locale/fr/LC_MESSAGES/fish.mo %%NLS%%share/locale/sv/LC_MESSAGES/fish.mo -@dirrm %%DATADIR%%/tools/web_config/sample_prompts -@dirrm %%DATADIR%%/tools/web_config -@dirrm %%DATADIR%%/tools -@dirrm %%DATADIR%%/functions -@dirrm %%DATADIR%%/completions -@dirrm %%DATADIR%% -@dirrm %%ETCDIR%% From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 23:28:24 2014 Return-Path: Delivered-To: svn-ports-all@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 6C3355B3; Mon, 29 Sep 2014 23:28:24 +0000 (UTC) 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 58A1C8A2; Mon, 29 Sep 2014 23:28:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TNSOXA006554; Mon, 29 Sep 2014 23:28:24 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TNSN0j006549; Mon, 29 Sep 2014 23:28:23 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409292328.s8TNSN0j006549@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 29 Sep 2014 23:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369564 - branches/2014Q3/shells/fish X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 23:28:24 -0000 Author: bdrewery Date: Mon Sep 29 23:28:23 2014 New Revision: 369564 URL: http://svnweb.freebsd.org/changeset/ports/369564 QAT: https://qat.redports.org/buildarchive/r369564/ Log: MFH: r369563 (without @dir changes) - Update to 2.1.1 Security: CVE-2014-2905 Security: CVE-2014-2906 Security: CVE-2014-3856 Security: CVE-2014-2914 Security: CVE-2014-3219 Modified: branches/2014Q3/shells/fish/Makefile branches/2014Q3/shells/fish/distinfo Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/shells/fish/Makefile ============================================================================== --- branches/2014Q3/shells/fish/Makefile Mon Sep 29 23:27:26 2014 (r369563) +++ branches/2014Q3/shells/fish/Makefile Mon Sep 29 23:28:23 2014 (r369564) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ Modified: branches/2014Q3/shells/fish/distinfo ============================================================================== --- branches/2014Q3/shells/fish/distinfo Mon Sep 29 23:27:26 2014 (r369563) +++ branches/2014Q3/shells/fish/distinfo Mon Sep 29 23:28:23 2014 (r369564) @@ -1,2 +1,2 @@ -SHA256 (fish-2.1.0.tar.gz) = af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044 -SIZE (fish-2.1.0.tar.gz) = 1707921 +SHA256 (fish-2.1.1.tar.gz) = b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924 +SIZE (fish-2.1.1.tar.gz) = 1681744 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 23:34:31 2014 Return-Path: Delivered-To: svn-ports-all@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 3A893729; Mon, 29 Sep 2014 23:34:31 +0000 (UTC) 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 0CBF196F; Mon, 29 Sep 2014 23:34:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TNYUL4010769; Mon, 29 Sep 2014 23:34:30 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TNYU9H010767; Mon, 29 Sep 2014 23:34:30 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409292334.s8TNYU9H010767@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 29 Sep 2014 23:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369565 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 23:34:31 -0000 Author: bdrewery Date: Mon Sep 29 23:34:30 2014 New Revision: 369565 URL: http://svnweb.freebsd.org/changeset/ports/369565 QAT: https://qat.redports.org/buildarchive/r369565/ Log: Document shells/fish vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Sep 29 23:28:23 2014 (r369564) +++ head/security/vuxml/vuln.xml Mon Sep 29 23:34:30 2014 (r369565) @@ -57,6 +57,41 @@ Notes: --> + + fish -- local privilege escalation and remote code execution + + + fish + 1.6.02.1.1 + + + + +

Fish developer David Adam reports:

+
+

This release fixes a number of local privilege escalation + vulnerability and one remote code execution vulnerability.

+
+ +
+ + http://www.openwall.com/lists/oss-security/2014/09/28/8 + CVE-2014-2905 + https://github.com/fish-shell/fish-shell/issues/1436 + CVE-2014-2906 + CVE-2014-3856 + https://github.com/fish-shell/fish-shell/issues/1437 + CVE-2014-2914 + https://github.com/fish-shell/fish-shell/issues/1438 + CVE-2014-3219 + https://github.com/fish-shell/fish-shell/issues/1440 + + + 2014-09-28 + 2014-09-29 + +
+ Flash player -- Multiple security vulnerabilities in www/linux-*-flashplugin11 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 00:52:54 2014 Return-Path: Delivered-To: svn-ports-all@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 0954E9A6; Tue, 30 Sep 2014 00:52:54 +0000 (UTC) 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 E8194CA; Tue, 30 Sep 2014 00:52:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U0qrRb044824; Tue, 30 Sep 2014 00:52:53 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U0qqNL044820; Tue, 30 Sep 2014 00:52:52 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201409300052.s8U0qqNL044820@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 30 Sep 2014 00:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369566 - in head/net/openldap24-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 00:52:54 -0000 Author: delphij Date: Tue Sep 30 00:52:52 2014 New Revision: 369566 URL: http://svnweb.freebsd.org/changeset/ports/369566 QAT: https://qat.redports.org/buildarchive/r369566/ Log: Update to 2.4.40. Deleted: head/net/openldap24-server/files/patch-ITS7249 Modified: head/net/openldap24-server/Makefile head/net/openldap24-server/distinfo head/net/openldap24-server/pkg-plist head/net/openldap24-server/pkg-plist.client Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Mon Sep 29 23:34:30 2014 (r369565) +++ head/net/openldap24-server/Makefile Tue Sep 30 00:52:52 2014 (r369566) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openldap -DISTVERSION= 2.4.39 +DISTVERSION= 2.4.40 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -58,9 +58,10 @@ WANT_OPENLDAP_VER?= 24 BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif -PORTREVISION_CLIENT= 2 -PORTREVISION_SERVER= 5 +PORTREVISION_CLIENT= 0 +PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 2 +OPENLDAP_SHLIB_MINOR= 10.3 OPENLDAP_MAJOR= ${DISTVERSION:R} OPTIONS_DEFINE= FETCH GSSAPI @@ -484,6 +485,7 @@ SUB_LIST+= RC_DIR=${PREFIX} \ PLIST_SUB+= ${SUB_LIST} PLIST_SUB+= SHLIB_MAJOR=${OPENLDAP_SHLIB_MAJOR} +PLIST_SUB+= SHLIB_MINOR=${OPENLDAP_SHLIB_MINOR} PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR} post-patch: Modified: head/net/openldap24-server/distinfo ============================================================================== --- head/net/openldap24-server/distinfo Mon Sep 29 23:34:30 2014 (r369565) +++ head/net/openldap24-server/distinfo Tue Sep 30 00:52:52 2014 (r369566) @@ -1,2 +1,2 @@ -SHA256 (openldap-2.4.39.tgz) = 8267c87347103fef56b783b24877c0feda1063d3cb85d070e503d076584bf8a7 -SIZE (openldap-2.4.39.tgz) = 5509060 +SHA256 (openldap-2.4.40.tgz) = d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb +SIZE (openldap-2.4.40.tgz) = 5641865 Modified: head/net/openldap24-server/pkg-plist ============================================================================== --- head/net/openldap24-server/pkg-plist Mon Sep 29 23:34:30 2014 (r369565) +++ head/net/openldap24-server/pkg-plist Tue Sep 30 00:52:52 2014 (r369566) @@ -30,65 +30,65 @@ @sample %%ETCDIR%%/slapd.ldif.sample %%BACK_BDB%%%%ETCDIR%%/DB_CONFIG.example %%SLAPI%%lib/libslapi-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%SLAPI%%lib/libslapi-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%SLAPI%%lib/libslapi-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%SLAPI%%lib/libslapi.a %%SLAPI%%lib/libslapi.la %%SLAPI%%lib/libslapi.so %%MODULES%%@exec mkdir -p %D/libexec/openldap %%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_BDB%%libexec/openldap/back_bdb.la %%BACK_BDB%%libexec/openldap/back_bdb.so %%BACK_HDB%%libexec/openldap/back_hdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_HDB%%libexec/openldap/back_hdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_HDB%%libexec/openldap/back_hdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_HDB%%libexec/openldap/back_hdb.la %%BACK_HDB%%libexec/openldap/back_hdb.so %%BACKEND%%libexec/openldap/back_ldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACKEND%%libexec/openldap/back_ldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACKEND%%libexec/openldap/back_ldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACKEND%%libexec/openldap/back_ldap.la %%BACKEND%%libexec/openldap/back_ldap.so %%BACKEND%%libexec/openldap/back_meta-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACKEND%%libexec/openldap/back_meta-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACKEND%%libexec/openldap/back_meta-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACKEND%%libexec/openldap/back_meta.la %%BACKEND%%libexec/openldap/back_meta.so %%BACKEND%%libexec/openldap/back_monitor-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACKEND%%libexec/openldap/back_monitor-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACKEND%%libexec/openldap/back_monitor-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACKEND%%libexec/openldap/back_monitor.la %%BACKEND%%libexec/openldap/back_monitor.so %%BACKEND%%libexec/openldap/back_null-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACKEND%%libexec/openldap/back_null-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACKEND%%libexec/openldap/back_null-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACKEND%%libexec/openldap/back_null.la %%BACKEND%%libexec/openldap/back_null.so %%BACK_DNSSRV%%libexec/openldap/back_dnssrv-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_DNSSRV%%libexec/openldap/back_dnssrv-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_DNSSRV%%libexec/openldap/back_dnssrv-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_DNSSRV%%libexec/openldap/back_dnssrv.la %%BACK_DNSSRV%%libexec/openldap/back_dnssrv.so %%BACK_MDB%%libexec/openldap/back_mdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_MDB%%libexec/openldap/back_mdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_MDB%%libexec/openldap/back_mdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_MDB%%libexec/openldap/back_mdb.la %%BACK_MDB%%libexec/openldap/back_mdb.so %%BACK_PASSWD%%libexec/openldap/back_passwd-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_PASSWD%%libexec/openldap/back_passwd-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_PASSWD%%libexec/openldap/back_passwd-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_PASSWD%%libexec/openldap/back_passwd.la %%BACK_PASSWD%%libexec/openldap/back_passwd.so %%BACK_PERL%%libexec/openldap/back_perl-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_PERL%%libexec/openldap/back_perl-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_PERL%%libexec/openldap/back_perl-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_PERL%%libexec/openldap/back_perl.la %%BACK_PERL%%libexec/openldap/back_perl.so %%BACK_RELAY%%libexec/openldap/back_relay-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_RELAY%%libexec/openldap/back_relay-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_RELAY%%libexec/openldap/back_relay-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_RELAY%%libexec/openldap/back_relay.la %%BACK_RELAY%%libexec/openldap/back_relay.so %%BACK_SHELL%%libexec/openldap/back_shell-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_SHELL%%libexec/openldap/back_shell-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_SHELL%%libexec/openldap/back_shell-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_SHELL%%libexec/openldap/back_shell.la %%BACK_SHELL%%libexec/openldap/back_shell.so %%BACK_SOCK%%libexec/openldap/back_sock-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_SOCK%%libexec/openldap/back_sock-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_SOCK%%libexec/openldap/back_sock-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_SOCK%%libexec/openldap/back_sock.la %%BACK_SOCK%%libexec/openldap/back_sock.so %%BACK_SQL%%libexec/openldap/back_sql-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -%%BACK_SQL%%libexec/openldap/back_sql-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +%%BACK_SQL%%libexec/openldap/back_sql-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_SQL%%libexec/openldap/back_sql.la %%BACK_SQL%%libexec/openldap/back_sql.so %%SHA2%%libexec/openldap/pw-sha2.la @@ -163,7 +163,7 @@ sbin/slapindex sbin/slappasswd sbin/slapschema sbin/slaptest -@dirrmtry %%ETCDIR%%/schema -%%MODULES%%@dirrmtry libexec/openldap -@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%LDAP_RUN_DIR%% -@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%DATABASEDIR%% +@dir %%ETCDIR%%/schema +%%MODULES%%@dir libexec/openldap +@dir(%%LDAP_USER%%,%%LDAP_GROUP%%,775) %%LDAP_RUN_DIR%% +@dir(%%LDAP_USER%%,%%LDAP_GROUP%%,775) %%DATABASEDIR%% Modified: head/net/openldap24-server/pkg-plist.client ============================================================================== --- head/net/openldap24-server/pkg-plist.client Mon Sep 29 23:34:30 2014 (r369565) +++ head/net/openldap24-server/pkg-plist.client Tue Sep 30 00:52:52 2014 (r369566) @@ -19,17 +19,17 @@ include/ldap_utf8.h include/ldif.h include/slapi-plugin.h lib/liblber-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -lib/liblber-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +lib/liblber-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/liblber.a lib/liblber.la lib/liblber.so lib/libldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -lib/libldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +lib/libldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/libldap.a lib/libldap.la lib/libldap.so lib/libldap_r-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% -lib/libldap_r-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.10.2 +lib/libldap_r-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/libldap_r.a lib/libldap_r.la lib/libldap_r.so @@ -227,4 +227,4 @@ man/man3/ldap_value_free.3.gz man/man3/ldap_value_free_len.3.gz man/man5/ldap.conf.5.gz man/man5/ldif.5.gz -@dirrmtry %%ETCDIR%% +@dir %%ETCDIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 02:04:39 2014 Return-Path: Delivered-To: svn-ports-all@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 1008A59F; Tue, 30 Sep 2014 02:04:39 +0000 (UTC) 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 D7BDB6BF; Tue, 30 Sep 2014 02:04:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U24cYi070550; Tue, 30 Sep 2014 02:04:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U24c76070548; Tue, 30 Sep 2014 02:04:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409300204.s8U24c76070548@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 02:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369567 - in head/graphics/osg: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 02:04:39 -0000 Author: amdmi3 Date: Tue Sep 30 02:04:37 2014 New Revision: 369567 URL: http://svnweb.freebsd.org/changeset/ports/369567 QAT: https://qat.redports.org/buildarchive/r369567/ Log: - Fix shift key getting stuck on some cases PR: 193630 Submitted by: mike.d.ft402@gmail.com Added: head/graphics/osg/files/patch-shift-key-fix (contents, props changed) Modified: head/graphics/osg/Makefile Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Tue Sep 30 00:52:52 2014 (r369566) +++ head/graphics/osg/Makefile Tue Sep 30 02:04:37 2014 (r369567) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ Added: head/graphics/osg/files/patch-shift-key-fix ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/osg/files/patch-shift-key-fix Tue Sep 30 02:04:37 2014 (r369567) @@ -0,0 +1,23 @@ +# Shift key not released if group switch is something other than Control-Shift: +# https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1218650.html + +--- src/osgGA/EventQueue.cpp.orig ++++ src/osgGA/EventQueue.cpp +@@ -337,7 +337,7 @@ void EventQueue::mouseButtonRelease(floa + + void EventQueue::keyPress(int key, double time, int unmodifiedKey) + { +- switch(key) ++ switch(unmodifiedKey) + { + case(GUIEventAdapter::KEY_Shift_L): _accumulateEventState->setModKeyMask(GUIEventAdapter::MODKEY_LEFT_SHIFT | _accumulateEventState->getModKeyMask()); break; + case(GUIEventAdapter::KEY_Shift_R): _accumulateEventState->setModKeyMask(GUIEventAdapter::MODKEY_RIGHT_SHIFT | _accumulateEventState->getModKeyMask()); break; +@@ -381,7 +381,7 @@ void EventQueue::keyPress(int key, doubl + + void EventQueue::keyRelease(int key, double time, int unmodifiedKey) + { +- switch(key) ++ switch(unmodifiedKey) + { + case(GUIEventAdapter::KEY_Shift_L): _accumulateEventState->setModKeyMask(~GUIEventAdapter::MODKEY_LEFT_SHIFT & _accumulateEventState->getModKeyMask()); break; + case(GUIEventAdapter::KEY_Shift_R): _accumulateEventState->setModKeyMask(~GUIEventAdapter::MODKEY_RIGHT_SHIFT & _accumulateEventState->getModKeyMask()); break; From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 02:13:59 2014 Return-Path: Delivered-To: svn-ports-all@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 C23417E8; Tue, 30 Sep 2014 02:13:59 +0000 (UTC) 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 945887F5; Tue, 30 Sep 2014 02:13:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U2Dx2P075246; Tue, 30 Sep 2014 02:13:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U2Dwkj075243; Tue, 30 Sep 2014 02:13:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409300213.s8U2Dwkj075243@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 02:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369568 - in head/sysutils/volman: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 02:13:59 -0000 Author: amdmi3 Date: Tue Sep 30 02:13:58 2014 New Revision: 369568 URL: http://svnweb.freebsd.org/changeset/ports/369568 QAT: https://qat.redports.org/buildarchive/r369568/ Log: - Pass maintainership to submitter - Switch to USE_GITHUB - Switch to submitter's GH account as he's willing to maintain the project from now on PR: 193823 Submitted by: uffe@uffe.org Approved by: aragon@phat.za.net (old maintainer and original author) Modified: head/sysutils/volman/Makefile head/sysutils/volman/distinfo head/sysutils/volman/files/volmand.in Modified: head/sysutils/volman/Makefile ============================================================================== --- head/sysutils/volman/Makefile Tue Sep 30 02:04:37 2014 (r369567) +++ head/sysutils/volman/Makefile Tue Sep 30 02:13:58 2014 (r369568) @@ -3,18 +3,20 @@ PORTNAME= volman PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/jmptbl/volman/ -MAINTAINER= aragon@phat.za.net +MAINTAINER= uffe@uffe.org COMMENT= FreeBSD specific volume manager -USES= tar:xz +USE_GITHUB= yes +GH_ACCOUNT= uffejakobsen +GH_COMMIT= c420cd5 + USE_RC_SUBR= volmand VM_SUB_FILES= vmount volmand -OPTIONS_DEFINE= OPENBOX NTFS3G +OPTIONS_DEFINE= OPENBOX NTFS3G OPENBOX_DESC= Openbox pipemenu script NTFS3G_DESC= Use fusefs-ntfs extensions Modified: head/sysutils/volman/distinfo ============================================================================== --- head/sysutils/volman/distinfo Tue Sep 30 02:04:37 2014 (r369567) +++ head/sysutils/volman/distinfo Tue Sep 30 02:13:58 2014 (r369568) @@ -1,2 +1,2 @@ -SHA256 (volman-0.7.tar.xz) = a2efc86f990b547245f58ec3db20059f597ad040805b6834fc6b9aab66df78b5 -SIZE (volman-0.7.tar.xz) = 4988 +SHA256 (volman-0.7.tar.gz) = 56e3045867a0a247907f3c802cd274bcc1aefd65e7f756c174814f01eb8dcf28 +SIZE (volman-0.7.tar.gz) = 5233 Modified: head/sysutils/volman/files/volmand.in ============================================================================== --- head/sysutils/volman/files/volmand.in Tue Sep 30 02:04:37 2014 (r369567) +++ head/sysutils/volman/files/volmand.in Tue Sep 30 02:13:58 2014 (r369568) @@ -15,7 +15,10 @@ load_rc_config $name : ${volmand_enable:="NO"} -command="%%PREFIX%%/sbin/volmand" pidfile="/var/run/volmand.pid" +command_interpreter="/bin/sh" +command="%%PREFIX%%/sbin/volmand" + run_rc_command "$1" + From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 02:34:35 2014 Return-Path: Delivered-To: svn-ports-all@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 40C1DB15; Tue, 30 Sep 2014 02:34:35 +0000 (UTC) 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 1290E9D1; Tue, 30 Sep 2014 02:34:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U2YYHR084755; Tue, 30 Sep 2014 02:34:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U2YYX9084752; Tue, 30 Sep 2014 02:34:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409300234.s8U2YYX9084752@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 02:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369569 - in head: games/linux-nwserver games/py-mnemosyne x11-toolkits/gai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 02:34:35 -0000 Author: amdmi3 Date: Tue Sep 30 02:34:33 2014 New Revision: 369569 URL: http://svnweb.freebsd.org/changeset/ports/369569 QAT: https://qat.redports.org/buildarchive/r369569/ Log: - Use canonical @FreeBSD.org email Modified: head/games/linux-nwserver/Makefile head/games/py-mnemosyne/Makefile head/x11-toolkits/gai/Makefile Modified: head/games/linux-nwserver/Makefile ============================================================================== --- head/games/linux-nwserver/Makefile Tue Sep 30 02:13:58 2014 (r369568) +++ head/games/linux-nwserver/Makefile Tue Sep 30 02:34:33 2014 (r369569) @@ -9,7 +9,7 @@ MASTER_SITES= http://nwdownloads.bioware PKGNAMEPREFIX= linux- DISTNAME= linuxserver${PORTVERSION:S/.//} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Neverwinter Nights Linux Dedicated Server OPTIONS_DEFINE= DOCS Modified: head/games/py-mnemosyne/Makefile ============================================================================== --- head/games/py-mnemosyne/Makefile Tue Sep 30 02:13:58 2014 (r369568) +++ head/games/py-mnemosyne/Makefile Tue Sep 30 02:34:33 2014 (r369569) @@ -10,7 +10,7 @@ MASTER_SITES= SF/mnemosyne-proj/${PORTNA PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Mnemosyne-${DISTVERSION} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Flash-card tool which optimises your learning process RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4>=4.5:${PORTSDIR}/devel/py-qt4 \ Modified: head/x11-toolkits/gai/Makefile ============================================================================== --- head/x11-toolkits/gai/Makefile Tue Sep 30 02:13:58 2014 (r369568) +++ head/x11-toolkits/gai/Makefile Tue Sep 30 02:34:33 2014 (r369569) @@ -7,7 +7,7 @@ PORTREVISION= 15 CATEGORIES= x11-toolkits gnome MASTER_SITES= SF/${PORTNAME}/GAI%20-%20Library/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= General Applet Interface Library LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 03:18:07 2014 Return-Path: Delivered-To: svn-ports-all@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 46ED7452; Tue, 30 Sep 2014 03:18:07 +0000 (UTC) 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 337BEE5D; Tue, 30 Sep 2014 03:18:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U3I7oH005205; Tue, 30 Sep 2014 03:18:07 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U3I6oU005203; Tue, 30 Sep 2014 03:18:06 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409300318.s8U3I6oU005203@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 30 Sep 2014 03:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369570 - head/net/go-cs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 03:18:07 -0000 Author: vanilla Date: Tue Sep 30 03:18:06 2014 New Revision: 369570 URL: http://svnweb.freebsd.org/changeset/ports/369570 QAT: https://qat.redports.org/buildarchive/r369570/ Log: update to 0.2. PR: ports/194021 Submitted by: maintainer Modified: head/net/go-cs/Makefile head/net/go-cs/distinfo Modified: head/net/go-cs/Makefile ============================================================================== --- head/net/go-cs/Makefile Tue Sep 30 02:34:33 2014 (r369569) +++ head/net/go-cs/Makefile Tue Sep 30 03:18:06 2014 (r369570) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go-cs -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= net MAINTAINER= akosela@andykosela.com @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${GO_CMD}:${PORTSDIR}/lan USE_GITHUB= yes GH_ACCOUNT= akosela GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 6ae59df +GH_COMMIT= 887ad42 PLIST_FILES= bin/cs man/man1/cs.1.gz @@ -24,10 +24,10 @@ GO_CMD= ${LOCALBASE}/bin/go GO_ARGS= build -ldflags "${STRIP}" do-build: - (cd ${WRKSRC} && ${GO_CMD} ${GO_ARGS} cs.go) + (cd ${WRKSRC}/cs && ${GO_CMD} ${GO_ARGS} cs.go) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cs ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/cs/cs ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Modified: head/net/go-cs/distinfo ============================================================================== --- head/net/go-cs/distinfo Tue Sep 30 02:34:33 2014 (r369569) +++ head/net/go-cs/distinfo Tue Sep 30 03:18:06 2014 (r369570) @@ -1,2 +1,2 @@ -SHA256 (go-cs-0.1.tar.gz) = 71b3240810ae7c5ae8fc57a8e9ae3f2cd3ffa2463097344b7b6926bc32c66cfd -SIZE (go-cs-0.1.tar.gz) = 4484 +SHA256 (go-cs-0.2.tar.gz) = 7d31b62a5073e483e674923be6be3c0f2baf7036064c7ac7355706ef21deddc2 +SIZE (go-cs-0.2.tar.gz) = 5203 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 03:42:49 2014 Return-Path: Delivered-To: svn-ports-all@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 06069AE4; Tue, 30 Sep 2014 03:42:49 +0000 (UTC) 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 CC515152; Tue, 30 Sep 2014 03:42:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U3gmVr018593; Tue, 30 Sep 2014 03:42:48 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U3glY9018589; Tue, 30 Sep 2014 03:42:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409300342.s8U3glY9018589@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 30 Sep 2014 03:42:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369571 - in head/misc: . mdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 03:42:49 -0000 Author: vanilla Date: Tue Sep 30 03:42:47 2014 New Revision: 369571 URL: http://svnweb.freebsd.org/changeset/ports/369571 QAT: https://qat.redports.org/buildarchive/r369571/ Log: Add mdp 0.91.2, utility which outputs a number of characters to the screen. PR: ports/194002 Submitted by: neel@neelc.org Added: head/misc/mdp/ head/misc/mdp/Makefile (contents, props changed) head/misc/mdp/distinfo (contents, props changed) head/misc/mdp/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Tue Sep 30 03:18:06 2014 (r369570) +++ head/misc/Makefile Tue Sep 30 03:42:47 2014 (r369571) @@ -259,6 +259,7 @@ SUBDIR += mbuffer SUBDIR += mc SUBDIR += mc-light + SUBDIR += mdp SUBDIR += metalink-checker SUBDIR += metalink-editor SUBDIR += metalink-tools Added: head/misc/mdp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mdp/Makefile Tue Sep 30 03:42:47 2014 (r369571) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= mdp +PORTVERSION= 0.91.2 +CATEGORIES= misc + +MAINTAINER= neel@neelc.org +COMMENT= Utility which outputs a number of characters to the screen + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= visit1985 +GH_PROJECT= mdp +GH_COMMIT= 27d774d + +USES= gmake +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mdp ${STAGEDIR}${PREFIX}/bin + +.include Added: head/misc/mdp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mdp/distinfo Tue Sep 30 03:42:47 2014 (r369571) @@ -0,0 +1,2 @@ +SHA256 (mdp-0.91.2.tar.gz) = 866c1640aa19ef39def3893129af27387cfc195ac406501bf88b37eca9b2f3c6 +SIZE (mdp-0.91.2.tar.gz) = 25600 Added: head/misc/mdp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mdp/pkg-descr Tue Sep 30 03:42:47 2014 (r369571) @@ -0,0 +1,3 @@ +A command-line based markdown presentation tool. + +WWW: http://www.github.com/visit1985/mdp From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 04:15:24 2014 Return-Path: Delivered-To: svn-ports-all@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 F296CE68; Tue, 30 Sep 2014 04:15:23 +0000 (UTC) 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 C49973E8; Tue, 30 Sep 2014 04:15:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U4FNWS033121; Tue, 30 Sep 2014 04:15:23 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U4FMvj033117; Tue, 30 Sep 2014 04:15:22 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409300415.s8U4FMvj033117@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 30 Sep 2014 04:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369572 - in head/security: . pam_ocra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 04:15:24 -0000 Author: vanilla Date: Tue Sep 30 04:15:22 2014 New Revision: 369572 URL: http://svnweb.freebsd.org/changeset/ports/369572 QAT: https://qat.redports.org/buildarchive/r369572/ Log: Add pam_ocra 1.0, RFC6287 (OCRA) PAM module. PR: ports/194024 Submitted by: Stefan Grundmann Added: head/security/pam_ocra/ head/security/pam_ocra/Makefile (contents, props changed) head/security/pam_ocra/distinfo (contents, props changed) head/security/pam_ocra/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Sep 30 03:42:47 2014 (r369571) +++ head/security/Makefile Tue Sep 30 04:15:22 2014 (r369572) @@ -629,6 +629,7 @@ SUBDIR += pam_krb5-rh SUBDIR += pam_ldap SUBDIR += pam_mkhomedir + SUBDIR += pam_ocra SUBDIR += pam_p11 SUBDIR += pam_per_user SUBDIR += pam_pseudo Added: head/security/pam_ocra/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam_ocra/Makefile Tue Sep 30 04:15:22 2014 (r369572) @@ -0,0 +1,26 @@ +# Created by: Stefan Grundmann +# $FreeBSD$ + +PORTNAME= pam_ocra +PORTVERSION= 1.0 +CATEGORIES= security + +MAINTAINER= sg2342@googlemail.com +COMMENT= RFC6287 (OCRA) PAM module + +LICENSE= BSD2CLAUSE + +USES= uidfix + +USE_GITHUB= yes +GH_ACCOUNT= sg2342 +GH_PROJECT= pam_ocra +GH_COMMIT= abacd1d + +PLIST_FILES= lib/pam_ocra.so \ + lib/pam_ocra.so.0 \ + sbin/ocra_tool \ + man/man8/pam_ocra.8.gz \ + man/man8/ocra_tool.8.gz + +.include Added: head/security/pam_ocra/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam_ocra/distinfo Tue Sep 30 04:15:22 2014 (r369572) @@ -0,0 +1,2 @@ +SHA256 (pam_ocra-1.0.tar.gz) = 0d11ee2cb7a999d1f28c9c4370ffc138aea2fff310b16abc60d3fd0c994ed271 +SIZE (pam_ocra-1.0.tar.gz) = 13353 Added: head/security/pam_ocra/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam_ocra/pkg-descr Tue Sep 30 04:15:22 2014 (r369572) @@ -0,0 +1,4 @@ +This PAM service module allows PAM-enabled applications to +authenticate users using RFC6287 (OCRA) tokens. + +WWW: https://github.com/sg2342/pam_ocra From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 06:36:53 2014 Return-Path: Delivered-To: svn-ports-all@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 70D947AC; Tue, 30 Sep 2014 06:36:53 +0000 (UTC) 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 4350D394; Tue, 30 Sep 2014 06:36:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U6arr0097457; Tue, 30 Sep 2014 06:36:53 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U6aqU2097452; Tue, 30 Sep 2014 06:36:52 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409300636.s8U6aqU2097452@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 30 Sep 2014 06:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369573 - in head/devel: . pecl-sync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 06:36:53 -0000 Author: vanilla Date: Tue Sep 30 06:36:51 2014 New Revision: 369573 URL: http://svnweb.freebsd.org/changeset/ports/369573 QAT: https://qat.redports.org/buildarchive/r369573/ Log: Add pecl-sync 1.0.1, named and unnamed synchronization objects in PHP. PR: ports/194026 Submitted by: Gasol Wu Added: head/devel/pecl-sync/ head/devel/pecl-sync/Makefile (contents, props changed) head/devel/pecl-sync/distinfo (contents, props changed) head/devel/pecl-sync/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 30 04:15:22 2014 (r369572) +++ head/devel/Makefile Tue Sep 30 06:36:51 2014 (r369573) @@ -3396,6 +3396,7 @@ SUBDIR += pecl-statgrab SUBDIR += pecl-svn SUBDIR += pecl-swoole + SUBDIR += pecl-sync SUBDIR += pecl-test_helpers SUBDIR += pecl-uopz SUBDIR += pecl-uploadprogress Added: head/devel/pecl-sync/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-sync/Makefile Tue Sep 30 06:36:51 2014 (r369573) @@ -0,0 +1,20 @@ +# Created by: Gasol Wu +# $FreeBSD$ + +PORTNAME= sync +PORTVERSION= 1.0.1 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Named and unnamed synchronization objects in PHP + +LICENSE= MIT + +USE_PHP= yes +USE_PHPEXT= yes + +.include Added: head/devel/pecl-sync/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-sync/distinfo Tue Sep 30 06:36:51 2014 (r369573) @@ -0,0 +1,2 @@ +SHA256 (PECL/sync-1.0.1.tgz) = e63943977502eb878f8ef60eb4fcc24ad94fa68ad2ba8b67b98f382d2ffc78f3 +SIZE (PECL/sync-1.0.1.tgz) = 11597 Added: head/devel/pecl-sync/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-sync/pkg-descr Tue Sep 30 06:36:51 2014 (r369573) @@ -0,0 +1,7 @@ +The sync extension introduces synchronization objects into PHP. + +Named and unnamed Mutex, Semaphore, Event, and Reader-Writer objects provide +OS-level synchronization on both *NIX (POSIX semaphores required) and Windows +platforms. + +WWW: http://pecl.php.net/package/sync From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 07:59:16 2014 Return-Path: Delivered-To: svn-ports-all@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 27ACD9F2; Tue, 30 Sep 2014 07:59:16 +0000 (UTC) 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 1520CDBA; Tue, 30 Sep 2014 07:59:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U7xFRO034838; Tue, 30 Sep 2014 07:59:15 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U7xFUc034837; Tue, 30 Sep 2014 07:59:15 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409300759.s8U7xFUc034837@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 30 Sep 2014 07:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369574 - head/net/mpich2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 07:59:16 -0000 Author: marino Date: Tue Sep 30 07:59:15 2014 New Revision: 369574 URL: http://svnweb.freebsd.org/changeset/ports/369574 QAT: https://qat.redports.org/buildarchive/r369574/ Log: net/mpich2: Fix typo in MPI_CFLAGS (from previous commit) Modified: head/net/mpich2/Makefile Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Tue Sep 30 06:36:51 2014 (r369573) +++ head/net/mpich2/Makefile Tue Sep 30 07:59:15 2014 (r369574) @@ -42,7 +42,7 @@ CONFIGURE_ARGS= --enable-romio --enable- --docdir="${DOCSDIR}" \ --with-python="${PYTHON_CMD}" CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \ - MPI_CFLAGS="${LOCALBASE}/include" \ + MPI_CFLAGS="-I${LOCALBASE}/include" \ PACKAGE=${PORTNAME} \ PTHREAD_LIBS="${PTHREAD_LIBS}" From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 08:10:31 2014 Return-Path: Delivered-To: svn-ports-all@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 DD6B2C30; Tue, 30 Sep 2014 08:10:31 +0000 (UTC) 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 B0499EBA; Tue, 30 Sep 2014 08:10:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U8AV9j041020; Tue, 30 Sep 2014 08:10:31 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U8AV6H041016; Tue, 30 Sep 2014 08:10:31 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201409300810.s8U8AV6H041016@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 30 Sep 2014 08:10:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369575 - in head/databases/cassandra: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 08:10:32 -0000 Author: robak Date: Tue Sep 30 08:10:30 2014 New Revision: 369575 URL: http://svnweb.freebsd.org/changeset/ports/369575 QAT: https://qat.redports.org/buildarchive/r369575/ Log: databases/cassandra: minor cleanup in rc script PR: 193258 Submitted by: Radim Kolar Approved by: mentors (implicit) Modified: head/databases/cassandra/Makefile head/databases/cassandra/files/cassandra.in Modified: head/databases/cassandra/Makefile ============================================================================== --- head/databases/cassandra/Makefile Tue Sep 30 07:59:15 2014 (r369574) +++ head/databases/cassandra/Makefile Tue Sep 30 08:10:30 2014 (r369575) @@ -3,6 +3,7 @@ PORTNAME= cassandra PORTVERSION= 1.2.18 +PORTREVISION= 1 CATEGORIES= databases java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= cassandra/${PORTVERSION} Modified: head/databases/cassandra/files/cassandra.in ============================================================================== --- head/databases/cassandra/files/cassandra.in Tue Sep 30 07:59:15 2014 (r369574) +++ head/databases/cassandra/files/cassandra.in Tue Sep 30 08:10:30 2014 (r369575) @@ -24,15 +24,16 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH # DAMAGE. +# $FreeBSD$ +# # PROVIDE: cassandra # REQUIRE: LOGIN # KEYWORD: shutdown # -# $FreeBSD$ . /etc/rc.subr -name="cassandra" +name=cassandra rcvar=cassandra_enable load_rc_config $name @@ -44,7 +45,7 @@ cassandra_newgen=${cassandra_newgen:-"30 command=%%DATADIR%%/bin/cassandra command_args="-p /var/run/cassandra.pid >/dev/null" stop_precmd="${name}_prestop" -sig_stop="KILL" +sig_stop=KILL procname="%%LOCALBASE%%/openjdk7/bin/java" pidfile=/var/run/cassandra.pid @@ -59,7 +60,8 @@ export JVM_OVERRIDE_OPTS="$cassandra_vma export JAVA_VENDOR=openjdk export JAVA_VERSION=1.7 -cassandra_prestop() { +cassandra_prestop() +{ $CASSANDRA_HOME/bin/nodetool -h localhost drain return 0 } From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 08:39:35 2014 Return-Path: Delivered-To: svn-ports-all@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 555651AF; Tue, 30 Sep 2014 08:39:35 +0000 (UTC) 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 423561FC; Tue, 30 Sep 2014 08:39:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U8dZUY053734; Tue, 30 Sep 2014 08:39:35 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U8dYfQ053732; Tue, 30 Sep 2014 08:39:34 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201409300839.s8U8dYfQ053732@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 30 Sep 2014 08:39:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369576 - in head: math/py-symeig science/py-scipy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 08:39:35 -0000 Author: demon Date: Tue Sep 30 08:39:34 2014 New Revision: 369576 URL: http://svnweb.freebsd.org/changeset/ports/369576 QAT: https://qat.redports.org/buildarchive/r369576/ Log: Fix build after r369447 Patch by Thierry Thomas Modified: head/math/py-symeig/Makefile head/science/py-scipy/Makefile Modified: head/math/py-symeig/Makefile ============================================================================== --- head/math/py-symeig/Makefile Tue Sep 30 08:10:30 2014 (r369575) +++ head/math/py-symeig/Makefile Tue Sep 30 08:39:34 2014 (r369576) @@ -24,6 +24,8 @@ USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes +LDFLAGS+= -shared + OPTIONS_DEFINE= ATLAS ATLAS_DESC= Use optimized blas library Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Tue Sep 30 08:10:30 2014 (r369575) +++ head/science/py-scipy/Makefile Tue Sep 30 08:39:34 2014 (r369576) @@ -26,6 +26,8 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= fortran python USE_PYTHON= distutils autoplist concurrent +LDFLAGS+= -shared + OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE OPTIONS_DEFAULT=SUITESPARSE ATLAS_DESC= Use optimized blas library From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 09:02:25 2014 Return-Path: Delivered-To: svn-ports-all@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 23DFAA9C; Tue, 30 Sep 2014 09:02:25 +0000 (UTC) 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 1007776D; Tue, 30 Sep 2014 09:02:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U92Oxp066798; Tue, 30 Sep 2014 09:02:24 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U92Oam066794; Tue, 30 Sep 2014 09:02:24 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409300902.s8U92Oam066794@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 30 Sep 2014 09:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369577 - head/devel/goffice010 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 09:02:25 -0000 Author: kwm Date: Tue Sep 30 09:02:23 2014 New Revision: 369577 URL: http://svnweb.freebsd.org/changeset/ports/369577 QAT: https://qat.redports.org/buildarchive/r369577/ Log: Revert back to 0.10.11, but keep the improvements. The 0.10.18 version needs a newer glib20 version then is in ports, I accidently tested with a packageset that had a newer version. No portepoch since it wasn't building. Submitted by: antoine@ Pointyhat to: kwm@ Modified: head/devel/goffice010/Makefile head/devel/goffice010/distinfo head/devel/goffice010/pkg-plist Modified: head/devel/goffice010/Makefile ============================================================================== --- head/devel/goffice010/Makefile Tue Sep 30 08:39:34 2014 (r369576) +++ head/devel/goffice010/Makefile Tue Sep 30 09:02:23 2014 (r369577) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ PORTNAME= goffice -PORTVERSION= 0.10.18 +PORTVERSION= 0.10.11 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 Modified: head/devel/goffice010/distinfo ============================================================================== --- head/devel/goffice010/distinfo Tue Sep 30 08:39:34 2014 (r369576) +++ head/devel/goffice010/distinfo Tue Sep 30 09:02:23 2014 (r369577) @@ -1,2 +1,2 @@ -SHA256 (goffice-0.10.18.tar.xz) = 4743a148d4452743f3484ed28285a6889adb4af2a61b72448e0ddfe7d5142c64 -SIZE (goffice-0.10.18.tar.xz) = 2306320 +SHA256 (goffice-0.10.11.tar.xz) = 43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24 +SIZE (goffice-0.10.11.tar.xz) = 2228656 Modified: head/devel/goffice010/pkg-plist ============================================================================== --- head/devel/goffice010/pkg-plist Tue Sep 30 08:39:34 2014 (r369576) +++ head/devel/goffice010/pkg-plist Tue Sep 30 09:02:23 2014 (r369577) @@ -109,7 +109,6 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-math-editor.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h @@ -121,7 +120,6 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-dtoa.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix.h @@ -148,7 +146,6 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-mml-to-itex.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h @@ -161,7 +158,6 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/utils/go-styled-object.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-svg.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-unit.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h @@ -194,7 +190,7 @@ lib/goffice/%%VERSION%%/plugins/smoothin lib/goffice/%%VERSION%%/plugins/smoothing/types.xml lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.10 -lib/libgoffice-%%SHORT_VER%%.so.10.0.18 +lib/libgoffice-%%SHORT_VER%%.so.10.0.11 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc share/doc/goffice-%%SHORT_VER%%/GOArrow.html share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html @@ -216,7 +212,6 @@ share/doc/goffice-%%SHORT_VER%%/GODocCon share/doc/goffice-%%SHORT_VER%%/GOEditor.html share/doc/goffice-%%SHORT_VER%%/GOErrorInfo.html share/doc/goffice-%%SHORT_VER%%/GOFileSaver.html -share/doc/goffice-%%SHORT_VER%%/GOFont.html share/doc/goffice-%%SHORT_VER%%/GOFontSel.html share/doc/goffice-%%SHORT_VER%%/GOFormat.html share/doc/goffice-%%SHORT_VER%%/GOFormatSel.html @@ -319,6 +314,7 @@ share/doc/goffice-%%SHORT_VER%%/goffice- share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html @@ -347,24 +343,13 @@ share/doc/goffice-%%SHORT_VER%%/home.png share/doc/goffice-%%SHORT_VER%%/index.html share/doc/goffice-%%SHORT_VER%%/index.sgml share/doc/goffice-%%SHORT_VER%%/left.png -share/doc/goffice-%%SHORT_VER%%/left-insensitive.png share/doc/goffice-%%SHORT_VER%%/pt01.html share/doc/goffice-%%SHORT_VER%%/pt02.html share/doc/goffice-%%SHORT_VER%%/pt03.html share/doc/goffice-%%SHORT_VER%%/pt04.html share/doc/goffice-%%SHORT_VER%%/right.png -share/doc/goffice-%%SHORT_VER%%/right-insensitive.png share/doc/goffice-%%SHORT_VER%%/style.css share/doc/goffice-%%SHORT_VER%%/up.png -share/doc/goffice-%%SHORT_VER%%/up-insensitive.png -%%DATADIR%%/%%VERSION%%/mmlitex/README -%%DATADIR%%/%%VERSION%%/mmlitex/cmarkup.xsl -%%DATADIR%%/%%VERSION%%/mmlitex/entities.xsl -%%DATADIR%%/%%VERSION%%/mmlitex/glayout.xsl -%%DATADIR%%/%%VERSION%%/mmlitex/mmlitex.xsl -%%DATADIR%%/%%VERSION%%/mmlitex/scripts.xsl -%%DATADIR%%/%%VERSION%%/mmlitex/tables.xsl -%%DATADIR%%/%%VERSION%%/mmlitex/tokens.xsl share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 09:09:48 2014 Return-Path: Delivered-To: svn-ports-all@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 43D90C2D; Tue, 30 Sep 2014 09:09:48 +0000 (UTC) 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 2E9CB7C6; Tue, 30 Sep 2014 09:09:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8U99mHu067901; Tue, 30 Sep 2014 09:09:48 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8U99ksV067891; Tue, 30 Sep 2014 09:09:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201409300909.s8U99ksV067891@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 30 Sep 2014 09:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369578 - in head: . finance/gnucash finance/gnucash-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 09:09:48 -0000 Author: madpilot Date: Tue Sep 30 09:09:45 2014 New Revision: 369578 URL: http://svnweb.freebsd.org/changeset/ports/369578 QAT: https://qat.redports.org/buildarchive/r369578/ Log: - Update gnucash and gnucash-docs to 2.6.4 - Remove dirrms from plist - Consistently use DATADIR in gnucash plist Approved by: kwm (gnome, implicit) Modified: head/UPDATING head/finance/gnucash-docs/Makefile head/finance/gnucash-docs/distinfo head/finance/gnucash-docs/pkg-plist head/finance/gnucash/Makefile head/finance/gnucash/distinfo head/finance/gnucash/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Sep 30 09:02:23 2014 (r369577) +++ head/UPDATING Tue Sep 30 09:09:45 2014 (r369578) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140930: + AFFECTS: users of finance/gnucash + AUTHOR: madpilot@FreeBSD.org + + The new version of gnucsh requires guile 2.0. If the update fails + because the old guile 1.8 library is still present you will need + to manally remove gnucash, guile and, if installed, boehm-gc: + + # pkg delete gnucash guile boehm-gc + + and then install gnucash again the usual way. + 20140929: AFFECTS: users of comms/usbmuxd AUTHOR: avilla@FreeBSD.org Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Tue Sep 30 09:02:23 2014 (r369577) +++ head/finance/gnucash-docs/Makefile Tue Sep 30 09:09:45 2014 (r369578) @@ -3,8 +3,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 2.6.3 -PORTREVISION= 1 +PORTVERSION= 2.6.4 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ Modified: head/finance/gnucash-docs/distinfo ============================================================================== --- head/finance/gnucash-docs/distinfo Tue Sep 30 09:02:23 2014 (r369577) +++ head/finance/gnucash-docs/distinfo Tue Sep 30 09:09:45 2014 (r369578) @@ -1,2 +1,2 @@ -SHA256 (gnucash-docs-2.6.3.tar.gz) = ea0ee0d9f1e768018a6e3c48b46bf825a822fd7d169fe2ac2adbff819cdeeddf -SIZE (gnucash-docs-2.6.3.tar.gz) = 58835557 +SHA256 (gnucash-docs-2.6.4.tar.gz) = e154551571c0755edb9fba73951bc20ecdfacefd4f1f662c79e0a2dde733d976 +SIZE (gnucash-docs-2.6.4.tar.gz) = 58869603 Modified: head/finance/gnucash-docs/pkg-plist ============================================================================== --- head/finance/gnucash-docs/pkg-plist Tue Sep 30 09:02:23 2014 (r369577) +++ head/finance/gnucash-docs/pkg-plist Tue Sep 30 09:09:45 2014 (r369578) @@ -709,19 +709,3 @@ share/gnome/help/gnucash-help/it/figures share/gnome/help/gnucash-help/it/figures/right.png share/gnome/help/gnucash-help/it/figures/up.png share/gnome/help/gnucash-help/it/gnucash-help.xml -@dirrm share/gnome/help/gnucash-help/it/figures -@dirrm share/gnome/help/gnucash-help/it -@dirrm share/gnome/help/gnucash-help/de/figures -@dirrm share/gnome/help/gnucash-help/de -@dirrm share/gnome/help/gnucash-help/C/figures -@dirrm share/gnome/help/gnucash-help/C -@dirrm share/gnome/help/gnucash-help -@dirrm share/gnome/help/gnucash-guide/ja/figures -@dirrm share/gnome/help/gnucash-guide/ja -@dirrm share/gnome/help/gnucash-guide/it/figures -@dirrm share/gnome/help/gnucash-guide/it -@dirrm share/gnome/help/gnucash-guide/de/figures -@dirrm share/gnome/help/gnucash-guide/de -@dirrm share/gnome/help/gnucash-guide/C/figures -@dirrm share/gnome/help/gnucash-guide/C -@dirrm share/gnome/help/gnucash-guide Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Tue Sep 30 09:02:23 2014 (r369577) +++ head/finance/gnucash/Makefile Tue Sep 30 09:09:45 2014 (r369578) @@ -2,8 +2,7 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.3 -PORTREVISION= 5 +PORTVERSION= 2.6.4 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -13,13 +12,11 @@ COMMENT= Quicken-like money and finance LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ - ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile +BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile2 LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ libgoffice-0.8.so:${PORTSDIR}/devel/goffice -RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ - ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ +RUN_DEPENDS= guile:${PORTSDIR}/lang/guile2 \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-Finance-Quote>=0:${PORTSDIR}/finance/p5-Finance-Quote Modified: head/finance/gnucash/distinfo ============================================================================== --- head/finance/gnucash/distinfo Tue Sep 30 09:02:23 2014 (r369577) +++ head/finance/gnucash/distinfo Tue Sep 30 09:09:45 2014 (r369578) @@ -1,2 +1,2 @@ -SHA256 (gnucash-2.6.3.tar.bz2) = 02104c1d6a563d1209e2116dcca7fa9e28445b0e3335bedbcae85c834b17d93f -SIZE (gnucash-2.6.3.tar.bz2) = 10822437 +SHA256 (gnucash-2.6.4.tar.bz2) = 0320e4c62a741795648929fd211aca7e816d22b48bc7c54226c99b02c56e34bc +SIZE (gnucash-2.6.4.tar.bz2) = 12107953 Modified: head/finance/gnucash/pkg-plist ============================================================================== --- head/finance/gnucash/pkg-plist Tue Sep 30 09:02:23 2014 (r369577) +++ head/finance/gnucash/pkg-plist Tue Sep 30 09:09:45 2014 (r369578) @@ -19,6 +19,7 @@ include/gnucash/SchedXaction.h include/gnucash/Scrub.h include/gnucash/Scrub2.h include/gnucash/Scrub3.h +include/gnucash/ScrubBusiness.h include/gnucash/Split.h include/gnucash/TransLog.h include/gnucash/Transaction.h @@ -359,360 +360,361 @@ share/applications/gnucash.desktop %%PORTDOCS%%%%DOCSDIR%%/swipe.qif %%PORTDOCS%%%%DOCSDIR%%/taxreport.gnucash %%PORTDOCS%%%%DOCSDIR%%/web.qif -share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/C/acctchrt_business.gnucash-xea -share/gnucash/accounts/C/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/C/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/C/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/C/acctchrt_common.gnucash-xea -share/gnucash/accounts/C/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/C/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/C/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_renter.gnucash-xea -share/gnucash/accounts/C/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/C/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/C/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/cs/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/cs/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/cs/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/cs/acctchrt_common.gnucash-xea -share/gnucash/accounts/cs/acctchrt_currency.gnucash-xea -share/gnucash/accounts/cs/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/cs/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/cs/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_renter.gnucash-xea -share/gnucash/accounts/cs/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/cs/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/cs/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/da/acctchrt_car.gnucash-xea -share/gnucash/accounts/da/acctchrt_common.gnucash-xea -share/gnucash/accounts/da/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/da/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_auto.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_autoloan.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_business.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_houseown.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_investment.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_chkmu.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_otherasset.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_auto.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_autoloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_houseown.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_investment.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_otherasset.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr03.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr04.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr49.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_studium.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_wohnungsw.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_common.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_business.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_common.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_renter.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/en_GB/uk-vat.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_common.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_currency.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_renter.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_common.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_currency.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_renter.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/fi_FI/acctchrt_common.gnucash-xea -share/gnucash/accounts/fi_FI/acctchrt_ry.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_automobile.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_basecommune.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_chequier.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_courtage.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_garderie.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_locataire.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_retraite.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_revenus.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_business.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_common.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_currency.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_renter.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_business.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_common.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_currency.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_renter.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_business.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_common.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_renter.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/it/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/it/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/it/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/it/acctchrt_common.gnucash-xea -share/gnucash/accounts/it/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/it/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/it/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_renter.gnucash-xea -share/gnucash/accounts/it/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/it/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/it/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ja/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/ja/acctchrt_business.gnucash-xea -share/gnucash/accounts/ja/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/ja/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/ja/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/ja/acctchrt_common.gnucash-xea -share/gnucash/accounts/ja/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/ja/acctchrt_full.gnucash-xea -share/gnucash/accounts/ja/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ja/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_renter.gnucash-xea -share/gnucash/accounts/ja/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/ja/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/ja/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ko/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/ko/acctchrt_business.gnucash-xea -share/gnucash/accounts/ko/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/ko/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/ko/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/ko/acctchrt_common.gnucash-xea -share/gnucash/accounts/ko/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/ko/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ko/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_renter.gnucash-xea -share/gnucash/accounts/ko/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/ko/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/ko/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/lv/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/lv/acctchrt_business.gnucash-xea -share/gnucash/accounts/lv/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/lv/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/lv/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/lv/acctchrt_common.gnucash-xea -share/gnucash/accounts/lv/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/lv/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/lv/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_renter.gnucash-xea -share/gnucash/accounts/lv/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/lv/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/lv/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/nb/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/nb/acctchrt_business.gnucash-xea -share/gnucash/accounts/nb/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/nb/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/nb/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/nb/acctchrt_common.gnucash-xea -share/gnucash/accounts/nb/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/nb/acctchrt_full.gnucash-xea -share/gnucash/accounts/nb/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/nb/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_renter.gnucash-xea -share/gnucash/accounts/nb/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/nb/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/nb/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/nl/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/nl/acctchrt_full.gnucash-xea -share/gnucash/accounts/pl/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pl/acctchrt_business.gnucash-xea -share/gnucash/accounts/pl/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pl/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/pl/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pl/acctchrt_common.gnucash-xea -share/gnucash/accounts/pl/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pl/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pl/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pl/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pl/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pl/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_common.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_currency.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_common.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ru/acctchrt_common.gnucash-xea -share/gnucash/accounts/ru/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ru/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ru/acctchrt_renter.gnucash-xea -share/gnucash/accounts/sk/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/sk/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/sk/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/sk/acctchrt_common.gnucash-xea -share/gnucash/accounts/sk/acctchrt_currency.gnucash-xea -share/gnucash/accounts/sk/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/sk/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/sk/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_renter.gnucash-xea -share/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/sv_SE/bas_2012.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_common.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_business.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_common.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_renter.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea -share/gnucash/checks/deluxe.chk -share/gnucash/checks/liberty.chk -share/gnucash/checks/quicken.chk +%%DATADIR%%/accounts/C/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/C/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/cs/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/da/acctchrt_car.gnucash-xea +%%DATADIR%%/accounts/da/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/da/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/da/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_auto.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_autoloan.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_houseown.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_investment.gnucash-xea +%%DATADIR%%/accounts/de_AT/acctchrt_kids.gnucash-xea +%%DATADIR%%/accounts/de_CH/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/de_CH/acctchrt_chkmu.gnucash-xea +%%DATADIR%%/accounts/de_CH/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/de_CH/acctchrt_kids.gnucash-xea +%%DATADIR%%/accounts/de_CH/acctchrt_otherasset.gnucash-xea +%%DATADIR%%/accounts/de_CH/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_auto.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_autoloan.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_houseown.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_investment.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_kids.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_otherasset.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_skr03.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_skr04.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_skr49.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_studium.gnucash-xea +%%DATADIR%%/accounts/de_DE/acctchrt_wohnungsw.gnucash-xea +%%DATADIR%%/accounts/el_GR/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/el_GR/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/el_GR/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/en_GB/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/en_GB/uk-vat.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/es_ES/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/es_MX/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/fi_FI/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/fi_FI/acctchrt_ry.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_automobile.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_basecommune.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_chequier.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_courtage.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_garderie.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_locataire.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_retraite.gnucash-xea +%%DATADIR%%/accounts/fr_CA/acctchrt_revenus.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/it/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_full.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/ja/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/ko/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/lv/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_full.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/nb/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/nl/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/nl/acctchrt_full.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/pl/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/ru/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/ru/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/ru/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/ru/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/sk/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/sv_SE/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/sv_SE/bas_2012.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/tr_TR/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_business.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_checkbook.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/checks/deluxe.chk +%%DATADIR%%/checks/liberty.chk +%%DATADIR%%/checks/quicken.chk %%DATADIR%%/checks/quicken_3part.chk -share/gnucash/checks/quicken_check_21.chk -share/gnucash/checks/quicken_wallet.chk -share/gnucash/checks/voucher.chk +%%DATADIR%%/checks/quicken_check_21.chk +%%DATADIR%%/checks/quicken_wallet.chk +%%DATADIR%%/checks/voucher.chk %%DATADIR%%/gnome %%AQBANKING%%%%DATADIR%%/gtkbuilder/assistant-ab-initial.glade %%DATADIR%%/gtkbuilder/assistant-acct-period.glade @@ -852,10 +854,6 @@ share/gnucash/checks/voucher.chk %%DATADIR%%/guile-modules/gnucash/tax/de_DE.scm %%DATADIR%%/guile-modules/gnucash/tax/us.scm %%DATADIR%%/guile-modules/gnucash/unittest-support.scm -%%DATADIR%%/guile-modules/www/cgi.scm -%%DATADIR%%/guile-modules/www/http.scm -%%DATADIR%%/guile-modules/www/main.scm -%%DATADIR%%/guile-modules/www/url.scm %%DATADIR%%/jqplot/jqplot.BezierCurveRenderer.js %%DATADIR%%/jqplot/jqplot.barRenderer.js %%DATADIR%%/jqplot/jqplot.blockRenderer.js @@ -887,51 +885,51 @@ share/gnucash/checks/voucher.chk %%DATADIR%%/make-prefs-migration-script.xsl %%DATADIR%%/migratable-prefs.xml %%DATADIR%%/pixmaps/gnc-account-16.png -share/gnucash/pixmaps/gnc-account-delete-16.png -share/gnucash/pixmaps/gnc-account-delete.png -share/gnucash/pixmaps/gnc-account-edit-16.png -share/gnucash/pixmaps/gnc-account-edit.png -share/gnucash/pixmaps/gnc-account-new-16.png -share/gnucash/pixmaps/gnc-account-new.png -share/gnucash/pixmaps/gnc-account-open-16.png -share/gnucash/pixmaps/gnc-account-open.png -share/gnucash/pixmaps/gnc-account.png +%%DATADIR%%/pixmaps/gnc-account-delete-16.png +%%DATADIR%%/pixmaps/gnc-account-delete.png +%%DATADIR%%/pixmaps/gnc-account-edit-16.png +%%DATADIR%%/pixmaps/gnc-account-edit.png +%%DATADIR%%/pixmaps/gnc-account-new-16.png +%%DATADIR%%/pixmaps/gnc-account-new.png +%%DATADIR%%/pixmaps/gnc-account-open-16.png +%%DATADIR%%/pixmaps/gnc-account-open.png +%%DATADIR%%/pixmaps/gnc-account.png %%DATADIR%%/pixmaps/gnc-gnome-pdf-16.png %%DATADIR%%/pixmaps/gnc-gnome-pdf-24.png -share/gnucash/pixmaps/gnc-invoice-16.png -share/gnucash/pixmaps/gnc-invoice-duplicate-16.png -share/gnucash/pixmaps/gnc-invoice-duplicate.png -share/gnucash/pixmaps/gnc-invoice-edit-16.png -share/gnucash/pixmaps/gnc-invoice-edit.png -share/gnucash/pixmaps/gnc-invoice-new-16.png -share/gnucash/pixmaps/gnc-invoice-new.png -share/gnucash/pixmaps/gnc-invoice-pay-16.png -share/gnucash/pixmaps/gnc-invoice-pay.png -share/gnucash/pixmaps/gnc-invoice-post-16.png -share/gnucash/pixmaps/gnc-invoice-post.png -share/gnucash/pixmaps/gnc-invoice-unpost-16.png -share/gnucash/pixmaps/gnc-invoice-unpost.png -share/gnucash/pixmaps/gnc-invoice.png -share/gnucash/pixmaps/gnc-jumpto-16.png -share/gnucash/pixmaps/gnc-jumpto.png -share/gnucash/pixmaps/gnc-split-trans-16.png -share/gnucash/pixmaps/gnc-split-trans.png -share/gnucash/pixmaps/gnc-sx-new-16.png -share/gnucash/pixmaps/gnc-sx-new.png -share/gnucash/pixmaps/gnc-transfer-16.png -share/gnucash/pixmaps/gnc-transfer.png -share/gnucash/pixmaps/gnucash-icon-128x128.png -share/gnucash/pixmaps/gnucash-icon-16x16.png -share/gnucash/pixmaps/gnucash-icon-256x256.png -share/gnucash/pixmaps/gnucash-icon-32x32.png -share/gnucash/pixmaps/gnucash-icon-48x48.bmp -share/gnucash/pixmaps/gnucash-icon-48x48.png -share/gnucash/pixmaps/gnucash-icon-64x64.png -share/gnucash/pixmaps/gnucash-icon-96x96.png -share/gnucash/pixmaps/gnucash-icon.ico -share/gnucash/pixmaps/gnucash_splash.png -share/gnucash/pixmaps/stock_split_title.png -share/gnucash/pixmaps/stock_split_watermark.png +%%DATADIR%%/pixmaps/gnc-invoice-16.png +%%DATADIR%%/pixmaps/gnc-invoice-duplicate-16.png +%%DATADIR%%/pixmaps/gnc-invoice-duplicate.png +%%DATADIR%%/pixmaps/gnc-invoice-edit-16.png +%%DATADIR%%/pixmaps/gnc-invoice-edit.png +%%DATADIR%%/pixmaps/gnc-invoice-new-16.png +%%DATADIR%%/pixmaps/gnc-invoice-new.png +%%DATADIR%%/pixmaps/gnc-invoice-pay-16.png +%%DATADIR%%/pixmaps/gnc-invoice-pay.png +%%DATADIR%%/pixmaps/gnc-invoice-post-16.png +%%DATADIR%%/pixmaps/gnc-invoice-post.png +%%DATADIR%%/pixmaps/gnc-invoice-unpost-16.png +%%DATADIR%%/pixmaps/gnc-invoice-unpost.png +%%DATADIR%%/pixmaps/gnc-invoice.png +%%DATADIR%%/pixmaps/gnc-jumpto-16.png +%%DATADIR%%/pixmaps/gnc-jumpto.png +%%DATADIR%%/pixmaps/gnc-split-trans-16.png +%%DATADIR%%/pixmaps/gnc-split-trans.png +%%DATADIR%%/pixmaps/gnc-sx-new-16.png +%%DATADIR%%/pixmaps/gnc-sx-new.png +%%DATADIR%%/pixmaps/gnc-transfer-16.png +%%DATADIR%%/pixmaps/gnc-transfer.png +%%DATADIR%%/pixmaps/gnucash-icon-128x128.png +%%DATADIR%%/pixmaps/gnucash-icon-16x16.png +%%DATADIR%%/pixmaps/gnucash-icon-256x256.png +%%DATADIR%%/pixmaps/gnucash-icon-32x32.png +%%DATADIR%%/pixmaps/gnucash-icon-48x48.bmp +%%DATADIR%%/pixmaps/gnucash-icon-48x48.png +%%DATADIR%%/pixmaps/gnucash-icon-64x64.png +%%DATADIR%%/pixmaps/gnucash-icon-96x96.png +%%DATADIR%%/pixmaps/gnucash-icon.ico +%%DATADIR%%/pixmaps/gnucash_splash.png +%%DATADIR%%/pixmaps/stock_split_title.png +%%DATADIR%%/pixmaps/stock_split_watermark.png %%PYTHON%%%%DATADIR%%/python/init.py %%PYTHON%%%%DATADIR%%/python/pycons/__init__.py %%PYTHON%%%%DATADIR%%/python/pycons/console.py @@ -940,96 +938,96 @@ share/gnucash/pixmaps/stock_split_waterm %%PYTHON%%%%DATADIR%%/python/pycons/setup.py %%PYTHON%%%%DATADIR%%/python/pycons/shell.py %%PYTHON%%%%DATADIR%%/python/pycons/simple_plot.py -share/gnucash/scm/build-config.scm -share/gnucash/scm/business-options.scm -share/gnucash/scm/business-prefs.scm -share/gnucash/scm/c-interface.scm -share/gnucash/scm/commodity-table.scm -share/gnucash/scm/commodity-utilities.scm -share/gnucash/scm/config-var.scm -share/gnucash/scm/date-utilities.scm -share/gnucash/scm/engine-interface.scm -share/gnucash/scm/engine-utilities.scm -share/gnucash/scm/fin.scm -share/gnucash/scm/gnc-menu-extensions.scm -share/gnucash/scm/gnc-numeric.scm -share/gnucash/scm/gnumeric/gnumeric-utilities.scm -share/gnucash/scm/gnumeric/table-utils.scm -share/gnucash/scm/hooks.scm -share/gnucash/scm/html-acct-table.scm -share/gnucash/scm/html-barchart.scm -share/gnucash/scm/html-document.scm -share/gnucash/scm/html-fonts.scm +%%DATADIR%%/scm/build-config.scm +%%DATADIR%%/scm/business-options.scm +%%DATADIR%%/scm/business-prefs.scm +%%DATADIR%%/scm/c-interface.scm +%%DATADIR%%/scm/commodity-table.scm +%%DATADIR%%/scm/commodity-utilities.scm +%%DATADIR%%/scm/config-var.scm +%%DATADIR%%/scm/date-utilities.scm +%%DATADIR%%/scm/engine-interface.scm +%%DATADIR%%/scm/engine-utilities.scm +%%DATADIR%%/scm/fin.scm +%%DATADIR%%/scm/gnc-menu-extensions.scm +%%DATADIR%%/scm/gnc-numeric.scm +%%DATADIR%%/scm/gnumeric/gnumeric-utilities.scm +%%DATADIR%%/scm/gnumeric/table-utils.scm +%%DATADIR%%/scm/hooks.scm +%%DATADIR%%/scm/html-acct-table.scm +%%DATADIR%%/scm/html-barchart.scm +%%DATADIR%%/scm/html-document.scm +%%DATADIR%%/scm/html-fonts.scm %%DATADIR%%/scm/html-jqplot.scm -share/gnucash/scm/html-linechart.scm -share/gnucash/scm/html-piechart.scm -share/gnucash/scm/html-scatter.scm -share/gnucash/scm/html-style-info.scm -share/gnucash/scm/html-style-sheet.scm -share/gnucash/scm/html-table.scm -share/gnucash/scm/html-text.scm -share/gnucash/scm/html-utilities.scm +%%DATADIR%%/scm/html-linechart.scm +%%DATADIR%%/scm/html-piechart.scm +%%DATADIR%%/scm/html-scatter.scm +%%DATADIR%%/scm/html-style-info.scm +%%DATADIR%%/scm/html-style-sheet.scm +%%DATADIR%%/scm/html-table.scm +%%DATADIR%%/scm/html-text.scm +%%DATADIR%%/scm/html-utilities.scm %%DATADIR%%/scm/migrate-prefs.scm -share/gnucash/scm/options-utilities.scm -share/gnucash/scm/options.scm -share/gnucash/scm/prefs.scm -share/gnucash/scm/qif-import/qif-dialog-utils.scm -share/gnucash/scm/qif-import/qif-file.scm -share/gnucash/scm/qif-import/qif-guess-map.scm -share/gnucash/scm/qif-import/qif-import.scm -share/gnucash/scm/qif-import/qif-merge-groups.scm -share/gnucash/scm/qif-import/qif-objects.scm -share/gnucash/scm/qif-import/qif-parse.scm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 10:32:22 2014 Return-Path: Delivered-To: svn-ports-all@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 63A46FFD; Tue, 30 Sep 2014 10:32:22 +0000 (UTC) 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 363CE25F; Tue, 30 Sep 2014 10:32:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UAWMNt008286; Tue, 30 Sep 2014 10:32:22 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAWLag008284; Tue, 30 Sep 2014 10:32:21 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201409301032.s8UAWLag008284@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 30 Sep 2014 10:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369579 - head/games/HeroesOfMightAndMagic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 10:32:22 -0000 Author: rene Date: Tue Sep 30 10:32:21 2014 New Revision: 369579 URL: http://svnweb.freebsd.org/changeset/ports/369579 QAT: https://qat.redports.org/buildarchive/r369579/ Log: - Change NO_PACKAGE / NO_CDROM to RESTRICTED - Change a chmod command in Makefile to the corresponding pkg-plist directives and remove @dirrm* lines from pkg-plist while there. Approved by: mva (maintainer) Modified: head/games/HeroesOfMightAndMagic/Makefile head/games/HeroesOfMightAndMagic/pkg-plist Modified: head/games/HeroesOfMightAndMagic/Makefile ============================================================================== --- head/games/HeroesOfMightAndMagic/Makefile Tue Sep 30 09:09:45 2014 (r369578) +++ head/games/HeroesOfMightAndMagic/Makefile Tue Sep 30 10:32:21 2014 (r369579) @@ -14,8 +14,7 @@ COMMENT= BSD Installation of the Linux g ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes NO_WRKSUBDIR= yes -NO_CDROM= Software is commercial -NO_PACKAGE= Software is commercial +RESTRICTED= Software is commercial GAMESUBDIR= games/Heroes3 GAMEDIR= ${STAGEDIR}${PREFIX}/${GAMESUBDIR} @@ -37,7 +36,6 @@ do-install: .endfor ${MKDIR} ${GAMEDIR}/data ${TOUCH} ${GAMEDIR}/data/hiscore.dat - ${CHMOD} 666 ${GAMEDIR}/data/hiscore.dat .for f in ${DATAFILES} ${INSTALL_DATA} ${CDROM_MOUNT}/data/${f} ${GAMEDIR}/data .endfor Modified: head/games/HeroesOfMightAndMagic/pkg-plist ============================================================================== --- head/games/HeroesOfMightAndMagic/pkg-plist Tue Sep 30 09:09:45 2014 (r369578) +++ head/games/HeroesOfMightAndMagic/pkg-plist Tue Sep 30 10:32:21 2014 (r369579) @@ -5,7 +5,9 @@ games/Heroes3/data/h3bitmap.lod games/Heroes3/data/h3sprite.lod games/Heroes3/data/heroes3.snd games/Heroes3/data/heroes3cd.snd +@mode 666 games/Heroes3/data/hiscore.dat +@mode games/Heroes3/data/video/3dologo.mpg games/Heroes3/data/video/cevil1.mjpg games/Heroes3/data/video/cevil2.mjpg @@ -161,11 +163,3 @@ games/Heroes3/mp3/underground.mp3 games/Heroes3/mp3/water.mp3 games/Heroes3/mp3/win battle.mp3 games/Heroes3/mp3/win scenario.mp3 -@dirrmtry games/Heroes3/mp3 -@dirrmtry games/Heroes3/maps -@dirrm games/Heroes3/data/video -@dirrm games/Heroes3/data -@dirrm games/Heroes3/bin -@dirrm games/Heroes3 -@dirrmtry games - From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 10:38:39 2014 Return-Path: Delivered-To: svn-ports-all@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 DB82B251; Tue, 30 Sep 2014 10:38:39 +0000 (UTC) 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 C86CC2BD; Tue, 30 Sep 2014 10:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UAcdX1009122; Tue, 30 Sep 2014 10:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAcd5R009120; Tue, 30 Sep 2014 10:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301038.s8UAcd5R009120@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 10:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369580 - head/astro/mkgmap-splitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 10:38:40 -0000 Author: amdmi3 Date: Tue Sep 30 10:38:38 2014 New Revision: 369580 URL: http://svnweb.freebsd.org/changeset/ports/369580 QAT: https://qat.redports.org/buildarchive/r369580/ Log: - Update to r412 Modified: head/astro/mkgmap-splitter/Makefile head/astro/mkgmap-splitter/distinfo Modified: head/astro/mkgmap-splitter/Makefile ============================================================================== --- head/astro/mkgmap-splitter/Makefile Tue Sep 30 10:32:21 2014 (r369579) +++ head/astro/mkgmap-splitter/Makefile Tue Sep 30 10:38:38 2014 (r369580) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= splitter -PORTVERSION= r320 +PORTVERSION= r412 CATEGORIES= astro converters java MASTER_SITES= http://www.mkgmap.org.uk/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/mkgmap-splitter/distinfo ============================================================================== --- head/astro/mkgmap-splitter/distinfo Tue Sep 30 10:32:21 2014 (r369579) +++ head/astro/mkgmap-splitter/distinfo Tue Sep 30 10:38:38 2014 (r369580) @@ -1,2 +1,2 @@ -SHA256 (splitter-r320.tar.gz) = 837d12ab3a0694ad9c77da3effb06164a1a1799361406e1c40d2064634ba14b8 -SIZE (splitter-r320.tar.gz) = 2125096 +SHA256 (splitter-r412.tar.gz) = 8f67fbe72d77bb1384dd2d4d6c9a52f1d8c4893336fe84620e176ef2a19c51e4 +SIZE (splitter-r412.tar.gz) = 1546258 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 10:38:55 2014 Return-Path: Delivered-To: svn-ports-all@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 4EF18368; Tue, 30 Sep 2014 10:38:55 +0000 (UTC) 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 3B8D72D3; Tue, 30 Sep 2014 10:38:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UActOq009272; Tue, 30 Sep 2014 10:38:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAcs2J009270; Tue, 30 Sep 2014 10:38:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301038.s8UAcs2J009270@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 10:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369581 - head/astro/mkgmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 10:38:55 -0000 Author: amdmi3 Date: Tue Sep 30 10:38:54 2014 New Revision: 369581 URL: http://svnweb.freebsd.org/changeset/ports/369581 QAT: https://qat.redports.org/buildarchive/r369581/ Log: - Update to r3336 Modified: head/astro/mkgmap/Makefile head/astro/mkgmap/distinfo Modified: head/astro/mkgmap/Makefile ============================================================================== --- head/astro/mkgmap/Makefile Tue Sep 30 10:38:38 2014 (r369580) +++ head/astro/mkgmap/Makefile Tue Sep 30 10:38:54 2014 (r369581) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkgmap -PORTVERSION= r3118 +PORTVERSION= r3336 CATEGORIES= astro converters java MASTER_SITES= http://www.mkgmap.org.uk/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/mkgmap/distinfo ============================================================================== --- head/astro/mkgmap/distinfo Tue Sep 30 10:38:38 2014 (r369580) +++ head/astro/mkgmap/distinfo Tue Sep 30 10:38:54 2014 (r369581) @@ -1,2 +1,2 @@ -SHA256 (mkgmap-r3118.tar.gz) = d7f567f072470beed852e330c7879a92f74329c84019d2ba03d9d7adbf47e9c7 -SIZE (mkgmap-r3118.tar.gz) = 2861696 +SHA256 (mkgmap-r3336.tar.gz) = 83ebb618c427cefd5f8a38bf98face685337697f5ec3c0528ea51b55459eb3da +SIZE (mkgmap-r3336.tar.gz) = 3099320 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 10:41:09 2014 Return-Path: Delivered-To: svn-ports-all@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 F2A0347A; Tue, 30 Sep 2014 10:41:08 +0000 (UTC) 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 DF5492F7; Tue, 30 Sep 2014 10:41:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UAf8tc011210; Tue, 30 Sep 2014 10:41:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAf8Lf011209; Tue, 30 Sep 2014 10:41:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301041.s8UAf8Lf011209@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 10:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369582 - head/editors/komodo-edit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 10:41:09 -0000 Author: amdmi3 Date: Tue Sep 30 10:41:08 2014 New Revision: 369582 URL: http://svnweb.freebsd.org/changeset/ports/369582 QAT: https://qat.redports.org/buildarchive/r369582/ Log: - Switch to PLIST_FILES/PORTDATA - Remove always false condition Deleted: head/editors/komodo-edit/pkg-plist Modified: head/editors/komodo-edit/Makefile Modified: head/editors/komodo-edit/Makefile ============================================================================== --- head/editors/komodo-edit/Makefile Tue Sep 30 10:38:54 2014 (r369581) +++ head/editors/komodo-edit/Makefile Tue Sep 30 10:41:08 2014 (r369582) @@ -20,6 +20,10 @@ ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes USE_LINUX= f10 USE_LINUX_APPS= alsalib gtk2 jpeg dbusglib + +PLIST_FILES= bin/komodo +PORTDATA= * + DESKTOP_ENTRIES="Komodo Edit" \ "Free multi-platform editor that makes it easy to write quality code." \ ${DATADIR}/share/icons/komodo48.png \ @@ -27,12 +31,6 @@ DESKTOP_ENTRIES="Komodo Edit" \ "Development;Utility;TextEditor;" \ false -.include - -.if ${OSVERSION} < 800000 -BROKEN= does not build -.endif - do-install: ${MKDIR} ${STAGEDIR}${DESKTOPDIR} cd ${WRKSRC}/INSTALLDIR && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} @@ -42,4 +40,4 @@ do-install: ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/run-mozilla.sh ${LN} -sf ${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin/ -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 10:41:22 2014 Return-Path: Delivered-To: svn-ports-all@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 0E0D655A; Tue, 30 Sep 2014 10:41:22 +0000 (UTC) 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 E3A2F2FF; Tue, 30 Sep 2014 10:41:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UAfLL6012873; Tue, 30 Sep 2014 10:41:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAfL6e012872; Tue, 30 Sep 2014 10:41:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301041.s8UAfL6e012872@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 10:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369583 - head/devel/projectcenter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 10:41:22 -0000 Author: amdmi3 Date: Tue Sep 30 10:41:21 2014 New Revision: 369583 URL: http://svnweb.freebsd.org/changeset/ports/369583 QAT: https://qat.redports.org/buildarchive/r369583/ Log: - Drop @dirrm* from plist Modified: head/devel/projectcenter/pkg-plist Modified: head/devel/projectcenter/pkg-plist ============================================================================== --- head/devel/projectcenter/pkg-plist Tue Sep 30 10:41:08 2014 (r369582) +++ head/devel/projectcenter/pkg-plist Tue Sep 30 10:41:21 2014 (r369583) @@ -282,72 +282,3 @@ GNUstep/System/Library/Libraries/libProj GNUstep/System/Library/Libraries/libProjectCenter.so.%%MAJORVERSION%% GNUstep/System/Library/Libraries/libProjectCenter.so.%%FRAMEVERSION%% GNUstep/System/Tools/ProjectCenter -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/SaveModified.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/ProjectWindow.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/ProjectLanguages.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/ProjectInspector.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/ProjectDescription.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/ProjectAttributes.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/NewSubproject.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/NewFile.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/LogPanel.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/FileAttributes.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/BuilderPanel.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/BuilderOptions.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/Builder.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj/BuildAttributes.gorm -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources/English.lproj -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Resources -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Headers/Protocols -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Headers -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%% -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions -@dirrm GNUstep/System/Library/Frameworks/ProjectCenter.framework -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project/Resources/Inspector.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences/Resources/SavingPrefs.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/Resources/Inspector.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/Resources/PCDebugger.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Resources/MiscPrefs.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Resources/Inspector.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Resources/Inspector.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/ProjectCenter.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/Preferences.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/Info.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/FindPanel.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/Resources/EditorFSCPrefs.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Resources/Inspector.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Resources/BuildPrefs.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Resources/Main.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Resources/Inspector.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Aggregate.project/Resources/Inspector.gorm -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Aggregate.project/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources/Aggregate.project -@dirrm GNUstep/System/Applications/ProjectCenter.app/Resources -@dirrm GNUstep/System/Applications/ProjectCenter.app From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 10:42:09 2014 Return-Path: Delivered-To: svn-ports-all@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 342AE64B; Tue, 30 Sep 2014 10:42:09 +0000 (UTC) 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 20C63395; Tue, 30 Sep 2014 10:42:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UAg8qT013365; Tue, 30 Sep 2014 10:42:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAg85s013364; Tue, 30 Sep 2014 10:42:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301042.s8UAg85s013364@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 10:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369584 - head/sysutils/syslinux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 10:42:09 -0000 Author: amdmi3 Date: Tue Sep 30 10:42:08 2014 New Revision: 369584 URL: http://svnweb.freebsd.org/changeset/ports/369584 QAT: https://qat.redports.org/buildarchive/r369584/ Log: - Switch to PLIST_FILES/PORTDATA Deleted: head/sysutils/syslinux/pkg-plist Modified: head/sysutils/syslinux/Makefile Modified: head/sysutils/syslinux/Makefile ============================================================================== --- head/sysutils/syslinux/Makefile Tue Sep 30 10:41:21 2014 (r369583) +++ head/sysutils/syslinux/Makefile Tue Sep 30 10:42:08 2014 (r369584) @@ -20,9 +20,10 @@ USE_PERL5= build MAKE_ARGS= CC="${CC}" ALL_TARGET= bios -#.include +PLIST_FILES= bin/syslinux \ + man/man1/syslinux.1.gz +PORTDATA= * -# convert elf_i386 to elf_i386_fbsd pre-patch: @(cd ${WRKSRC}; \ ${FIND} . -type f -exec ${GREP} -le 'elf_i386' \{\} \; | \ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:10:21 2014 Return-Path: Delivered-To: svn-ports-all@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 E5EC1E58; Tue, 30 Sep 2014 12:10:21 +0000 (UTC) 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 D0312F17; Tue, 30 Sep 2014 12:10:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCAL90051864; Tue, 30 Sep 2014 12:10:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCALJa051863; Tue, 30 Sep 2014 12:10:21 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301210.s8UCALJa051863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 12:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369585 - head/devel/p5-POE-Component-Schedule X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:10:22 -0000 Author: mat Date: Tue Sep 30 12:10:21 2014 New Revision: 369585 URL: http://svnweb.freebsd.org/changeset/ports/369585 QAT: https://qat.redports.org/buildarchive/r369585/ Log: Fix WWW. Sponsored by: Absolight Modified: head/devel/p5-POE-Component-Schedule/pkg-descr Modified: head/devel/p5-POE-Component-Schedule/pkg-descr ============================================================================== --- head/devel/p5-POE-Component-Schedule/pkg-descr Tue Sep 30 10:42:08 2014 (r369584) +++ head/devel/p5-POE-Component-Schedule/pkg-descr Tue Sep 30 12:10:21 2014 (r369585) @@ -1,4 +1,4 @@ This component extends POE::Component::Schedule by adding an easy way t specify event schedules using a simple cron spec. -WWW: http://search.cpan.org/dist/POE-Component-Cron/ +WWW: http://search.cpan.org/dist/POE-Component-Schedule/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:11:14 2014 Return-Path: Delivered-To: svn-ports-all@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 A59A1F50; Tue, 30 Sep 2014 12:11:14 +0000 (UTC) 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 92431FAF; Tue, 30 Sep 2014 12:11:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCBEbD055509; Tue, 30 Sep 2014 12:11:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCBEhe055508; Tue, 30 Sep 2014 12:11:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301211.s8UCBEhe055508@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 12:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369586 - head/dns/maradns1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:11:14 -0000 Author: mat Date: Tue Sep 30 12:11:13 2014 New Revision: 369586 URL: http://svnweb.freebsd.org/changeset/ports/369586 QAT: https://qat.redports.org/buildarchive/r369586/ Log: Update DEPRECATED line. Sponsored by: Absolight Modified: head/dns/maradns1/Makefile Modified: head/dns/maradns1/Makefile ============================================================================== --- head/dns/maradns1/Makefile Tue Sep 30 12:10:21 2014 (r369585) +++ head/dns/maradns1/Makefile Tue Sep 30 12:11:13 2014 (r369586) @@ -14,7 +14,7 @@ COMMENT= DNS server with focus on securi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= MaraDNS 1 end-of-life: June 21, 2015 +DEPRECATED= MaraDNS 1 end-of-life: June 21, 2015, use dns/maradns EXPIRATION_DATE=2015-06-21 REINPLACE_ARGS= -i "" From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:17:25 2014 Return-Path: Delivered-To: svn-ports-all@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 2150A24E; Tue, 30 Sep 2014 12:17:25 +0000 (UTC) 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 0D8C467; Tue, 30 Sep 2014 12:17:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCHOB1056371; Tue, 30 Sep 2014 12:17:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCHOJr056370; Tue, 30 Sep 2014 12:17:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301217.s8UCHOJr056370@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 12:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369587 - head/net-mgmt/monitoring-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:17:25 -0000 Author: mat Date: Tue Sep 30 12:17:24 2014 New Revision: 369587 URL: http://svnweb.freebsd.org/changeset/ports/369587 QAT: https://qat.redports.org/buildarchive/r369587/ Log: Update WWW. Sponsored by: Absolight Modified: head/net-mgmt/monitoring-plugins/pkg-descr Modified: head/net-mgmt/monitoring-plugins/pkg-descr ============================================================================== --- head/net-mgmt/monitoring-plugins/pkg-descr Tue Sep 30 12:11:13 2014 (r369586) +++ head/net-mgmt/monitoring-plugins/pkg-descr Tue Sep 30 12:17:24 2014 (r369587) @@ -12,4 +12,4 @@ contacts in a variety of different ways etc.). Current status information, historical logs, and reports can all be accessed via a web browser. -WWW: https://www.nagios-plugins.org/ +WWW: https://www.monitoring-plugins.org/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:20:30 2014 Return-Path: Delivered-To: svn-ports-all@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 380AD37D; Tue, 30 Sep 2014 12:20:30 +0000 (UTC) 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 245C012A; Tue, 30 Sep 2014 12:20:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCKUj9056932; Tue, 30 Sep 2014 12:20:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCKUDE056931; Tue, 30 Sep 2014 12:20:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301220.s8UCKUDE056931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 12:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369588 - head/net-mgmt/p5-Monitoring-Plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:20:30 -0000 Author: mat Date: Tue Sep 30 12:20:29 2014 New Revision: 369588 URL: http://svnweb.freebsd.org/changeset/ports/369588 QAT: https://qat.redports.org/buildarchive/r369588/ Log: Update WWW. Sponsored by: Absolight Modified: head/net-mgmt/p5-Monitoring-Plugin/pkg-descr Modified: head/net-mgmt/p5-Monitoring-Plugin/pkg-descr ============================================================================== --- head/net-mgmt/p5-Monitoring-Plugin/pkg-descr Tue Sep 30 12:17:24 2014 (r369587) +++ head/net-mgmt/p5-Monitoring-Plugin/pkg-descr Tue Sep 30 12:20:29 2014 (r369588) @@ -4,4 +4,4 @@ This is the place for common routines wh to make it as easy as possible for developers to conform to the plugin guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html). -WWW: http://search.cpan.org/dist/Nagios-Plugin/ +WWW: http://search.cpan.org/dist/Monitoring-Plugin/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:22:42 2014 Return-Path: Delivered-To: svn-ports-all@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 6420849E; Tue, 30 Sep 2014 12:22:42 +0000 (UTC) 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 50E6E149; Tue, 30 Sep 2014 12:22:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCMgC3060659; Tue, 30 Sep 2014 12:22:42 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCMft8060657; Tue, 30 Sep 2014 12:22:41 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201409301222.s8UCMft8060657@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 30 Sep 2014 12:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369589 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:22:42 -0000 Author: demon Date: Tue Sep 30 12:22:41 2014 New Revision: 369589 URL: http://svnweb.freebsd.org/changeset/ports/369589 QAT: https://qat.redports.org/buildarchive/r369589/ Log: Add spark user for the upcoming Apache Spark port. Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Tue Sep 30 12:20:29 2014 (r369588) +++ head/GIDs Tue Sep 30 12:22:41 2014 (r369589) @@ -297,5 +297,6 @@ syncthing:*:983: tvheadend:*:984: puppetdb:*:985: kamailio:*:986: +spark:*:987: nogroup:*:65533: nobody:*:65534: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Sep 30 12:20:29 2014 (r369588) +++ head/UIDs Tue Sep 30 12:22:41 2014 (r369589) @@ -305,4 +305,5 @@ syncthing:*:983:983::0:0:Syncthing Daemo tvheadend:*:984:984::0:0:TV Headend:/usr/local/etc/tvheadend:/bin/sh puppetdb:*:985:985::0:0:PuppetDB Daemon pseudo-user:/nonexistent:/usr/sbin/nologin kamailio:*:986:986::0:0:kamailio daemon:/nonexistent:/usr/sbin/nologin +spark:*:987:987::0:0:Apache Spark user:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:24:26 2014 Return-Path: Delivered-To: svn-ports-all@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 E750E58E; Tue, 30 Sep 2014 12:24:26 +0000 (UTC) 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 D394E154; Tue, 30 Sep 2014 12:24:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCOQbp060978; Tue, 30 Sep 2014 12:24:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCOQQb060977; Tue, 30 Sep 2014 12:24:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301224.s8UCOQQb060977@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 12:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369590 - head/sysutils/rubygem-hiera-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:24:27 -0000 Author: mat Date: Tue Sep 30 12:24:26 2014 New Revision: 369590 URL: http://svnweb.freebsd.org/changeset/ports/369590 QAT: https://qat.redports.org/buildarchive/r369590/ Log: This is deprecated. Sponsored by: Absolight Modified: head/sysutils/rubygem-hiera-json/Makefile Modified: head/sysutils/rubygem-hiera-json/Makefile ============================================================================== --- head/sysutils/rubygem-hiera-json/Makefile Tue Sep 30 12:22:41 2014 (r369589) +++ head/sysutils/rubygem-hiera-json/Makefile Tue Sep 30 12:24:26 2014 (r369590) @@ -17,4 +17,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +DEPRECATED= Has been incorporated into hiera +EXPIRATION_DATE= 2014-11-30 + .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:25:02 2014 Return-Path: Delivered-To: svn-ports-all@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 C561267A; Tue, 30 Sep 2014 12:25:02 +0000 (UTC) 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 B1D1B15E; Tue, 30 Sep 2014 12:25:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCP2q0061200; Tue, 30 Sep 2014 12:25:02 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCP2nt061199; Tue, 30 Sep 2014 12:25:02 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301225.s8UCP2nt061199@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 12:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369591 - head/sysutils/rubygem-hiera-puppet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:25:02 -0000 Author: mat Date: Tue Sep 30 12:25:02 2014 New Revision: 369591 URL: http://svnweb.freebsd.org/changeset/ports/369591 QAT: https://qat.redports.org/buildarchive/r369591/ Log: This is deprecated. Sponsored by: Absolight Modified: head/sysutils/rubygem-hiera-puppet/Makefile Modified: head/sysutils/rubygem-hiera-puppet/Makefile ============================================================================== --- head/sysutils/rubygem-hiera-puppet/Makefile Tue Sep 30 12:24:26 2014 (r369590) +++ head/sysutils/rubygem-hiera-puppet/Makefile Tue Sep 30 12:25:02 2014 (r369591) @@ -20,4 +20,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/extlookup2hiera +DEPRECATED= Has been incorporated into hiera +EXPIRATION_DATE= 2014-11-30 + .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:28:29 2014 Return-Path: Delivered-To: svn-ports-all@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 11B148EC; Tue, 30 Sep 2014 12:28:29 +0000 (UTC) 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 F05B11C1; Tue, 30 Sep 2014 12:28:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCSShv061956; Tue, 30 Sep 2014 12:28:28 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCSRFq061949; Tue, 30 Sep 2014 12:28:27 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201409301228.s8UCSRFq061949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 30 Sep 2014 12:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369592 - in head: . dns dns/dnshijacker net net-mgmt net-mgmt/angst net-mgmt/gps net-mgmt/scdp net-mgmt/sing net-p2p net-p2p/cdonkey net/despoof net/libnet10 net/nemesis net/ttlscan ne... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:28:29 -0000 Author: rene Date: Tue Sep 30 12:28:26 2014 New Revision: 369592 URL: http://svnweb.freebsd.org/changeset/ports/369592 QAT: https://qat.redports.org/buildarchive/r369592/ Log: Remove expired ports: 2014-08-31 net/libnet10: Superseded by net/libnet 2014-09-30 net/despoof: Depends on expired net/libnet10 2014-09-30 sysutils/gpkgdep: Requires old pkg_info 2014-09-30 security/vida: Depends on expired net/libnet10 2014-09-30 net/nemesis: Depends on expired net/libnet10 2014-09-30 net-mgmt/sing: Depends on expired net/libnet10 2014-09-30 net-mgmt/gps: Depends on expired net/libnet10 2014-09-30 net/ttlscan: Depends on expired net/libnet10 2014-09-30 security/zombiezapper: Depends on expired net/libnet10 2014-09-30 dns/dnshijacker: Depends on expired net/libnet10 2014-09-30 net/xboxproxy: Depends on expired net/libnet10 2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10 2014-09-30 net-mgmt/angst: Depends on expired net/libnet10 2014-09-30 security/py-otr: Abandoned upstream 2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version Deleted: head/dns/dnshijacker/ head/net-mgmt/angst/ head/net-mgmt/gps/ head/net-mgmt/scdp/ head/net-mgmt/sing/ head/net-p2p/cdonkey/ head/net/despoof/ head/net/libnet10/ head/net/nemesis/ head/net/ttlscan/ head/net/xboxproxy/ head/security/py-otr/ head/security/vida/ head/security/zombiezapper/ head/sysutils/gpkgdep/ Modified: head/MOVED head/dns/Makefile head/net-mgmt/Makefile head/net-p2p/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Sep 30 12:25:02 2014 (r369591) +++ head/MOVED Tue Sep 30 12:28:26 2014 (r369592) @@ -7135,3 +7135,18 @@ databases/freetds-msdblib||2014-09-27|No archivers/rpm5||2014-09-28|Has expired: Broken for more than 6 months devel/cocaine-core||2014-09-28|Has expired: Broken for more than 6 months graphics/ruby-tgif||2014-09-28|Has expired: Broken for more than 6 months +net/libnet10||2014-09-30|Has expired: Superseded by net/libnet +net/despoof||2014-09-30|Has expired: Depends on expired net/libnet10 +sysutils/gpkgdep||2014-09-30|Has expired: Requires old pkg_info +security/vida||2014-09-30|Has expired: Depends on expired net/libnet10 +net/nemesis||2014-09-30|Has expired: Depends on expired net/libnet10 +net-mgmt/sing||2014-09-30|Has expired: Depends on expired net/libnet10 +net-mgmt/gps||2014-09-30|Has expired: Depends on expired net/libnet10 +net/ttlscan||2014-09-30|Has expired: Depends on expired net/libnet10 +security/zombiezapper||2014-09-30|Has expired: Depends on expired net/libnet10 +dns/dnshijacker||2014-09-30|Has expired: Depends on expired net/libnet10 +net/xboxproxy||2014-09-30|Has expired: Depends on expired net/libnet10 +net-mgmt/scdp||2014-09-30|Has expired: Depends on expired net/libnet10 +net-mgmt/angst||2014-09-30|Has expired: Depends on expired net/libnet10 +security/py-otr||2014-09-30|Has expired: Abandoned upstream +net-p2p/cdonkey||2014-09-30|Has expired: depends on deprecated db41 version Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Sep 30 12:25:02 2014 (r369591) +++ head/dns/Makefile Tue Sep 30 12:28:26 2014 (r369592) @@ -34,7 +34,6 @@ SUBDIR += dnscheckengine SUBDIR += dnscrypt-proxy SUBDIR += dnsflood - SUBDIR += dnshijacker SUBDIR += dnshistory SUBDIR += dnsjava SUBDIR += dnsmasq Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Tue Sep 30 12:25:02 2014 (r369591) +++ head/net-mgmt/Makefile Tue Sep 30 12:28:26 2014 (r369592) @@ -7,7 +7,6 @@ SUBDIR += TkTopNetFlows SUBDIR += aggregate SUBDIR += aircrack-ng - SUBDIR += angst SUBDIR += ap-utils SUBDIR += argus3 SUBDIR += argus3-clients @@ -67,7 +66,6 @@ SUBDIR += glpi-plugins-fusioninventory-server SUBDIR += glpi-plugins-tracker-agent SUBDIR += glpi-plugins-tracker-server - SUBDIR += gps SUBDIR += grepcidr SUBDIR += grepip SUBDIR += gsnmp @@ -279,12 +277,10 @@ SUBDIR += rubygem-snmp SUBDIR += rubygem-visage-app SUBDIR += sblim-wbemcli - SUBDIR += scdp SUBDIR += scli SUBDIR += sdig SUBDIR += send SUBDIR += sendip - SUBDIR += sing SUBDIR += sipcalc SUBDIR += sjitter SUBDIR += slate Modified: head/net-p2p/Makefile ============================================================================== --- head/net-p2p/Makefile Tue Sep 30 12:25:02 2014 (r369591) +++ head/net-p2p/Makefile Tue Sep 30 12:28:26 2014 (r369592) @@ -13,7 +13,6 @@ SUBDIR += btpd SUBDIR += btqueue SUBDIR += btsync - SUBDIR += cdonkey SUBDIR += cpuminer SUBDIR += createtorrent SUBDIR += ctcs Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Sep 30 12:25:02 2014 (r369591) +++ head/net/Makefile Tue Sep 30 12:28:26 2014 (r369592) @@ -83,7 +83,6 @@ SUBDIR += datapipe SUBDIR += dbeacon SUBDIR += delegate - SUBDIR += despoof SUBDIR += dgd SUBDIR += dgd-kernel SUBDIR += dgd-lpmud @@ -292,7 +291,6 @@ SUBDIR += libmxp SUBDIR += libnatpmp SUBDIR += libnet - SUBDIR += libnet10 SUBDIR += libnetdude SUBDIR += libnfs SUBDIR += libnids @@ -374,7 +372,6 @@ SUBDIR += ncp SUBDIR += ndisc6 SUBDIR += ndpi - SUBDIR += nemesis SUBDIR += nepenthes SUBDIR += nepim SUBDIR += net6 @@ -1170,7 +1167,6 @@ SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks - SUBDIR += ttlscan SUBDIR += tucan SUBDIR += turnserver SUBDIR += turses @@ -1232,7 +1228,6 @@ SUBDIR += x11vnc SUBDIR += x2goclient SUBDIR += x2goclient-cli - SUBDIR += xboxproxy SUBDIR += xferstats SUBDIR += xipmsg SUBDIR += xisp Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Sep 30 12:25:02 2014 (r369591) +++ head/security/Makefile Tue Sep 30 12:28:26 2014 (r369592) @@ -777,7 +777,6 @@ SUBDIR += py-oauthlib SUBDIR += py-openid SUBDIR += py-openssl - SUBDIR += py-otr SUBDIR += py-paramiko SUBDIR += py-passlib SUBDIR += py-plaso @@ -995,7 +994,6 @@ SUBDIR += unhide SUBDIR += unicornscan SUBDIR += unssh - SUBDIR += vida SUBDIR += vinetto SUBDIR += vlock SUBDIR += vlog @@ -1024,7 +1022,6 @@ SUBDIR += ykpers SUBDIR += zebedee SUBDIR += zenmap - SUBDIR += zombiezapper SUBDIR += zxid SUBDIR += zzuf Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Sep 30 12:25:02 2014 (r369591) +++ head/sysutils/Makefile Tue Sep 30 12:28:26 2014 (r369592) @@ -331,7 +331,6 @@ SUBDIR += goaccess SUBDIR += gosa SUBDIR += gpart - SUBDIR += gpkgdep SUBDIR += gpte SUBDIR += graffer SUBDIR += graid5 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 12:28:55 2014 Return-Path: Delivered-To: svn-ports-all@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 57AF29DC; Tue, 30 Sep 2014 12:28:55 +0000 (UTC) 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 43A961CE; Tue, 30 Sep 2014 12:28:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UCStuv062150; Tue, 30 Sep 2014 12:28:55 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UCSsX6062146; Tue, 30 Sep 2014 12:28:54 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201409301228.s8UCSsX6062146@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 30 Sep 2014 12:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369593 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:28:55 -0000 Author: vsevolod Date: Tue Sep 30 12:28:54 2014 New Revision: 369593 URL: http://svnweb.freebsd.org/changeset/ports/369593 QAT: https://qat.redports.org/buildarchive/r369593/ Log: - Update to 0.7.1 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Tue Sep 30 12:28:26 2014 (r369592) +++ head/mail/rspamd/Makefile Tue Sep 30 12:28:54 2014 (r369593) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Tue Sep 30 12:28:26 2014 (r369592) +++ head/mail/rspamd/distinfo Tue Sep 30 12:28:54 2014 (r369593) @@ -1,2 +1,2 @@ -SHA256 (rspamd-0.7.0.tar.xz) = 40016ed2b8af4a5fd3c7e0969246382b01b019651ede6ff87bbb1afdaabc8d3c -SIZE (rspamd-0.7.0.tar.xz) = 665464 +SHA256 (rspamd-0.7.1.tar.xz) = c0e31ca3fd98ab5ceb5288e66a2338de9272ccf6a93982e24e3c642999655c1e +SIZE (rspamd-0.7.1.tar.xz) = 672600 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:10:07 2014 Return-Path: Delivered-To: svn-ports-all@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 4F3E73A4; Tue, 30 Sep 2014 13:10:07 +0000 (UTC) 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 3B2AD8DB; Tue, 30 Sep 2014 13:10:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDA7AK081224; Tue, 30 Sep 2014 13:10:07 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDA7GW081222; Tue, 30 Sep 2014 13:10:07 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201409301310.s8UDA7GW081222@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 30 Sep 2014 13:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369594 - head/devel/hadoop2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:10:07 -0000 Author: demon Date: Tue Sep 30 13:10:06 2014 New Revision: 369594 URL: http://svnweb.freebsd.org/changeset/ports/369594 QAT: https://qat.redports.org/buildarchive/r369594/ Log: Restore correct permissions broken with recent conversion to new syntax. Modified: head/devel/hadoop2/pkg-plist Modified: head/devel/hadoop2/pkg-plist ============================================================================== --- head/devel/hadoop2/pkg-plist Tue Sep 30 12:28:54 2014 (r369593) +++ head/devel/hadoop2/pkg-plist Tue Sep 30 13:10:06 2014 (r369594) @@ -670,5 +670,5 @@ sbin/yarn-daemons.sh @dirrm %%DATADIR%%/yarn @dirrm %%DATADIR%% @dirrmtry %%ETCDIR%% -@dirrmtry(,%%HADOOP_GROUP%%,0755) %%HADOOP_LOGDIR%% -@dirrmtry(,%%HADOOP_GROUP%%,0755) %%HADOOP_RUNDIR%% +@dirrmtry(,%%HADOOP_GROUP%%,0775) %%HADOOP_LOGDIR%% +@dirrmtry(,%%HADOOP_GROUP%%,0775) %%HADOOP_RUNDIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:19:17 2014 Return-Path: Delivered-To: svn-ports-all@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 4EFA58A1; Tue, 30 Sep 2014 13:19:17 +0000 (UTC) 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 20E7E9EF; Tue, 30 Sep 2014 13:19:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDJHWA086246; Tue, 30 Sep 2014 13:19:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDJGmn086244; Tue, 30 Sep 2014 13:19:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301319.s8UDJGmn086244@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 13:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369595 - in head/www/mod_auth_cookie_mysql2: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:19:17 -0000 Author: mat Date: Tue Sep 30 13:19:16 2014 New Revision: 369595 URL: http://svnweb.freebsd.org/changeset/ports/369595 QAT: https://qat.redports.org/buildarchive/r369595/ Log: Fix with apache 2.4. Sponsored by: Absolight Added: head/www/mod_auth_cookie_mysql2/files/ head/www/mod_auth_cookie_mysql2/files/patch-mod_auth_cookie_sql2.c (contents, props changed) Modified: head/www/mod_auth_cookie_mysql2/Makefile Modified: head/www/mod_auth_cookie_mysql2/Makefile ============================================================================== --- head/www/mod_auth_cookie_mysql2/Makefile Tue Sep 30 13:10:06 2014 (r369594) +++ head/www/mod_auth_cookie_mysql2/Makefile Tue Sep 30 13:19:16 2014 (r369595) @@ -13,7 +13,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Allows authentication against MySQL database via secure cookie USE_MYSQL= yes -USE_APACHE= 22 +USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes Added: head/www/mod_auth_cookie_mysql2/files/patch-mod_auth_cookie_sql2.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_auth_cookie_mysql2/files/patch-mod_auth_cookie_sql2.c Tue Sep 30 13:19:16 2014 (r369595) @@ -0,0 +1,29 @@ +--- mod_auth_cookie_sql2.c.orig 2009-06-17 23:28:01 UTC ++++ mod_auth_cookie_sql2.c +@@ -182,7 +182,11 @@ + ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, r, ERRTAG "valid cookie found, data: %s", cookies); + #endif + ++#if MODULE_MAGIC_NUMBER_MAJOR >= 20111130 ++ db_ret=check_against_db(conf, r, conf->cookiename, value, username,r->useragent_ip, conf->sql_addon, tc); ++#else + db_ret=check_against_db(conf, r, conf->cookiename, value, username,r->connection->remote_ip, conf->sql_addon, tc); ++#endif + } + } + } +@@ -205,7 +209,13 @@ + *value = '\0'; + value++; + +- if ((db_ret=check_against_db(conf, r, cookies, value, username, r->connection->remote_ip, conf->sql_addon, tc)) == RET_AUTHORIZED) { ++ if ((db_ret=check_against_db(conf, r, cookies, value, username, ++#if MODULE_MAGIC_NUMBER_MAJOR >= 20111130 ++ r->useragent_ip, ++#else ++ r->connection->remote_ip, ++#endif ++ conf->sql_addon, tc)) == RET_AUTHORIZED) { + // found valid cookie + + #ifdef AUTH_COOKIE_SQL2_DEBUG From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:40:43 2014 Return-Path: Delivered-To: svn-ports-all@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 94D7DC0; Tue, 30 Sep 2014 13:40:43 +0000 (UTC) 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 81349C79; Tue, 30 Sep 2014 13:40:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDehjL096938; Tue, 30 Sep 2014 13:40:43 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDehrP096937; Tue, 30 Sep 2014 13:40:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409301340.s8UDehrP096937@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 30 Sep 2014 13:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369596 - head/misc/mdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:40:43 -0000 Author: vanilla Date: Tue Sep 30 13:40:42 2014 New Revision: 369596 URL: http://svnweb.freebsd.org/changeset/ports/369596 QAT: https://qat.redports.org/buildarchive/r369596/ Log: Fix COMMENT. PR: ports/194027 Submitted by: tobias.rehbein@web.de [report], maintainer Approved by: maintainer Modified: head/misc/mdp/Makefile Modified: head/misc/mdp/Makefile ============================================================================== --- head/misc/mdp/Makefile Tue Sep 30 13:19:16 2014 (r369595) +++ head/misc/mdp/Makefile Tue Sep 30 13:40:42 2014 (r369596) @@ -5,7 +5,7 @@ PORTVERSION= 0.91.2 CATEGORIES= misc MAINTAINER= neel@neelc.org -COMMENT= Utility which outputs a number of characters to the screen +COMMENT= Command-line based markdown presentation tool LICENSE= GPLv3 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:47:15 2014 Return-Path: Delivered-To: svn-ports-all@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 9531140C; Tue, 30 Sep 2014 13:47:15 +0000 (UTC) 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 81784D5A; Tue, 30 Sep 2014 13:47:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDlFf0000706; Tue, 30 Sep 2014 13:47:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDlFwH000705; Tue, 30 Sep 2014 13:47:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301347.s8UDlFwH000705@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 13:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369597 - head/devel/osc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:47:15 -0000 Author: amdmi3 Date: Tue Sep 30 13:47:14 2014 New Revision: 369597 URL: http://svnweb.freebsd.org/changeset/ports/369597 QAT: https://qat.redports.org/buildarchive/r369597/ Log: - Convert to USES=python Modified: head/devel/osc/Makefile Modified: head/devel/osc/Makefile ============================================================================== --- head/devel/osc/Makefile Tue Sep 30 13:40:42 2014 (r369596) +++ head/devel/osc/Makefile Tue Sep 30 13:47:14 2014 (r369597) @@ -17,8 +17,8 @@ GH_COMMIT= 87df33f RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>0:${PORTSDIR}/security/py-m2crypto -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGVERSION=${PORTVERSION:C/^([0-9]+\.[0-9]+)\.[0-9]+/\1/} PORTDOCS= * From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:47:39 2014 Return-Path: Delivered-To: svn-ports-all@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 A3DA54F6; Tue, 30 Sep 2014 13:47:39 +0000 (UTC) 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 8FE0ED60; Tue, 30 Sep 2014 13:47:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDldCj000857; Tue, 30 Sep 2014 13:47:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDldSS000856; Tue, 30 Sep 2014 13:47:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301347.s8UDldSS000856@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 13:47:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369598 - head/graphics/kudu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:47:39 -0000 Author: amdmi3 Date: Tue Sep 30 13:47:38 2014 New Revision: 369598 URL: http://svnweb.freebsd.org/changeset/ports/369598 QAT: https://qat.redports.org/buildarchive/r369598/ Log: - Convert to USES=python Modified: head/graphics/kudu/Makefile Modified: head/graphics/kudu/Makefile ============================================================================== --- head/graphics/kudu/Makefile Tue Sep 30 13:47:14 2014 (r369597) +++ head/graphics/kudu/Makefile Tue Sep 30 13:47:38 2014 (r369598) @@ -14,10 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -USES= tar:bzip2 pkgconfig +USES= tar:bzip2 pkgconfig python GNU_CONFIGURE= yes USE_GL= gl -USE_PYTHON= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lcompat -lm From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:48:01 2014 Return-Path: Delivered-To: svn-ports-all@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 2CEEF5D6; Tue, 30 Sep 2014 13:48:01 +0000 (UTC) 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 18EADD64; Tue, 30 Sep 2014 13:48:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDm0QH001014; Tue, 30 Sep 2014 13:48:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDm0Ik001013; Tue, 30 Sep 2014 13:48:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301348.s8UDm0Ik001013@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 13:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369599 - head/devel/py-ode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:48:01 -0000 Author: amdmi3 Date: Tue Sep 30 13:48:00 2014 New Revision: 369599 URL: http://svnweb.freebsd.org/changeset/ports/369599 QAT: https://qat.redports.org/buildarchive/r369599/ Log: - Convert to USES=python Modified: head/devel/py-ode/Makefile Modified: head/devel/py-ode/Makefile ============================================================================== --- head/devel/py-ode/Makefile Tue Sep 30 13:47:38 2014 (r369598) +++ head/devel/py-ode/Makefile Tue Sep 30 13:48:00 2014 (r369599) @@ -15,9 +15,8 @@ COMMENT= Python bindings for The Open Dy BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python tar:bzip2 +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= PyODE OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:50:25 2014 Return-Path: Delivered-To: svn-ports-all@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 BC5DA716; Tue, 30 Sep 2014 13:50:25 +0000 (UTC) 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 A8A12E10; Tue, 30 Sep 2014 13:50:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDoPRl001462; Tue, 30 Sep 2014 13:50:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDoP8J001461; Tue, 30 Sep 2014 13:50:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301350.s8UDoP8J001461@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 13:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369600 - head/games/gondola X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:50:25 -0000 Author: amdmi3 Date: Tue Sep 30 13:50:24 2014 New Revision: 369600 URL: http://svnweb.freebsd.org/changeset/ports/369600 QAT: https://qat.redports.org/buildarchive/r369600/ Log: - Convert to USES=python Modified: head/games/gondola/Makefile Modified: head/games/gondola/Makefile ============================================================================== --- head/games/gondola/Makefile Tue Sep 30 13:48:00 2014 (r369599) +++ head/games/gondola/Makefile Tue Sep 30 13:50:24 2014 (r369600) @@ -16,8 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rabb ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1:${PORTSDIR}/graphics/py-pyglet \ avbin>=7:${PORTSDIR}/multimedia/avbin -USES= zip -USE_PYTHON= yes +USES= python:run zip NO_BUILD= yes SUB_FILES= ${PORTNAME} From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:52:34 2014 Return-Path: Delivered-To: svn-ports-all@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 4DDD2859; Tue, 30 Sep 2014 13:52:34 +0000 (UTC) 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 3A397E31; Tue, 30 Sep 2014 13:52:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDqYTB005148; Tue, 30 Sep 2014 13:52:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDqYGF005147; Tue, 30 Sep 2014 13:52:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301352.s8UDqYGF005147@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 13:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369601 - head/games/brainworkshop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:52:34 -0000 Author: amdmi3 Date: Tue Sep 30 13:52:33 2014 New Revision: 369601 URL: http://svnweb.freebsd.org/changeset/ports/369601 QAT: https://qat.redports.org/buildarchive/r369601/ Log: - Convert to USES=python Modified: head/games/brainworkshop/Makefile Modified: head/games/brainworkshop/Makefile ============================================================================== --- head/games/brainworkshop/Makefile Tue Sep 30 13:50:24 2014 (r369600) +++ head/games/brainworkshop/Makefile Tue Sep 30 13:52:33 2014 (r369601) @@ -12,12 +12,10 @@ COMMENT= Free open-source version of the RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet/__init__.py:${PORTSDIR}/graphics/py-pyglet -USES= dos2unix zip +USES= dos2unix python:run zip NO_BUILD= yes DOS2UNIX_FILES= brainworkshop.pyw -USE_PYTHON= yes - WRKSRC= ${WRKDIR}/${PORTNAME} PORTSCOUT= skipv:4.22 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:52:59 2014 Return-Path: Delivered-To: svn-ports-all@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 32A1C949; Tue, 30 Sep 2014 13:52:59 +0000 (UTC) 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 066E9E3E; Tue, 30 Sep 2014 13:52:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDqwQ8005314; Tue, 30 Sep 2014 13:52:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDqw9H005312; Tue, 30 Sep 2014 13:52:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301352.s8UDqw9H005312@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 13:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369602 - head/net-mgmt/nrpe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:52:59 -0000 Author: mat Date: Tue Sep 30 13:52:58 2014 New Revision: 369602 URL: http://svnweb.freebsd.org/changeset/ports/369602 QAT: https://qat.redports.org/buildarchive/r369602/ Log: Try not to break a nagios installation when installing/upgrading nrpe by not using /var/spool/nagios. The nrpe.spec file puts localstatedir to their nagios spool directory, but localstatedir is not used outside of the configure script, so, no need to have it here. Sponsored by: Absolight Modified: head/net-mgmt/nrpe/Makefile head/net-mgmt/nrpe/pkg-plist Modified: head/net-mgmt/nrpe/Makefile ============================================================================== --- head/net-mgmt/nrpe/Makefile Tue Sep 30 13:52:33 2014 (r369601) +++ head/net-mgmt/nrpe/Makefile Tue Sep 30 13:52:58 2014 (r369602) @@ -3,7 +3,7 @@ PORTNAME= nrpe DISTVERSION= 2.15 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} @@ -35,27 +35,21 @@ SSL_CFLAGS= -I${OPENSSLINC} ARGS_CONFIGURE_ON= --enable-command-args ARGS_CONFIGURE_OFF= --disable-command-args -.include - NAGIOSUSER?= nagios NAGIOSGROUP?= nagios -NAGIOSDIR?= /var/spool/nagios USERS= ${NAGIOSUSER} GROUPS= ${NAGIOSGROUP} -NAGIOSUID= 181 -NAGIOSGID= ${NAGIOSUID} NRPE_PIDDIR?= /var/run/nrpe2 CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ --sysconfdir=${PREFIX}/etc \ - --localstatedir=${NAGIOSDIR} \ --with-nrpe-user=${NAGIOSUSER} \ --with-nrpe-group=${NAGIOSGROUP} -PLIST_SUB= NAGIOSDIR=${NAGIOSDIR} \ - NAGIOSUID=${NAGIOSUID} \ +PLIST_SUB= NAGIOSUSER=${NAGIOSUSER} \ + NAGIOSGROUP=${NAGIOSGROUP} \ NRPE_PIDDIR=${NRPE_PIDDIR} SUB_LIST+= PIDDIR=${NRPE_PIDDIR} @@ -68,7 +62,6 @@ post-patch: ${WRKSRC}/sample-config/nrpe.cfg.in do-install: ${INSTALL} -d ${STAGEDIR}${NRPE_PIDDIR} - ${INSTALL} -m 750 -d ${STAGEDIR}${NAGIOSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${STAGEDIR}${PREFIX}/sbin/nrpe2 ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${STAGEDIR}${PREFIX}/libexec/nagios/check_nrpe2 Modified: head/net-mgmt/nrpe/pkg-plist ============================================================================== --- head/net-mgmt/nrpe/pkg-plist Tue Sep 30 13:52:33 2014 (r369601) +++ head/net-mgmt/nrpe/pkg-plist Tue Sep 30 13:52:58 2014 (r369602) @@ -1,9 +1,4 @@ -@unexec cmp -s %D/etc/nrpe.cfg.sample %D/etc/nrpe.cfg && rm %D/etc/nrpe.cfg || true -etc/nrpe.cfg.sample -@exec test -f %B/nrpe.cfg || install -m 644 %D/%F %B/nrpe.cfg +@sample etc/nrpe.cfg.sample libexec/nagios/check_nrpe2 sbin/nrpe2 -@dirrmtry libexec/nagios -@exec install -m 755 -o %%NAGIOSUID%% -d %%NRPE_PIDDIR%% -@dirrmtry %%NAGIOSDIR%% -@dirrmtry %%NRPE_PIDDIR%% +@dir(%%NAGIOSUSER%%,%%NAGIOSGROUP%%,755) %%NRPE_PIDDIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 13:56:02 2014 Return-Path: Delivered-To: svn-ports-all@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 B884BAC4; Tue, 30 Sep 2014 13:56:02 +0000 (UTC) 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 A48B8E6B; Tue, 30 Sep 2014 13:56:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UDu2VZ005818; Tue, 30 Sep 2014 13:56:02 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UDu2tK005817; Tue, 30 Sep 2014 13:56:02 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409301356.s8UDu2tK005817@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 30 Sep 2014 13:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369603 - head/devel/py-robotframework-selenium2library X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 13:56:02 -0000 Author: wg Date: Tue Sep 30 13:56:01 2014 New Revision: 369603 URL: http://svnweb.freebsd.org/changeset/ports/369603 QAT: https://qat.redports.org/buildarchive/r369603/ Log: devel/py-robotframework-selenium2library: USES python PR: 193787 Submitted by: maintainer Modified: head/devel/py-robotframework-selenium2library/Makefile Modified: head/devel/py-robotframework-selenium2library/Makefile ============================================================================== --- head/devel/py-robotframework-selenium2library/Makefile Tue Sep 30 13:52:58 2014 (r369602) +++ head/devel/py-robotframework-selenium2library/Makefile Tue Sep 30 13:56:01 2014 (r369603) @@ -15,8 +15,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:01:16 2014 Return-Path: Delivered-To: svn-ports-all@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 45367DD0; Tue, 30 Sep 2014 14:01:16 +0000 (UTC) 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 31290EB7; Tue, 30 Sep 2014 14:01:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UE1GuS009884; Tue, 30 Sep 2014 14:01:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UE1FGK009882; Tue, 30 Sep 2014 14:01:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301401.s8UE1FGK009882@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 14:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369604 - in head/www/mod_auth_external2: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:01:16 -0000 Author: mat Date: Tue Sep 30 14:01:15 2014 New Revision: 369604 URL: http://svnweb.freebsd.org/changeset/ports/369604 QAT: https://qat.redports.org/buildarchive/r369604/ Log: Fix with apache 2.4. Sponsored by: Absolight Added: head/www/mod_auth_external2/files/ head/www/mod_auth_external2/files/patch-mod_auth_external.c (contents, props changed) Modified: head/www/mod_auth_external2/Makefile Modified: head/www/mod_auth_external2/Makefile ============================================================================== --- head/www/mod_auth_external2/Makefile Tue Sep 30 13:56:01 2014 (r369603) +++ head/www/mod_auth_external2/Makefile Tue Sep 30 14:01:15 2014 (r369604) @@ -14,7 +14,7 @@ COMMENT= Allows users authentication bas LICENSE= APACHE20 -USE_APACHE= 22 +USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= auth_external Added: head/www/mod_auth_external2/files/patch-mod_auth_external.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_auth_external2/files/patch-mod_auth_external.c Tue Sep 30 14:01:15 2014 (r369604) @@ -0,0 +1,16 @@ +--- mod_auth_external.c.orig 2006-02-15 22:44:53 UTC ++++ mod_auth_external.c +@@ -500,8 +500,13 @@ + if (remote_host != NULL) + child_env[i++]= apr_pstrcat(r->pool, ENV_HOST"=", remote_host, NULL); + ++#if MODULE_MAGIC_NUMBER_MAJOR >= 20111130 ++ if (c->client_ip) ++ child_env[i++]= apr_pstrcat(r->pool, ENV_IP"=", c->client_ip, NULL); ++#else + if (c->remote_ip) + child_env[i++]= apr_pstrcat(r->pool, ENV_IP"=", c->remote_ip, NULL); ++#endif + + if (r->uri) + child_env[i++]= apr_pstrcat(r->pool, ENV_URI"=", r->uri, NULL); From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:04:22 2014 Return-Path: Delivered-To: svn-ports-all@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 DA1DCF0E; Tue, 30 Sep 2014 14:04:22 +0000 (UTC) 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 C68D5F6F; Tue, 30 Sep 2014 14:04:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UE4MYa010989; Tue, 30 Sep 2014 14:04:22 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UE4MKj010988; Tue, 30 Sep 2014 14:04:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301404.s8UE4MKj010988@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 14:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369605 - head/www/mod_auth_imap2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:04:23 -0000 Author: mat Date: Tue Sep 30 14:04:22 2014 New Revision: 369605 URL: http://svnweb.freebsd.org/changeset/ports/369605 QAT: https://qat.redports.org/buildarchive/r369605/ Log: This builds with apache 2.4. Sponsored by: Absolight Modified: head/www/mod_auth_imap2/Makefile Modified: head/www/mod_auth_imap2/Makefile ============================================================================== --- head/www/mod_auth_imap2/Makefile Tue Sep 30 14:01:15 2014 (r369604) +++ head/www/mod_auth_imap2/Makefile Tue Sep 30 14:04:22 2014 (r369605) @@ -16,7 +16,7 @@ COMMENT= Apache 2 module to provide auth LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} -USE_APACHE= 22 +USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:04:35 2014 Return-Path: Delivered-To: svn-ports-all@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 AE2DCFF2; Tue, 30 Sep 2014 14:04:35 +0000 (UTC) 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 99DFCF74; Tue, 30 Sep 2014 14:04:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UE4Z67011187; Tue, 30 Sep 2014 14:04:35 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UE4Yfn011183; Tue, 30 Sep 2014 14:04:34 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409301404.s8UE4Yfn011183@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Tue, 30 Sep 2014 14:04:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369606 - in head/security: . py-service_identity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:04:35 -0000 Author: mva Date: Tue Sep 30 14:04:34 2014 New Revision: 369606 URL: http://svnweb.freebsd.org/changeset/ports/369606 QAT: https://qat.redports.org/buildarchive/r369606/ Log: service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too. WWW: https://github.com/pyca/service_identity PR: 193930 Submitted by: Axel Rau Added: head/security/py-service_identity/ head/security/py-service_identity/Makefile (contents, props changed) head/security/py-service_identity/distinfo (contents, props changed) head/security/py-service_identity/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Sep 30 14:04:22 2014 (r369605) +++ head/security/Makefile Tue Sep 30 14:04:34 2014 (r369606) @@ -796,6 +796,7 @@ SUBDIR += py-pysha3 SUBDIR += py-python-registry SUBDIR += py-rsa + SUBDIR += py-service_identity SUBDIR += py-slowaes SUBDIR += py-ssh SUBDIR += py-sslstrip Added: head/security/py-service_identity/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-service_identity/Makefile Tue Sep 30 14:04:34 2014 (r369606) @@ -0,0 +1,24 @@ +# Created by: Axel Rau +# $FreeBSD$ + +PORTNAME= service_identity +PORTVERSION= 14.0.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= axel.rau@chaos1.de +COMMENT= Service identity verification for pyOpenSSL + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:${PORTSDIR}/security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0.0.5:${PORTSDIR}/devel/py-asn1-modules \ + ${PYTHON_PKGNAMEPREFIX}characteristic>=14.0.0:${PORTSDIR}/devel/py-characteristic + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/security/py-service_identity/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-service_identity/distinfo Tue Sep 30 14:04:34 2014 (r369606) @@ -0,0 +1,2 @@ +SHA256 (service_identity-14.0.0.tar.gz) = 3105a319a7c558490666694f599be0c377ad54824eefb404cde4ce49e74a4f5a +SIZE (service_identity-14.0.0.tar.gz) = 26033 Added: head/security/py-service_identity/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-service_identity/pkg-descr Tue Sep 30 14:04:34 2014 (r369606) @@ -0,0 +1,9 @@ +service_identity aspires to give you all the tools you need +for verifying whether a certificate is valid for the intended +purposes. + +In the simplest case, this means host name verification. +However, service_identity implements RFC 6125 fully and +plans to add other relevant RFCs too. + +WWW: https://github.com/pyca/service_identity From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:09:07 2014 Return-Path: Delivered-To: svn-ports-all@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 9BB7F280; Tue, 30 Sep 2014 14:09:07 +0000 (UTC) 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 8843EFBD; Tue, 30 Sep 2014 14:09:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UE974x012270; Tue, 30 Sep 2014 14:09:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UE97X5012269; Tue, 30 Sep 2014 14:09:07 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301409.s8UE97X5012269@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 14:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369607 - head/www/mod_auth_imap2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:09:07 -0000 Author: mat Date: Tue Sep 30 14:09:06 2014 New Revision: 369607 URL: http://svnweb.freebsd.org/changeset/ports/369607 QAT: https://qat.redports.org/buildarchive/r369607/ Log: Oups, yes, it builds, but it doesn't run. Sponsored by: Absolight Modified: head/www/mod_auth_imap2/Makefile Modified: head/www/mod_auth_imap2/Makefile ============================================================================== --- head/www/mod_auth_imap2/Makefile Tue Sep 30 14:04:34 2014 (r369606) +++ head/www/mod_auth_imap2/Makefile Tue Sep 30 14:09:06 2014 (r369607) @@ -16,7 +16,7 @@ COMMENT= Apache 2 module to provide auth LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:12:45 2014 Return-Path: Delivered-To: svn-ports-all@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 70DF83AF; Tue, 30 Sep 2014 14:12:45 +0000 (UTC) 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 5D171FD; Tue, 30 Sep 2014 14:12:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UECjPr016453; Tue, 30 Sep 2014 14:12:45 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UECiJu016450; Tue, 30 Sep 2014 14:12:44 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409301412.s8UECiJu016450@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Tue, 30 Sep 2014 14:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369608 - head/devel/tortoisehg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:12:45 -0000 Author: mva Date: Tue Sep 30 14:12:43 2014 New Revision: 369608 URL: http://svnweb.freebsd.org/changeset/ports/369608 QAT: https://qat.redports.org/buildarchive/r369608/ Log: - Update to version 3.1.1 - Convert to USES=python PR: 193812 Submitted by: 6yearold@gmail.com (maintainer) Modified: head/devel/tortoisehg/Makefile head/devel/tortoisehg/distinfo head/devel/tortoisehg/pkg-plist Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Tue Sep 30 14:09:06 2014 (r369607) +++ head/devel/tortoisehg/Makefile Tue Sep 30 14:12:43 2014 (r369608) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= tortoisehg -PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTVERSION= 3.1.1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ #MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ @@ -26,18 +25,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4- pygmentize:${PORTSDIR}/textproc/py-pygments OPTIONS_DEFINE= NAUTILUS NLS - -NLS_USES= gettext - NAUTILUS_DESC= Install TortoiseHG Nautilus extension - OPTIONS_SUB= yes +USES= python +NLS_USES= gettext + INSTALLS_ICONS= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO=yes +USE_PYTHON= distutils SUB_FILES= pkg-message Modified: head/devel/tortoisehg/distinfo ============================================================================== --- head/devel/tortoisehg/distinfo Tue Sep 30 14:09:06 2014 (r369607) +++ head/devel/tortoisehg/distinfo Tue Sep 30 14:12:43 2014 (r369608) @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-3.0.1.tar.gz) = 2a134bd4a6a9bce87e1c7febccac0fd13409b676c1dbb26472d3c19c2415e383 -SIZE (tortoisehg-3.0.1.tar.gz) = 8205546 +SHA256 (tortoisehg-3.1.1.tar.gz) = 95c41ba139dbe5164f612f96f6aff86ad91edd140a3812212656c0829944193c +SIZE (tortoisehg-3.1.1.tar.gz) = 8198553 Modified: head/devel/tortoisehg/pkg-plist ============================================================================== --- head/devel/tortoisehg/pkg-plist Tue Sep 30 14:09:06 2014 (r369607) +++ head/devel/tortoisehg/pkg-plist Tue Sep 30 14:12:43 2014 (r369608) @@ -123,9 +123,6 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.pyo -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/license.py -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/license.pyc -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/license.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/manifestmodel.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/manifestmodel.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/manifestmodel.pyo @@ -144,9 +141,6 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/mq.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/mq.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/mq.pyo -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/mqutil.py -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/mqutil.pyc -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/mqutil.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/p4pending.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/p4pending.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/p4pending.pyo @@ -279,9 +273,6 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/visdiff.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/visdiff.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/visdiff.pyo -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/wctxactions.py -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/wctxactions.pyc -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/wctxactions.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/wctxcleaner.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/wctxcleaner.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/wctxcleaner.pyo @@ -321,6 +312,9 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/util/gpg.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/gpg.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/gpg.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/util/hgdispatch.py +%%PYTHON_SITELIBDIR%%/tortoisehg/util/hgdispatch.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/util/hgdispatch.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.pyo From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:35:49 2014 Return-Path: Delivered-To: svn-ports-all@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 BAEB0C5C; Tue, 30 Sep 2014 14:35:49 +0000 (UTC) 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 A76AE38F; Tue, 30 Sep 2014 14:35:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UEZnxp026533; Tue, 30 Sep 2014 14:35:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UEZnju026532; Tue, 30 Sep 2014 14:35:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301435.s8UEZnju026532@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 14:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369609 - head/games/3dpong X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:35:49 -0000 Author: amdmi3 Date: Tue Sep 30 14:35:48 2014 New Revision: 369609 URL: http://svnweb.freebsd.org/changeset/ports/369609 QAT: https://qat.redports.org/buildarchive/r369609/ Log: - Drop @dirrm* from plist Modified: head/games/3dpong/pkg-plist Modified: head/games/3dpong/pkg-plist ============================================================================== --- head/games/3dpong/pkg-plist Tue Sep 30 14:12:43 2014 (r369608) +++ head/games/3dpong/pkg-plist Tue Sep 30 14:35:48 2014 (r369609) @@ -4,4 +4,3 @@ man/man6/3dpong.6.gz %%DATADIR%%/score.au %%DATADIR%%/wall.au share/pixmaps/3dpong.png -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:36:55 2014 Return-Path: Delivered-To: svn-ports-all@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 6CA72D4E; Tue, 30 Sep 2014 14:36:55 +0000 (UTC) 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 58AB83A4; Tue, 30 Sep 2014 14:36:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UEat37026756; Tue, 30 Sep 2014 14:36:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UEatBJ026755; Tue, 30 Sep 2014 14:36:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301436.s8UEatBJ026755@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 14:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369610 - head/games/airstrike X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:36:55 -0000 Author: amdmi3 Date: Tue Sep 30 14:36:54 2014 New Revision: 369610 URL: http://svnweb.freebsd.org/changeset/ports/369610 QAT: https://qat.redports.org/buildarchive/r369610/ Log: - Drop @dirrm* from plist Modified: head/games/airstrike/pkg-plist Modified: head/games/airstrike/pkg-plist ============================================================================== --- head/games/airstrike/pkg-plist Tue Sep 30 14:35:48 2014 (r369609) +++ head/games/airstrike/pkg-plist Tue Sep 30 14:36:54 2014 (r369610) @@ -82,6 +82,3 @@ man/man6/airstrike.6.gz %%DATADIR%%/data/zeppelin-wreck.png %%DATADIR%%/data/zeppelin.png share/pixmaps/airstrike.png -@dirrm %%DATADIR%%/data/sound -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:48:26 2014 Return-Path: Delivered-To: svn-ports-all@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 503C6294; Tue, 30 Sep 2014 14:48:26 +0000 (UTC) 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 2BA1D6E1; Tue, 30 Sep 2014 14:48:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UEmQej031679; Tue, 30 Sep 2014 14:48:26 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UEmPIO031677; Tue, 30 Sep 2014 14:48:25 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201409301448.s8UEmPIO031677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 30 Sep 2014 14:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369611 - head/net-mgmt/icinga2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:48:26 -0000 Author: lme Date: Tue Sep 30 14:48:25 2014 New Revision: 369611 URL: http://svnweb.freebsd.org/changeset/ports/369611 QAT: https://qat.redports.org/buildarchive/r369611/ Log: - Add EXAMPLES option to install schemas to create mysql/pgsql databases for Icinga 2 - Bump PORTREVISION Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/pkg-plist Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Tue Sep 30 14:36:54 2014 (r369610) +++ head/net-mgmt/icinga2/Makefile Tue Sep 30 14:48:25 2014 (r369611) @@ -2,6 +2,7 @@ PORTNAME= icinga2 DISTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://github.com/Icinga/${PORTNAME}/archive/v${DISTVERSION}.tar.gz?dummy=/ @@ -20,13 +21,13 @@ USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= MYSQL PGSQL OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS -OPTIONS_DEFAULT= MYSQL MONPLUGINS +OPTIONS_DEFAULT= MYSQL MONPLUGINS EXAMPLES MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/monitoring-plugins NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins @@ -56,6 +57,7 @@ SUB_LIST= ICINGA2LOGDIR=${ICINGA2LOGDIR} ICINGA2GROUP=${ICINGA2GROUP} \ WWWGRP=${WWWGRP} +# Config files with references to "Linux" LINUX_CONFIG= groups.conf services.conf hosts/localhost.conf .include @@ -75,7 +77,7 @@ PLIST_SUB+= MYSQL="@comment " .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql PLIST_SUB+= PGSQL="" .else PLIST_SUB+= PGSQL="@comment " @@ -94,4 +96,12 @@ post-patch: ${REINPLACE_CMD} '/^add_subdirectory(db_ido_pgsql)/d' ${WRKSRC}/components/CMakeLists.txt .endif +post-install: +.if ${PORT_OPTIONS:MEXAMPLES} +.for db in mysql pgsql + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${db} + (cd ${WRKSRC}/components/db_ido_${db} && ${COPYTREE_SHARE} schema ${STAGEDIR}${EXAMPLESDIR}/${db}) +.endfor +.endif + .include Modified: head/net-mgmt/icinga2/pkg-plist ============================================================================== --- head/net-mgmt/icinga2/pkg-plist Tue Sep 30 14:36:54 2014 (r369610) +++ head/net-mgmt/icinga2/pkg-plist Tue Sep 30 14:48:25 2014 (r369611) @@ -98,6 +98,12 @@ sbin/icinga2-list-objects %%PORTDOCS%%%%DOCSDIR%%/markdown/7-troubleshooting.md %%PORTDOCS%%%%DOCSDIR%%/markdown/8-migration.md %%PORTDOCS%%%%DOCSDIR%%/markdown/9-appendix.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/schema/mysql.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/schema/upgrade/2.0.2.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/schema/upgrade/2.1.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql/schema/pgsql.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql/schema/upgrade/2.0.2.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql/schema/upgrade/2.1.0.sql %%DATADIR%%/include/command-icinga.conf %%DATADIR%%/include/command-plugins-manubulon.conf %%DATADIR%%/include/command-plugins.conf From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:48:58 2014 Return-Path: Delivered-To: svn-ports-all@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 9396837F; Tue, 30 Sep 2014 14:48:58 +0000 (UTC) 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 801266E9; Tue, 30 Sep 2014 14:48:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UEmwj1031851; Tue, 30 Sep 2014 14:48:58 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UEmwIb031849; Tue, 30 Sep 2014 14:48:58 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201409301448.s8UEmwIb031849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 30 Sep 2014 14:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369612 - head/german/mediathek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:48:58 -0000 Author: lme Date: Tue Sep 30 14:48:57 2014 New Revision: 369612 URL: http://svnweb.freebsd.org/changeset/ports/369612 QAT: https://qat.redports.org/buildarchive/r369612/ Log: Update to 7 Modified: head/german/mediathek/Makefile head/german/mediathek/distinfo Modified: head/german/mediathek/Makefile ============================================================================== --- head/german/mediathek/Makefile Tue Sep 30 14:48:25 2014 (r369611) +++ head/german/mediathek/Makefile Tue Sep 30 14:48:57 2014 (r369612) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mediathek -PORTVERSION= 6 -PORTREVISION= 1 +PORTVERSION= 7 CATEGORIES= german java MASTER_SITES= SF/zdfmediathk/Mediathek/Mediathek%20${PORTVERSION} DISTNAME= MediathekView_${PORTVERSION} Modified: head/german/mediathek/distinfo ============================================================================== --- head/german/mediathek/distinfo Tue Sep 30 14:48:25 2014 (r369611) +++ head/german/mediathek/distinfo Tue Sep 30 14:48:57 2014 (r369612) @@ -1,2 +1,2 @@ -SHA256 (MediathekView_6.zip) = 422dcbc021d5b227b4882dafbdfa97bd60e4816e1c6111a0cebe4a069fc13659 -SIZE (MediathekView_6.zip) = 28875706 +SHA256 (MediathekView_7.zip) = f22ecb80d80421b73a7e7e954ec016cd18f31c00b78460c40f4fb971ff5d06b2 +SIZE (MediathekView_7.zip) = 30755210 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 14:51:13 2014 Return-Path: Delivered-To: svn-ports-all@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 96EC249B; Tue, 30 Sep 2014 14:51:13 +0000 (UTC) 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 6940C7E7; Tue, 30 Sep 2014 14:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UEpDFA033591; Tue, 30 Sep 2014 14:51:13 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UEpCWq033548; Tue, 30 Sep 2014 14:51:12 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201409301451.s8UEpCWq033548@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 30 Sep 2014 14:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369613 - head/x11-toolkits/fltk-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 14:51:13 -0000 Author: gahr Date: Tue Sep 30 14:51:12 2014 New Revision: 369613 URL: http://svnweb.freebsd.org/changeset/ports/369613 QAT: https://qat.redports.org/buildarchive/r369613/ Log: - Update to snapshot 10337 Changelog: * http://www.fltk.org/articles.php?L1386 Modified: head/x11-toolkits/fltk-devel/Makefile head/x11-toolkits/fltk-devel/distinfo head/x11-toolkits/fltk-devel/pkg-plist Modified: head/x11-toolkits/fltk-devel/Makefile ============================================================================== --- head/x11-toolkits/fltk-devel/Makefile Tue Sep 30 14:48:57 2014 (r369612) +++ head/x11-toolkits/fltk-devel/Makefile Tue Sep 30 14:51:12 2014 (r369613) @@ -34,7 +34,7 @@ CMAKE_ARGS+= -DOPTION_BUILD_SHARED_LIBS: -DOPTION_PREFIX_LIB:PATH=${PREFIX}/lib/fltk-devel -SNAPSHOT_VERS= 10321 +SNAPSHOT_VERS= 10337 PORTEXAMPLES= * EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${PKGNAMESUFFIX} Modified: head/x11-toolkits/fltk-devel/distinfo ============================================================================== --- head/x11-toolkits/fltk-devel/distinfo Tue Sep 30 14:48:57 2014 (r369612) +++ head/x11-toolkits/fltk-devel/distinfo Tue Sep 30 14:51:12 2014 (r369613) @@ -1,2 +1,2 @@ -SHA256 (fltk-1.3.x-r10321.tar.gz) = 18176b3fa66574ccd23bf4dccd4175f7e7ffa76c2e4128143917b75448ffbb57 -SIZE (fltk-1.3.x-r10321.tar.gz) = 4928975 +SHA256 (fltk-1.3.x-r10337.tar.gz) = 83a4a5898ce65538c300f31188bc4186b2da10c275ec155b37fe52789553d355 +SIZE (fltk-1.3.x-r10337.tar.gz) = 4929799 Modified: head/x11-toolkits/fltk-devel/pkg-plist ============================================================================== --- head/x11-toolkits/fltk-devel/pkg-plist Tue Sep 30 14:48:57 2014 (r369612) +++ head/x11-toolkits/fltk-devel/pkg-plist Tue Sep 30 14:51:12 2014 (r369613) @@ -91,7 +91,6 @@ include/fltk-devel/FL/Fl_Scroll.H include/fltk-devel/FL/Fl_Scrollbar.H include/fltk-devel/FL/Fl_Secret_Input.H include/fltk-devel/FL/Fl_Select_Browser.H -include/fltk-devel/FL/Fl_Shaped_Window.H include/fltk-devel/FL/Fl_Shared_Image.H include/fltk-devel/FL/Fl_Simple_Counter.H include/fltk-devel/FL/Fl_Single_Window.H From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:04:04 2014 Return-Path: Delivered-To: svn-ports-all@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 85197B92; Tue, 30 Sep 2014 15:04:04 +0000 (UTC) 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 70C9B967; Tue, 30 Sep 2014 15:04:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UF444T040792; Tue, 30 Sep 2014 15:04:04 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UF43HZ040784; Tue, 30 Sep 2014 15:04:03 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201409301504.s8UF43HZ040784@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 30 Sep 2014 15:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369614 - in head: . mail/maildrop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:04:04 -0000 Author: madpilot Date: Tue Sep 30 15:04:03 2014 New Revision: 369614 URL: http://svnweb.freebsd.org/changeset/ports/369614 QAT: https://qat.redports.org/buildarchive/r369614/ Log: - Modify comment and add UPDATING entry to explain that MAILDROP_SUID and MAILDROP_SGID now need to be existing usernames on the destination system. numeric UIDs and GIDs, or non existent usernames, will cause a broken installation since pkgng will skip on the entries of files owned by unknown users. [1] - Fix MGID and MUID PLIST_SUB variables not being set when only one of the two above variables is deifined, again generating a broken package. [2] - While here, remove dirrm. Reported by: Lukas Maly [1] Reported by: itetcu@ [1] [2] Modified: head/UPDATING head/mail/maildrop/Makefile head/mail/maildrop/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Sep 30 14:51:12 2014 (r369613) +++ head/UPDATING Tue Sep 30 15:04:03 2014 (r369614) @@ -6,6 +6,21 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20140930: + AFFECTS: users of mail/maildrop + AUTHOR: madpilot@FreeBSD.org + + Due to the way pkg works please note that the configuration + variables MAILDROP_SUID and MAILDROP_SGID, despite keeping their + old names, are now required to contain a valid username and + groupname existing on the system in which the package will be + installed, while in the past numeric uids and gids worked fine. + + Wrong values will cause pkg to skip installing the setuid binaries + on the system. + + Please check your configuration. + +20140930: AFFECTS: users of finance/gnucash AUTHOR: madpilot@FreeBSD.org Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Tue Sep 30 14:51:12 2014 (r369613) +++ head/mail/maildrop/Makefile Tue Sep 30 15:04:03 2014 (r369614) @@ -3,14 +3,20 @@ # You can define the following to enable further compile time # customizations: -# MAILDROP_SUID=, -# MAILDROP_SGID= Maildrop will be installed with suid permissions for -# MAILDROP_SUID, and sgid permissions for MAILDROP_SGID. +# MAILDROP_SUID=, +# MAILDROP_SGID= Maildrop will be installed with suid +# permissions for MAILDROP_SUID, and sgid +# permissions for MAILDROP_SGID. +# NOTE: must be a valid username/groupname +# at installation time, numeric uids/gids +# and non existing users will cause the +# installed package to miss files. # MAILDROP_TRUSTED_USERS= Specify users allowed to use the -d option # MAILDROP_LOG_COLUMNS lenght of 'File:' line in log - 8; default: 72 PORTNAME= maildrop PORTVERSION= 2.7.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} @@ -78,10 +84,10 @@ CONFIGURE_ARGS+= --enable-maildrop-uid=" PLIST_SUB+= MMODE='6755' MUID='${MAILDROP_SUID}' MGID='${MAILDROP_SGID}' .elif defined(MAILDROP_SUID) CONFIGURE_ARGS+= --enable-maildrop-uid="${MAILDROP_SUID}" -PLIST_SUB+= MMODE='4755' MUID='${MAILDROP_SUID}' +PLIST_SUB+= MMODE='4755' MUID='${MAILDROP_SUID}' MGID='mail' .elif defined(MAILDROP_SGID) CONFIGURE_ARGS+= --enable-maildrop-gid="${MAILDROP_SGID}" -PLIST_SUB+= MMODE='2755' MGID='${MAILDROP_SGID}' +PLIST_SUB+= MMODE='2755' MGID='${MAILDROP_SGID}' MUID='root' .else PLIST_SUB+= MMODE='' MUID='root' MGID='mail' .endif Modified: head/mail/maildrop/pkg-plist ============================================================================== --- head/mail/maildrop/pkg-plist Tue Sep 30 14:51:12 2014 (r369613) +++ head/mail/maildrop/pkg-plist Tue Sep 30 15:04:03 2014 (r369614) @@ -63,4 +63,3 @@ man/man8/maildrop-deliverquota.8.gz %%PORTDOCS%%%%DOCSDIR%%/reformime.html %%PORTDOCS%%%%DOCSDIR%%/rfc2045.html %%PORTDOCS%%%%DOCSDIR%%/rfc822.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:18:12 2014 Return-Path: Delivered-To: svn-ports-all@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 75F99325; Tue, 30 Sep 2014 15:18:12 +0000 (UTC) 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 6070CAF3; Tue, 30 Sep 2014 15:18:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFICbK046481; Tue, 30 Sep 2014 15:18:12 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFIBLL046477; Tue, 30 Sep 2014 15:18:11 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201409301518.s8UFIBLL046477@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 30 Sep 2014 15:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369615 - head/misc/tvbrowser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:18:12 -0000 Author: lme Date: Tue Sep 30 15:18:11 2014 New Revision: 369615 URL: http://svnweb.freebsd.org/changeset/ports/369615 QAT: https://qat.redports.org/buildarchive/r369615/ Log: - Update to 3.4.0.1 - Remove @dirrmtry from plist Modified: head/misc/tvbrowser/Makefile head/misc/tvbrowser/distinfo head/misc/tvbrowser/pkg-plist Modified: head/misc/tvbrowser/Makefile ============================================================================== --- head/misc/tvbrowser/Makefile Tue Sep 30 15:04:03 2014 (r369614) +++ head/misc/tvbrowser/Makefile Tue Sep 30 15:18:11 2014 (r369615) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tvbrowser -PORTVERSION= 3.3.3 +PORTVERSION= 3.4.0.1 CATEGORIES= misc java MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}_bin Modified: head/misc/tvbrowser/distinfo ============================================================================== --- head/misc/tvbrowser/distinfo Tue Sep 30 15:04:03 2014 (r369614) +++ head/misc/tvbrowser/distinfo Tue Sep 30 15:18:11 2014 (r369615) @@ -1,2 +1,2 @@ -SHA256 (tvbrowser_3.3.3_bin.tar.gz) = 6c9358647df30d3fd243e1d0c6f75c930c062ed68959e650750c3b747ac564bf -SIZE (tvbrowser_3.3.3_bin.tar.gz) = 7063730 +SHA256 (tvbrowser_3.4.0.1_bin.tar.gz) = 37a855d91fb5858f20f25e4c8ab0edcfde9ee458ccecd9fdfeb87defd211341c +SIZE (tvbrowser_3.4.0.1_bin.tar.gz) = 7163516 Modified: head/misc/tvbrowser/pkg-plist ============================================================================== --- head/misc/tvbrowser/pkg-plist Tue Sep 30 15:04:03 2014 (r369614) +++ head/misc/tvbrowser/pkg-plist Tue Sep 30 15:18:11 2014 (r369615) @@ -11,33 +11,6 @@ share/applications/tvbrowser.desktop %%DATADIR%%/imgs/Filter22.png %%DATADIR%%/imgs/FilterSet16.png %%DATADIR%%/imgs/FilterSet22.png -%%DATADIR%%/imgs/Info_16to9.gif -%%DATADIR%%/imgs/Info_Arts.png -%%DATADIR%%/imgs/Info_AudioDescription.png -%%DATADIR%%/imgs/Info_BlackAndWhite.gif -%%DATADIR%%/imgs/Info_Children.png -%%DATADIR%%/imgs/Info_Docu.png -%%DATADIR%%/imgs/Info_DolbyDigital51.gif -%%DATADIR%%/imgs/Info_DolbySurround.gif -%%DATADIR%%/imgs/Info_HD.png -%%DATADIR%%/imgs/Info_HasPicture.png -%%DATADIR%%/imgs/Info_Infotainment.png -%%DATADIR%%/imgs/Info_Live.png -%%DATADIR%%/imgs/Info_Mono.gif -%%DATADIR%%/imgs/Info_Movie.png -%%DATADIR%%/imgs/Info_New.png -%%DATADIR%%/imgs/Info_News.png -%%DATADIR%%/imgs/Info_OriginalWithSubtitle.gif -%%DATADIR%%/imgs/Info_OriginalWithSubtitle_EN.gif -%%DATADIR%%/imgs/Info_Series.png -%%DATADIR%%/imgs/Info_Show.png -%%DATADIR%%/imgs/Info_Signlanguage.png -%%DATADIR%%/imgs/Info_Sports.png -%%DATADIR%%/imgs/Info_Stereo.gif -%%DATADIR%%/imgs/Info_SubtitleForAurallyHandicapped.gif -%%DATADIR%%/imgs/Info_SubtitleForAurallyHandicapped_DK.gif -%%DATADIR%%/imgs/Info_SubtitleForAurallyHandicapped_US.gif -%%DATADIR%%/imgs/Info_TwoChannelTone.gif %%DATADIR%%/imgs/Jar16.gif %%DATADIR%%/imgs/TVBrowser.ico %%DATADIR%%/imgs/beanshell.png @@ -56,6 +29,9 @@ share/applications/tvbrowser.desktop %%DATADIR%%/imgs/tvbrowser16.png %%DATADIR%%/imgs/tvbrowser32.png %%DATADIR%%/imgs/tvbrowser48.png +%%DATADIR%%/imgs/unknown_channel.png +%%DATADIR%%/infothemes/tvb_colored.zip +%%DATADIR%%/infothemes/tvb_default.zip %%DATADIR%%/linux.properties %%DATADIR%%/personas/3b862288-9900-4c09-99e9-b34d5f926a42/footer.jpg %%DATADIR%%/personas/3b862288-9900-4c09-99e9-b34d5f926a42/header.jpg @@ -75,13 +51,3 @@ share/applications/tvbrowser.desktop %%DATADIR%%/tvbrowser.sh %%DATADIR%%/website.url %%DATADIR%%/wiki.url -@dirrmtry %%DATADIR%%/themepacks -@dirrmtry %%DATADIR%%/plugins -@dirrmtry %%DATADIR%%/personas/ecb70d5c-f606-4052-9059-5c501842d6c3 -@dirrmtry %%DATADIR%%/personas/3f9cd798-2b32-468c-a827-8c117d8a4b0c -@dirrmtry %%DATADIR%%/personas/3b862288-9900-4c09-99e9-b34d5f926a42 -@dirrmtry %%DATADIR%%/personas -@dirrmtry %%DATADIR%%/imgs -@dirrmtry %%DATADIR%%/icons -@dirrmtry %%DATADIR%%/hyphen -@dirrmtry %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:16 2014 Return-Path: Delivered-To: svn-ports-all@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 0CFFD487; Tue, 30 Sep 2014 15:23:16 +0000 (UTC) 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 ED2FABB6; Tue, 30 Sep 2014 15:23:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNFJS050659; Tue, 30 Sep 2014 15:23:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNF7h050658; Tue, 30 Sep 2014 15:23:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNF7h050658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369616 - head/databases/pgsphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:16 -0000 Author: sunpoet Date: Tue Sep 30 15:23:15 2014 New Revision: 369616 URL: http://svnweb.freebsd.org/changeset/ports/369616 QAT: https://qat.redports.org/buildarchive/r369616/ Log: - Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY Modified: head/databases/pgsphere/Makefile Modified: head/databases/pgsphere/Makefile ============================================================================== --- head/databases/pgsphere/Makefile Tue Sep 30 15:18:11 2014 (r369615) +++ head/databases/pgsphere/Makefile Tue Sep 30 15:23:15 2014 (r369616) @@ -25,7 +25,7 @@ DATADIR= ${PREFIX}/share/postgresql DOCSDIR?= ${PREFIX}/share/doc/postgresql PLIST_FILES= lib/postgresql/pg_sphere.so \ %%DATADIR%%/contrib/pg_sphere.sql -PLIST_DIRSTRY= %%DATADIR%%/contrib +PLIST_DIRS= %%DATADIR%%/contrib DOCS_MAKE_ARGS_OFF= DOCS="" DOCS_PLIST_DIRS= %%DOCSDIR%%/contrib From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:20 2014 Return-Path: Delivered-To: svn-ports-all@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 75949563; Tue, 30 Sep 2014 15:23:20 +0000 (UTC) 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 6278FBB7; Tue, 30 Sep 2014 15:23:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNKXV050768; Tue, 30 Sep 2014 15:23:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNKv1050767; Tue, 30 Sep 2014 15:23:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNKv1050767@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369617 - head/misc/help2man X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:20 -0000 Author: sunpoet Date: Tue Sep 30 15:23:19 2014 New Revision: 369617 URL: http://svnweb.freebsd.org/changeset/ports/369617 QAT: https://qat.redports.org/buildarchive/r369617/ Log: - Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Tue Sep 30 15:23:15 2014 (r369616) +++ head/misc/help2man/Makefile Tue Sep 30 15:23:19 2014 (r369617) @@ -38,7 +38,7 @@ NLS_PLIST_FILES+= man/${lang}/man1/help2 share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor .for lang in ${LANGS} -NLS_PLIST_DIRSTRY+= man/${lang}/man1 \ +NLS_PLIST_DIRS+= man/${lang}/man1 \ man/${lang} .endfor From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:24 2014 Return-Path: Delivered-To: svn-ports-all@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 8FBE7640; Tue, 30 Sep 2014 15:23:24 +0000 (UTC) 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 7C3ACBBA; Tue, 30 Sep 2014 15:23:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNOMf050892; Tue, 30 Sep 2014 15:23:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNORD050891; Tue, 30 Sep 2014 15:23:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNORD050891@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369618 - head/security/pear-Auth_SASL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:24 -0000 Author: sunpoet Date: Tue Sep 30 15:23:23 2014 New Revision: 369618 URL: http://svnweb.freebsd.org/changeset/ports/369618 QAT: https://qat.redports.org/buildarchive/r369618/ Log: - Pet portlint: move USES=pear downward Modified: head/security/pear-Auth_SASL/Makefile Modified: head/security/pear-Auth_SASL/Makefile ============================================================================== --- head/security/pear-Auth_SASL/Makefile Tue Sep 30 15:23:19 2014 (r369617) +++ head/security/pear-Auth_SASL/Makefile Tue Sep 30 15:23:23 2014 (r369618) @@ -10,9 +10,9 @@ COMMENT= PEAR abstraction of various SAS LICENSE= BSD3CLAUSE -USES= pear - BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +USES= pear + .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:32 2014 Return-Path: Delivered-To: svn-ports-all@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 DC1CD7F2; Tue, 30 Sep 2014 15:23:32 +0000 (UTC) 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 C8AE2BC2; Tue, 30 Sep 2014 15:23:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNWEV051096; Tue, 30 Sep 2014 15:23:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNW41051095; Tue, 30 Sep 2014 15:23:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNW41051095@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369620 - head/misc/getopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:33 -0000 Author: sunpoet Date: Tue Sep 30 15:23:32 2014 New Revision: 369620 URL: http://svnweb.freebsd.org/changeset/ports/369620 QAT: https://qat.redports.org/buildarchive/r369620/ Log: - Fix MAINTAINER - Add LICENSE - Add NLS option Modified: head/misc/getopt/Makefile Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Tue Sep 30 15:23:27 2014 (r369619) +++ head/misc/getopt/Makefile Tue Sep 30 15:23:32 2014 (r369620) @@ -7,19 +7,24 @@ CATEGORIES= misc MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ \ LOCAL/sunpoet -MAINTAINER= sunpoetFreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options -OPTIONS_DEFINE= DOCS +LICENSE= GPLv2 -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl -MAKE_ARGS= CC=${CC} -MAKE_ENV= LIBCGETOPT=0 -USES= gettext gmake +OPTIONS_DEFINE= DOCS NLS + +MAKE_ARGS= CC=${CC} LIBCGETOPT=0 +USES= gmake PORTDOCS= Changelog README +NLS_CFLAGS= -I${LOCALBASE}/include +NLS_MAKE_ARGS= WITHOUT_GETTEXT=0 +NLS_MAKE_ARGS_OFF= WITHOUT_GETTEXT=1 +NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl +NLS_USES= gettext + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:28 2014 Return-Path: Delivered-To: svn-ports-all@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 8C3BA71E; Tue, 30 Sep 2014 15:23:28 +0000 (UTC) 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 78E99BBD; Tue, 30 Sep 2014 15:23:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNSa0050987; Tue, 30 Sep 2014 15:23:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNSMr050986; Tue, 30 Sep 2014 15:23:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNSMr050986@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369619 - head/textproc/xmlcatmgr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:28 -0000 Author: sunpoet Date: Tue Sep 30 15:23:27 2014 New Revision: 369619 URL: http://svnweb.freebsd.org/changeset/ports/369619 QAT: https://qat.redports.org/buildarchive/r369619/ Log: - Update LICENSE Approved by: portmgr (blanket) Modified: head/textproc/xmlcatmgr/Makefile Modified: head/textproc/xmlcatmgr/Makefile ============================================================================== --- head/textproc/xmlcatmgr/Makefile Tue Sep 30 15:23:23 2014 (r369618) +++ head/textproc/xmlcatmgr/Makefile Tue Sep 30 15:23:27 2014 (r369619) @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= hrs@FreeBSD.org COMMENT= SGML and XML catalog manager -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:38 2014 Return-Path: Delivered-To: svn-ports-all@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 08F1C8E2; Tue, 30 Sep 2014 15:23:38 +0000 (UTC) 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 E9716BC7; Tue, 30 Sep 2014 15:23:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNbLI051223; Tue, 30 Sep 2014 15:23:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNbqb051215; Tue, 30 Sep 2014 15:23:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNbqb051215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369621 - head/www/rubygem-flowdock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:38 -0000 Author: sunpoet Date: Tue Sep 30 15:23:36 2014 New Revision: 369621 URL: http://svnweb.freebsd.org/changeset/ports/369621 QAT: https://qat.redports.org/buildarchive/r369621/ Log: - Update to 0.5.0 Changes: https://github.com/flowdock/flowdock-api/commits/master Modified: head/www/rubygem-flowdock/Makefile head/www/rubygem-flowdock/distinfo Modified: head/www/rubygem-flowdock/Makefile ============================================================================== --- head/www/rubygem-flowdock/Makefile Tue Sep 30 15:23:32 2014 (r369620) +++ head/www/rubygem-flowdock/Makefile Tue Sep 30 15:23:36 2014 (r369621) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flowdock -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-flowdock/distinfo ============================================================================== --- head/www/rubygem-flowdock/distinfo Tue Sep 30 15:23:32 2014 (r369620) +++ head/www/rubygem-flowdock/distinfo Tue Sep 30 15:23:36 2014 (r369621) @@ -1,2 +1,2 @@ -SHA256 (rubygem/flowdock-0.4.0.gem) = c0dc6baebabd358d5da0c0e366f30d893496d0b5a4d1e1272865626e6c51dfd7 -SIZE (rubygem/flowdock-0.4.0.gem) = 10240 +SHA256 (rubygem/flowdock-0.5.0.gem) = 51c255f12d9173156a394531dd55b10764e0a775367c94ff86c0b1d6da9626f7 +SIZE (rubygem/flowdock-0.5.0.gem) = 11776 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:44 2014 Return-Path: Delivered-To: svn-ports-all@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 1E0969AE; Tue, 30 Sep 2014 15:23:44 +0000 (UTC) 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 E60A2BCB; Tue, 30 Sep 2014 15:23:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNh2H051408; Tue, 30 Sep 2014 15:23:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNgpm051399; Tue, 30 Sep 2014 15:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNgpm051399@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369622 - in head/www: . rubygem-pagerduty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:44 -0000 Author: sunpoet Date: Tue Sep 30 15:23:42 2014 New Revision: 369622 URL: http://svnweb.freebsd.org/changeset/ports/369622 QAT: https://qat.redports.org/buildarchive/r369622/ Log: - Add rubygem-pagerduty 2.0.0 pagerduty provides a lightweight Ruby interface for calling the PagerDuty Integration API. WWW: https://github.com/envato/pagerduty RG: https://rubygems.org/gems/pagerduty Added: head/www/rubygem-pagerduty/ head/www/rubygem-pagerduty/Makefile (contents, props changed) head/www/rubygem-pagerduty/distinfo (contents, props changed) head/www/rubygem-pagerduty/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Sep 30 15:23:36 2014 (r369621) +++ head/www/Makefile Tue Sep 30 15:23:42 2014 (r369622) @@ -1828,6 +1828,7 @@ SUBDIR += rubygem-net-http-persistent25 SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http + SUBDIR += rubygem-pagerduty SUBDIR += rubygem-passenger SUBDIR += rubygem-puma SUBDIR += rubygem-puma16 Added: head/www/rubygem-pagerduty/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-pagerduty/Makefile Tue Sep 30 15:23:42 2014 (r369622) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pagerduty +PORTVERSION= 2.0.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Lightweight interface for calling the PagerDuty Integration API + +LICENSE= MIT + +RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-pagerduty/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-pagerduty/distinfo Tue Sep 30 15:23:42 2014 (r369622) @@ -0,0 +1,2 @@ +SHA256 (rubygem/pagerduty-2.0.0.gem) = fb84e39aeb0ed16cb8467140dfd3f09adb3b90a6230593e17aa3722de442baa9 +SIZE (rubygem/pagerduty-2.0.0.gem) = 10752 Added: head/www/rubygem-pagerduty/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-pagerduty/pkg-descr Tue Sep 30 15:23:42 2014 (r369622) @@ -0,0 +1,5 @@ +pagerduty provides a lightweight Ruby interface for calling the PagerDuty +Integration API. + +WWW: https://github.com/envato/pagerduty +RG: https://rubygems.org/gems/pagerduty From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:48 2014 Return-Path: Delivered-To: svn-ports-all@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 A4BCE9C8; Tue, 30 Sep 2014 15:23:48 +0000 (UTC) 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 905EFBCC; Tue, 30 Sep 2014 15:23:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNmgJ051530; Tue, 30 Sep 2014 15:23:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNmvK051528; Tue, 30 Sep 2014 15:23:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNmvK051528@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369623 - head/sysutils/rubygem-guard-livereload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:48 -0000 Author: sunpoet Date: Tue Sep 30 15:23:47 2014 New Revision: 369623 URL: http://svnweb.freebsd.org/changeset/ports/369623 QAT: https://qat.redports.org/buildarchive/r369623/ Log: - Update to 2.3.1 Changes: https://github.com/guard/guard-livereload/releases Modified: head/sysutils/rubygem-guard-livereload/Makefile head/sysutils/rubygem-guard-livereload/distinfo Modified: head/sysutils/rubygem-guard-livereload/Makefile ============================================================================== --- head/sysutils/rubygem-guard-livereload/Makefile Tue Sep 30 15:23:42 2014 (r369622) +++ head/sysutils/rubygem-guard-livereload/Makefile Tue Sep 30 15:23:47 2014 (r369623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-livereload -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-livereload/distinfo ============================================================================== --- head/sysutils/rubygem-guard-livereload/distinfo Tue Sep 30 15:23:42 2014 (r369622) +++ head/sysutils/rubygem-guard-livereload/distinfo Tue Sep 30 15:23:47 2014 (r369623) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-livereload-2.3.0.gem) = e6d8852db91f0f0d9024158fe3d7a8a452e43323a30c8c3cca10705163b23c42 -SIZE (rubygem/guard-livereload-2.3.0.gem) = 18432 +SHA256 (rubygem/guard-livereload-2.3.1.gem) = a69507242408f08269790c692629d2843214c1a729ef6bd0ff8302378266dffe +SIZE (rubygem/guard-livereload-2.3.1.gem) = 18432 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:53 2014 Return-Path: Delivered-To: svn-ports-all@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 E78E3B6D; Tue, 30 Sep 2014 15:23:53 +0000 (UTC) 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 D3DC3BCF; Tue, 30 Sep 2014 15:23:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNroT051673; Tue, 30 Sep 2014 15:23:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNrtb051667; Tue, 30 Sep 2014 15:23:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNrtb051667@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369624 - head/www/p5-HTTP-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:54 -0000 Author: sunpoet Date: Tue Sep 30 15:23:52 2014 New Revision: 369624 URL: http://svnweb.freebsd.org/changeset/ports/369624 QAT: https://qat.redports.org/buildarchive/r369624/ Log: - Update to 0.050 - Cleanup PLIST Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Modified: head/www/p5-HTTP-Tiny/Makefile head/www/p5-HTTP-Tiny/distinfo head/www/p5-HTTP-Tiny/pkg-plist Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Tue Sep 30 15:23:47 2014 (r369623) +++ head/www/p5-HTTP-Tiny/Makefile Tue Sep 30 15:23:52 2014 (r369624) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.049 +PORTVERSION= 0.050 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/www/p5-HTTP-Tiny/distinfo ============================================================================== --- head/www/p5-HTTP-Tiny/distinfo Tue Sep 30 15:23:47 2014 (r369623) +++ head/www/p5-HTTP-Tiny/distinfo Tue Sep 30 15:23:52 2014 (r369624) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.049.tar.gz) = 8ff14c85842eef11f52d4e2d981f7cbc3262ab359bce423f12ebd9cfcfdcb1b2 -SIZE (HTTP-Tiny-0.049.tar.gz) = 61306 +SHA256 (HTTP-Tiny-0.050.tar.gz) = ece126ff658f0c646853a39de447672fb39f71ed60ab94c0b45bc7d610f332ee +SIZE (HTTP-Tiny-0.050.tar.gz) = 61386 Modified: head/www/p5-HTTP-Tiny/pkg-plist ============================================================================== --- head/www/p5-HTTP-Tiny/pkg-plist Tue Sep 30 15:23:47 2014 (r369623) +++ head/www/p5-HTTP-Tiny/pkg-plist Tue Sep 30 15:23:52 2014 (r369624) @@ -1,6 +1,3 @@ %%SITE_PERL%%/HTTP/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny/.packlist %%PERL5_MAN3%%/HTTP::Tiny.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP -@dirrmtry %%SITE_PERL%%/HTTP From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:04 2014 Return-Path: Delivered-To: svn-ports-all@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 93940D34; Tue, 30 Sep 2014 15:24:04 +0000 (UTC) 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 66730BD8; Tue, 30 Sep 2014 15:24:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFO4xk051984; Tue, 30 Sep 2014 15:24:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFO3lC051976; Tue, 30 Sep 2014 15:24:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFO3lC051976@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369626 - head/net/p5-GeoIP2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:04 -0000 Author: sunpoet Date: Tue Sep 30 15:24:03 2014 New Revision: 369626 URL: http://svnweb.freebsd.org/changeset/ports/369626 QAT: https://qat.redports.org/buildarchive/r369626/ Log: - Update to 2.000001 - Cleanup PLIST Changes: http://search.cpan.org/dist/GeoIP2/Changes Modified: head/net/p5-GeoIP2/Makefile head/net/p5-GeoIP2/distinfo head/net/p5-GeoIP2/pkg-plist Modified: head/net/p5-GeoIP2/Makefile ============================================================================== --- head/net/p5-GeoIP2/Makefile Tue Sep 30 15:23:57 2014 (r369625) +++ head/net/p5-GeoIP2/Makefile Tue Sep 30 15:24:03 2014 (r369626) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP2 -PORTVERSION= 0.050001 +PORTVERSION= 2.000001 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND Modified: head/net/p5-GeoIP2/distinfo ============================================================================== --- head/net/p5-GeoIP2/distinfo Tue Sep 30 15:23:57 2014 (r369625) +++ head/net/p5-GeoIP2/distinfo Tue Sep 30 15:24:03 2014 (r369626) @@ -1,2 +1,2 @@ -SHA256 (GeoIP2-0.050001.tar.gz) = 3565ea7fc6b7b40c72328c912ac1e5013bbecea61c8af7ebaa44d6a575c7826e -SIZE (GeoIP2-0.050001.tar.gz) = 249574 +SHA256 (GeoIP2-2.000001.tar.gz) = 16a84ff88d2ab5df6f3c4f6bfa8e4677cd9f154595ab55f21707bf129ea02577 +SIZE (GeoIP2-2.000001.tar.gz) = 249466 Modified: head/net/p5-GeoIP2/pkg-plist ============================================================================== --- head/net/p5-GeoIP2/pkg-plist Tue Sep 30 15:23:57 2014 (r369625) +++ head/net/p5-GeoIP2/pkg-plist Tue Sep 30 15:24:03 2014 (r369626) @@ -56,14 +56,3 @@ bin/web-service-request %%PERL5_MAN3%%/GeoIP2::Record::Subdivision.3.gz %%PERL5_MAN3%%/GeoIP2::Record::Traits.3.gz %%PERL5_MAN3%%/GeoIP2::WebService::Client.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GeoIP2 -@dirrm %%SITE_PERL%%/GeoIP2/WebService -@dirrm %%SITE_PERL%%/GeoIP2/Role/Record -@dirrm %%SITE_PERL%%/GeoIP2/Role/Model -@dirrm %%SITE_PERL%%/GeoIP2/Role/Error -@dirrm %%SITE_PERL%%/GeoIP2/Role -@dirrm %%SITE_PERL%%/GeoIP2/Record -@dirrm %%SITE_PERL%%/GeoIP2/Model -@dirrm %%SITE_PERL%%/GeoIP2/Error -@dirrm %%SITE_PERL%%/GeoIP2/Database -@dirrm %%SITE_PERL%%/GeoIP2 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:59 2014 Return-Path: Delivered-To: svn-ports-all@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 68508C6A; Tue, 30 Sep 2014 15:23:59 +0000 (UTC) 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 3ADADBD5; Tue, 30 Sep 2014 15:23:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNxSP051829; Tue, 30 Sep 2014 15:23:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNwqd051822; Tue, 30 Sep 2014 15:23:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNwqd051822@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369625 - head/net/p5-MaxMind-DB-Reader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:59 -0000 Author: sunpoet Date: Tue Sep 30 15:23:57 2014 New Revision: 369625 URL: http://svnweb.freebsd.org/changeset/ports/369625 QAT: https://qat.redports.org/buildarchive/r369625/ Log: - Update to 1.000000 - Cleanup PLIST Changes: http://search.cpan.org/dist/MaxMind-DB-Reader/Changes Modified: head/net/p5-MaxMind-DB-Reader/Makefile head/net/p5-MaxMind-DB-Reader/distinfo head/net/p5-MaxMind-DB-Reader/pkg-plist Modified: head/net/p5-MaxMind-DB-Reader/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Reader/Makefile Tue Sep 30 15:23:52 2014 (r369624) +++ head/net/p5-MaxMind-DB-Reader/Makefile Tue Sep 30 15:23:57 2014 (r369625) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MaxMind-DB-Reader -PORTVERSION= 0.060001 +PORTVERSION= 1.000000 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND Modified: head/net/p5-MaxMind-DB-Reader/distinfo ============================================================================== --- head/net/p5-MaxMind-DB-Reader/distinfo Tue Sep 30 15:23:52 2014 (r369624) +++ head/net/p5-MaxMind-DB-Reader/distinfo Tue Sep 30 15:23:57 2014 (r369625) @@ -1,2 +1,2 @@ -SHA256 (MaxMind-DB-Reader-0.060001.tar.gz) = dee6292f9edfe06fc8cfffabcb7545c27cc544792086439d459c04a30a737e4c -SIZE (MaxMind-DB-Reader-0.060001.tar.gz) = 242514 +SHA256 (MaxMind-DB-Reader-1.000000.tar.gz) = bb508796456dcbc91c68c9e7be72527c96b74c4ff81ccdd54ef393a609df1e6c +SIZE (MaxMind-DB-Reader-1.000000.tar.gz) = 236915 Modified: head/net/p5-MaxMind-DB-Reader/pkg-plist ============================================================================== --- head/net/p5-MaxMind-DB-Reader/pkg-plist Tue Sep 30 15:23:52 2014 (r369624) +++ head/net/p5-MaxMind-DB-Reader/pkg-plist Tue Sep 30 15:23:57 2014 (r369625) @@ -15,11 +15,3 @@ bin/mmdb-verify-database %%SITE_PERL%%/MaxMind/DB/Verifier.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB/Reader/.packlist %%PERL5_MAN3%%/MaxMind::DB::Reader.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB/Reader -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind -@dirrm %%SITE_PERL%%/MaxMind/DB/Reader/Role -@dirrm %%SITE_PERL%%/MaxMind/DB/Reader/Data -@dirrm %%SITE_PERL%%/MaxMind/DB/Reader -@dirrmtry %%SITE_PERL%%/MaxMind/DB -@dirrmtry %%SITE_PERL%%/MaxMind From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:15 2014 Return-Path: Delivered-To: svn-ports-all@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 3B18EEF8; Tue, 30 Sep 2014 15:24:15 +0000 (UTC) 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 27880BDD; Tue, 30 Sep 2014 15:24:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOFxI052279; Tue, 30 Sep 2014 15:24:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOEHE052272; Tue, 30 Sep 2014 15:24:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOEHE052272@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369628 - head/devel/p5-IO-Any X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:15 -0000 Author: sunpoet Date: Tue Sep 30 15:24:13 2014 New Revision: 369628 URL: http://svnweb.freebsd.org/changeset/ports/369628 QAT: https://qat.redports.org/buildarchive/r369628/ Log: - Update to 0.09 - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Any/Changes Modified: head/devel/p5-IO-Any/Makefile head/devel/p5-IO-Any/distinfo head/devel/p5-IO-Any/pkg-plist Modified: head/devel/p5-IO-Any/Makefile ============================================================================== --- head/devel/p5-IO-Any/Makefile Tue Sep 30 15:24:08 2014 (r369627) +++ head/devel/p5-IO-Any/Makefile Tue Sep 30 15:24:13 2014 (r369628) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Any -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-IO-Any/distinfo ============================================================================== --- head/devel/p5-IO-Any/distinfo Tue Sep 30 15:24:08 2014 (r369627) +++ head/devel/p5-IO-Any/distinfo Tue Sep 30 15:24:13 2014 (r369628) @@ -1,2 +1,2 @@ -SHA256 (IO-Any-0.08.tar.gz) = 78b1d08b563a12e734392eb0c010599e2a5fe35120af8343b05000cbf14888ef -SIZE (IO-Any-0.08.tar.gz) = 9997 +SHA256 (IO-Any-0.09.tar.gz) = 47205027fa4bffc8a87d82a137fe7f0251b92349e17299ebaa05cd591db1f87d +SIZE (IO-Any-0.09.tar.gz) = 10070 Modified: head/devel/p5-IO-Any/pkg-plist ============================================================================== --- head/devel/p5-IO-Any/pkg-plist Tue Sep 30 15:24:08 2014 (r369627) +++ head/devel/p5-IO-Any/pkg-plist Tue Sep 30 15:24:13 2014 (r369628) @@ -1,3 +1,2 @@ %%SITE_PERL%%/IO/Any.pm %%PERL5_MAN3%%/IO::Any.3.gz -@dirrmtry %%SITE_PERL%%/IO From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:09 2014 Return-Path: Delivered-To: svn-ports-all@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 BD941E1A; Tue, 30 Sep 2014 15:24:09 +0000 (UTC) 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 9F9B2BDA; Tue, 30 Sep 2014 15:24:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFO9hZ052123; Tue, 30 Sep 2014 15:24:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFO8Eb052116; Tue, 30 Sep 2014 15:24:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFO8Eb052116@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369627 - head/math/p5-Math-GSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:09 -0000 Author: sunpoet Date: Tue Sep 30 15:24:08 2014 New Revision: 369627 URL: http://svnweb.freebsd.org/changeset/ports/369627 QAT: https://qat.redports.org/buildarchive/r369627/ Log: - Update to 0.33 - Cleanup PLIST Changes: http://search.cpan.org/dist/Math-GSL/Changes Modified: head/math/p5-Math-GSL/Makefile head/math/p5-Math-GSL/distinfo head/math/p5-Math-GSL/pkg-plist Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Tue Sep 30 15:24:03 2014 (r369626) +++ head/math/p5-Math-GSL/Makefile Tue Sep 30 15:24:08 2014 (r369627) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GSL -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.33 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +17,8 @@ BUILD_DEPENDS= p5-PkgConfig>=0.07720:${P LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \ p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most + p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most \ + p5-Test-Taint>=1.06:${PORTSDIR}/devel/p5-Test-Taint USE_PERL5= modbuild USES= perl5 Modified: head/math/p5-Math-GSL/distinfo ============================================================================== --- head/math/p5-Math-GSL/distinfo Tue Sep 30 15:24:03 2014 (r369626) +++ head/math/p5-Math-GSL/distinfo Tue Sep 30 15:24:08 2014 (r369627) @@ -1,2 +1,2 @@ -SHA256 (Math-GSL-0.32.tar.gz) = 755832efa8ca9e912b00fd1e1473e982834fc7dcf1dd8343f420082b4008bf6a -SIZE (Math-GSL-0.32.tar.gz) = 10876196 +SHA256 (Math-GSL-0.33.tar.gz) = d8041b30a389741235a0c9d068e99eceb4b752f11d8e9c03d842f52356e7e73f +SIZE (Math-GSL-0.33.tar.gz) = 10904038 Modified: head/math/p5-Math-GSL/pkg-plist ============================================================================== --- head/math/p5-Math-GSL/pkg-plist Tue Sep 30 15:24:03 2014 (r369626) +++ head/math/p5-Math-GSL/pkg-plist Tue Sep 30 15:24:08 2014 (r369627) @@ -157,58 +157,3 @@ bin/smolder_smoke_signal %%PERL5_MAN3%%/Math::GSL::Wavelet.3.gz %%PERL5_MAN3%%/Math::GSL::Wavelet2D.3.gz man/man1/smolder_smoke_signal.1.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet2D -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Version -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/VectorComplex -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Vector -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Sys -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Sum -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Statistics -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Spline -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Sort -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Siman -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/SF -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Roots -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Randist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/RNG -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/QRNG -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/PowInt -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Poly -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Permutation -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/ODEIV -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/NTuple -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Multiroots -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Multimin -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Multifit -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Monte -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Min -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/MatrixComplex -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Matrix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Machine -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Linalg -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Interp -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Integration -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/IEEEUtils -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Histogram2D -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Histogram -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Heapsort -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Fit -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/FFT -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Errno -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Eigen -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Diff -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Deriv -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/DHT -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Const -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Complex -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Combination -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Chebyshev -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/CDF -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/CBLAS -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/BSpline -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/BLAS -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/GSL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:21 2014 Return-Path: Delivered-To: svn-ports-all@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 01276FDF; Tue, 30 Sep 2014 15:24:20 +0000 (UTC) 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 C7E1FBE2; Tue, 30 Sep 2014 15:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOKuE052419; Tue, 30 Sep 2014 15:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOKnB052413; Tue, 30 Sep 2014 15:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOKnB052413@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369629 - head/devel/p5-experimental X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:21 -0000 Author: sunpoet Date: Tue Sep 30 15:24:19 2014 New Revision: 369629 URL: http://svnweb.freebsd.org/changeset/ports/369629 QAT: https://qat.redports.org/buildarchive/r369629/ Log: - Update to 0.011 - Cleanup PLIST Changes: http://search.cpan.org/dist/experimental/Changes Modified: head/devel/p5-experimental/Makefile head/devel/p5-experimental/distinfo head/devel/p5-experimental/pkg-plist Modified: head/devel/p5-experimental/Makefile ============================================================================== --- head/devel/p5-experimental/Makefile Tue Sep 30 15:24:13 2014 (r369628) +++ head/devel/p5-experimental/Makefile Tue Sep 30 15:24:19 2014 (r369629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= experimental -PORTVERSION= 0.010 +PORTVERSION= 0.011 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEONT Modified: head/devel/p5-experimental/distinfo ============================================================================== --- head/devel/p5-experimental/distinfo Tue Sep 30 15:24:13 2014 (r369628) +++ head/devel/p5-experimental/distinfo Tue Sep 30 15:24:19 2014 (r369629) @@ -1,2 +1,2 @@ -SHA256 (experimental-0.010.tar.gz) = fb6266790bd0c2feb83fbe419ea6d8f2086f1b88809c7c0014dfe99002476558 -SIZE (experimental-0.010.tar.gz) = 11541 +SHA256 (experimental-0.011.tar.gz) = 476b7ed260abb08f3f3e636cdbb518b6871a753e55cdb9e71e38ae711d1b5698 +SIZE (experimental-0.011.tar.gz) = 11870 Modified: head/devel/p5-experimental/pkg-plist ============================================================================== --- head/devel/p5-experimental/pkg-plist Tue Sep 30 15:24:13 2014 (r369628) +++ head/devel/p5-experimental/pkg-plist Tue Sep 30 15:24:19 2014 (r369629) @@ -1,4 +1,3 @@ %%SITE_PERL%%/experimental.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental/.packlist %%PERL5_MAN3%%/experimental.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:26 2014 Return-Path: Delivered-To: svn-ports-all@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 A64C1147; Tue, 30 Sep 2014 15:24:26 +0000 (UTC) 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 88311BE5; Tue, 30 Sep 2014 15:24:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOQIC052564; Tue, 30 Sep 2014 15:24:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOPHs052554; Tue, 30 Sep 2014 15:24:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOPHs052554@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369630 - head/devel/p5-CPAN-Meta X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:26 -0000 Author: sunpoet Date: Tue Sep 30 15:24:25 2014 New Revision: 369630 URL: http://svnweb.freebsd.org/changeset/ports/369630 QAT: https://qat.redports.org/buildarchive/r369630/ Log: - Update to 2.142690 - Cleanup PLIST Changes: http://search.cpan.org/dist/CPAN-Meta/Changes Modified: head/devel/p5-CPAN-Meta/Makefile head/devel/p5-CPAN-Meta/distinfo head/devel/p5-CPAN-Meta/pkg-plist Modified: head/devel/p5-CPAN-Meta/Makefile ============================================================================== --- head/devel/p5-CPAN-Meta/Makefile Tue Sep 30 15:24:19 2014 (r369629) +++ head/devel/p5-CPAN-Meta/Makefile Tue Sep 30 15:24:25 2014 (r369630) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Meta -PORTVERSION= 2.142060 -PORTREVISION= 1 +PORTVERSION= 2.142690 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Meta/distinfo ============================================================================== --- head/devel/p5-CPAN-Meta/distinfo Tue Sep 30 15:24:19 2014 (r369629) +++ head/devel/p5-CPAN-Meta/distinfo Tue Sep 30 15:24:25 2014 (r369630) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Meta-2.142060.tar.gz) = afc02b2d27274f9d5d866bed73ecdd660518b6563dbdebb213350d41625b1476 -SIZE (CPAN-Meta-2.142060.tar.gz) = 89870 +SHA256 (CPAN-Meta-2.142690.tar.gz) = 495770e22e91e3d2bd04dc364f05061cabacfdce35baa3868bc0c05733d145db +SIZE (CPAN-Meta-2.142690.tar.gz) = 98282 Modified: head/devel/p5-CPAN-Meta/pkg-plist ============================================================================== --- head/devel/p5-CPAN-Meta/pkg-plist Tue Sep 30 15:24:19 2014 (r369629) +++ head/devel/p5-CPAN-Meta/pkg-plist Tue Sep 30 15:24:25 2014 (r369630) @@ -2,6 +2,11 @@ %%SITE_PERL%%/CPAN/Meta/Converter.pm %%SITE_PERL%%/CPAN/Meta/Feature.pm %%SITE_PERL%%/CPAN/Meta/History.pm +%%SITE_PERL%%/CPAN/Meta/History/Meta_1_0.pod +%%SITE_PERL%%/CPAN/Meta/History/Meta_1_1.pod +%%SITE_PERL%%/CPAN/Meta/History/Meta_1_2.pod +%%SITE_PERL%%/CPAN/Meta/History/Meta_1_3.pod +%%SITE_PERL%%/CPAN/Meta/History/Meta_1_4.pod %%SITE_PERL%%/CPAN/Meta/Merge.pm %%SITE_PERL%%/CPAN/Meta/Prereqs.pm %%SITE_PERL%%/CPAN/Meta/Spec.pm @@ -11,11 +16,12 @@ %%PERL5_MAN3%%/CPAN::Meta::Converter.3.gz %%PERL5_MAN3%%/CPAN::Meta::Feature.3.gz %%PERL5_MAN3%%/CPAN::Meta::History.3.gz +%%PERL5_MAN3%%/CPAN::Meta::History::Meta_1_0.3.gz +%%PERL5_MAN3%%/CPAN::Meta::History::Meta_1_1.3.gz +%%PERL5_MAN3%%/CPAN::Meta::History::Meta_1_2.3.gz +%%PERL5_MAN3%%/CPAN::Meta::History::Meta_1_3.3.gz +%%PERL5_MAN3%%/CPAN::Meta::History::Meta_1_4.3.gz %%PERL5_MAN3%%/CPAN::Meta::Merge.3.gz %%PERL5_MAN3%%/CPAN::Meta::Prereqs.3.gz %%PERL5_MAN3%%/CPAN::Meta::Spec.3.gz %%PERL5_MAN3%%/CPAN::Meta::Validator.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Meta -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN -@dirrmtry %%SITE_PERL%%/CPAN/Meta -@dirrmtry %%SITE_PERL%%/CPAN From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:36 2014 Return-Path: Delivered-To: svn-ports-all@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 AB12630B; Tue, 30 Sep 2014 15:24:36 +0000 (UTC) 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 7CEA0BE9; Tue, 30 Sep 2014 15:24:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOajC052852; Tue, 30 Sep 2014 15:24:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOZAZ052849; Tue, 30 Sep 2014 15:24:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOZAZ052849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369632 - head/archivers/p5-Compress-Raw-Lzma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:36 -0000 Author: sunpoet Date: Tue Sep 30 15:24:35 2014 New Revision: 369632 URL: http://svnweb.freebsd.org/changeset/ports/369632 QAT: https://qat.redports.org/buildarchive/r369632/ Log: - Update to 2.066 - Cleanup PLIST Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile head/archivers/p5-Compress-Raw-Lzma/distinfo head/archivers/p5-Compress-Raw-Lzma/pkg-plist Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Tue Sep 30 15:24:30 2014 (r369631) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Tue Sep 30 15:24:35 2014 (r369632) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Lzma -PORTVERSION= 2.064 +PORTVERSION= 2.066 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS Modified: head/archivers/p5-Compress-Raw-Lzma/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/distinfo Tue Sep 30 15:24:30 2014 (r369631) +++ head/archivers/p5-Compress-Raw-Lzma/distinfo Tue Sep 30 15:24:35 2014 (r369632) @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Lzma-2.064.tar.gz) = 8e880edb1e87522ad14574eb433b8e6373b718b2b19bb1d738ef4a2ab86d0203 -SIZE (Compress-Raw-Lzma-2.064.tar.gz) = 113232 +SHA256 (Compress-Raw-Lzma-2.066.tar.gz) = 48fb3500d638cfaae34669812eede71af14862c596c764703b5187a9e7e674d2 +SIZE (Compress-Raw-Lzma-2.066.tar.gz) = 113281 Modified: head/archivers/p5-Compress-Raw-Lzma/pkg-plist ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/pkg-plist Tue Sep 30 15:24:30 2014 (r369631) +++ head/archivers/p5-Compress-Raw-Lzma/pkg-plist Tue Sep 30 15:24:35 2014 (r369632) @@ -3,8 +3,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Lzma/Lzma.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Lzma/autosplit.ix %%PERL5_MAN3%%/Compress::Raw::Lzma.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Lzma -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:31 2014 Return-Path: Delivered-To: svn-ports-all@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 BA4AC227; Tue, 30 Sep 2014 15:24:31 +0000 (UTC) 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 8DBFBBE7; Tue, 30 Sep 2014 15:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOV5Q052712; Tue, 30 Sep 2014 15:24:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOUbC052709; Tue, 30 Sep 2014 15:24:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOUbC052709@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369631 - head/archivers/p5-Compress-Raw-Bzip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:31 -0000 Author: sunpoet Date: Tue Sep 30 15:24:30 2014 New Revision: 369631 URL: http://svnweb.freebsd.org/changeset/ports/369631 QAT: https://qat.redports.org/buildarchive/r369631/ Log: - Update to 2.066 - Cleanup PLIST Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile head/archivers/p5-Compress-Raw-Bzip2/distinfo head/archivers/p5-Compress-Raw-Bzip2/pkg-plist Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile Tue Sep 30 15:24:25 2014 (r369630) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile Tue Sep 30 15:24:30 2014 (r369631) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Bzip2 -PORTVERSION= 2.064 +PORTVERSION= 2.066 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS Modified: head/archivers/p5-Compress-Raw-Bzip2/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/distinfo Tue Sep 30 15:24:25 2014 (r369630) +++ head/archivers/p5-Compress-Raw-Bzip2/distinfo Tue Sep 30 15:24:30 2014 (r369631) @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Bzip2-2.064.tar.gz) = c3f3b9a69d06d142215b1bd7e1101f6a579a43082abba482b090389ff27b0b2b -SIZE (Compress-Raw-Bzip2-2.064.tar.gz) = 136412 +SHA256 (Compress-Raw-Bzip2-2.066.tar.gz) = 66c071ec07e9e6e381b7e570e1aafbc680ea9cf7a4f796b55b28d05e229ae5d7 +SIZE (Compress-Raw-Bzip2-2.066.tar.gz) = 136442 Modified: head/archivers/p5-Compress-Raw-Bzip2/pkg-plist ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/pkg-plist Tue Sep 30 15:24:25 2014 (r369630) +++ head/archivers/p5-Compress-Raw-Bzip2/pkg-plist Tue Sep 30 15:24:30 2014 (r369631) @@ -2,8 +2,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/Bzip2.so %%PERL5_MAN3%%/Compress::Raw::Bzip2.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:42 2014 Return-Path: Delivered-To: svn-ports-all@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 F36693F7; Tue, 30 Sep 2014 15:24:41 +0000 (UTC) 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 C57A5BEE; Tue, 30 Sep 2014 15:24:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOf93052997; Tue, 30 Sep 2014 15:24:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOfGk052993; Tue, 30 Sep 2014 15:24:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOfGk052993@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369633 - head/archivers/p5-Compress-Raw-Zlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:42 -0000 Author: sunpoet Date: Tue Sep 30 15:24:40 2014 New Revision: 369633 URL: http://svnweb.freebsd.org/changeset/ports/369633 QAT: https://qat.redports.org/buildarchive/r369633/ Log: - Update to 2.066 - Cleanup PLIST Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Raw-Zlib/distinfo head/archivers/p5-Compress-Raw-Zlib/pkg-plist Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Tue Sep 30 15:24:35 2014 (r369632) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Tue Sep 30 15:24:40 2014 (r369633) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Zlib -PORTVERSION= 2.065 +PORTVERSION= 2.066 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS Modified: head/archivers/p5-Compress-Raw-Zlib/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/distinfo Tue Sep 30 15:24:35 2014 (r369632) +++ head/archivers/p5-Compress-Raw-Zlib/distinfo Tue Sep 30 15:24:40 2014 (r369633) @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Zlib-2.065.tar.gz) = 37b819fcd320f268d96c37ea75193f167e9e42c3025b4183543722bbdb8009c4 -SIZE (Compress-Raw-Zlib-2.065.tar.gz) = 237865 +SHA256 (Compress-Raw-Zlib-2.066.tar.gz) = e864e7d6a29fcc7867ac1d2fe35e07500a1bf7ee6a1d696ef71d19e5759e1b5e +SIZE (Compress-Raw-Zlib-2.066.tar.gz) = 237917 Modified: head/archivers/p5-Compress-Raw-Zlib/pkg-plist ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/pkg-plist Tue Sep 30 15:24:35 2014 (r369632) +++ head/archivers/p5-Compress-Raw-Zlib/pkg-plist Tue Sep 30 15:24:40 2014 (r369633) @@ -2,8 +2,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/Zlib.so %%PERL5_MAN3%%/Compress::Raw::Zlib.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:47 2014 Return-Path: Delivered-To: svn-ports-all@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 EF1CA4F8; Tue, 30 Sep 2014 15:24:46 +0000 (UTC) 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 D11F2BF6; Tue, 30 Sep 2014 15:24:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOkHB053151; Tue, 30 Sep 2014 15:24:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOkuD053147; Tue, 30 Sep 2014 15:24:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOkuD053147@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369634 - head/archivers/p5-IO-Compress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:47 -0000 Author: sunpoet Date: Tue Sep 30 15:24:45 2014 New Revision: 369634 URL: http://svnweb.freebsd.org/changeset/ports/369634 QAT: https://qat.redports.org/buildarchive/r369634/ Log: - Update to 2.066 - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Compress/Changes Modified: head/archivers/p5-IO-Compress/Makefile head/archivers/p5-IO-Compress/distinfo head/archivers/p5-IO-Compress/pkg-plist Modified: head/archivers/p5-IO-Compress/Makefile ============================================================================== --- head/archivers/p5-IO-Compress/Makefile Tue Sep 30 15:24:40 2014 (r369633) +++ head/archivers/p5-IO-Compress/Makefile Tue Sep 30 15:24:45 2014 (r369634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress -PORTVERSION= 2.064 +PORTVERSION= 2.066 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -14,8 +14,8 @@ COMMENT= Perl5 compression modules (bzip LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.064:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ - p5-Compress-Raw-Zlib>=2.064:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib +BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.066:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=2.066:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod Modified: head/archivers/p5-IO-Compress/distinfo ============================================================================== --- head/archivers/p5-IO-Compress/distinfo Tue Sep 30 15:24:40 2014 (r369633) +++ head/archivers/p5-IO-Compress/distinfo Tue Sep 30 15:24:45 2014 (r369634) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-2.064.tar.gz) = cacfede77b7ca361865c0d08836fe8580860e046c61a39c2cd062c60be730ed9 -SIZE (IO-Compress-2.064.tar.gz) = 242329 +SHA256 (IO-Compress-2.066.tar.gz) = 75e349cbcf1a1310f685f580eabb6771c866209d21e473c5701f689e4501b6bf +SIZE (IO-Compress-2.066.tar.gz) = 242700 Modified: head/archivers/p5-IO-Compress/pkg-plist ============================================================================== --- head/archivers/p5-IO-Compress/pkg-plist Tue Sep 30 15:24:40 2014 (r369633) +++ head/archivers/p5-IO-Compress/pkg-plist Tue Sep 30 15:24:45 2014 (r369634) @@ -46,16 +46,3 @@ %%PERL5_MAN3%%/IO::Uncompress::RawInflate.3.gz %%PERL5_MAN3%%/IO::Uncompress::Unzip.3.gz %%EXE_FILES%%man/man1/zipdetails.1.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO -@dirrmtry %%SITE_PERL%%/IO/Uncompress/Adapter -@dirrmtry %%SITE_PERL%%/IO/Uncompress -@dirrmtry %%SITE_PERL%%/IO/Compress/Zlib -@dirrmtry %%SITE_PERL%%/IO/Compress/Zip -@dirrmtry %%SITE_PERL%%/IO/Compress/Gzip -@dirrmtry %%SITE_PERL%%/IO/Compress/Base -@dirrmtry %%SITE_PERL%%/IO/Compress/Adapter -@dirrmtry %%SITE_PERL%%/IO/Compress -@dirrmtry %%SITE_PERL%%/IO -@dirrmtry %%SITE_PERL%%/File -@dirrmtry %%SITE_PERL%%/Compress From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:52 2014 Return-Path: Delivered-To: svn-ports-all@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 40523526; Tue, 30 Sep 2014 15:24:52 +0000 (UTC) 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 13548BF7; Tue, 30 Sep 2014 15:24:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOpEu053286; Tue, 30 Sep 2014 15:24:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOp5H053281; Tue, 30 Sep 2014 15:24:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOp5H053281@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369635 - head/archivers/p5-IO-Compress-Lzf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:52 -0000 Author: sunpoet Date: Tue Sep 30 15:24:50 2014 New Revision: 369635 URL: http://svnweb.freebsd.org/changeset/ports/369635 QAT: https://qat.redports.org/buildarchive/r369635/ Log: - Update to 2.066 - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Modified: head/archivers/p5-IO-Compress-Lzf/Makefile head/archivers/p5-IO-Compress-Lzf/distinfo head/archivers/p5-IO-Compress-Lzf/pkg-plist Modified: head/archivers/p5-IO-Compress-Lzf/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/Makefile Tue Sep 30 15:24:45 2014 (r369634) +++ head/archivers/p5-IO-Compress-Lzf/Makefile Tue Sep 30 15:24:50 2014 (r369635) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzf -PORTVERSION= 2.064 +PORTVERSION= 2.066 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.064:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.066:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod Modified: head/archivers/p5-IO-Compress-Lzf/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/distinfo Tue Sep 30 15:24:45 2014 (r369634) +++ head/archivers/p5-IO-Compress-Lzf/distinfo Tue Sep 30 15:24:50 2014 (r369635) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-Lzf-2.064.tar.gz) = 2fe71ed2633096a24a433bcdbe4c715099eeeb88d68f848d040332454da5f92b -SIZE (IO-Compress-Lzf-2.064.tar.gz) = 73370 +SHA256 (IO-Compress-Lzf-2.066.tar.gz) = 098f9460058db033e0c8e817cdc369b3b0d356b595f8524fb11e1306f85863c4 +SIZE (IO-Compress-Lzf-2.066.tar.gz) = 73612 Modified: head/archivers/p5-IO-Compress-Lzf/pkg-plist ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/pkg-plist Tue Sep 30 15:24:45 2014 (r369634) +++ head/archivers/p5-IO-Compress-Lzf/pkg-plist Tue Sep 30 15:24:50 2014 (r369635) @@ -5,4 +5,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Lzf/.packlist %%PERL5_MAN3%%/IO::Compress::Lzf.3.gz %%PERL5_MAN3%%/IO::Uncompress::UnLzf.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Lzf From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:25:02 2014 Return-Path: Delivered-To: svn-ports-all@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 5550B788; Tue, 30 Sep 2014 15:25:02 +0000 (UTC) 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 275E1BFD; Tue, 30 Sep 2014 15:25:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFP2KI053621; Tue, 30 Sep 2014 15:25:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFP1TD053617; Tue, 30 Sep 2014 15:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301525.s8UFP1TD053617@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369637 - head/archivers/p5-IO-Compress-Lzop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:25:02 -0000 Author: sunpoet Date: Tue Sep 30 15:25:00 2014 New Revision: 369637 URL: http://svnweb.freebsd.org/changeset/ports/369637 QAT: https://qat.redports.org/buildarchive/r369637/ Log: - Update to 2.066 - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes Modified: head/archivers/p5-IO-Compress-Lzop/Makefile head/archivers/p5-IO-Compress-Lzop/distinfo head/archivers/p5-IO-Compress-Lzop/pkg-plist Modified: head/archivers/p5-IO-Compress-Lzop/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/Makefile Tue Sep 30 15:24:55 2014 (r369636) +++ head/archivers/p5-IO-Compress-Lzop/Makefile Tue Sep 30 15:25:00 2014 (r369637) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzop -PORTVERSION= 2.064 +PORTVERSION= 2.066 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \ - p5-IO-Compress>=2.064:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.066:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod Modified: head/archivers/p5-IO-Compress-Lzop/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/distinfo Tue Sep 30 15:24:55 2014 (r369636) +++ head/archivers/p5-IO-Compress-Lzop/distinfo Tue Sep 30 15:25:00 2014 (r369637) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-Lzop-2.064.tar.gz) = 7423b2a47c1766692dd19f29793375d4e9e0923c04b26582f70ba593c451b3ae -SIZE (IO-Compress-Lzop-2.064.tar.gz) = 77949 +SHA256 (IO-Compress-Lzop-2.066.tar.gz) = 0094649051c5c2415e08b8a618b0228b2214040eed1e724ddb5e44c5eddbc692 +SIZE (IO-Compress-Lzop-2.066.tar.gz) = 78218 Modified: head/archivers/p5-IO-Compress-Lzop/pkg-plist ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/pkg-plist Tue Sep 30 15:24:55 2014 (r369636) +++ head/archivers/p5-IO-Compress-Lzop/pkg-plist Tue Sep 30 15:25:00 2014 (r369637) @@ -6,5 +6,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Lzop/.packlist %%PERL5_MAN3%%/IO::Compress::Lzop.3.gz %%PERL5_MAN3%%/IO::Uncompress::UnLzop.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Lzop -@dirrm %%SITE_PERL%%/IO/Compress/Lzop From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:24:57 2014 Return-Path: Delivered-To: svn-ports-all@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 16E186B6; Tue, 30 Sep 2014 15:24:57 +0000 (UTC) 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 DD144BF9; Tue, 30 Sep 2014 15:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFOu8s053429; Tue, 30 Sep 2014 15:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFOuY7053426; Tue, 30 Sep 2014 15:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301524.s8UFOuY7053426@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369636 - head/archivers/p5-IO-Compress-Lzma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:24:57 -0000 Author: sunpoet Date: Tue Sep 30 15:24:55 2014 New Revision: 369636 URL: http://svnweb.freebsd.org/changeset/ports/369636 QAT: https://qat.redports.org/buildarchive/r369636/ Log: - Update to 2.066 - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes Modified: head/archivers/p5-IO-Compress-Lzma/Makefile head/archivers/p5-IO-Compress-Lzma/distinfo head/archivers/p5-IO-Compress-Lzma/pkg-plist Modified: head/archivers/p5-IO-Compress-Lzma/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/Makefile Tue Sep 30 15:24:50 2014 (r369635) +++ head/archivers/p5-IO-Compress-Lzma/Makefile Tue Sep 30 15:24:55 2014 (r369636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzma -PORTVERSION= 2.064 +PORTVERSION= 2.066 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -14,8 +14,8 @@ COMMENT= Write lzma files / buffers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Raw-Lzma>=2.064:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \ - p5-IO-Compress>=2.064:${PORTSDIR}/archivers/p5-IO-Compress +BUILD_DEPENDS= p5-Compress-Raw-Lzma>=2.066:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \ + p5-IO-Compress>=2.066:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ Modified: head/archivers/p5-IO-Compress-Lzma/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/distinfo Tue Sep 30 15:24:50 2014 (r369635) +++ head/archivers/p5-IO-Compress-Lzma/distinfo Tue Sep 30 15:24:55 2014 (r369636) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-Lzma-2.064.tar.gz) = 1d09b1315cce8d018470cd11c6632e5304c17074b418de9e323aa4bea9148a77 -SIZE (IO-Compress-Lzma-2.064.tar.gz) = 88878 +SHA256 (IO-Compress-Lzma-2.066.tar.gz) = 782b1766243e493d2792f9e61be780dc62b445e28e0bd2ac43a8c403baea240c +SIZE (IO-Compress-Lzma-2.066.tar.gz) = 89091 Modified: head/archivers/p5-IO-Compress-Lzma/pkg-plist ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/pkg-plist Tue Sep 30 15:24:50 2014 (r369635) +++ head/archivers/p5-IO-Compress-Lzma/pkg-plist Tue Sep 30 15:24:55 2014 (r369636) @@ -11,4 +11,3 @@ %%PERL5_MAN3%%/IO::Compress::Xz.3.gz %%PERL5_MAN3%%/IO::Uncompress::UnLzma.3.gz %%PERL5_MAN3%%/IO::Uncompress::UnXz.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Lzma From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:25:06 2014 Return-Path: Delivered-To: svn-ports-all@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 84BC386B; Tue, 30 Sep 2014 15:25:06 +0000 (UTC) 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 715C9BFF; Tue, 30 Sep 2014 15:25:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFP6fX053734; Tue, 30 Sep 2014 15:25:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFP6ai053733; Tue, 30 Sep 2014 15:25:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301525.s8UFP6ai053733@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369638 - head/www/rubygem-webmock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:25:06 -0000 Author: sunpoet Date: Tue Sep 30 15:25:05 2014 New Revision: 369638 URL: http://svnweb.freebsd.org/changeset/ports/369638 QAT: https://qat.redports.org/buildarchive/r369638/ Log: - Sort RUN_DEPENDS Modified: head/www/rubygem-webmock/Makefile Modified: head/www/rubygem-webmock/Makefile ============================================================================== --- head/www/rubygem-webmock/Makefile Tue Sep 30 15:25:00 2014 (r369637) +++ head/www/rubygem-webmock/Makefile Tue Sep 30 15:25:05 2014 (r369638) @@ -10,8 +10,8 @@ COMMENT= Allows stubbing HTTP requests a LICENSE= MIT -RUN_DEPENDS= rubygem-crack>=0.3.2:${PORTSDIR}/devel/rubygem-crack \ - rubygem-addressable>=2.3.6:${PORTSDIR}/www/rubygem-addressable +RUN_DEPENDS= rubygem-addressable>=2.3.6:${PORTSDIR}/www/rubygem-addressable \ + rubygem-crack>=0.3.2:${PORTSDIR}/devel/rubygem-crack USE_RUBY= yes USE_RUBYGEMS= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:39:47 2014 Return-Path: Delivered-To: svn-ports-all@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 C228CF42; Tue, 30 Sep 2014 15:39:47 +0000 (UTC) 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 AED03D5F; Tue, 30 Sep 2014 15:39:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFdlLL059127; Tue, 30 Sep 2014 15:39:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFdlok059126; Tue, 30 Sep 2014 15:39:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409301539.s8UFdlok059126@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Sep 2014 15:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369639 - head/devel/automake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:39:47 -0000 Author: mat Date: Tue Sep 30 15:39:46 2014 New Revision: 369639 URL: http://svnweb.freebsd.org/changeset/ports/369639 QAT: https://qat.redports.org/buildarchive/r369639/ Log: Bump PORTREVISION to solve this error: aclocal-1.14: error: couldn't open directory '/usr/local/share/aclocal': No such file or directory Which happens if the automake package was built before pkg 1.3.8, because share/aclocal was part of BSD.local.dist, and was not created by this port. Sponsored by: Absolight Modified: head/devel/automake/Makefile Modified: head/devel/automake/Makefile ============================================================================== --- head/devel/automake/Makefile Tue Sep 30 15:25:05 2014 (r369638) +++ head/devel/automake/Makefile Tue Sep 30 15:39:46 2014 (r369639) @@ -3,6 +3,7 @@ PORTNAME= automake PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:45:00 2014 Return-Path: Delivered-To: svn-ports-all@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 7BB31124; Tue, 30 Sep 2014 15:45:00 +0000 (UTC) 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 684DAE27; Tue, 30 Sep 2014 15:45:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFj0k2063357; Tue, 30 Sep 2014 15:45:00 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFixp8063323; Tue, 30 Sep 2014 15:44:59 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201409301544.s8UFixp8063323@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 30 Sep 2014 15:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369640 - head/net/libutp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:45:00 -0000 Author: mi Date: Tue Sep 30 15:44:58 2014 New Revision: 369640 URL: http://svnweb.freebsd.org/changeset/ports/369640 QAT: https://qat.redports.org/buildarchive/r369640/ Log: Update from 0.20120526 to 0.20130514. PR: 194036 Submitted by: Jan Beich Modified: head/net/libutp/Makefile head/net/libutp/distinfo Modified: head/net/libutp/Makefile ============================================================================== --- head/net/libutp/Makefile Tue Sep 30 15:39:46 2014 (r369639) +++ head/net/libutp/Makefile Tue Sep 30 15:44:58 2014 (r369640) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= bittorrent-libutp -PORTVERSION= 0.20120526 -DISTVERSION= d4685a3 +PORTVERSION= 0.20130514 +DISTVERSION= 7c4f19a CATEGORIES= net devel MASTER_SITES= https://github.com/bittorrent/libutp/tarball/${DISTVERSION}/ Modified: head/net/libutp/distinfo ============================================================================== --- head/net/libutp/distinfo Tue Sep 30 15:39:46 2014 (r369639) +++ head/net/libutp/distinfo Tue Sep 30 15:44:58 2014 (r369640) @@ -1,2 +1,2 @@ -SHA256 (bittorrent-libutp-d4685a3.tar.gz) = 0b4096d3a03cd171743a6f1db37e4cb1d6c8ef27bbebbc21a3eb9ee93c37b37f -SIZE (bittorrent-libutp-d4685a3.tar.gz) = 70654 +SHA256 (bittorrent-libutp-7c4f19a.tar.gz) = 305ae8aa43bee7d7d7d1411b07bcde246fab449fbdaf087673cf7b07659cb934 +SIZE (bittorrent-libutp-7c4f19a.tar.gz) = 71029 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:02:20 2014 Return-Path: Delivered-To: svn-ports-all@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 4486454A; Tue, 30 Sep 2014 16:02:20 +0000 (UTC) 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 2586DBA; Tue, 30 Sep 2014 16:02:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UG2K6K072556; Tue, 30 Sep 2014 16:02:20 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UG2JIG072552; Tue, 30 Sep 2014 16:02:19 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201409301602.s8UG2JIG072552@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 30 Sep 2014 16:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369641 - in head/devel: . py-wcwidth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:02:20 -0000 Author: skreuzer Date: Tue Sep 30 16:02:18 2014 New Revision: 369641 URL: http://svnweb.freebsd.org/changeset/ports/369641 QAT: https://qat.redports.org/buildarchive/r369641/ Log: This API is mainly for Terminal Emulator implementors -- any python program that attempts to determine the printable width of a string on a Terminal. It is certainly possible to use your Operating System's wcwidth() and wcswidth() calls if it is POSIX-conforming, but this would not be possible on non-POSIX platforms, such as Windows, or for alternative Python implementations, such as jython. WWW: https://github.com/jquast/wcwidth Added: head/devel/py-wcwidth/ head/devel/py-wcwidth/Makefile (contents, props changed) head/devel/py-wcwidth/distinfo (contents, props changed) head/devel/py-wcwidth/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 30 15:44:58 2014 (r369640) +++ head/devel/Makefile Tue Sep 30 16:02:18 2014 (r369641) @@ -3978,6 +3978,7 @@ SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper SUBDIR += py-watchdog + SUBDIR += py-wcwidth SUBDIR += py-wheel SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools Added: head/devel/py-wcwidth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wcwidth/Makefile Tue Sep 30 16:02:18 2014 (r369641) @@ -0,0 +1,18 @@ +# Created by: Steven Kreuzer +# $FreeBSD$ + +PORTNAME= wcwidth +PORTVERSION= 0.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Determine the printable width of the terminal + +LICENSE= MIT + +USES= python:2 +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-wcwidth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wcwidth/distinfo Tue Sep 30 16:02:18 2014 (r369641) @@ -0,0 +1,2 @@ +SHA256 (wcwidth-0.1.1.tar.gz) = 019b71c91209e44c50a2cc97f50a60ed9bc35ca37b6f3f8fe3a6fdaafe58fc55 +SIZE (wcwidth-0.1.1.tar.gz) = 16349 Added: head/devel/py-wcwidth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wcwidth/pkg-descr Tue Sep 30 16:02:18 2014 (r369641) @@ -0,0 +1,9 @@ +This API is mainly for Terminal Emulator implementors -- any python program +that attempts to determine the printable width of a string on a Terminal. + +It is certainly possible to use your Operating System's wcwidth() and +wcswidth() calls if it is POSIX-conforming, but this would not be possible on +non-POSIX platforms, such as Windows, or for alternative Python +implementations, such as jython. + +WWW: https://github.com/jquast/wcwidth From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:07:21 2014 Return-Path: Delivered-To: svn-ports-all@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 B320D6E8 for ; Tue, 30 Sep 2014 16:07:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7A64B105 for ; Tue, 30 Sep 2014 16:07:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UG7Lnf003816 for ; Tue, 30 Sep 2014 16:07:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s8UG7Lsg003807 for svn-ports-all@freebsd.org; Tue, 30 Sep 2014 16:07:21 GMT (envelope-from bdrewery) Received: (qmail 25877 invoked from network); 30 Sep 2014 11:07:18 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 30 Sep 2014 11:07:18 -0500 Message-ID: <542AD530.7030902@FreeBSD.org> Date: Tue, 30 Sep 2014 11:07:12 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Baptiste Daroussin , "pkg@freebsd.org" Subject: Re: svn commit: r369639 - head/devel/automake References: <201409301539.s8UFdlok059126@svn.freebsd.org> In-Reply-To: <201409301539.s8UFdlok059126@svn.freebsd.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fWNn2qOlPCdFnP2EwMHxSuXhgv7HJjUuN" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:07:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fWNn2qOlPCdFnP2EwMHxSuXhgv7HJjUuN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 9/30/2014 10:39 AM, Mathieu Arnold wrote: > Author: mat > Date: Tue Sep 30 15:39:46 2014 > New Revision: 369639 > URL: http://svnweb.freebsd.org/changeset/ports/369639 > QAT: https://qat.redports.org/buildarchive/r369639/ >=20 > Log: > Bump PORTREVISION to solve this error: > aclocal-1.14: error: couldn't open directory '/usr/local/share/acloca= l': No such file or directory > =20 > Which happens if the automake package was built before pkg 1.3.8, bec= ause > share/aclocal was part of BSD.local.dist, and was not created by this= port. > =20 > Sponsored by: Absolight >=20 This indicates a much larger problem to me that needs to be fixed. We can't easily determine what other ports are affected by this since an exp-run wipes out all packages. The only solution I see is to retain BSD.local.dist, or have pkg install the entire mtree itself. --=20 Regards, Bryan Drewery --fWNn2qOlPCdFnP2EwMHxSuXhgv7HJjUuN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJUKtUwAAoJEDXXcbtuRpfP9cEH/i61//GKP31s2e9VL3obWY5s cvPS5vksYnTbmrpJqRgeuzz6svjwwNLwq+sTXtTAx9tZJjhUpWjKxMea17x/oaMg F9kqhncsdnWHF+kwXJ8Znjom326NeFi0lKXEHRi5z66rl1AUIoGFMBHxPI1iTy2U os+VeQUV7WLiVDAeCNO1SWyoSDdPyzgYlGIY3nBzu4F5nLqeI3M6QzOFKTgNogzP N+wx+qyYukV8wmTKnnSTT8+EHDHBxBeKma28whBJzkSO5nQM4QiZ3ZjfCF7UBStq 7HsIvbVO5UUaSDm2yLuRxKarxLYp/41DC1GqxtEt0RFMq0oWNnYJhjJaMs1O/BI= =MjZu -----END PGP SIGNATURE----- --fWNn2qOlPCdFnP2EwMHxSuXhgv7HJjUuN-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:19:26 2014 Return-Path: Delivered-To: svn-ports-all@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 E5580D11; Tue, 30 Sep 2014 16:19:26 +0000 (UTC) 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 D1E6922A; Tue, 30 Sep 2014 16:19:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UGJQqn078605; Tue, 30 Sep 2014 16:19:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UGJQSG078603; Tue, 30 Sep 2014 16:19:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409301619.s8UGJQSG078603@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Sep 2014 16:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369642 - head/devel/rubygem-hoe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:19:27 -0000 Author: swills Date: Tue Sep 30 16:19:25 2014 New Revision: 369642 URL: http://svnweb.freebsd.org/changeset/ports/369642 QAT: https://qat.redports.org/buildarchive/r369642/ Log: devel/rubygem-hoe: update to 3.13.0 Modified: head/devel/rubygem-hoe/Makefile head/devel/rubygem-hoe/distinfo Modified: head/devel/rubygem-hoe/Makefile ============================================================================== --- head/devel/rubygem-hoe/Makefile Tue Sep 30 16:02:18 2014 (r369641) +++ head/devel/rubygem-hoe/Makefile Tue Sep 30 16:19:25 2014 (r369642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hoe -PORTVERSION= 3.12.0 +PORTVERSION= 3.13.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-hoe/distinfo ============================================================================== --- head/devel/rubygem-hoe/distinfo Tue Sep 30 16:02:18 2014 (r369641) +++ head/devel/rubygem-hoe/distinfo Tue Sep 30 16:19:25 2014 (r369642) @@ -1,2 +1,2 @@ -SHA256 (rubygem/hoe-3.12.0.gem) = 2102325882d9bace24b6c5479ae80cb9a372da1568710dd00dbbde45405a39d8 -SIZE (rubygem/hoe-3.12.0.gem) = 130048 +SHA256 (rubygem/hoe-3.13.0.gem) = a74013aa6749ab10f0db92e9ad56e735d407104baa0981bf0d10dc2feacefef7 +SIZE (rubygem/hoe-3.13.0.gem) = 130048 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:19:43 2014 Return-Path: Delivered-To: svn-ports-all@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 023FADFA; Tue, 30 Sep 2014 16:19:43 +0000 (UTC) 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 D8F2622E; Tue, 30 Sep 2014 16:19:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UGJg9Q078756; Tue, 30 Sep 2014 16:19:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UGJg6b078754; Tue, 30 Sep 2014 16:19:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301619.s8UGJg6b078754@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 16:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369643 - head/misc/getopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:19:43 -0000 Author: sunpoet Date: Tue Sep 30 16:19:41 2014 New Revision: 369643 URL: http://svnweb.freebsd.org/changeset/ports/369643 QAT: https://qat.redports.org/buildarchive/r369643/ Log: - Fix PLIST when NLS option is off Modified: head/misc/getopt/Makefile head/misc/getopt/pkg-plist Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Tue Sep 30 16:19:25 2014 (r369642) +++ head/misc/getopt/Makefile Tue Sep 30 16:19:41 2014 (r369643) @@ -13,6 +13,7 @@ COMMENT= Replacement for getopt(1) that LICENSE= GPLv2 OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes MAKE_ARGS= CC=${CC} LIBCGETOPT=0 USES= gmake Modified: head/misc/getopt/pkg-plist ============================================================================== --- head/misc/getopt/pkg-plist Tue Sep 30 16:19:25 2014 (r369642) +++ head/misc/getopt/pkg-plist Tue Sep 30 16:19:41 2014 (r369643) @@ -1,27 +1,27 @@ bin/getopt man/man1/getopt.1.gz -share/locale/ca/LC_MESSAGES/getopt.mo -share/locale/cs/LC_MESSAGES/getopt.mo -share/locale/da/LC_MESSAGES/getopt.mo -share/locale/de/LC_MESSAGES/getopt.mo -share/locale/es/LC_MESSAGES/getopt.mo -share/locale/et/LC_MESSAGES/getopt.mo -share/locale/eu/LC_MESSAGES/getopt.mo -share/locale/fi/LC_MESSAGES/getopt.mo -share/locale/fr/LC_MESSAGES/getopt.mo -share/locale/gl/LC_MESSAGES/getopt.mo -share/locale/hu/LC_MESSAGES/getopt.mo -share/locale/id/LC_MESSAGES/getopt.mo -share/locale/it/LC_MESSAGES/getopt.mo -share/locale/ja/LC_MESSAGES/getopt.mo -share/locale/nl/LC_MESSAGES/getopt.mo -share/locale/pl/LC_MESSAGES/getopt.mo -share/locale/pt_BR/LC_MESSAGES/getopt.mo -share/locale/ru/LC_MESSAGES/getopt.mo -share/locale/sl/LC_MESSAGES/getopt.mo -share/locale/sv/LC_MESSAGES/getopt.mo -share/locale/tr/LC_MESSAGES/getopt.mo -share/locale/uk/LC_MESSAGES/getopt.mo -share/locale/vi/LC_MESSAGES/getopt.mo -share/locale/zh_CN/LC_MESSAGES/getopt.mo -share/locale/zh_TW/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/ca/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/cs/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/da/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/de/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/es/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/et/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/eu/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/fi/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/fr/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/gl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/hu/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/id/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/it/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/ja/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/nl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/pl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/ru/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/sl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/sv/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/tr/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/uk/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/vi/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/getopt.mo From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:22:06 2014 Return-Path: Delivered-To: svn-ports-all@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 17121F39; Tue, 30 Sep 2014 16:22:06 +0000 (UTC) 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 EC78431B; Tue, 30 Sep 2014 16:22:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UGM5qD082569; Tue, 30 Sep 2014 16:22:05 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UGM5lB082567; Tue, 30 Sep 2014 16:22:05 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409301622.s8UGM5lB082567@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 30 Sep 2014 16:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369644 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:22:06 -0000 Author: bdrewery Date: Tue Sep 30 16:22:05 2014 New Revision: 369644 URL: http://svnweb.freebsd.org/changeset/ports/369644 QAT: https://qat.redports.org/buildarchive/r369644/ Log: If either of OSVERSION or UNAME_r is improperly set when building in a jail/chroot, a number of unexpected errors can occur. 1. autotools fixup may not run when needed. This could be avoided by always running it [PR 177980, 177403]. 2. Not having UNAME_r set will cause many unknown errors. Many ports use OSREL (derived from UNAME_r) to determine the name of files. This is usually also due to the port build itself using uname -r to derive filenames or 'built for' messages. [PR 192449, 191943] Without having these sanity checks it is very easy for users to get into situations where "everything worked" until they touch a certain port that reads uname(1) output or OSVERSION. It has always been necessary to define all of the UNAME_ vars and OSVERSION (or have a proper sys/param.h present), but many users do not know this. Remove the fallback on the kernel for kern.osreldate as it easily gets the answer wrong. I have added sanity checks to ensure OSVERSION==OSREL==UNAME_r as these are the most critical vars to have set properly. Differential Revision: https://reviews.freebsd.org/D869 PR: 177980, 177403, 192449, 191943 Reviewed by: antoine, bapt, gjb With hat: portmgr Modified: head/CHANGES head/Mk/bsd.port.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Tue Sep 30 16:19:41 2014 (r369643) +++ head/CHANGES Tue Sep 30 16:22:05 2014 (r369644) @@ -10,6 +10,36 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20140930: +AUTHOR: bdrewery@FreeBSD.org + + Building ports in a chroot or jail have always required a particular + environment be setup. This was not clear though and the ports framework + did not enforce it. These requirements are: + 1. Either a SRC_BASE/sys/sys/param.h, or /usr/include/sys/param.h be + present with the __FreeBSD_version_ number of the target system, + or OSVERSION be set in the environment. Lack of these would fallback + on kern.osreldate before, which is no longer the case. + 2. UNAME_r,UNAME_v,UNAME_s all must be set for the target system. + + Not having these values in sync will now cause the build to error until it is + resolved. + + Setting these in the environment can be done via your own wrapper scripts, + or /etc/login.conf (along with cap_mkdb /etc/login.conf) or + via /etc/make.conf using appropriate values. Note that OSVERSION is redundant + if a proper param.h is in the environment: + + OSVERSION+= 1100036 + UNAME_ENV+= OSVERSION=${OSVERSION} + UNAME_ENV+= UNAME_s=FreeBSD + UNAME_ENV+= UNAME_r=11.0-CURRENT + UNAME_ENV+= UNAME_v="${UNAME_s} ${UNAME_r}" + .MAKEFLAGS: ${UNAME_ENV} + MAKE_ENV+= ${UNAME_ENV} + CONFIGURE_ENV+= ${UNAME_ENV} + SCRIPTS_ENV+= ${UNAME_ENV} + 20140922: AUTHOR: bapt@FreeBSD.org Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Sep 30 16:19:41 2014 (r369643) +++ head/Mk/bsd.port.mk Tue Sep 30 16:22:05 2014 (r369644) @@ -1186,10 +1186,10 @@ ARCH!= ${UNAME} -p OPSYS!= ${UNAME} -s .endif +UNAMER!=${UNAME} -r + # Get the operating system revision -.if !defined(OSREL) -OSREL!= ${UNAME} -r | ${SED} -e 's/[-(].*//' -.endif +OSREL?= ${UNAMER:C/-.*//} # Get __FreeBSD_version .if !defined(OSVERSION) @@ -1198,10 +1198,19 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:] .elif exists(${SRC_BASE}/sys/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC_BASE}/sys/sys/param.h .else -OSVERSION!= ${SYSCTL} -n kern.osreldate +.error Unable to determine OS version. Either define OSVERSION, install /usr/include/sys/param.h or define SRC_BASE. .endif .endif +# Convert OSVERSION to major release number +_OSVERSION_MAJOR= ${OSVERSION:C/([0-9]?[0-9])([0-9][0-9])[0-9]{3}/\1/} +# Sanity checks for chroot/jail building. +.if ${_OSVERSION_MAJOR} != ${UNAMER:R} +.error UNAME_r (${UNAMER}) and OSVERSION (${OSVERSION}) do not agree on major version number. +.elif ${_OSVERSION_MAJOR} != ${OSREL:R} +.error OSREL (${OSREL}) and OSVERSION (${OSVERSION}) do not agree on major version number. +.endif + # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless # WITHOUT_NEW_XORG is set. .if (${OSVERSION} >= 902510 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:31:11 2014 Return-Path: Delivered-To: svn-ports-all@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 B1FC73D0 for ; Tue, 30 Sep 2014 16:31:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7822464B for ; Tue, 30 Sep 2014 16:31:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UGVB6M013437 for ; Tue, 30 Sep 2014 16:31:11 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s8UGVBt2013436 for svn-ports-all@freebsd.org; Tue, 30 Sep 2014 16:31:11 GMT (envelope-from bdrewery) Received: (qmail 5808 invoked from network); 30 Sep 2014 11:31:09 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 30 Sep 2014 11:31:09 -0500 Message-ID: <542ADAC8.80107@FreeBSD.org> Date: Tue, 30 Sep 2014 11:31:04 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, "pkg@freebsd.org" Subject: Re: svn commit: r369639 - head/devel/automake References: <201409301539.s8UFdlok059126@svn.freebsd.org> <542AD530.7030902@FreeBSD.org> In-Reply-To: <542AD530.7030902@FreeBSD.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RIrsdGDewCJITJb3MNqb6qwWTqwOoWORl" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:31:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --RIrsdGDewCJITJb3MNqb6qwWTqwOoWORl Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 9/30/2014 11:07 AM, Bryan Drewery wrote: > On 9/30/2014 10:39 AM, Mathieu Arnold wrote: >> Author: mat >> Date: Tue Sep 30 15:39:46 2014 >> New Revision: 369639 >> URL: http://svnweb.freebsd.org/changeset/ports/369639 >> QAT: https://qat.redports.org/buildarchive/r369639/ >> >> Log: >> Bump PORTREVISION to solve this error: >> aclocal-1.14: error: couldn't open directory '/usr/local/share/acloc= al': No such file or directory >> =20 >> Which happens if the automake package was built before pkg 1.3.8, be= cause >> share/aclocal was part of BSD.local.dist, and was not created by thi= s port. >> =20 >> Sponsored by: Absolight >> >=20 > This indicates a much larger problem to me that needs to be fixed. We > can't easily determine what other ports are affected by this since an > exp-run wipes out all packages. The only solution I see is to retain > BSD.local.dist, or have pkg install the entire mtree itself. >=20 >=20 Apparently this was just a mistake in a previous commit to devel/automake= =2E https://reviews.freebsd.org/D870 is to create a pkg mtree port. --=20 Regards, Bryan Drewery --RIrsdGDewCJITJb3MNqb6qwWTqwOoWORl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJUKtrIAAoJEDXXcbtuRpfPjDwH/3WWPmGMxujfxUH4T4cFtFIr gJ4PmzELK06GXDhvmGQVmXR1m6kVw0UB88CZmB6kC9pdDdf72zNCTk2QRTGEuTdT e14VI0pzKYvnLsG1b5sXhVjdVTTBJPWzctS+dD3OaBoqERnKKDOXZceGfILLzZTr KfdOcooq0BaCHIdIgxvJhDbXI75rHM/jEbG9rqiCGsIWNr9cxi9FwVK86jz13hSX 5W5fDJn8WrqVKOFDsFdpGjkAV8AXD85kq0Vw9NAZ3TU5wnG5dlHbv6yV1E0/GOIn G/779DRXL7cvJkALDa5zxToxTrqweaqkZlwhoSrAxb1qOrleq8vQgu/kZ1g7GO4= =52Ak -----END PGP SIGNATURE----- --RIrsdGDewCJITJb3MNqb6qwWTqwOoWORl-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:49:14 2014 Return-Path: Delivered-To: svn-ports-all@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 35E58AC4; Tue, 30 Sep 2014 16:49:14 +0000 (UTC) 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 223CB830; Tue, 30 Sep 2014 16:49:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UGnEpt093057; Tue, 30 Sep 2014 16:49:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UGnDIH093055; Tue, 30 Sep 2014 16:49:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409301649.s8UGnDIH093055@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Sep 2014 16:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369645 - head/textproc/rubygem-sanitize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:49:14 -0000 Author: swills Date: Tue Sep 30 16:49:13 2014 New Revision: 369645 URL: http://svnweb.freebsd.org/changeset/ports/369645 QAT: https://qat.redports.org/buildarchive/r369645/ Log: textproc/rubygem-sanitize: update to 3.0.2 Modified: head/textproc/rubygem-sanitize/Makefile head/textproc/rubygem-sanitize/distinfo Modified: head/textproc/rubygem-sanitize/Makefile ============================================================================== --- head/textproc/rubygem-sanitize/Makefile Tue Sep 30 16:22:05 2014 (r369644) +++ head/textproc/rubygem-sanitize/Makefile Tue Sep 30 16:49:13 2014 (r369645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sanitize -PORTVERSION= 2.1.0 +PORTVERSION= 3.0.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-sanitize/distinfo ============================================================================== --- head/textproc/rubygem-sanitize/distinfo Tue Sep 30 16:22:05 2014 (r369644) +++ head/textproc/rubygem-sanitize/distinfo Tue Sep 30 16:49:13 2014 (r369645) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sanitize-2.1.0.gem) = c3be075f5b38a1b02404be5778b181e50fba9ab253bac851cb217d9a71375b77 -SIZE (rubygem/sanitize-2.1.0.gem) = 20992 +SHA256 (rubygem/sanitize-3.0.2.gem) = 95f678ec4fdd370d49c9ba2286601900f21a585f3aa492f1be83fac18aa268bd +SIZE (rubygem/sanitize-3.0.2.gem) = 35328 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:51:22 2014 Return-Path: Delivered-To: svn-ports-all@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 5F131D9B; Tue, 30 Sep 2014 16:51:22 +0000 (UTC) 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 4BB0C8E0; Tue, 30 Sep 2014 16:51:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UGpMUX095992; Tue, 30 Sep 2014 16:51:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UGpLWd095990; Tue, 30 Sep 2014 16:51:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409301651.s8UGpLWd095990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Sep 2014 16:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369646 - head/net/rubygem-octokit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:51:22 -0000 Author: swills Date: Tue Sep 30 16:51:21 2014 New Revision: 369646 URL: http://svnweb.freebsd.org/changeset/ports/369646 QAT: https://qat.redports.org/buildarchive/r369646/ Log: net/rubygem-octokit: update to 3.4.0 Modified: head/net/rubygem-octokit/Makefile head/net/rubygem-octokit/distinfo Modified: head/net/rubygem-octokit/Makefile ============================================================================== --- head/net/rubygem-octokit/Makefile Tue Sep 30 16:49:13 2014 (r369645) +++ head/net/rubygem-octokit/Makefile Tue Sep 30 16:51:21 2014 (r369646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octokit -PORTVERSION= 3.3.1 +PORTVERSION= 3.4.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-octokit/distinfo ============================================================================== --- head/net/rubygem-octokit/distinfo Tue Sep 30 16:49:13 2014 (r369645) +++ head/net/rubygem-octokit/distinfo Tue Sep 30 16:51:21 2014 (r369646) @@ -1,2 +1,2 @@ -SHA256 (rubygem/octokit-3.3.1.gem) = b6553d739faeb3b91fc8a1b9b3953d4532125b295bae8fbdd072e0663508d777 -SIZE (rubygem/octokit-3.3.1.gem) = 56320 +SHA256 (rubygem/octokit-3.4.0.gem) = 762d2ae13b60b62284cd945107ab052ab83dabff0b5d90d937455cd2fe42943d +SIZE (rubygem/octokit-3.4.0.gem) = 56320 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:54:26 2014 Return-Path: Delivered-To: svn-ports-all@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 B46B7191; Tue, 30 Sep 2014 16:54:26 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C38F991A; Tue, 30 Sep 2014 16:54:25 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id em10so3980045wid.7 for ; Tue, 30 Sep 2014 09:54:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=5Bkp51TXBku4itRxREMyw/L1qrx+TXFL21jODwEjb40=; b=OjzDVOX1qM25uPkldnPMEfKfhz+/rqtaE31/4pNN8pBqksDjTr4HtsDJ5EC/WjsTk/ XY+L6QpBxTPfDSkSNBdQQU6yIrUlWtMrK+U5wWPrSj5YURoMVV6DAOMTwk2Qkt26BgAo 9OWYtt2Vzi37uqe6UYR8Ys/kaaJyopQNTj4NNfrpEfpD3BnR/W78QcTR6DjGZyRD4nTK 9AN/0nNMwWaIhBVhUSkNFaYX5ddOYEdZXOPstT61JEG615LkJvqz+4ZvCQpHIRncc4Ki bJF3Kq4okrQJrqQky149LCZTRivvKgOVzipdCGsZNUwP3m7+mkJUr2KhCfSN0J6PZlN+ 7V5g== X-Received: by 10.180.84.98 with SMTP id x2mr7282227wiy.18.1412096064134; Tue, 30 Sep 2014 09:54:24 -0700 (PDT) Received: from tuborg (AMarseille-656-1-606-214.w92-158.abo.wanadoo.fr. [92.158.199.214]) by mx.google.com with ESMTPSA id lk6sm19807528wjb.26.2014.09.30.09.54.22 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Sep 2014 09:54:23 -0700 (PDT) Sender: Olivier Duchateau Date: Tue, 30 Sep 2014 18:51:00 +0000 From: Olivier Duchateau To: Koop Mast Subject: Re: svn commit: r369577 - head/devel/goffice010 Message-Id: <20140930185100.1fae006a7a962f5f75fb4685@freebsd.org> In-Reply-To: <201409300902.s8U92Oam066794@svn.freebsd.org> References: <201409300902.s8U92Oam066794@svn.freebsd.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:54:26 -0000 On Tue, 30 Sep 2014 09:02:24 +0000 (UTC) Koop Mast wrote: > Author: kwm > Date: Tue Sep 30 09:02:23 2014 > New Revision: 369577 > URL: http://svnweb.freebsd.org/changeset/ports/369577 > QAT: https://qat.redports.org/buildarchive/r369577/ > > Log: > Revert back to 0.10.11, but keep the improvements. > > The 0.10.18 version needs a newer glib20 version then is in ports, > I accidently tested with a packageset that had a newer version. > No portepoch since it wasn't building. Why not update to 0.10.14? Few months ago I send PR [1] for that. New release (devel/goffice) needs GIR (GObject Introspection) file of devel/libgsf. I allready send PR [2], for previous release, but it's still missing in current port. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188618 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188522 > > Submitted by: antoine@ > Pointyhat to: kwm@ > > Modified: > head/devel/goffice010/Makefile > head/devel/goffice010/distinfo > head/devel/goffice010/pkg-plist > > Modified: head/devel/goffice010/Makefile > ============================================================================== > --- head/devel/goffice010/Makefile Tue Sep 30 08:39:34 2014 (r369576) > +++ head/devel/goffice010/Makefile Tue Sep 30 09:02:23 2014 (r369577) > @@ -3,7 +3,7 @@ > # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ > > PORTNAME= goffice > -PORTVERSION= 0.10.18 > +PORTVERSION= 0.10.11 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > PKGNAMESUFFIX= 010 > > Modified: head/devel/goffice010/distinfo > ============================================================================== > --- head/devel/goffice010/distinfo Tue Sep 30 08:39:34 2014 (r369576) > +++ head/devel/goffice010/distinfo Tue Sep 30 09:02:23 2014 (r369577) > @@ -1,2 +1,2 @@ > -SHA256 (goffice-0.10.18.tar.xz) = 4743a148d4452743f3484ed28285a6889adb4af2a61b72448e0ddfe7d5142c64 > -SIZE (goffice-0.10.18.tar.xz) = 2306320 > +SHA256 (goffice-0.10.11.tar.xz) = 43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24 > +SIZE (goffice-0.10.11.tar.xz) = 2228656 > > Modified: head/devel/goffice010/pkg-plist > ============================================================================== > --- head/devel/goffice010/pkg-plist Tue Sep 30 08:39:34 2014 (r369576) > +++ head/devel/goffice010/pkg-plist Tue Sep 30 09:02:23 2014 (r369577) > @@ -109,7 +109,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h > -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-math-editor.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h > @@ -121,7 +120,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h > -include/libgoffice-%%SHORT_VER%%/goffice/math/go-dtoa.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix.h > @@ -148,7 +146,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h > -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-mml-to-itex.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h > @@ -161,7 +158,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-styled-object.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-svg.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h > -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-unit.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h > @@ -194,7 +190,7 @@ lib/goffice/%%VERSION%%/plugins/smoothin > lib/goffice/%%VERSION%%/plugins/smoothing/types.xml > lib/libgoffice-%%SHORT_VER%%.so > lib/libgoffice-%%SHORT_VER%%.so.10 > -lib/libgoffice-%%SHORT_VER%%.so.10.0.18 > +lib/libgoffice-%%SHORT_VER%%.so.10.0.11 > libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc > share/doc/goffice-%%SHORT_VER%%/GOArrow.html > share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html > @@ -216,7 +212,6 @@ share/doc/goffice-%%SHORT_VER%%/GODocCon > share/doc/goffice-%%SHORT_VER%%/GOEditor.html > share/doc/goffice-%%SHORT_VER%%/GOErrorInfo.html > share/doc/goffice-%%SHORT_VER%%/GOFileSaver.html > -share/doc/goffice-%%SHORT_VER%%/GOFont.html > share/doc/goffice-%%SHORT_VER%%/GOFontSel.html > share/doc/goffice-%%SHORT_VER%%/GOFormat.html > share/doc/goffice-%%SHORT_VER%%/GOFormatSel.html > @@ -319,6 +314,7 @@ share/doc/goffice-%%SHORT_VER%%/goffice- > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html > +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html > @@ -347,24 +343,13 @@ share/doc/goffice-%%SHORT_VER%%/home.png > share/doc/goffice-%%SHORT_VER%%/index.html > share/doc/goffice-%%SHORT_VER%%/index.sgml > share/doc/goffice-%%SHORT_VER%%/left.png > -share/doc/goffice-%%SHORT_VER%%/left-insensitive.png > share/doc/goffice-%%SHORT_VER%%/pt01.html > share/doc/goffice-%%SHORT_VER%%/pt02.html > share/doc/goffice-%%SHORT_VER%%/pt03.html > share/doc/goffice-%%SHORT_VER%%/pt04.html > share/doc/goffice-%%SHORT_VER%%/right.png > -share/doc/goffice-%%SHORT_VER%%/right-insensitive.png > share/doc/goffice-%%SHORT_VER%%/style.css > share/doc/goffice-%%SHORT_VER%%/up.png > -share/doc/goffice-%%SHORT_VER%%/up-insensitive.png > -%%DATADIR%%/%%VERSION%%/mmlitex/README > -%%DATADIR%%/%%VERSION%%/mmlitex/cmarkup.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/entities.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/glayout.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/mmlitex.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/scripts.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/tables.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/tokens.xsl > share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo > share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo > share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo > -- olivier From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:54:57 2014 Return-Path: Delivered-To: svn-ports-all@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 7802B284; Tue, 30 Sep 2014 16:54:57 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 24D53924; Tue, 30 Sep 2014 16:54:55 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An0GANPeKlRbsJBV/2dsb2JhbABggw5TTQrKKIdNAoEJFwF7hAQBAQQ6HCMQCw4GBAklDyoeBhMbiCcBCL5+AReQHgeESwEEliWHCYFmlAuDZTsvgkoBAQE Received: from 85.144-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.144.85]) by relay.skynet.be with ESMTP; 30 Sep 2014 18:53:44 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s8UGrgEa016683; Tue, 30 Sep 2014 18:53:42 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 30 Sep 2014 18:53:42 +0200 From: Tijl Coosemans To: Bryan Drewery Subject: Re: svn commit: r369639 - head/devel/automake Message-ID: <20140930185342.3339ecbd@kalimero.tijl.coosemans.org> In-Reply-To: <542AD530.7030902@FreeBSD.org> References: <201409301539.s8UFdlok059126@svn.freebsd.org> <542AD530.7030902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, "pkg@freebsd.org" , Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org, Mathieu Arnold X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:54:57 -0000 On Tue, 30 Sep 2014 11:07:12 -0500 Bryan Drewery wrote: > On 9/30/2014 10:39 AM, Mathieu Arnold wrote: >> Author: mat >> Date: Tue Sep 30 15:39:46 2014 >> New Revision: 369639 >> URL: http://svnweb.freebsd.org/changeset/ports/369639 >> QAT: https://qat.redports.org/buildarchive/r369639/ >> >> Log: >> Bump PORTREVISION to solve this error: >> aclocal-1.14: error: couldn't open directory '/usr/local/share/aclocal': No such file or directory >> >> Which happens if the automake package was built before pkg 1.3.8, because >> share/aclocal was part of BSD.local.dist, and was not created by this port. >> >> Sponsored by: Absolight > > This indicates a much larger problem to me that needs to be fixed. We > can't easily determine what other ports are affected by this since an > exp-run wipes out all packages. The only solution I see is to retain > BSD.local.dist, or have pkg install the entire mtree itself. Only empty directories that need to exist can cause this. I don't think that applies to any directory in BSD.local.dist besides share/aclocal. The update to pkg 1.3.8 also added share/applications to devel/desktop-file-utils so maybe that one as well. It forgot to bump PORTREVISION on that port too, as well as devel/automake14: https://svnweb.freebsd.org/ports?view=revision&revision=368803 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 17:06:41 2014 Return-Path: Delivered-To: svn-ports-all@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 0423F94E; Tue, 30 Sep 2014 17:06:41 +0000 (UTC) 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 E4BB2AC8; Tue, 30 Sep 2014 17:06:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UH6e56002650; Tue, 30 Sep 2014 17:06:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UH6eFB002649; Tue, 30 Sep 2014 17:06:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301706.s8UH6eFB002649@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 17:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369647 - head/multimedia/quvi09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 17:06:41 -0000 Author: sunpoet Date: Tue Sep 30 17:06:40 2014 New Revision: 369647 URL: http://svnweb.freebsd.org/changeset/ports/369647 QAT: https://qat.redports.org/buildarchive/r369647/ Log: - Fix PKGNAME collision Modified: head/multimedia/quvi09/Makefile Modified: head/multimedia/quvi09/Makefile ============================================================================== --- head/multimedia/quvi09/Makefile Tue Sep 30 16:51:21 2014 (r369646) +++ head/multimedia/quvi09/Makefile Tue Sep 30 17:06:40 2014 (r369647) @@ -6,6 +6,7 @@ PORTVERSION= 0.9.5 CATEGORIES= multimedia devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ GOOGLE_CODE +PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 17:08:24 2014 Return-Path: Delivered-To: svn-ports-all@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 77FBCAD9; Tue, 30 Sep 2014 17:08:24 +0000 (UTC) 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 4AC26AE9; Tue, 30 Sep 2014 17:08:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UH8OkZ002982; Tue, 30 Sep 2014 17:08:24 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UH8NrT002979; Tue, 30 Sep 2014 17:08:23 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201409301708.s8UH8NrT002979@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 30 Sep 2014 17:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369648 - head/www/nginx-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 17:08:24 -0000 Author: osa Date: Tue Sep 30 17:08:23 2014 New Revision: 369648 URL: http://svnweb.freebsd.org/changeset/ports/369648 QAT: https://qat.redports.org/buildarchive/r369648/ Log: Update from 1.7.5 to 1.7.6. *) Change: the deprecated "limit_zone" directive is not supported anymore. *) Feature: the "limit_conn_zone" and "limit_req_zone" directives now can be used with combinations of multiple variables. *) Bugfix: request body might be transmitted incorrectly when retrying a FastCGI request to the next upstream server. *) Bugfix: in logging to syslog. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Sep 30 17:06:40 2014 (r369647) +++ head/www/nginx-devel/Makefile Tue Sep 30 17:08:23 2014 (r369648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Sep 30 17:06:40 2014 (r369647) +++ head/www/nginx-devel/distinfo Tue Sep 30 17:08:23 2014 (r369648) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.7.5.tar.gz) = d670006fbeca226d1dd18ad749d9fe6f8b18642f94de3377e0ac69a660e3ca9b -SIZE (nginx-1.7.5.tar.gz) = 817599 +SHA256 (nginx-1.7.6.tar.gz) = 08e2efc169c9f9d511ce53ea16f17d8478ab9b0f7a653f212c03c61c52101599 +SIZE (nginx-1.7.6.tar.gz) = 817265 SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011 SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 17:39:26 2014 Return-Path: Delivered-To: svn-ports-all@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 1D449171; Tue, 30 Sep 2014 17:39:26 +0000 (UTC) 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 09791E95; Tue, 30 Sep 2014 17:39:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UHdPJM017570; Tue, 30 Sep 2014 17:39:25 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UHdPqD017569; Tue, 30 Sep 2014 17:39:25 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409301739.s8UHdPqD017569@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 30 Sep 2014 17:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369649 - head/math/parmetis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 17:39:26 -0000 Author: marino Date: Tue Sep 30 17:39:25 2014 New Revision: 369649 URL: http://svnweb.freebsd.org/changeset/ports/369649 QAT: https://qat.redports.org/buildarchive/r369649/ Log: Unbreak math/parmetis everywhere except FreeBSD 8 There were two issues with the previous commit. - LDFLAGS wsa missing -L argument for libc++ - The libc++.so file is not actually a library, it's a linker script. Specifying libc++.so in LIB_DEPENDS causes the port to fail when it tries to install libc++ twice since it fails to recognize libc++.so as a library. This doesn't fix FreeBSD breakage because it seems that it's missing the C99 math function symbols. Modified: head/math/parmetis/Makefile Modified: head/math/parmetis/Makefile ============================================================================== --- head/math/parmetis/Makefile Tue Sep 30 17:08:23 2014 (r369648) +++ head/math/parmetis/Makefile Tue Sep 30 17:39:25 2014 (r369649) @@ -17,13 +17,15 @@ LICENSE_NAME= University of Minnesota ME LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= auto-accept -LIB_DEPENDS= libc++.so:${PORTSDIR}/devel/libc++ +# libc++.so is a linker script, not a symlink. +# Ignore portlint, the linker needs the actual library specified +LIB_DEPENDS= libc++.so.1:${PORTSDIR}/devel/libc++ OPTIONS_DEFINE= OPENMPI DOCS OPENMPI_DESC= Use openmpi instead of mpich2 USES= cmake gmake -LDFLAGS+= -lc++ +LDFLAGS+= -L${LOCALBASE}/lib -lc++ PLIST_FILES= include/parmetis/metis.h \ include/parmetis/parmetis.h \ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 17:54:14 2014 Return-Path: Delivered-To: svn-ports-all@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 5B3C66E7; Tue, 30 Sep 2014 17:54:14 +0000 (UTC) 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 47BD4F1; Tue, 30 Sep 2014 17:54:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UHsECt026252; Tue, 30 Sep 2014 17:54:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UHsELQ026251; Tue, 30 Sep 2014 17:54:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409301754.s8UHsELQ026251@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 30 Sep 2014 17:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369650 - head/net/bmon/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 17:54:14 -0000 Author: marino Date: Tue Sep 30 17:54:13 2014 New Revision: 369650 URL: http://svnweb.freebsd.org/changeset/ports/369650 QAT: https://qat.redports.org/buildarchive/r369650/ Log: net/bmon: Unbreak on DF (Not all BSDs have "BSD" in their name) Added: head/net/bmon/files/ head/net/bmon/files/patch-configure.ac (contents, props changed) Added: head/net/bmon/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bmon/files/patch-configure.ac Tue Sep 30 17:54:13 2014 (r369650) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2014-07-06 11:51:29 UTC ++++ configure.ac +@@ -164,7 +164,7 @@ case ${target_os} in + AC_DEFINE_UNQUOTED(SYS_SUNOS, "1", [operating system]) + ;; + +- *bsd*) ++ *bsd*|dragonfly*) + AC_DEFINE_UNQUOTED(SYS_BSD, "1", [operating system]) + ;; + From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 18:16:38 2014 Return-Path: Delivered-To: svn-ports-all@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 39D60EE5; Tue, 30 Sep 2014 18:16:38 +0000 (UTC) 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 261FC373; Tue, 30 Sep 2014 18:16:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UIGcDr036250; Tue, 30 Sep 2014 18:16:38 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UIGcjG036249; Tue, 30 Sep 2014 18:16:38 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409301816.s8UIGcjG036249@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 30 Sep 2014 18:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369651 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 18:16:38 -0000 Author: bdrewery Date: Tue Sep 30 18:16:37 2014 New Revision: 369651 URL: http://svnweb.freebsd.org/changeset/ports/369651 QAT: https://qat.redports.org/buildarchive/r369651/ Log: Partially revert r369644 temporarily (to add the OSVERSION=sysctl kern.osreldate) as both FreshPorts and the portsnap INDEX need updates first. Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Sep 30 17:54:13 2014 (r369650) +++ head/Mk/bsd.port.mk Tue Sep 30 18:16:37 2014 (r369651) @@ -1198,7 +1198,11 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:] .elif exists(${SRC_BASE}/sys/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC_BASE}/sys/sys/param.h .else +.if 0 .error Unable to determine OS version. Either define OSVERSION, install /usr/include/sys/param.h or define SRC_BASE. +.else +OSVERSION!= ${SYSCTL} -n kern.osreldate +.endif .endif .endif From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 18:18:40 2014 Return-Path: Delivered-To: svn-ports-all@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 3707E350 for ; Tue, 30 Sep 2014 18:18:40 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 16623395 for ; Tue, 30 Sep 2014 18:18:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UIIdWp047140 for ; Tue, 30 Sep 2014 18:18:39 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s8UIId14047139 for svn-ports-all@freebsd.org; Tue, 30 Sep 2014 18:18:39 GMT (envelope-from bdrewery) Received: (qmail 29296 invoked from network); 30 Sep 2014 13:18:35 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 30 Sep 2014 13:18:35 -0500 Message-ID: <542AF3F6.1010502@FreeBSD.org> Date: Tue, 30 Sep 2014 13:18:30 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Colin Percival , dvl@FreeBSD.org Subject: Re: svn commit: r369644 - in head: . Mk References: <201409301622.s8UGM5lB082567@svn.freebsd.org> In-Reply-To: <201409301622.s8UGM5lB082567@svn.freebsd.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="COre9JdrEa0DwgAhVfqaLHb09IAp19cVh" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 18:18:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --COre9JdrEa0DwgAhVfqaLHb09IAp19cVh Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This broke portsnap INDEX and FreshPorts. Please update their configuration. I've partially reverted for now. Portsnap needs to decide which release it is using: "/usr/ports/Mk/bsd.port.mk", line 1209: UNAME_r (10.0-RELEASE) and OSVERSION (899999) do not agree on major version number. FreshPorts needs OSVERSION defined for its env: Error message is: "/usr/local/PORTS-head/Mk/bsd.port.mk", line 1201: Unable to determine OS version. Either define OSVERSION, install /usr/include/sys/param.h or define SRC_BASE. On 9/30/2014 11:22 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Sep 30 16:22:05 2014 > New Revision: 369644 > URL: http://svnweb.freebsd.org/changeset/ports/369644 > QAT: https://qat.redports.org/buildarchive/r369644/ >=20 > Log: > If either of OSVERSION or UNAME_r is improperly set when building in = a > jail/chroot, a number of unexpected errors can occur. > =20 > 1. autotools fixup may not run when needed. This could be avoided b= y always > running it [PR 177980, 177403]. > 2. Not having UNAME_r set will cause many unknown > errors. Many ports use OSREL (derived from UNAME_r) to determine= the name > of files. This is usually also due to the port build itself usin= g uname -r > to derive filenames or 'built for' messages. [PR 192449, 191943]= Without > having these sanity checks it is very easy for users to get into= > situations where "everything worked" until they touch a certain = port that > reads uname(1) output or OSVERSION. It has always been necessary= to define > all of the UNAME_ vars and OSVERSION (or have a proper sys/param= =2Eh > present), but many users do not know this. > =20 > Remove the fallback on the kernel for kern.osreldate as it easily get= s the > answer wrong. > =20 > I have added sanity checks to ensure OSVERSION=3D=3DOSREL=3D=3DUNAME_= r as these are the > most critical vars to have set properly. > =20 > Differential Revision: https://reviews.freebsd.org/D869 > PR: 177980, 177403, 192449, 191943 > Reviewed by: antoine, bapt, gjb > With hat: portmgr >=20 > Modified: > head/CHANGES > head/Mk/bsd.port.mk >=20 > Modified: head/CHANGES > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/CHANGES Tue Sep 30 16:19:41 2014 (r369643) > +++ head/CHANGES Tue Sep 30 16:22:05 2014 (r369644) > @@ -10,6 +10,36 @@ in the release notes and/or placed into=20 > =20 > All ports committers are allowed to commit to this file. > =20 > +20140930: > +AUTHOR: bdrewery@FreeBSD.org > + > + Building ports in a chroot or jail have always required a particular= > + environment be setup. This was not clear though and the ports framew= ork > + did not enforce it. These requirements are: > + 1. Either a SRC_BASE/sys/sys/param.h, or /usr/include/sys/param.h = be > + present with the __FreeBSD_version_ number of the target system= , > + or OSVERSION be set in the environment. Lack of these would fal= lback > + on kern.osreldate before, which is no longer the case. > + 2. UNAME_r,UNAME_v,UNAME_s all must be set for the target system. > + > + Not having these values in sync will now cause the build to error un= til it is > + resolved. > + > + Setting these in the environment can be done via your own wrapper sc= ripts, > + or /etc/login.conf (along with cap_mkdb /etc/login.conf) or > + via /etc/make.conf using appropriate values. Note that OSVERSION is = redundant > + if a proper param.h is in the environment: > + > + OSVERSION+=3D 1100036 > + UNAME_ENV+=3D OSVERSION=3D${OSVERSION} > + UNAME_ENV+=3D UNAME_s=3DFreeBSD > + UNAME_ENV+=3D UNAME_r=3D11.0-CURRENT > + UNAME_ENV+=3D UNAME_v=3D"${UNAME_s} ${UNAME_r}" > + .MAKEFLAGS: ${UNAME_ENV} > + MAKE_ENV+=3D ${UNAME_ENV} > + CONFIGURE_ENV+=3D ${UNAME_ENV} > + SCRIPTS_ENV+=3D ${UNAME_ENV} > + > 20140922: > AUTHOR: bapt@FreeBSD.org > =20 >=20 > Modified: head/Mk/bsd.port.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/Mk/bsd.port.mk Tue Sep 30 16:19:41 2014 (r369643) > +++ head/Mk/bsd.port.mk Tue Sep 30 16:22:05 2014 (r369644) > @@ -1186,10 +1186,10 @@ ARCH!=3D ${UNAME} -p > OPSYS!=3D ${UNAME} -s > .endif > =20 > +UNAMER!=3D${UNAME} -r > + > # Get the operating system revision > -.if !defined(OSREL) > -OSREL!=3D ${UNAME} -r | ${SED} -e 's/[-(].*//' > -.endif > +OSREL?=3D ${UNAMER:C/-.*//} > =20 > # Get __FreeBSD_version > .if !defined(OSVERSION) > @@ -1198,10 +1198,19 @@ OSVERSION!=3D ${AWK} '/^\#define[[:blank:] > .elif exists(${SRC_BASE}/sys/sys/param.h) > OSVERSION!=3D ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $= $3}' < ${SRC_BASE}/sys/sys/param.h > .else > -OSVERSION!=3D ${SYSCTL} -n kern.osreldate > +.error Unable to determine OS version. Either define OSVERSION, insta= ll /usr/include/sys/param.h or define SRC_BASE. > .endif > .endif > =20 > +# Convert OSVERSION to major release number > +_OSVERSION_MAJOR=3D ${OSVERSION:C/([0-9]?[0-9])([0-9][0-9])[0-9]{3}/\1= /} > +# Sanity checks for chroot/jail building. > +.if ${_OSVERSION_MAJOR} !=3D ${UNAMER:R} > +.error UNAME_r (${UNAMER}) and OSVERSION (${OSVERSION}) do not agree o= n major version number. > +.elif ${_OSVERSION_MAJOR} !=3D ${OSREL:R} > +.error OSREL (${OSREL}) and OSVERSION (${OSVERSION}) do not agree on m= ajor version number. > +.endif > + > # Enable new xorg for FreeBSD versions after Radeon KMS was imported u= nless > # WITHOUT_NEW_XORG is set. > .if (${OSVERSION} >=3D 902510 && ${OSVERSION} < 1000000) || ${OSVERSIO= N} >=3D 1000704 >=20 --=20 Regards, Bryan Drewery --COre9JdrEa0DwgAhVfqaLHb09IAp19cVh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJUKvP3AAoJEDXXcbtuRpfPRmcIALKeXZZpoDdMukHcaZWcs3Kv hGfqzHIPHH7BDz+QDv3q6es1yRwfAglc+/6Cb/gJR0aDapCntCQj0eQ0/ivelM62 M4VfElFzturHVR9lUZW/aTAIea0+Kbtft/NueHQvMnsm6qONoE9Bdqpe0N6Cysz5 +ogo1Aaktu8oRtwzt1eNBKC5lMABqkLqc1TZbyuUX1/hO0Aujtb3W6J3VAi+ye5I If7yccDyPzVq24bCW3JtNJEJ9NtEqtTegD73dF0AUEjSMmgTrJaR1eRHvPtvQg0L DBXZ6v1qkb3Qh2vdoHlGd8VeY2FZ6c8sB2QXRRjMi2ZLx/HsQXU04alb9XQ4c3A= =G2k1 -----END PGP SIGNATURE----- --COre9JdrEa0DwgAhVfqaLHb09IAp19cVh-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 18:32:17 2014 Return-Path: Delivered-To: svn-ports-all@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 76C34616; Tue, 30 Sep 2014 18:32:17 +0000 (UTC) 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 62F307A0; Tue, 30 Sep 2014 18:32:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UIWHVN045189; Tue, 30 Sep 2014 18:32:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UIWGDC045186; Tue, 30 Sep 2014 18:32:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301832.s8UIWGDC045186@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 18:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369652 - head/net/p5-Net-CLI-Interact X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 18:32:17 -0000 Author: sunpoet Date: Tue Sep 30 18:32:16 2014 New Revision: 369652 URL: http://svnweb.freebsd.org/changeset/ports/369652 QAT: https://qat.redports.org/buildarchive/r369652/ Log: - Update to 2.142720 - Cleanup PLIST Changes: http://search.cpan.org/dist/Net-CLI-Interact/Changes Modified: head/net/p5-Net-CLI-Interact/Makefile head/net/p5-Net-CLI-Interact/distinfo head/net/p5-Net-CLI-Interact/pkg-plist Modified: head/net/p5-Net-CLI-Interact/Makefile ============================================================================== --- head/net/p5-Net-CLI-Interact/Makefile Tue Sep 30 18:16:37 2014 (r369651) +++ head/net/p5-Net-CLI-Interact/Makefile Tue Sep 30 18:32:16 2014 (r369652) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-CLI-Interact -PORTVERSION= 2.142010 +PORTVERSION= 2.142720 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-CLI-Interact/distinfo ============================================================================== --- head/net/p5-Net-CLI-Interact/distinfo Tue Sep 30 18:16:37 2014 (r369651) +++ head/net/p5-Net-CLI-Interact/distinfo Tue Sep 30 18:32:16 2014 (r369652) @@ -1,2 +1,2 @@ -SHA256 (Net-CLI-Interact-2.142010.tar.gz) = f0b4b61558ab91d030db8b7541f1b80b8d0f47d4f9237a81940ec6cbb4d9ad7a -SIZE (Net-CLI-Interact-2.142010.tar.gz) = 53830 +SHA256 (Net-CLI-Interact-2.142720.tar.gz) = e47b8afb08523bdc4bf8b75d7f0edb3fe65abbc82952c4a1b203652a57da4f76 +SIZE (Net-CLI-Interact-2.142720.tar.gz) = 53887 Modified: head/net/p5-Net-CLI-Interact/pkg-plist ============================================================================== --- head/net/p5-Net-CLI-Interact/pkg-plist Tue Sep 30 18:16:37 2014 (r369651) +++ head/net/p5-Net-CLI-Interact/pkg-plist Tue Sep 30 18:32:16 2014 (r369652) @@ -52,32 +52,3 @@ %%PERL5_MAN3%%/Net::CLI::Interact::Transport::SSH.3.gz %%PERL5_MAN3%%/Net::CLI::Interact::Transport::Serial.3.gz %%PERL5_MAN3%%/Net::CLI::Interact::Transport::Telnet.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CLI/Interact -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CLI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/csh/sdf -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/csh -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/bash -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/pixos7 -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/fwsm/fwsm3 -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/fwsm -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/nortel -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/junos -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/ios -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/hp -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/foundry -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/extremexos -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/catos -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco -@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook -@dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport/Wrapper -@dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport/Role -@dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport/Platform -@dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport -@dirrm %%SITE_PERL%%/Net/CLI/Interact/Role -@dirrm %%SITE_PERL%%/Net/CLI/Interact/Manual -@dirrm %%SITE_PERL%%/Net/CLI/Interact -@dirrmtry %%SITE_PERL%%/Net/CLI -@dirrmtry %%SITE_PERL%%/Net From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 18:32:22 2014 Return-Path: Delivered-To: svn-ports-all@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 534716F6; Tue, 30 Sep 2014 18:32:22 +0000 (UTC) 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 26E9C7A3; Tue, 30 Sep 2014 18:32:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UIWMNJ045313; Tue, 30 Sep 2014 18:32:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UIWLH0045311; Tue, 30 Sep 2014 18:32:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301832.s8UIWLH0045311@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 18:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369653 - head/sysutils/timelimit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 18:32:22 -0000 Author: sunpoet Date: Tue Sep 30 18:32:21 2014 New Revision: 369653 URL: http://svnweb.freebsd.org/changeset/ports/369653 QAT: https://qat.redports.org/buildarchive/r369653/ Log: - Use CONFLICTS_INSTALL instead of CONFLICTS - Reformat pkg-descr - Remove Author line - Take maintainership Modified: head/sysutils/timelimit/Makefile head/sysutils/timelimit/pkg-descr Modified: head/sysutils/timelimit/Makefile ============================================================================== --- head/sysutils/timelimit/Makefile Tue Sep 30 18:32:16 2014 (r369652) +++ head/sysutils/timelimit/Makefile Tue Sep 30 18:32:21 2014 (r369653) @@ -7,18 +7,19 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Limit the absolute execution time of a process LICENSE= BSD2CLAUSE -CONFLICTS= netpipes-[0-9]* +CONFLICTS_INSTALL= netpipes-[0-9]* -PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz NO_ARCH= yes +PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include Modified: head/sysutils/timelimit/pkg-descr ============================================================================== --- head/sysutils/timelimit/pkg-descr Tue Sep 30 18:32:16 2014 (r369652) +++ head/sysutils/timelimit/pkg-descr Tue Sep 30 18:32:21 2014 (r369653) @@ -1,7 +1,5 @@ -timelimit executes a command and terminates the spawned process -after a given time with a given signal. A 'warning' signal -is sent first, then, after a timeout, a 'kill' signal, similar -to the way init(8) operates on shutdown. +timelimit executes a command and terminates the spawned process after a given +time with a given signal. A 'warning' signal is sent first, then, after a +timeout, a 'kill' signal, similar to the way init(8) operates on shutdown. -Author: Peter Pentchev WWW: http://devel.ringlet.net/sysutils/timelimit/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 18:34:59 2014 Return-Path: Delivered-To: svn-ports-all@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 2D9EC8D5; Tue, 30 Sep 2014 18:34:59 +0000 (UTC) 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 19DB27D5; Tue, 30 Sep 2014 18:34:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UIYwKX045715; Tue, 30 Sep 2014 18:34:58 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UIYw4A045714; Tue, 30 Sep 2014 18:34:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409301834.s8UIYw4A045714@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 30 Sep 2014 18:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369654 - head/security/libbeid/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 18:34:59 -0000 Author: marino Date: Tue Sep 30 18:34:58 2014 New Revision: 369654 URL: http://svnweb.freebsd.org/changeset/ports/369654 QAT: https://qat.redports.org/buildarchive/r369654/ Log: security/libbeid: Add header for malloc The existing patch removed "" but didn't provide "". Adjust to compound patch to fix that oversight. FWIW, the extra work to partially fix a patch is one reason I don't like one-patch-many-files. It's not the only reason. Modified: head/security/libbeid/files/patch-common Modified: head/security/libbeid/files/patch-common ============================================================================== --- head/security/libbeid/files/patch-common Tue Sep 30 18:32:21 2014 (r369653) +++ head/security/libbeid/files/patch-common Tue Sep 30 18:34:58 2014 (r369654) @@ -36,14 +36,15 @@ Index: common/src/datafile.cpp } Index: common/src/logbase.cpp =================================================================== ---- common/src/logbase.cpp (revision 1614) -+++ common/src/logbase.cpp (working copy) -@@ -29,12 +29,7 @@ +--- common/src/logbase.cpp.orig 2014-09-30 18:10:35 UTC ++++ common/src/logbase.cpp +@@ -29,12 +29,8 @@ #include "mw_util.h" #ifndef WIN32 -#include -#ifdef LINUX ++#include #include "wintypes.h" -#else -#include "PCSC/wintypes.h" @@ -51,7 +52,7 @@ Index: common/src/logbase.cpp #include "sys/stat.h" #include "util.h" -@@ -575,6 +570,7 @@ bool CLog::open(bool bWchar) +@@ -575,6 +571,7 @@ bool CLog::open(bool bWchar) else err = fopen_s(&m_f,utilStringNarrow(filename).c_str(),"a"); #else From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 19:08:45 2014 Return-Path: Delivered-To: svn-ports-all@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 9A02553A; Tue, 30 Sep 2014 19:08:45 +0000 (UTC) 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 7B20DBE0; Tue, 30 Sep 2014 19:08:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UJ8jX9060357; Tue, 30 Sep 2014 19:08:45 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UJ8i6C060351; Tue, 30 Sep 2014 19:08:44 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201409301908.s8UJ8i6C060351@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 30 Sep 2014 19:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369655 - in head/devel: . py-jedi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 19:08:45 -0000 Author: skreuzer Date: Tue Sep 30 19:08:43 2014 New Revision: 369655 URL: http://svnweb.freebsd.org/changeset/ports/369655 QAT: https://qat.redports.org/buildarchive/r369655/ Log: Jedi is an autocompletion tool for Python that can be used in IDEs/editors. Jedi works. Jedi is fast. It understands all of the basic Python syntax elements including many builtin functions. Additionaly, Jedi suports two different goto functions and has support for renaming as well as Pydoc support and some other IDE features. WWW: https://github.com/davidhalter/jedi Added: head/devel/py-jedi/ head/devel/py-jedi/Makefile (contents, props changed) head/devel/py-jedi/distinfo (contents, props changed) head/devel/py-jedi/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 30 18:34:58 2014 (r369654) +++ head/devel/Makefile Tue Sep 30 19:08:43 2014 (r369655) @@ -3741,6 +3741,7 @@ SUBDIR += py-jaraco.util SUBDIR += py-jcc SUBDIR += py-jdcal + SUBDIR += py-jedi SUBDIR += py-jellyfish SUBDIR += py-jira SUBDIR += py-jmespath Added: head/devel/py-jedi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jedi/Makefile Tue Sep 30 19:08:43 2014 (r369655) @@ -0,0 +1,17 @@ +# Created by: Steven Kreuzer +# $FreeBSD$ + +PORTNAME= jedi +PORTVERSION= 0.8.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTVERSION= ${PORTVERSION}-final0 + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Autocompletion tool for Python + +USES= python:2 +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-jedi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jedi/distinfo Tue Sep 30 19:08:43 2014 (r369655) @@ -0,0 +1,2 @@ +SHA256 (jedi-0.8.1-final0.tar.gz) = 5ccd72817cc8c47102ba28f332fee6242ea0d822a46651a22214445144845200 +SIZE (jedi-0.8.1-final0.tar.gz) = 298089 Added: head/devel/py-jedi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jedi/pkg-descr Tue Sep 30 19:08:43 2014 (r369655) @@ -0,0 +1,8 @@ +Jedi is an autocompletion tool for Python that can be used in IDEs/editors. +Jedi works. Jedi is fast. It understands all of the basic Python syntax +elements including many builtin functions. + +Additionaly, Jedi suports two different goto functions and has support for +renaming as well as Pydoc support and some other IDE features. + +WWW: https://github.com/davidhalter/jedi From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 19:13:31 2014 Return-Path: Delivered-To: svn-ports-all@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 DD0DA6D1; Tue, 30 Sep 2014 19:13:30 +0000 (UTC) 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 BE315CAA; Tue, 30 Sep 2014 19:13:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UJDUY4064612; Tue, 30 Sep 2014 19:13:30 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UJDT2d064608; Tue, 30 Sep 2014 19:13:29 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201409301913.s8UJDT2d064608@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 30 Sep 2014 19:13:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369656 - in head/devel: . py-prompt_toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 19:13:31 -0000 Author: skreuzer Date: Tue Sep 30 19:13:29 2014 New Revision: 369656 URL: http://svnweb.freebsd.org/changeset/ports/369656 QAT: https://qat.redports.org/buildarchive/r369656/ Log: prompt_toolkit is a library for building powerful interactive command lines in Python. It ships with a nice interactive Python shell (called ptpython) built on top of the library. prompt_toolkit could be a replacement for readline, but it can be much more than that. WWW: https://github.com/jonathanslenders/python-prompt-toolkit Added: head/devel/py-prompt_toolkit/ head/devel/py-prompt_toolkit/Makefile (contents, props changed) head/devel/py-prompt_toolkit/distinfo (contents, props changed) head/devel/py-prompt_toolkit/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 30 19:08:43 2014 (r369655) +++ head/devel/Makefile Tue Sep 30 19:13:29 2014 (r369656) @@ -3826,6 +3826,7 @@ SUBDIR += py-pqueue SUBDIR += py-prettytable SUBDIR += py-prioritized_methods + SUBDIR += py-prompt_toolkit SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-protocols-devel Added: head/devel/py-prompt_toolkit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit/Makefile Tue Sep 30 19:13:29 2014 (r369656) @@ -0,0 +1,20 @@ +# Created by: Steven Kreuzer +# $FreeBSD$ + +PORTNAME= prompt_toolkit +PORTVERSION= 0.18 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Library for building powerful interactive command lines in Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.2:${PORTSDIR}/devel/py-docopt \ + ${PYTHON_PKGNAMEPREFIX}six>=1.7.3:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments + +USES= python:2 +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-prompt_toolkit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit/distinfo Tue Sep 30 19:13:29 2014 (r369656) @@ -0,0 +1,2 @@ +SHA256 (prompt_toolkit-0.18.tar.gz) = 2dc598e2633a374858a50b19d08d8e4a648294a2048e0423771b86bd380023fb +SIZE (prompt_toolkit-0.18.tar.gz) = 71634 Added: head/devel/py-prompt_toolkit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit/pkg-descr Tue Sep 30 19:13:29 2014 (r369656) @@ -0,0 +1,8 @@ +prompt_toolkit is a library for building powerful interactive command lines in +Python. It ships with a nice interactive Python shell (called ptpython) built +on top of the library. + +prompt_toolkit could be a replacement for readline, but it can be much more +than that. + +WWW: https://github.com/jonathanslenders/python-prompt-toolkit From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 19:22:25 2014 Return-Path: Delivered-To: svn-ports-all@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 273F3985; Tue, 30 Sep 2014 19:22:25 +0000 (UTC) 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 EDA86DA8; Tue, 30 Sep 2014 19:22:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UJMOms069185; Tue, 30 Sep 2014 19:22:24 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UJMOHS069184; Tue, 30 Sep 2014 19:22:24 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201409301922.s8UJMOHS069184@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Tue, 30 Sep 2014 19:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369657 - head/net-p2p/transmission-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 19:22:25 -0000 Author: crees Date: Tue Sep 30 19:22:24 2014 New Revision: 369657 URL: http://svnweb.freebsd.org/changeset/ports/369657 QAT: https://qat.redports.org/buildarchive/r369657/ Log: Unbundle libs. PR: ports/194029 Submitted by: Jan Beich Also, don't extract the third-party directory if we're not using it here. Submitted by: mi Modified: head/net-p2p/transmission-cli/Makefile Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Tue Sep 30 19:13:29 2014 (r369656) +++ head/net-p2p/transmission-cli/Makefile Tue Sep 30 19:22:24 2014 (r369657) @@ -26,6 +26,7 @@ USES+= tar:xz CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5* OPTIONS_DEFINE= LITE DOCS +EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude third-party .include @@ -34,6 +35,10 @@ LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies GEN_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl \ + libdht.so:${PORTSDIR}/devel/jech-dht \ + libminiupnpc.so:${PORTSDIR}/net/miniupnpc \ + libnatpmp.so:${PORTSDIR}/net/libnatpmp \ + libutp.so:${PORTSDIR}/net/libutp \ libevent.so:${PORTSDIR}/devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web @@ -41,12 +46,21 @@ GEN_RUN_DEPENDS=${LOCALBASE}/share/trans USES+= gmake iconv libtool pkgconfig USE_OPENSSL= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} +CPPFLAGS+= -I${LOCALBASE}/include -DWITH_UTP=1 +LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= ${ICONV_LIB} CONFIGURE_ARGS=--with-zlib=/usr \ + --disable-utp \ + --enable-external-natpmp \ ${EXTRA_CONF_ARGS} CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ - OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" \ + DHT_CFLAGS=" " \ + DHT_LIBS="-ldht" \ + LIBUTP_CFLAGS=" " \ + LIBUTP_LIBS="-lutp" \ + LIBUTP_LIBS_QT="-lutp" + EXTRA_CONF_ARGS?=--enable-cli \ --disable-daemon \ --without-gtk \ @@ -82,6 +96,16 @@ general-patch: @${REINPLACE_CMD} -e 's|utils \\|\\|g' \ ${WRKSRC}/Makefile.in .endif +# Don't conflict with patches but force system libraries + @${REINPLACE_CMD} -e 's|third-party \\|\\|g' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -Ee '/^DHT_(CFLAGS|LIBS)=/d' \ + -e 's|third-party/[^ ]*Makefile||g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} \ + -e 's,TRANSMISSION_TOP}/third-party/dht/libdht.a,DHT_LIBS},' \ + ${WRKSRC}/qt/qtr.pro + @${ECHO_CMD} 'DHT_LIBS = @DHT_LIBS@' >>${WRKSRC}/qt/config.pri.in post-patch: general-patch From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:09:33 2014 Return-Path: Delivered-To: svn-ports-all@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 747EC64C; Tue, 30 Sep 2014 20:09:33 +0000 (UTC) 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 610F73FC; Tue, 30 Sep 2014 20:09:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UK9XNv088775; Tue, 30 Sep 2014 20:09:33 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UK9XrP088774; Tue, 30 Sep 2014 20:09:33 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201409302009.s8UK9XrP088774@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 30 Sep 2014 20:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369658 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:09:33 -0000 Author: brd (doc committer) Date: Tue Sep 30 20:09:32 2014 New Revision: 369658 URL: http://svnweb.freebsd.org/changeset/ports/369658 QAT: https://qat.redports.org/buildarchive/r369658/ Log: - Document sysutils/rsyslog vulnerabilities CVE-2014-3634 Reviewed by: bdrewery@ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 30 19:22:24 2014 (r369657) +++ head/security/vuxml/vuln.xml Tue Sep 30 20:09:32 2014 (r369658) @@ -57,6 +57,36 @@ Notes: --> + + rsyslog -- remote syslog PRI vulnerability + + + rsyslog + 7.6.6 + 8.4.1 + + + + +

The rsyslog project reports:

+
+

potential abort when a message with PRI > 191 was processed + if the "pri-text" property was used in active templates, + this could be abused to a remote denial of service from + permitted senders

+
+ +
+ + http://www.rsyslog.com/remote-syslog-pri-vulnerability/ + CVE-2014-3634 + + + 2014-09-30 + 2014-09-30 + +
+ fish -- local privilege escalation and remote code execution From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:10:27 2014 Return-Path: Delivered-To: svn-ports-all@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 D17FE749; Tue, 30 Sep 2014 20:10:27 +0000 (UTC) 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 B46745E7; Tue, 30 Sep 2014 20:10:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKAR61089750; Tue, 30 Sep 2014 20:10:27 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UKAPMd089740; Tue, 30 Sep 2014 20:10:25 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201409302010.s8UKAPMd089740@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 30 Sep 2014 20:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369659 - in head/sysutils: rsyslog7 rsyslog7/files rsyslog8 rsyslog8/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:10:27 -0000 Author: brd (doc committer) Date: Tue Sep 30 20:10:25 2014 New Revision: 369659 URL: http://svnweb.freebsd.org/changeset/ports/369659 QAT: https://qat.redports.org/buildarchive/r369659/ Log: - Update sysutils/rsyslog7 to 7.6.6 [1] and sysutils/rsyslog8 to 8.4.1 [2] to fix CVE-2014-3634 [3]. 1: http://www.rsyslog.com/changelog-for-7-6-6-v7-stable/ 2: http://www.rsyslog.com/changelog-for-8-4-1-v8-stable/ 3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/ Reviewed by: bdrewery@ Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 Added: head/sysutils/rsyslog7/files/patch-grammar__lexer.l (contents, props changed) head/sysutils/rsyslog8/files/patch-grammar__lexer.l (contents, props changed) head/sysutils/rsyslog8/files/patch-plugins__mmexternal__mmexternal.c (contents, props changed) Modified: head/sysutils/rsyslog7/Makefile head/sysutils/rsyslog7/distinfo head/sysutils/rsyslog8/Makefile head/sysutils/rsyslog8/distinfo Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Tue Sep 30 20:09:32 2014 (r369658) +++ head/sysutils/rsyslog7/Makefile Tue Sep 30 20:10:25 2014 (r369659) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.6.3 -PORTREVISION= 4 +PORTVERSION= 7.6.6 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ MAINTAINER= brd@FreeBSD.org COMMENT= Syslogd supporting SQL, TCP, and TLS -BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt +BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt \ + rst2man:${PORTSDIR}/textproc/py-docutils LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \ libestr.so:${PORTSDIR}/devel/libestr \ Modified: head/sysutils/rsyslog7/distinfo ============================================================================== --- head/sysutils/rsyslog7/distinfo Tue Sep 30 20:09:32 2014 (r369658) +++ head/sysutils/rsyslog7/distinfo Tue Sep 30 20:10:25 2014 (r369659) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.6.3.tar.gz) = 013359035f8b6e5a4328edaffbda1120974accaba36ddc5de66a582fa588f5ec -SIZE (rsyslog-7.6.3.tar.gz) = 3052448 +SHA256 (rsyslog-7.6.6.tar.gz) = c77ae0db6204c5bd670fa96c354ee5fe1c62c876bd84ec06ed429138c78885bb +SIZE (rsyslog-7.6.6.tar.gz) = 3027663 Added: head/sysutils/rsyslog7/files/patch-grammar__lexer.l ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rsyslog7/files/patch-grammar__lexer.l Tue Sep 30 20:10:25 2014 (r369659) @@ -0,0 +1,11 @@ +--- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC ++++ grammar/lexer.l +@@ -31,7 +31,7 @@ + %{ + #include "config.h" + #include "parserif.h" +-extern char *strdup(char*); /* somehow we do not get this from string.h... */ ++//extern char *strdup(char*); /* somehow we do not get this from string.h... */ + %} + + %option noyywrap nodefault case-insensitive yylineno Modified: head/sysutils/rsyslog8/Makefile ============================================================================== --- head/sysutils/rsyslog8/Makefile Tue Sep 30 20:09:32 2014 (r369658) +++ head/sysutils/rsyslog8/Makefile Tue Sep 30 20:10:25 2014 (r369659) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 8.2.1 -PORTREVISION= 4 +PORTVERSION= 8.4.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ Modified: head/sysutils/rsyslog8/distinfo ============================================================================== --- head/sysutils/rsyslog8/distinfo Tue Sep 30 20:09:32 2014 (r369658) +++ head/sysutils/rsyslog8/distinfo Tue Sep 30 20:10:25 2014 (r369659) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-8.2.1.tar.gz) = 193901c359b8228a85dca7a6a2e715ab2b52c18a66ca9f805d4028bedff98196 -SIZE (rsyslog-8.2.1.tar.gz) = 1944225 +SHA256 (rsyslog-8.4.0.tar.gz) = bf0ab78c3739d49527c3734f3da7f48cb90e51f89d9741adced0cf234c7190c0 +SIZE (rsyslog-8.4.0.tar.gz) = 1955549 Added: head/sysutils/rsyslog8/files/patch-grammar__lexer.l ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rsyslog8/files/patch-grammar__lexer.l Tue Sep 30 20:10:25 2014 (r369659) @@ -0,0 +1,11 @@ +--- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC ++++ grammar/lexer.l +@@ -31,7 +31,7 @@ + %{ + #include "config.h" + #include "parserif.h" +-extern char *strdup(char*); /* somehow we do not get this from string.h... */ ++//extern char *strdup(char*); /* somehow we do not get this from string.h... */ + %} + + %option noyywrap nodefault case-insensitive yylineno Added: head/sysutils/rsyslog8/files/patch-plugins__mmexternal__mmexternal.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rsyslog8/files/patch-plugins__mmexternal__mmexternal.c Tue Sep 30 20:10:25 2014 (r369659) @@ -0,0 +1,11 @@ +--- plugins/mmexternal/mmexternal.c.orig 2014-09-30 16:57:35 UTC ++++ plugins/mmexternal/mmexternal.c +@@ -31,7 +31,7 @@ + #include + #include + #include +-#include ++#include + #include + #include "conf.h" + #include "syslogd-types.h" From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:13:57 2014 Return-Path: Delivered-To: svn-ports-all@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 782469DB; Tue, 30 Sep 2014 20:13:57 +0000 (UTC) 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 646D06B3; Tue, 30 Sep 2014 20:13:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKDv36093021; Tue, 30 Sep 2014 20:13:57 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UKDv3P093020; Tue, 30 Sep 2014 20:13:57 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409302013.s8UKDv3P093020@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 30 Sep 2014 20:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369660 - head/devel/desktop-file-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:13:57 -0000 Author: bdrewery Date: Tue Sep 30 20:13:56 2014 New Revision: 369660 URL: http://svnweb.freebsd.org/changeset/ports/369660 QAT: https://qat.redports.org/buildarchive/r369660/ Log: Bump revision missed in r368803 Modified: head/devel/desktop-file-utils/Makefile Modified: head/devel/desktop-file-utils/Makefile ============================================================================== --- head/devel/desktop-file-utils/Makefile Tue Sep 30 20:10:25 2014 (r369659) +++ head/devel/desktop-file-utils/Makefile Tue Sep 30 20:13:56 2014 (r369660) @@ -4,7 +4,7 @@ PORTNAME= desktop-file-utils PORTVERSION= 0.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:14:18 2014 Return-Path: Delivered-To: svn-ports-all@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 86E2DAC3; Tue, 30 Sep 2014 20:14:18 +0000 (UTC) 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 731926BB; Tue, 30 Sep 2014 20:14:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKEIhH093190; Tue, 30 Sep 2014 20:14:18 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UKEITp093189; Tue, 30 Sep 2014 20:14:18 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201409302014.s8UKEITp093189@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 30 Sep 2014 20:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369661 - head/devel/automake14 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:14:18 -0000 Author: bdrewery Date: Tue Sep 30 20:14:17 2014 New Revision: 369661 URL: http://svnweb.freebsd.org/changeset/ports/369661 QAT: https://qat.redports.org/buildarchive/r369661/ Log: Bump revision missed in r368803 Modified: head/devel/automake14/Makefile Modified: head/devel/automake14/Makefile ============================================================================== --- head/devel/automake14/Makefile Tue Sep 30 20:13:56 2014 (r369660) +++ head/devel/automake14/Makefile Tue Sep 30 20:14:17 2014 (r369661) @@ -3,7 +3,7 @@ PORTNAME= automake PORTVERSION= 1.4.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:14:32 2014 Return-Path: Delivered-To: svn-ports-all@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 23703BAF for ; Tue, 30 Sep 2014 20:14:32 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 DA8FE6C6 for ; Tue, 30 Sep 2014 20:14:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKEViS086241 for ; Tue, 30 Sep 2014 20:14:31 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s8UKEVI5086232 for svn-ports-all@freebsd.org; Tue, 30 Sep 2014 20:14:31 GMT (envelope-from bdrewery) Received: (qmail 96619 invoked from network); 30 Sep 2014 15:14:29 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 30 Sep 2014 15:14:29 -0500 Message-ID: <542B0F20.3020705@FreeBSD.org> Date: Tue, 30 Sep 2014 15:14:24 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Tijl Coosemans Subject: Re: svn commit: r369639 - head/devel/automake References: <201409301539.s8UFdlok059126@svn.freebsd.org> <542AD530.7030902@FreeBSD.org> <20140930185342.3339ecbd@kalimero.tijl.coosemans.org> In-Reply-To: <20140930185342.3339ecbd@kalimero.tijl.coosemans.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wV0JbhPjkt1peP5r792qWrqa8lclKaROJ" Cc: svn-ports-head@freebsd.org, "pkg@freebsd.org" , Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org, Mathieu Arnold X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:14:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wV0JbhPjkt1peP5r792qWrqa8lclKaROJ Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 9/30/2014 11:53 AM, Tijl Coosemans wrote: > On Tue, 30 Sep 2014 11:07:12 -0500 Bryan Drewery = wrote: >> On 9/30/2014 10:39 AM, Mathieu Arnold wrote: >>> Author: mat >>> Date: Tue Sep 30 15:39:46 2014 >>> New Revision: 369639 >>> URL: http://svnweb.freebsd.org/changeset/ports/369639 >>> QAT: https://qat.redports.org/buildarchive/r369639/ >>> >>> Log: >>> Bump PORTREVISION to solve this error: >>> aclocal-1.14: error: couldn't open directory '/usr/local/share/aclo= cal': No such file or directory >>> =20 >>> Which happens if the automake package was built before pkg 1.3.8, b= ecause >>> share/aclocal was part of BSD.local.dist, and was not created by th= is port. >>> =20 >>> Sponsored by: Absolight >> >> This indicates a much larger problem to me that needs to be fixed. We >> can't easily determine what other ports are affected by this since an >> exp-run wipes out all packages. The only solution I see is to retain >> BSD.local.dist, or have pkg install the entire mtree itself. >=20 > Only empty directories that need to exist can cause this. I don't > think that applies to any directory in BSD.local.dist besides > share/aclocal. The update to pkg 1.3.8 also added share/applications > to devel/desktop-file-utils so maybe that one as well. It forgot to > bump PORTREVISION on that port too, as well as devel/automake14: > https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D368803 >=20 Thanks, I've bumped those now too. --=20 Regards, Bryan Drewery --wV0JbhPjkt1peP5r792qWrqa8lclKaROJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJUKw8gAAoJEDXXcbtuRpfP95gIAKp1Ms4rDenykF6fWSZ//9fy XDL4ml5PH9ckyfwGIVv9u7sE+47JsScbE5BS+dCOk1HryT6HCB7lKprNHracsfOH wylT+JD44feptZrb1U/D3OHUk7fal1/5Ukc0JQZHApXwod6R3C3FcwTbc4RgswdZ ngY54T+ohPNjlAimBjec3VOUfalgu34Viq03/T9ZR+1YakSfgFyUw9jBOYx3+lOA sZt89tfCX+UrM1bgGayZmNLY2wTlMRxYT2tfmUb0uLim2NcPVxXNMBSSuZg2acM3 UJlCgYb9sAjhex6EkSnrJmRkJtlVwU4bSDzivzaCBcOb9uWuozAfagfAvwrGQ+E= =auEG -----END PGP SIGNATURE----- --wV0JbhPjkt1peP5r792qWrqa8lclKaROJ-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:17:31 2014 Return-Path: Delivered-To: svn-ports-all@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 3F7C9DAC for ; Tue, 30 Sep 2014 20:17:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 1F37377B for ; Tue, 30 Sep 2014 20:17:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKHUJ5086329 for ; Tue, 30 Sep 2014 20:17:30 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s8UKHUII086323 for svn-ports-all@freebsd.org; Tue, 30 Sep 2014 20:17:30 GMT (envelope-from bdrewery) Received: (qmail 61643 invoked from network); 30 Sep 2014 15:17:29 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 30 Sep 2014 15:17:29 -0500 Message-ID: <542B0FD4.30605@FreeBSD.org> Date: Tue, 30 Sep 2014 15:17:24 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Chris Rees , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r369657 - head/net-p2p/transmission-cli References: <201409301922.s8UJMOHS069184@svn.freebsd.org> In-Reply-To: <201409301922.s8UJMOHS069184@svn.freebsd.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="q6wqOSKMT03E4cenLLUq9p3rA9K7VQwqd" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:17:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --q6wqOSKMT03E4cenLLUq9p3rA9K7VQwqd Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 9/30/2014 2:22 PM, Chris Rees wrote: > Author: crees > Date: Tue Sep 30 19:22:24 2014 > New Revision: 369657 > URL: http://svnweb.freebsd.org/changeset/ports/369657 > QAT: https://qat.redports.org/buildarchive/r369657/ >=20 > Log: > Unbundle libs. > =20 > PR: ports/194029 > Submitted by: Jan Beich > =20 > Also, don't extract the third-party directory if we're not using it h= ere. PORTREVISION? > =20 > Submitted by: mi >=20 > Modified: > head/net-p2p/transmission-cli/Makefile >=20 > Modified: head/net-p2p/transmission-cli/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-p2p/transmission-cli/Makefile Tue Sep 30 19:13:29 2014 (r3= 69656) > +++ head/net-p2p/transmission-cli/Makefile Tue Sep 30 19:22:24 2014 (r3= 69657) > @@ -26,6 +26,7 @@ USES+=3D tar:xz > CONFLICTS_INSTALL=3D ${PORTNAME}${PKGNAMESUFFIX}-2.5* > =20 > OPTIONS_DEFINE=3D LITE DOCS > +EXTRACT_AFTER_ARGS=3D--no-same-owner --no-same-permissions --exclude t= hird-party > =20 > .include > =20 > @@ -34,6 +35,10 @@ LIB_DEPENDS?=3D ${GEN_LIB_DEPENDS} > =20 > # General dependencies > GEN_LIB_DEPENDS=3Dlibcurl.so:${PORTSDIR}/ftp/curl \ > + libdht.so:${PORTSDIR}/devel/jech-dht \ > + libminiupnpc.so:${PORTSDIR}/net/miniupnpc \ > + libnatpmp.so:${PORTSDIR}/net/libnatpmp \ > + libutp.so:${PORTSDIR}/net/libutp \ > libevent.so:${PORTSDIR}/devel/libevent2 > GEN_RUN_DEPENDS=3D${LOCALBASE}/share/transmission/web/index.html:${POR= TSDIR}/www/transmission-web > =20 > @@ -41,12 +46,21 @@ GEN_RUN_DEPENDS=3D${LOCALBASE}/share/trans > USES+=3D gmake iconv libtool pkgconfig > USE_OPENSSL=3D yes > GNU_CONFIGURE=3D yes > -CPPFLAGS+=3D -I${LOCALBASE}/include > -LIBS+=3D -L${LOCALBASE}/lib ${ICONV_LIB} > +CPPFLAGS+=3D -I${LOCALBASE}/include -DWITH_UTP=3D1 > +LDFLAGS+=3D -L${LOCALBASE}/lib > +LIBS+=3D ${ICONV_LIB} > CONFIGURE_ARGS=3D--with-zlib=3D/usr \ > + --disable-utp \ > + --enable-external-natpmp \ > ${EXTRA_CONF_ARGS} > CONFIGURE_ENV=3D OPENSSL_CFLAGS=3D"-I${OPENSSLINC}" \ > - OPENSSL_LIBS=3D"-L${OPENSSLLIB} -lcrypto" > + OPENSSL_LIBS=3D"-L${OPENSSLLIB} -lcrypto" \ > + DHT_CFLAGS=3D" " \ > + DHT_LIBS=3D"-ldht" \ > + LIBUTP_CFLAGS=3D" " \ > + LIBUTP_LIBS=3D"-lutp" \ > + LIBUTP_LIBS_QT=3D"-lutp" > + > EXTRA_CONF_ARGS?=3D--enable-cli \ > --disable-daemon \ > --without-gtk \ > @@ -82,6 +96,16 @@ general-patch: > @${REINPLACE_CMD} -e 's|utils \\|\\|g' \ > ${WRKSRC}/Makefile.in > .endif > +# Don't conflict with patches but force system libraries > + @${REINPLACE_CMD} -e 's|third-party \\|\\|g' \ > + ${WRKSRC}/Makefile.in > + @${REINPLACE_CMD} -Ee '/^DHT_(CFLAGS|LIBS)=3D/d' \ > + -e 's|third-party/[^ ]*Makefile||g' \ > + ${WRKSRC}/configure > + @${REINPLACE_CMD} \ > + -e 's,TRANSMISSION_TOP}/third-party/dht/libdht.a,DHT_LIBS},' \ > + ${WRKSRC}/qt/qtr.pro > + @${ECHO_CMD} 'DHT_LIBS =3D @DHT_LIBS@' >>${WRKSRC}/qt/config.pri.in > =20 > post-patch: general-patch > =20 >=20 --=20 Regards, Bryan Drewery --q6wqOSKMT03E4cenLLUq9p3rA9K7VQwqd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJUKw/VAAoJEDXXcbtuRpfPonwH/1unMUpx7YOaBC9ipofrfkwm 2NaiMl6H/n6ZnlTqmi1Q7IEkOJ05MXGUnEZxk4+zXszeaFZAyTGzPdXSittpcXNx /dKhJYZ8h94KskjYsZ6DYmpisTK/iOmSONlCsP3D+LzAIOcx3it36MGsNxX+V9jh GQ0+hTahzIypgxcZ0wSdJFgm6yQ3N5no7nYkRaXWQyUE2lWxdzCHxrzLlSGgZpGk /YoW1YbuJ3cDB4+oNuyTUsVUpvuc0kp5MMWQ0Ohv+48t23ZIqTGubBLxzGK63vgS azvbW1WY8j+8ukkWCMVGhtuHKKQpGhKA0XGWnDZE0aoFnuNTiNEtL4FeRNee0qE= =vGh9 -----END PGP SIGNATURE----- --q6wqOSKMT03E4cenLLUq9p3rA9K7VQwqd-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:27:06 2014 Return-Path: Delivered-To: svn-ports-all@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 89EF7297; Tue, 30 Sep 2014 20:27:06 +0000 (UTC) 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 768C28CD; Tue, 30 Sep 2014 20:27:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKR6b8098287; Tue, 30 Sep 2014 20:27:06 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UKR6lx098286; Tue, 30 Sep 2014 20:27:06 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201409302027.s8UKR6lx098286@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 30 Sep 2014 20:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369662 - head/emulators/virtualbox-ose/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:27:06 -0000 Author: jkim Date: Tue Sep 30 20:27:05 2014 New Revision: 369662 URL: http://svnweb.freebsd.org/changeset/ports/369662 QAT: https://qat.redports.org/buildarchive/r369662/ Log: Fix build on head. PR: 194035 Added: head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c (contents, props changed) Added: head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c Tue Sep 30 20:27:05 2014 (r369662) @@ -0,0 +1,14 @@ +--- src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c.orig 2014-09-09 15:54:30.000000000 -0400 ++++ src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c 2014-09-30 15:36:06.000000000 -0400 +@@ -234,7 +234,11 @@ + ifp->if_drv_flags |= IFF_DRV_OACTIVE; + while (!IFQ_DRV_IS_EMPTY(&ifp->if_snd)) + { ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_OPACKETS, 1); ++#else + ifp->if_opackets++; ++#endif + IFQ_DRV_DEQUEUE(&ifp->if_snd, m); + BPF_MTAP(ifp, m); + m_freem(m); From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:37:30 2014 Return-Path: Delivered-To: svn-ports-all@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 C8B9DAB7; Tue, 30 Sep 2014 20:37:30 +0000 (UTC) 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 B534DA14; Tue, 30 Sep 2014 20:37:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKbU9D003462; Tue, 30 Sep 2014 20:37:30 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UKbU1x003461; Tue, 30 Sep 2014 20:37:30 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201409302037.s8UKbU1x003461@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 30 Sep 2014 20:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369663 - head/devel/py-prompt_toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:37:30 -0000 Author: skreuzer Date: Tue Sep 30 20:37:30 2014 New Revision: 369663 URL: http://svnweb.freebsd.org/changeset/ports/369663 QAT: https://qat.redports.org/buildarchive/r369663/ Log: Add py-jedi to the runtime requirements Modified: head/devel/py-prompt_toolkit/Makefile Modified: head/devel/py-prompt_toolkit/Makefile ============================================================================== --- head/devel/py-prompt_toolkit/Makefile Tue Sep 30 20:27:05 2014 (r369662) +++ head/devel/py-prompt_toolkit/Makefile Tue Sep 30 20:37:30 2014 (r369663) @@ -3,6 +3,7 @@ PORTNAME= prompt_toolkit PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ COMMENT= Library for building powerful i RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.2:${PORTSDIR}/devel/py-docopt \ ${PYTHON_PKGNAMEPREFIX}six>=1.7.3:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments + ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}jedi>=0.8.1:${PORTSDIR}/devel/py-jedi USES= python:2 USE_PYTHON= distutils autoplist From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:45:34 2014 Return-Path: Delivered-To: svn-ports-all@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 F02A0FA7; Tue, 30 Sep 2014 20:45:33 +0000 (UTC) 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 DC6FAB66; Tue, 30 Sep 2014 20:45:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UKjXsR008101; Tue, 30 Sep 2014 20:45:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UKjXMA008091; Tue, 30 Sep 2014 20:45:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201409302045.s8UKjXMA008091@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Sep 2014 20:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369664 - head/sysutils/webmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:45:34 -0000 Author: olgeni Date: Tue Sep 30 20:45:32 2014 New Revision: 369664 URL: http://svnweb.freebsd.org/changeset/ports/369664 QAT: https://qat.redports.org/buildarchive/r369664/ Log: Upgrade to version 1.710. Modified: head/sysutils/webmin/Makefile head/sysutils/webmin/distinfo Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Tue Sep 30 20:37:30 2014 (r369663) +++ head/sysutils/webmin/Makefile Tue Sep 30 20:45:32 2014 (r369664) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= webmin -PORTVERSION= 1.703 +PORTVERSION= 1.710 CATEGORIES= sysutils -MASTER_SITES= http://download.webmin.com/devel/tarballs/:sf \ - http://download.webmin.com/updates/:up \ +MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf -MASTER_SITE_SUBDIR= olgeni/:up + DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${WEBMIN_MODULES:S/gz$/gz:up/} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/sysutils/webmin/distinfo ============================================================================== --- head/sysutils/webmin/distinfo Tue Sep 30 20:37:30 2014 (r369663) +++ head/sysutils/webmin/distinfo Tue Sep 30 20:45:32 2014 (r369664) @@ -1,2 +1,2 @@ -SHA256 (webmin-1.703.tar.gz) = 27814e99a618ec2cff8c2480e461273f0b426af97a07aa095de0c127bd89fa4d -SIZE (webmin-1.703.tar.gz) = 22549033 +SHA256 (webmin-1.710.tar.gz) = be032ad134d8cd24e23203c4b5aadbdb00df27d45a8d3745bd47b79e85ebbd84 +SIZE (webmin-1.710.tar.gz) = 22546717 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 20:47:57 2014 Return-Path: Delivered-To: svn-ports-all@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 2A2D8287; Tue, 30 Sep 2014 20:47:57 +0000 (UTC) Received: from mail2.jr-hosting.nl (mail.jr-hosting.nl [IPv6:2a01:4f8:141:5ffd::25]) by mx1.freebsd.org (Postfix) with ESMTP id AFA4DB8A; Tue, 30 Sep 2014 20:47:56 +0000 (UTC) Received: from [IPv6:2001:470:d701::88a7:9666:3a19:c419] (unknown [IPv6:2001:470:d701:0:88a7:9666:3a19:c419]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2.jr-hosting.nl (Postfix) with ESMTPSA id C5FB64BAEB; Tue, 30 Sep 2014 22:47:53 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.0 mail2.jr-hosting.nl C5FB64BAEB Authentication-Results: mail.jr-hosting.nl/C5FB64BAEB; dmarc=none header.from=FreeBSD.org Content-Type: multipart/signed; boundary="Apple-Mail=_324F6889-2690-4FB8-B3AC-495205E9CBEB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r369664 - head/sysutils/webmin From: Remko Lodder In-Reply-To: <201409302045.s8UKjXMA008091@svn.freebsd.org> Date: Tue, 30 Sep 2014 22:47:48 +0200 Message-Id: <38FA6EAE-BED0-463C-B43B-11BAEB093133@FreeBSD.org> References: <201409302045.s8UKjXMA008091@svn.freebsd.org> To: Jimmy Olgeni X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 20:47:57 -0000 --Apple-Mail=_324F6889-2690-4FB8-B3AC-495205E9CBEB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 30 Sep 2014, at 22:45, Jimmy Olgeni wrote: > Author: olgeni > Date: Tue Sep 30 20:45:32 2014 > New Revision: 369664 > URL: http://svnweb.freebsd.org/changeset/ports/369664 > QAT: https://qat.redports.org/buildarchive/r369664/ >=20 > Log: > Upgrade to version 1.710. Thank you! (Again) >=20 > Modified: > head/sysutils/webmin/Makefile > head/sysutils/webmin/distinfo >=20 > Modified: head/sysutils/webmin/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sysutils/webmin/Makefile Tue Sep 30 20:37:30 2014 = (r369663) > +++ head/sysutils/webmin/Makefile Tue Sep 30 20:45:32 2014 = (r369664) > @@ -2,12 +2,11 @@ > # $FreeBSD$ >=20 > PORTNAME=3D webmin > -PORTVERSION=3D 1.703 > +PORTVERSION=3D 1.710 > CATEGORIES=3D sysutils > -MASTER_SITES=3D http://download.webmin.com/devel/tarballs/:sf \ > - http://download.webmin.com/updates/:up \ > +MASTER_SITES=3D http://download.webmin.com/updates/:up \ > SF/webadmin/${PORTNAME}/${PORTVERSION}:sf > -MASTER_SITE_SUBDIR=3D olgeni/:up > + > DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX}:sf = ${WEBMIN_MODULES:S/gz$/gz:up/} > EXTRACT_ONLY=3D ${DISTNAME}${EXTRACT_SUFX} >=20 >=20 > Modified: head/sysutils/webmin/distinfo > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sysutils/webmin/distinfo Tue Sep 30 20:37:30 2014 = (r369663) > +++ head/sysutils/webmin/distinfo Tue Sep 30 20:45:32 2014 = (r369664) > @@ -1,2 +1,2 @@ > -SHA256 (webmin-1.703.tar.gz) =3D = 27814e99a618ec2cff8c2480e461273f0b426af97a07aa095de0c127bd89fa4d > -SIZE (webmin-1.703.tar.gz) =3D 22549033 > +SHA256 (webmin-1.710.tar.gz) =3D = be032ad134d8cd24e23203c4b5aadbdb00df27d45a8d3745bd47b79e85ebbd84 > +SIZE (webmin-1.710.tar.gz) =3D 22546717 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to = "svn-ports-all-unsubscribe@freebsd.org" --=20 /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News --Apple-Mail=_324F6889-2690-4FB8-B3AC-495205E9CBEB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQIcBAEBAgAGBQJUKxb0AAoJEKjD27JZ84yw4rAP/1ICqt9u+IDDpp6YxKmlx5MO St7sMEVDIGOU+AI5PwzC108SRaqw1Mxol/Uvvpo0V4PtZ5jz+t6Tz1rs+ZVewktT lTeLRHXa0kBHztMxt0+2KLx1AH0ArvFaWgc+1IrtXkBfuJqBWRYRcQdF/vu038Vi r6zxpjN1OPz6DwbkWjyiDauZNVwbxfR+doz1cv9dFV02l50PVF+OaGLa85kvS5xD X/GycDZs7NejqIt0rBmQ0V1U26QUeS+YMq8oqgCyTNTAcZGru8xMf6mAs/fD+u+H 1obDAYZXgRJ/1ZQA+hJKq5WkKQHzE5ExieWEPLa53ESF+5coz19lO7j21XoDa9Wk 5Fb0X2+iEb8DykMWhp36BN3fQcdxX18L7SbyvOZiwHgv/fVOKtAmFWKn+YB05lI0 aPpn8X02aiPdzBSWTr3R62gO3suOwN7zGELfOdmTWdsRKK08SeIiKcfcZ1KhMeFJ ce/AXW/PO9DmvmVtB1JT8hQSrN//7KAR2x807xmBPCt7N+7VDj9GNIWNzOWQLz5T +37Tm380EB2ctKATODllxE7/lRh1z4B2SVoewiu6mFz0pEwk5BBmpjUIg8zrl328 ynDzXDFrYMKzgLCYIvrBb7xK8RFHDn/xw/h97AMsH2ySwkxPgYiG1WQZIT9wgmNB ucngWtz1NrMlZiFrqvhn =/46k -----END PGP SIGNATURE----- --Apple-Mail=_324F6889-2690-4FB8-B3AC-495205E9CBEB-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:10:04 2014 Return-Path: Delivered-To: svn-ports-all@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 BDE10BF5; Tue, 30 Sep 2014 21:10:04 +0000 (UTC) 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 AA128DDF; Tue, 30 Sep 2014 21:10:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULA411018489; Tue, 30 Sep 2014 21:10:04 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULA48i018483; Tue, 30 Sep 2014 21:10:04 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201409302110.s8ULA48i018483@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 30 Sep 2014 21:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369665 - in head/sysutils/acpica-tools: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:10:05 -0000 Author: jkim Date: Tue Sep 30 21:10:03 2014 New Revision: 369665 URL: http://svnweb.freebsd.org/changeset/ports/369665 QAT: https://qat.redports.org/buildarchive/r369665/ Log: Update to 20140926. Added: head/sysutils/acpica-tools/files/patch-source__compiler__aslmapenter.c (contents, props changed) Deleted: head/sysutils/acpica-tools/files/patch-source__compiler__dtcompile.c head/sysutils/acpica-tools/files/patch-source__compiler__dtsubtable.c Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Tue Sep 30 20:45:32 2014 (r369664) +++ head/sysutils/acpica-tools/Makefile Tue Sep 30 21:10:03 2014 (r369665) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20140828 +PORTVERSION= 20140926 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Tue Sep 30 20:45:32 2014 (r369664) +++ head/sysutils/acpica-tools/distinfo Tue Sep 30 21:10:03 2014 (r369665) @@ -1,2 +1,2 @@ -SHA256 (acpica-unix2-20140828.tar.gz) = 01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f5be5fac6d888e -SIZE (acpica-unix2-20140828.tar.gz) = 1306353 +SHA256 (acpica-unix2-20140926.tar.gz) = 51008174690dad2e9cdd8aebf2a958fd1c7dc8c322dcedd9ad932eb9c75abaed +SIZE (acpica-unix2-20140926.tar.gz) = 1314910 Added: head/sysutils/acpica-tools/files/patch-source__compiler__aslmapenter.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpica-tools/files/patch-source__compiler__aslmapenter.c Tue Sep 30 21:10:03 2014 (r369665) @@ -0,0 +1,39 @@ +--- ../../source/compiler/aslmapenter.c.orig 2014-09-26 14:02:30.000000000 -0400 ++++ ../../source/compiler/aslmapenter.c 2014-09-30 16:57:24.000000000 -0400 +@@ -216,6 +216,7 @@ + ACPI_GPIO_INFO *Info; + ACPI_GPIO_INFO *NextGpio; + ACPI_GPIO_INFO *PrevGpio; ++ char *Buffer; + + + /* +@@ -223,8 +224,8 @@ + * sorted by both source device name and then the pin number. There is + * one block per pin. + */ +- Info = ACPI_CAST_PTR (ACPI_GPIO_INFO, +- UtStringCacheCalloc (sizeof (ACPI_GPIO_INFO))); ++ Buffer = UtStringCacheCalloc (sizeof (ACPI_GPIO_INFO)); ++ Info = ACPI_CAST_PTR (ACPI_GPIO_INFO, Buffer); + + NextGpio = Gbl_GpioList; + PrevGpio = NULL; +@@ -293,14 +294,15 @@ + ACPI_SERIAL_INFO *Info; + ACPI_SERIAL_INFO *NextSerial; + ACPI_SERIAL_INFO *PrevSerial; ++ char *Buffer; + + + /* + * Allocate a new info block and insert it into the global Serial list + * sorted by both source device name and then the address. + */ +- Info = ACPI_CAST_PTR (ACPI_SERIAL_INFO, +- UtStringCacheCalloc (sizeof (ACPI_SERIAL_INFO))); ++ Buffer = UtStringCacheCalloc (sizeof (ACPI_SERIAL_INFO)); ++ Info = ACPI_CAST_PTR (ACPI_SERIAL_INFO, Buffer); + + NextSerial = Gbl_SerialList; + PrevSerial = NULL; From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:13:41 2014 Return-Path: Delivered-To: svn-ports-all@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 3230BD32; Tue, 30 Sep 2014 21:13:41 +0000 (UTC) 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 1EC67E95; Tue, 30 Sep 2014 21:13:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULDeQf022414; Tue, 30 Sep 2014 21:13:40 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULDe5f022413; Tue, 30 Sep 2014 21:13:40 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201409302113.s8ULDe5f022413@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 30 Sep 2014 21:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369666 - head/japanese/rubygem-jpmobile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:13:41 -0000 Author: tota Date: Tue Sep 30 21:13:40 2014 New Revision: 369666 URL: http://svnweb.freebsd.org/changeset/ports/369666 QAT: https://qat.redports.org/buildarchive/r369666/ Log: - Set PORTSCOUT to limit version 3.0.X Modified: head/japanese/rubygem-jpmobile/Makefile Modified: head/japanese/rubygem-jpmobile/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile/Makefile Tue Sep 30 21:10:03 2014 (r369665) +++ head/japanese/rubygem-jpmobile/Makefile Tue Sep 30 21:13:40 2014 (r369666) @@ -18,6 +18,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PORTSCOUT= limit:^3\.0\. + OPTIONS_DEFINE= GEOKIT IPADDRESSES TERMINFO GEOKIT_DESC= Run with geokit IPADDRESSES_DESC= IP address validation support From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:22:32 2014 Return-Path: Delivered-To: svn-ports-all@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 79C6AF44; Tue, 30 Sep 2014 21:22:32 +0000 (UTC) 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 66503F79; Tue, 30 Sep 2014 21:22:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULMW5S026994; Tue, 30 Sep 2014 21:22:32 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULMV7l026992; Tue, 30 Sep 2014 21:22:31 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201409302122.s8ULMV7l026992@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 30 Sep 2014 21:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369667 - head/sysutils/rsyslog8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:22:32 -0000 Author: brd (doc committer) Date: Tue Sep 30 21:22:31 2014 New Revision: 369667 URL: http://svnweb.freebsd.org/changeset/ports/369667 QAT: https://qat.redports.org/buildarchive/r369667/ Log: - Actually update sysutils/rsyslog8 to 8.4.1 Reviewed by: bdrewery@ Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 Modified: head/sysutils/rsyslog8/Makefile head/sysutils/rsyslog8/distinfo Modified: head/sysutils/rsyslog8/Makefile ============================================================================== --- head/sysutils/rsyslog8/Makefile Tue Sep 30 21:13:40 2014 (r369666) +++ head/sysutils/rsyslog8/Makefile Tue Sep 30 21:22:31 2014 (r369667) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 8.4.0 +PORTVERSION= 8.4.1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ Modified: head/sysutils/rsyslog8/distinfo ============================================================================== --- head/sysutils/rsyslog8/distinfo Tue Sep 30 21:13:40 2014 (r369666) +++ head/sysutils/rsyslog8/distinfo Tue Sep 30 21:22:31 2014 (r369667) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-8.4.0.tar.gz) = bf0ab78c3739d49527c3734f3da7f48cb90e51f89d9741adced0cf234c7190c0 -SIZE (rsyslog-8.4.0.tar.gz) = 1955549 +SHA256 (rsyslog-8.4.1.tar.gz) = 1c7f3e8ebb7f9865dd4100c4982d50567dded2218177086d1e02d698e352d8ac +SIZE (rsyslog-8.4.1.tar.gz) = 1938151 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:25:38 2014 Return-Path: Delivered-To: svn-ports-all@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 9FB1324B; Tue, 30 Sep 2014 21:25:38 +0000 (UTC) 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 8C425FC6; Tue, 30 Sep 2014 21:25:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULPcxm027468; Tue, 30 Sep 2014 21:25:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULPcm7027467; Tue, 30 Sep 2014 21:25:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409302125.s8ULPcm7027467@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Sep 2014 21:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369668 - head/finance/pear_Payment_DTA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:25:38 -0000 Author: bapt Date: Tue Sep 30 21:25:37 2014 New Revision: 369668 URL: http://svnweb.freebsd.org/changeset/ports/369668 QAT: https://qat.redports.org/buildarchive/r369668/ Log: Convert to USES=pear Modified: head/finance/pear_Payment_DTA/Makefile Modified: head/finance/pear_Payment_DTA/Makefile ============================================================================== --- head/finance/pear_Payment_DTA/Makefile Tue Sep 30 21:22:31 2014 (r369667) +++ head/finance/pear_Payment_DTA/Makefile Tue Sep 30 21:25:37 2014 (r369668) @@ -8,11 +8,6 @@ CATEGORIES= finance pear MAINTAINER= rottner@punkt.de COMMENT= PEAR class to create and handle DTA files used in Germany -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:26:14 2014 Return-Path: Delivered-To: svn-ports-all@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 BAD8537C; Tue, 30 Sep 2014 21:26:14 +0000 (UTC) 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 A7186FEB; Tue, 30 Sep 2014 21:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULQEJO027650; Tue, 30 Sep 2014 21:26:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULQEFE027649; Tue, 30 Sep 2014 21:26:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409302126.s8ULQEFE027649@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Sep 2014 21:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369669 - head/print/pear-File_PDF X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:26:14 -0000 Author: bapt Date: Tue Sep 30 21:26:13 2014 New Revision: 369669 URL: http://svnweb.freebsd.org/changeset/ports/369669 QAT: https://qat.redports.org/buildarchive/r369669/ Log: Convert to USES=pear Modified: head/print/pear-File_PDF/Makefile Modified: head/print/pear-File_PDF/Makefile ============================================================================== --- head/print/pear-File_PDF/Makefile Tue Sep 30 21:25:37 2014 (r369668) +++ head/print/pear-File_PDF/Makefile Tue Sep 30 21:26:13 2014 (r369669) @@ -8,8 +8,6 @@ CATEGORIES= print pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to generate PDFs -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:28:40 2014 Return-Path: Delivered-To: svn-ports-all@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 A7AC65F4; Tue, 30 Sep 2014 21:28:40 +0000 (UTC) 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 88542FE; Tue, 30 Sep 2014 21:28:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULSeS8028121; Tue, 30 Sep 2014 21:28:40 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULSdPM028118; Tue, 30 Sep 2014 21:28:39 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201409302128.s8ULSdPM028118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Tue, 30 Sep 2014 21:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369670 - in head/games/sdl_scavenger: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:28:40 -0000 Author: nemysis Date: Tue Sep 30 21:28:39 2014 New Revision: 369670 URL: http://svnweb.freebsd.org/changeset/ports/369670 QAT: https://qat.redports.org/buildarchive/r369670/ Log: - Bump PORTREVISION - Add USES shebangfix and SHEBANG_FILES - Simplify installation handling, use normal Makefile and adjust files/patch-Makefile - Change REINPLACE, use DATADIR and .sdlscavenger - Use REINPLACE instead of simple patch Deleted: head/games/sdl_scavenger/files/patch-scavsaver Modified: head/games/sdl_scavenger/Makefile head/games/sdl_scavenger/files/patch-Makefile head/games/sdl_scavenger/pkg-plist Modified: head/games/sdl_scavenger/Makefile ============================================================================== --- head/games/sdl_scavenger/Makefile Tue Sep 30 21:26:13 2014 (r369669) +++ head/games/sdl_scavenger/Makefile Tue Sep 30 21:28:39 2014 (r369670) @@ -3,7 +3,7 @@ PORTNAME= sdl_scavenger PORTVERSION= 145.2014.01.01 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/sdlscavenger/ @@ -16,7 +16,8 @@ LICENSE= GPLv1 WRKSRC= ${WRKDIR}/sdlscav-145 -USES= gmake tar:tgz +USES= gmake shebangfix tar:tgz +SHEBANG_FILES= scavsaver USE_SDL= sdl image mixer USE_GCC= yes ALL_TARGET= @@ -29,13 +30,14 @@ DESKTOP_ENTRIES="SDL Scavenger" "" "${PO "${PORTNAME}" "Game;LogicGame;" "" post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/games/scavenger|${DATADIR}/data|' \ + @${REINPLACE_CMD} -e 's|/usr/local/games/scavenger|${DATADIR}|; \ + s|".scavenger"|".sdlscavenger"|' \ ${WRKSRC}/names.h + @${REINPLACE_CMD} -e 's|sdlscav|sdl_scavenger|' ${WRKSRC}/scavsaver -do-install: +post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sdlscav ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) - ${LN} -sf ${DATADIR}/data/scav.png \ + ${INSTALL_DATA} ${WRKSRC}/data/scav.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/games/sdl_scavenger/files/patch-Makefile ============================================================================== --- head/games/sdl_scavenger/files/patch-Makefile Tue Sep 30 21:26:13 2014 (r369669) +++ head/games/sdl_scavenger/files/patch-Makefile Tue Sep 30 21:28:39 2014 (r369670) @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2010-11-04 08:53:00.000000000 +0100 -+++ ./Makefile 2013-12-25 10:25:00.000000000 +0100 -@@ -1,12 +1,9 @@ +--- Makefile.orig 2010-11-04 07:53:00 UTC ++++ Makefile +@@ -1,12 +1,11 @@ -CC = gcc ###CFLAGS = -Wall -O2 -I/usr/local/include/SDL -I/usr/include/SDL -D_REENTRANT -CFLAGS = -O2 `sdl-config --cflags` @@ -11,7 +11,28 @@ - gcc -o sdlscav scav.o gfx.o sound.o edit.o anim.o `sdl-config --libs` - install -m 0755 -d $$HOME/.scavenger - install -m 0644 data/*rc $$HOME/.scavenger ++ install -m 0755 -d $$HOME/.sdlscavenger ++ install -m 0644 data/*rc $$HOME/.sdlscavenger + ${CC} -o sdlscav scav.o gfx.o sound.o edit.o anim.o `sdl-config --libs` scav.o: scav.c scav.h names.h edit.h anim.h gfx.h sound.h +@@ -21,11 +20,11 @@ + clean: + rm -f *.o sdlscav *~ + install: +- install -m 0755 -d /usr/local/games/scavenger +- install -m 0755 -d /usr/local/bin +- install -m 0644 data/*.lbm /usr/local/games/scavenger/ +- install -m 0644 data/*.wav /usr/local/games/scavenger/ +- install -m 0644 data/*.scl /usr/local/games/scavenger/ +- install -m 0755 sdlscav /usr/local/bin/ +- install -m 0755 scavsaver /usr/local/bin/ ++ install -m 0755 -d $(DESTDIR)/usr/local/share/sdl_scavenger ++ install -m 0755 -d $(DESTDIR)/usr/local/bin ++ install -m 0644 data/*.lbm $(DESTDIR)/usr/local/share/sdl_scavenger/ ++ install -m 0644 data/*.wav $(DESTDIR)/usr/local/share/sdl_scavenger/ ++ install -m 0644 data/*.scl $(DESTDIR)/usr/local/share/sdl_scavenger/ ++ #install -m 0755 sdlscav /usr/local/bin/ ++ install -m 0755 scavsaver $(DESTDIR)/usr/local/bin/ + Modified: head/games/sdl_scavenger/pkg-plist ============================================================================== --- head/games/sdl_scavenger/pkg-plist Tue Sep 30 21:26:13 2014 (r369669) +++ head/games/sdl_scavenger/pkg-plist Tue Sep 30 21:28:39 2014 (r369670) @@ -1,34 +1,21 @@ +bin/scavsaver bin/sdl_scavenger share/pixmaps/sdl_scavenger.png -%%DATADIR%%/data/badguy.lbm -%%DATADIR%%/data/brownblue.lbm -%%DATADIR%%/data/death.wav -%%DATADIR%%/data/devil.xpm -%%DATADIR%%/data/dig.wav -%%DATADIR%%/data/fall.wav -%%DATADIR%%/data/highrc -%%DATADIR%%/data/highstreet.lbm -%%DATADIR%%/data/leprechaun.lbm -%%DATADIR%%/data/levels.scl -%%DATADIR%%/data/masters.scl -%%DATADIR%%/data/microman.lbm -%%DATADIR%%/data/microman.xpm -%%DATADIR%%/data/micromanrc -%%DATADIR%%/data/microrc -%%DATADIR%%/data/pop.wav -%%DATADIR%%/data/redbrick.lbm -%%DATADIR%%/data/reddevil.lbm -%%DATADIR%%/data/reddevilrc -%%DATADIR%%/data/regularguy.lbm -%%DATADIR%%/data/scav.bmp -%%DATADIR%%/data/scav.png -%%DATADIR%%/data/scav.xpm -%%DATADIR%%/data/scavrc -%%DATADIR%%/data/shamrc -%%DATADIR%%/data/shamrock.lbm -%%DATADIR%%/data/shamrock.xpm -%%DATADIR%%/data/spiral.lbm -%%DATADIR%%/data/spiralthing.lbm -%%DATADIR%%/data/victory.wav -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% +%%DATADIR%%/badguy.lbm +%%DATADIR%%/brownblue.lbm +%%DATADIR%%/death.wav +%%DATADIR%%/dig.wav +%%DATADIR%%/fall.wav +%%DATADIR%%/highstreet.lbm +%%DATADIR%%/leprechaun.lbm +%%DATADIR%%/levels.scl +%%DATADIR%%/masters.scl +%%DATADIR%%/microman.lbm +%%DATADIR%%/pop.wav +%%DATADIR%%/redbrick.lbm +%%DATADIR%%/reddevil.lbm +%%DATADIR%%/regularguy.lbm +%%DATADIR%%/shamrock.lbm +%%DATADIR%%/spiral.lbm +%%DATADIR%%/spiralthing.lbm +%%DATADIR%%/victory.wav From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:41:22 2014 Return-Path: Delivered-To: svn-ports-all@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 461BF9B3; Tue, 30 Sep 2014 21:41:22 +0000 (UTC) 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 3264B6EC; Tue, 30 Sep 2014 21:41:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULfMad036540; Tue, 30 Sep 2014 21:41:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULfMAU036539; Tue, 30 Sep 2014 21:41:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409302141.s8ULfMAU036539@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Sep 2014 21:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369671 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:41:22 -0000 Author: bapt Date: Tue Sep 30 21:41:21 2014 New Revision: 369671 URL: http://svnweb.freebsd.org/changeset/ports/369671 QAT: https://qat.redports.org/buildarchive/r369671/ Log: Convert bsd.horde.mk into USES=horde Added: head/Mk/Uses/horde.mk - copied, changed from r369661, head/devel/pear-channel-horde/bsd.horde.mk Copied and modified: head/Mk/Uses/horde.mk (from r369661, head/devel/pear-channel-horde/bsd.horde.mk) ============================================================================== --- head/devel/pear-channel-horde/bsd.horde.mk Tue Sep 30 20:14:17 2014 (r369661, copy source) +++ head/Mk/Uses/horde.mk Tue Sep 30 21:41:21 2014 (r369671) @@ -1,12 +1,18 @@ # $FreeBSD$ +# +# Feature: horde +# Usage: USES=horde +# Valid ARGS: none +# +# MAINTAINER= horde@FreeBSD.org -MASTER_SITES?= http://pear.horde.org/get/ +.if !defined(_INCLUDE_USES_HORDE_MK) +_INCLUDE_USES_HORDE_MK= yes -BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde +MASTER_SITES?= http://pear.horde.org/get/ -RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde +BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde +RUN_DEPENDS+= ${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde PKGNAMEPREFIX?= pear- HORDE_DIR?= www/horde @@ -152,4 +158,5 @@ BUILD_DEPENDS+= ${horde-${DEP}-DEPEND} IGNORE= unknown Horde package(s): ${UNKNOWN_HORDE_PACKAGES} .endif -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include "${USESDIR}/pear.mk" +.endif From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:49:34 2014 Return-Path: Delivered-To: svn-ports-all@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 28113D44; Tue, 30 Sep 2014 21:49:34 +0000 (UTC) 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 EE80681B; Tue, 30 Sep 2014 21:49:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULnXEP037670; Tue, 30 Sep 2014 21:49:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULnXBo037669; Tue, 30 Sep 2014 21:49:33 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201409302149.s8ULnXBo037669@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 30 Sep 2014 21:49:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369672 - head/net-mgmt/monitoring-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:49:34 -0000 Author: rene Date: Tue Sep 30 21:49:33 2014 New Revision: 369672 URL: http://svnweb.freebsd.org/changeset/ports/369672 QAT: https://qat.redports.org/buildarchive/r369672/ Log: net-mgmt/monitoring-plugins: - remove optional dependency on expired dns/bind98 - bump PORTREVISION PR: ports/194051 Approved by: maintainer (mat) Modified: head/net-mgmt/monitoring-plugins/Makefile Modified: head/net-mgmt/monitoring-plugins/Makefile ============================================================================== --- head/net-mgmt/monitoring-plugins/Makefile Tue Sep 30 21:41:21 2014 (r369671) +++ head/net-mgmt/monitoring-plugins/Makefile Tue Sep 30 21:49:33 2014 (r369672) @@ -3,7 +3,7 @@ PORTNAME= monitoring-plugins PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= https://www.monitoring-plugins.org/download/ LOCAL/mat/${PORTNAME} @@ -21,7 +21,7 @@ USE_SUBMAKE= yes OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS DBI EXTRAOPTS OPTIONS_SINGLE= DNS -OPTIONS_SINGLE_DNS= DNS_BASE DNS_BINDTOOLS DNS_BIND98 DNS_BIND99 DNS_BIND910 +OPTIONS_SINGLE_DNS= DNS_BASE DNS_BINDTOOLS DNS_BIND99 DNS_BIND910 OPTIONS_DEFAULT=IPV6 EXTRAOPTS DNS_BASE OPTIONS_SUB= yes @@ -40,7 +40,6 @@ DNS_DESC= Configuration of check_dig and DNS_BASE_DESC= >= 10 means drill for check_dig and no check_dns DNS_BINDTOOLS_DESC= Use dig and nslookup from dns/bind-tools -DNS_BIND98_DESC= Use dig and nslookup from dns/bind98 DNS_BIND99_DESC= Use dig and nslookup from dns/bind99 DNS_BIND910_DESC= Use dig and nslookup from dns/bind910 @@ -114,9 +113,6 @@ DBI_CONFIGURE_WITH= dbi DNS_BINDTOOLS_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind-tools DNS_BINDTOOLS_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup -DNS_BIND98_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind98 -DNS_BIND98_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ - --with-nslookup-command=${LOCALBASE}/bin/nslookup DNS_BIND99_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind99 DNS_BIND99_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:50:04 2014 Return-Path: Delivered-To: svn-ports-all@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 9D64EE31; Tue, 30 Sep 2014 21:50:04 +0000 (UTC) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "nyi.unixathome.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69CC282B; Tue, 30 Sep 2014 21:50:04 +0000 (UTC) Received: from nyi.unixathome.org (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 097735084A; Tue, 30 Sep 2014 21:49:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by nyi.unixathome.org (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ic45dIG0AS3S; Tue, 30 Sep 2014 21:49:45 +0000 (UTC) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id AFBC850847 ; Tue, 30 Sep 2014 21:49:44 +0000 (UTC) Content-Type: multipart/signed; boundary="Apple-Mail=_2AC98CAC-1FF0-49A6-A936-DD1546938681"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r369644 - in head: . Mk From: Dan Langille In-Reply-To: <542AF3F6.1010502@FreeBSD.org> Date: Tue, 30 Sep 2014 17:49:44 -0400 Message-Id: References: <201409301622.s8UGM5lB082567@svn.freebsd.org> <542AF3F6.1010502@FreeBSD.org> To: Bryan Drewery X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, dvl@FreeBSD.org, Colin Percival , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:50:04 -0000 --Apple-Mail=_2AC98CAC-1FF0-49A6-A936-DD1546938681 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 FreshPorts is good to go. I have manually reprocessed all the commits = which failed sanity testing. On Sep 30, 2014, at 2:18 PM, Bryan Drewery wrote: > This broke portsnap INDEX and FreshPorts. Please update their > configuration. I've partially reverted for now. >=20 > Portsnap needs to decide which release it is using: >=20 > "/usr/ports/Mk/bsd.port.mk", line 1209: UNAME_r (10.0-RELEASE) and > OSVERSION (899999) do not agree on major version number. >=20 > FreshPorts needs OSVERSION defined for its env: >=20 > Error message is: "/usr/local/PORTS-head/Mk/bsd.port.mk", line 1201: > Unable to determine OS version. Either define OSVERSION, install > /usr/include/sys/param.h or define SRC_BASE. >=20 >=20 > On 9/30/2014 11:22 AM, Bryan Drewery wrote: >> Author: bdrewery >> Date: Tue Sep 30 16:22:05 2014 >> New Revision: 369644 >> URL: http://svnweb.freebsd.org/changeset/ports/369644 >> QAT: https://qat.redports.org/buildarchive/r369644/ >>=20 >> Log: >> If either of OSVERSION or UNAME_r is improperly set when building in = a >> jail/chroot, a number of unexpected errors can occur. >>=20 >> 1. autotools fixup may not run when needed. This could be avoided = by always >> running it [PR 177980, 177403]. >> 2. Not having UNAME_r set will cause many unknown >> errors. Many ports use OSREL (derived from UNAME_r) to = determine the name >> of files. This is usually also due to the port build itself = using uname -r >> to derive filenames or 'built for' messages. [PR 192449, = 191943] Without >> having these sanity checks it is very easy for users to get = into >> situations where "everything worked" until they touch a certain = port that >> reads uname(1) output or OSVERSION. It has always been = necessary to define >> all of the UNAME_ vars and OSVERSION (or have a proper = sys/param.h >> present), but many users do not know this. >>=20 >> Remove the fallback on the kernel for kern.osreldate as it easily = gets the >> answer wrong. >>=20 >> I have added sanity checks to ensure OSVERSION=3D=3DOSREL=3D=3DUNAME_r= as these are the >> most critical vars to have set properly. >>=20 >> Differential Revision: https://reviews.freebsd.org/D869 >> PR: 177980, 177403, 192449, 191943 >> Reviewed by: antoine, bapt, gjb >> With hat: portmgr >>=20 >> Modified: >> head/CHANGES >> head/Mk/bsd.port.mk >>=20 >> Modified: head/CHANGES >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/CHANGES Tue Sep 30 16:19:41 2014 (r369643) >> +++ head/CHANGES Tue Sep 30 16:22:05 2014 (r369644) >> @@ -10,6 +10,36 @@ in the release notes and/or placed into=20 >>=20 >> All ports committers are allowed to commit to this file. >>=20 >> +20140930: >> +AUTHOR: bdrewery@FreeBSD.org >> + >> + Building ports in a chroot or jail have always required a = particular >> + environment be setup. This was not clear though and the ports = framework >> + did not enforce it. These requirements are: >> + 1. Either a SRC_BASE/sys/sys/param.h, or = /usr/include/sys/param.h be >> + present with the __FreeBSD_version_ number of the target = system, >> + or OSVERSION be set in the environment. Lack of these would = fallback >> + on kern.osreldate before, which is no longer the case. >> + 2. UNAME_r,UNAME_v,UNAME_s all must be set for the target = system. >> + >> + Not having these values in sync will now cause the build to error = until it is >> + resolved. >> + >> + Setting these in the environment can be done via your own wrapper = scripts, >> + or /etc/login.conf (along with cap_mkdb /etc/login.conf) or >> + via /etc/make.conf using appropriate values. Note that OSVERSION = is redundant >> + if a proper param.h is in the environment: >> + >> + OSVERSION+=3D 1100036 >> + UNAME_ENV+=3D OSVERSION=3D${OSVERSION} >> + UNAME_ENV+=3D UNAME_s=3DFreeBSD >> + UNAME_ENV+=3D UNAME_r=3D11.0-CURRENT >> + UNAME_ENV+=3D UNAME_v=3D"${UNAME_s} ${UNAME_r}" >> + .MAKEFLAGS: ${UNAME_ENV} >> + MAKE_ENV+=3D ${UNAME_ENV} >> + CONFIGURE_ENV+=3D ${UNAME_ENV} >> + SCRIPTS_ENV+=3D ${UNAME_ENV} >> + >> 20140922: >> AUTHOR: bapt@FreeBSD.org >>=20 >>=20 >> Modified: head/Mk/bsd.port.mk >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/Mk/bsd.port.mk Tue Sep 30 16:19:41 2014 = (r369643) >> +++ head/Mk/bsd.port.mk Tue Sep 30 16:22:05 2014 = (r369644) >> @@ -1186,10 +1186,10 @@ ARCH!=3D ${UNAME} -p >> OPSYS!=3D ${UNAME} -s >> .endif >>=20 >> +UNAMER!=3D${UNAME} -r >> + >> # Get the operating system revision >> -.if !defined(OSREL) >> -OSREL!=3D ${UNAME} -r | ${SED} -e 's/[-(].*//' >> -.endif >> +OSREL?=3D ${UNAMER:C/-.*//} >>=20 >> # Get __FreeBSD_version >> .if !defined(OSVERSION) >> @@ -1198,10 +1198,19 @@ OSVERSION!=3D ${AWK} = '/^\#define[[:blank:] >> .elif exists(${SRC_BASE}/sys/sys/param.h) >> OSVERSION!=3D ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ = {print $$3}' < ${SRC_BASE}/sys/sys/param.h >> .else >> -OSVERSION!=3D ${SYSCTL} -n kern.osreldate >> +.error Unable to determine OS version. Either define OSVERSION, = install /usr/include/sys/param.h or define SRC_BASE. >> .endif >> .endif >>=20 >> +# Convert OSVERSION to major release number >> +_OSVERSION_MAJOR=3D = ${OSVERSION:C/([0-9]?[0-9])([0-9][0-9])[0-9]{3}/\1/} >> +# Sanity checks for chroot/jail building. >> +.if ${_OSVERSION_MAJOR} !=3D ${UNAMER:R} >> +.error UNAME_r (${UNAMER}) and OSVERSION (${OSVERSION}) do not agree = on major version number. >> +.elif ${_OSVERSION_MAJOR} !=3D ${OSREL:R} >> +.error OSREL (${OSREL}) and OSVERSION (${OSVERSION}) do not agree on = major version number. >> +.endif >> + >> # Enable new xorg for FreeBSD versions after Radeon KMS was imported = unless >> # WITHOUT_NEW_XORG is set. >> .if (${OSVERSION} >=3D 902510 && ${OSVERSION} < 1000000) || = ${OSVERSION} >=3D 1000704 >>=20 >=20 >=20 > --=20 > Regards, > Bryan Drewery >=20 =97=20 Dan Langille --Apple-Mail=_2AC98CAC-1FF0-49A6-A936-DD1546938681 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iKYEARECAGYFAlQrJXhfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDA3REZBQjJGRUQ3NEE5QkE0NTNGOUJCNzBB MEIxNzE0Q0ZGQjlEM0MACgkQCgsXFM/7nTxjOQCeJKOuOMscR259nyCVwNIErDMz 94sAoIe2Fo9R08B2SPVs3sdKsF80Kf8n =AKSD -----END PGP SIGNATURE----- --Apple-Mail=_2AC98CAC-1FF0-49A6-A936-DD1546938681-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 21:50:43 2014 Return-Path: Delivered-To: svn-ports-all@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 EF8B6F31; Tue, 30 Sep 2014 21:50:43 +0000 (UTC) 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 C2740840; Tue, 30 Sep 2014 21:50:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ULoh8a039812; Tue, 30 Sep 2014 21:50:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ULohih039811; Tue, 30 Sep 2014 21:50:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201409302150.s8ULohih039811@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 30 Sep 2014 21:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369673 - head/net-mgmt/nagios-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 21:50:44 -0000 Author: rene Date: Tue Sep 30 21:50:43 2014 New Revision: 369673 URL: http://svnweb.freebsd.org/changeset/ports/369673 QAT: https://qat.redports.org/buildarchive/r369673/ Log: net-mgmt/nagios-plugins: - remove optional dependency on expired dns/bind98 - bump PORTREVISION PR: ports/194052 Approved by: maintainer (mat) Modified: head/net-mgmt/nagios-plugins/Makefile Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Tue Sep 30 21:49:33 2014 (r369672) +++ head/net-mgmt/nagios-plugins/Makefile Tue Sep 30 21:50:43 2014 (r369673) @@ -3,7 +3,7 @@ PORTNAME= nagios-plugins PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ @@ -23,7 +23,7 @@ USE_SUBMAKE= yes OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS DBI EXTRAOPTS OPTIONS_SINGLE= DNS -OPTIONS_SINGLE_DNS= DNS_BASE DNS_BINDTOOLS DNS_BIND98 DNS_BIND99 DNS_BIND910 +OPTIONS_SINGLE_DNS= DNS_BASE DNS_BINDTOOLS DNS_BIND99 DNS_BIND910 OPTIONS_DEFAULT=IPV6 EXTRAOPTS DNS_BASE OPTIONS_SUB= yes @@ -42,7 +42,6 @@ DNS_DESC= Configuration of check_dig and DNS_BASE_DESC= >= 10 means drill for check_dig and no check_dns DNS_BINDTOOLS_DESC= Use dig and nslookup from dns/bind-tools -DNS_BIND98_DESC= Use dig and nslookup from dns/bind98 DNS_BIND99_DESC= Use dig and nslookup from dns/bind99 DNS_BIND910_DESC= Use dig and nslookup from dns/bind910 @@ -120,9 +119,6 @@ DBI_CONFIGURE_WITH= dbi DNS_BINDTOOLS_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind-tools DNS_BINDTOOLS_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup -DNS_BIND98_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind98 -DNS_BIND98_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ - --with-nslookup-command=${LOCALBASE}/bin/nslookup DNS_BIND99_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind99 DNS_BIND99_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 22:15:17 2014 Return-Path: Delivered-To: svn-ports-all@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 397E17B2; Tue, 30 Sep 2014 22:15:17 +0000 (UTC) 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 22CB1BE0; Tue, 30 Sep 2014 22:15:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UMFH8b053572; Tue, 30 Sep 2014 22:15:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UMF0xX053464; Tue, 30 Sep 2014 22:15:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409302215.s8UMF0xX053464@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Sep 2014 22:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369674 - in head: archivers/pear-Horde_Compress archivers/pear-Horde_Compress_Fast archivers/pear-Horde_Pack comms/pear-Horde_ActiveSync comms/pear-Horde_SyncMl databases/pear-Horde_Db... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 22:15:17 -0000 Author: bapt Date: Tue Sep 30 22:14:59 2014 New Revision: 369674 URL: http://svnweb.freebsd.org/changeset/ports/369674 QAT: https://qat.redports.org/buildarchive/r369674/ Log: Convert to USES=horde Fix pear-Horde_core options Use options helpers where possible Modified: head/archivers/pear-Horde_Compress/Makefile head/archivers/pear-Horde_Compress_Fast/Makefile head/archivers/pear-Horde_Pack/Makefile head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_SyncMl/Makefile head/databases/pear-Horde_Db/Makefile head/databases/pear-Horde_HashTable/Makefile head/databases/pear-Horde_Imsp/Makefile head/databases/pear-Horde_Memcache/Makefile head/databases/pear-Horde_Mongo/Makefile head/devel/pear-Horde_Alarm/Makefile head/devel/pear-Horde_Argv/Makefile head/devel/pear-Horde_Autoloader/Makefile head/devel/pear-Horde_Autoloader_Cache/Makefile head/devel/pear-Horde_Cache/Makefile head/devel/pear-Horde_Cli/Makefile head/devel/pear-Horde_Constraint/Makefile head/devel/pear-Horde_Controller/Makefile head/devel/pear-Horde_Core/Makefile head/devel/pear-Horde_Data/Makefile head/devel/pear-Horde_Date/Makefile head/devel/pear-Horde_Date_Parser/Makefile head/devel/pear-Horde_Exception/Makefile head/devel/pear-Horde_History/Makefile head/devel/pear-Horde_Icalendar/Makefile head/devel/pear-Horde_Injector/Makefile head/devel/pear-Horde_Itip/Makefile head/devel/pear-Horde_Lock/Makefile head/devel/pear-Horde_LoginTasks/Makefile head/devel/pear-Horde_Nls/Makefile head/devel/pear-Horde_Notification/Makefile head/devel/pear-Horde_Prefs/Makefile head/devel/pear-Horde_Queue/Makefile head/devel/pear-Horde_Rdo/Makefile head/devel/pear-Horde_Role/Makefile head/devel/pear-Horde_Scheduler/Makefile head/devel/pear-Horde_Serialize/Makefile head/devel/pear-Horde_Stream/Makefile head/devel/pear-Horde_Stream_Filter/Makefile head/devel/pear-Horde_Stream_Wrapper/Makefile head/devel/pear-Horde_Support/Makefile head/devel/pear-Horde_Thrift/Makefile head/devel/pear-Horde_Timezone/Makefile head/devel/pear-Horde_Token/Makefile head/devel/pear-Horde_Translation/Makefile head/devel/pear-Horde_Tree/Makefile head/devel/pear-Horde_Util/Makefile head/devel/pear-Horde_View/Makefile head/graphics/pear-Horde_Image/Makefile head/mail/pear-Horde_Imap_Client/Makefile head/mail/pear-Horde_Kolab_Storage/Makefile head/mail/pear-Horde_ListHeaders/Makefile head/mail/pear-Horde_Mail/Makefile head/mail/pear-Horde_Mapi/Makefile head/mail/pear-Horde_Mime/Makefile head/mail/pear-Horde_Mime_Viewer/Makefile head/mail/pear-Horde_Smtp/Makefile head/net/pear-Horde_Kolab_Server/Makefile head/net/pear-Horde_Kolab_Session/Makefile head/net/pear-Horde_Ldap/Makefile head/net/pear-Horde_Rpc/Makefile head/net/pear-Horde_Scribe/Makefile head/net/pear-Horde_Socket_Client/Makefile head/net/pear-Horde_Url/Makefile head/security/pear-Horde_Auth/Makefile head/security/pear-Horde_Crypt/Makefile head/security/pear-Horde_Crypt_Blowfish/Makefile head/security/pear-Horde_Group/Makefile head/security/pear-Horde_Oauth/Makefile head/security/pear-Horde_Perms/Makefile head/security/pear-Horde_Secret/Makefile head/security/pear-Horde_Share/Makefile head/sysutils/pear-Horde_Log/Makefile head/sysutils/pear-Horde_Vfs/Makefile head/textproc/pear-Horde_CssMinify/Makefile head/textproc/pear-Horde_JavascriptMinify/Makefile head/textproc/pear-Horde_Kolab_Format/Makefile head/textproc/pear-Horde_Pdf/Makefile head/textproc/pear-Horde_SpellChecker/Makefile head/textproc/pear-Horde_Text_Diff/Makefile head/textproc/pear-Horde_Text_Filter/Makefile head/textproc/pear-Horde_Text_Filter_Csstidy/Makefile head/textproc/pear-Horde_Text_Flowed/Makefile head/textproc/pear-Horde_Xml_Element/Makefile head/textproc/pear-Horde_Xml_Wbxml/Makefile head/www/pear-Horde_Browser/Makefile head/www/pear-Horde_Css_Parser/Makefile head/www/pear-Horde_Dav/Makefile head/www/pear-Horde_Editor/Makefile head/www/pear-Horde_Feed/Makefile head/www/pear-Horde_Form/Makefile head/www/pear-Horde_Http/Makefile head/www/pear-Horde_Routes/Makefile head/www/pear-Horde_Service_Facebook/Makefile head/www/pear-Horde_Service_Twitter/Makefile head/www/pear-Horde_Service_UrlShortener/Makefile head/www/pear-Horde_Service_Weather/Makefile head/www/pear-Horde_SessionHandler/Makefile head/www/pear-Horde_Template/Makefile Modified: head/archivers/pear-Horde_Compress/Makefile ============================================================================== --- head/archivers/pear-Horde_Compress/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/archivers/pear-Horde_Compress/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -12,6 +12,7 @@ OPTIONS_DEFAULT= ZLIB OPTIONS_DEFINE= ZLIB ZLIB_DESC= Depend on PHP zlib extension +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Util \ @@ -19,6 +20,4 @@ USE_HORDE_RUN= Horde_Exception \ ZLIP_USE= PHP=zlib -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/archivers/pear-Horde_Compress_Fast/Makefile ============================================================================== --- head/archivers/pear-Horde_Compress_Fast/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/archivers/pear-Horde_Compress_Fast/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,6 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Fast Compression Library -USE_HORDE_RUN= Horde_Exception +USES= horde -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/archivers/pear-Horde_Pack/Makefile ============================================================================== --- head/archivers/pear-Horde_Pack/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/archivers/pear-Horde_Pack/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -9,9 +9,8 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Pack Utility +USES= horde USE_HORDE_RUN= Horde_Compress_Fast \ Horde_Exception -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/comms/pear-Horde_ActiveSync/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,6 +7,7 @@ CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde ActiveSync Server Library +USES= horde USE_HORDE_RUN= Horde_Compress \ Horde_Date \ Horde_Exception \ @@ -17,6 +18,4 @@ USE_HORDE_RUN= Horde_Compress \ Horde_Support \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/comms/pear-Horde_SyncMl/Makefile ============================================================================== --- head/comms/pear-Horde_SyncMl/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/comms/pear-Horde_SyncMl/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,7 @@ CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde API for processing SyncML requests +USES= horde USE_HORDE_RUN= Horde_Date \ Horde_Icalendar \ Horde_Log \ @@ -20,6 +21,4 @@ USE_HORDE_RUN= Horde_Date \ USE_HORDE_RUN+= Horde_Auth \ Horde_Core -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/databases/pear-Horde_Db/Makefile ============================================================================== --- head/databases/pear-Horde_Db/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/databases/pear-Horde_Db/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -14,23 +14,13 @@ MYSQL_DESC= Depend on mysql PHP extensi MYSQLI_DESC= Depend on mysqli PHP extension PDO_DESC= Depend on PDO PHP extension +USES= horde USE_HORDE_RUN= Horde_Date \ Horde_Exception \ Horde_Support -.include +MYSQL_USE= PHP=mysql +MYSQLI_USE= PHP=mysqli +PDO_USE= PHP=pdo -.if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= mysql -.endif - -.if ${PORT_OPTIONS:MMYSQLI} -USE_PHP+= mysqli -.endif - -.if ${PORT_OPTIONS:MPDO} -USE_PHP+= pdo -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/databases/pear-Horde_HashTable/Makefile ============================================================================== --- head/databases/pear-Horde_HashTable/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/databases/pear-Horde_HashTable/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -9,13 +9,9 @@ MAINTAINER= horde@FreeBSD.org COMMENT= Horde Hash Table Interface OPTIONS_DEFINE= MEMCACHE +USES= horde USE_HORDE_RUN= Horde_Exception -.include +MEMCACHE_USE= HORDE_RUN=Horde_Memcache -.if ${PORT_OPTIONS:MMEMCACHE} -USE_HORDE_RUN+= Horde_Memcache -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/databases/pear-Horde_Imsp/Makefile ============================================================================== --- head/databases/pear-Horde_Imsp/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/databases/pear-Horde_Imsp/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= databases www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde IMSP API +USES= horde USE_HORDE_RUN= Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/databases/pear-Horde_Memcache/Makefile ============================================================================== --- head/databases/pear-Horde_Memcache/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/databases/pear-Horde_Memcache/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,9 +7,8 @@ CATEGORIES= databases www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Memcache API +USES= horde USE_PHP= memcache hash USE_HORDE_RUN= Horde_Exception -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/databases/pear-Horde_Mongo/Makefile ============================================================================== --- head/databases/pear-Horde_Mongo/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/databases/pear-Horde_Mongo/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Mongo Configuration +USES= horde #RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/mongo.so:${PORTSDIR}/databases/pecl-mongo -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Alarm/Makefile ============================================================================== --- head/devel/pear-Horde_Alarm/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Alarm/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= PEAR Horde alarm libraries +USES= horde USE_HORDE_RUN= Horde_Date Horde_Exception Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Argv/Makefile ============================================================================== --- head/devel/pear-Horde_Argv/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Argv/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde command-line argument parsing package +USES= horde USE_HORDE_RUN= Horde_Exception Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Autoloader/Makefile ============================================================================== --- head/devel/pear-Horde_Autoloader/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Autoloader/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,6 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Autoloader -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +USES= horde + +.include Modified: head/devel/pear-Horde_Autoloader_Cache/Makefile ============================================================================== --- head/devel/pear-Horde_Autoloader_Cache/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Autoloader_Cache/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,9 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Autoloader Cache +USES= horde USE_HORDE_RUN= Horde_Autoloader USE_PHP= json -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Cache/Makefile ============================================================================== --- head/devel/pear-Horde_Cache/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Cache/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -10,18 +10,14 @@ COMMENT= Horde Caching API OPTIONS_DEFINE= APC APC_DESC= Require APC PHP extension - + +USES= horde USE_HORDE_RUN= Horde_Compress_Fast \ Horde_Exception \ Horde_HashTable \ Horde_Util USE_PHP= hash -.include - -.if ${PORT_OPTIONS:MAPC} -USE_PHP+= apc -.endif +APC_USE= PHP=apc -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Cli/Makefile ============================================================================== --- head/devel/pear-Horde_Cli/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Cli/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,8 +7,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Command Line Interface API +USES= horde USE_HORDE_RUN= Horde_Support Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Constraint/Makefile ============================================================================== --- head/devel/pear-Horde_Constraint/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Constraint/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,6 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Constraint library -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +USES= horde + +.include Modified: head/devel/pear-Horde_Controller/Makefile ============================================================================== --- head/devel/pear-Horde_Controller/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Controller/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,12 +8,11 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Controller libraries +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Injector \ Horde_Log \ Horde_Support \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Core/Makefile ============================================================================== --- head/devel/pear-Horde_Core/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Core/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -11,11 +11,12 @@ COMMENT= Horde Core Framework libraries CONFLICTS= horde-3* -OPTONS_DEFINE= KOLAB LZF SOCKETS +OPTIONS_DEFINE= KOLAB LZF SOCKETS KOLAB_DESC= Enable Kolab server support LZF_DESC= Depend on lzf PHP extension SOCKETS_DESC= Depend on sockets PHP extension +USES= horde USE_PHP= session USE_HORDE_BUILD= Horde_Role @@ -66,21 +67,8 @@ USE_HORDE_RUN= Horde_Role \ # Not required but wanted USE_HORDE_RUN+= Horde_Routes -.include +KOLAB_USE= HORDE_RUN=Horde_Kolab_Server,Horde_Kolab_Session,Horde_Kolab_Storage +LZF_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/lzf.so:${PORTSDIR}/archivers/pecl-lzf +SOCKETS_USE= PHP=sockets -.if defined(WITH_KOLAB) -USE_HORDE_RUN+= Horde_Kolab_Server \ - Horde_Kolab_Session \ - Horde_Kolab_Storage -.endif - -.if ${PORT_OPTIONS:MLZF} -RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/lzf.so:${PORTSDIR}/archivers/pecl-lzf -.endif - -.if ${PORT_OPTIONS:MSOCKETS} -USE_PHP+= sockets -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Data/Makefile ============================================================================== --- head/devel/pear-Horde_Data/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Data/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Data API +USES= horde USE_HORDE_RUN= Horde_Browser \ Horde_Exception \ Horde_Icalendar \ @@ -16,6 +17,4 @@ USE_HORDE_RUN= Horde_Browser \ Horde_Translation \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Date/Makefile ============================================================================== --- head/devel/pear-Horde_Date/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Date/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,10 +8,9 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Date package +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Nls \ Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Date_Parser/Makefile ============================================================================== --- head/devel/pear-Horde_Date_Parser/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Date_Parser/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,9 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Date Parser +USES= horde USE_HORDE_RUN= Horde_Date \ Horde_Support -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Exception/Makefile ============================================================================== --- head/devel/pear-Horde_Exception/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Exception/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Exception Handler +USES= horde USE_HORDE_RUN= Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_History/Makefile ============================================================================== --- head/devel/pear-Horde_History/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_History/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,9 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde API for tracking the history of an object +USES= horde USE_HORDE_RUN= Horde_Db \ Horde_Exception -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Icalendar/Makefile ============================================================================== --- head/devel/pear-Horde_Icalendar/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Icalendar/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,6 +7,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde iCalendar API +USES= horde USE_HORDE_RUN= Horde_Date \ Horde_Exception \ Horde_Mail \ @@ -15,6 +16,4 @@ USE_HORDE_RUN= Horde_Date \ Horde_Translation \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Injector/Makefile ============================================================================== --- head/devel/pear-Horde_Injector/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Injector/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde dependency injection container +USES= horde USE_HORDE_RUN= Horde_Exception -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Itip/Makefile ============================================================================== --- head/devel/pear-Horde_Itip/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Itip/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,9 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde iTip invitation response handling +USES= horde USE_HORDE_RUN= Horde_Icalendar \ Horde_Mime -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Lock/Makefile ============================================================================== --- head/devel/pear-Horde_Lock/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Lock/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,9 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Resource Locking System +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Support -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_LoginTasks/Makefile ============================================================================== --- head/devel/pear-Horde_LoginTasks/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_LoginTasks/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Login Tasks System +USES= horde USE_HORDE_RUN= Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Nls/Makefile ============================================================================== --- head/devel/pear-Horde_Nls/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Nls/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -16,17 +16,7 @@ USE_HORDE_RUN= Horde_Translation \ OPTIONS_DEFINE= GEOIP GEOIP_DESC= Depend on geoip PHP extension -.include +GEOIP_USE= PHP=yes +GEOIP_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/geoip.so:${PORTSDIR}/net/pecl-geoip -.if ${PORT_OPTIONS:MGEOIP} -USE_PHP= yes -.endif - -.include - -.if ${PORT_OPTIONS:MGEOIP} -RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/geoip.so:${PORTSDIR}/net/pecl-geoip -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Notification/Makefile ============================================================================== --- head/devel/pear-Horde_Notification/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Notification/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,10 +8,9 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Notification System +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Util USE_PHP= gettext -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Prefs/Makefile ============================================================================== --- head/devel/pear-Horde_Prefs/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Prefs/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,6 +7,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Preferences API +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ Horde_Mime \ @@ -14,6 +15,4 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Util USE_PHP= json -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Queue/Makefile ============================================================================== --- head/devel/pear-Horde_Queue/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Queue/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,6 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Queue -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +USES= horde + +.include Modified: head/devel/pear-Horde_Rdo/Makefile ============================================================================== --- head/devel/pear-Horde_Rdo/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Rdo/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -9,9 +9,8 @@ MASTER_SITES= http://pear.horde.org/get/ MAINTAINER= horde@FreeBSD.org COMMENT= Horde Rampage Data Objects +USES= horde USE_HORDE_RUN= Horde_Db \ Horde_Exception -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Role/Makefile ============================================================================== --- head/devel/pear-Horde_Role/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Role/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -10,8 +10,7 @@ COMMENT= PEAR installer role for Horde c PATCH_WRKSRC= ${WRKDIR} -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +USES= horde post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${HORDE_DIR} @@ -20,4 +19,4 @@ post-install: @${ECHO_CMD} "@unexec rmdir %D/${HORDE_DIR} 2>/dev/null || true" >> \ ${TMPPLIST} -.include +.include Modified: head/devel/pear-Horde_Scheduler/Makefile ============================================================================== --- head/devel/pear-Horde_Scheduler/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Scheduler/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,10 +8,9 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Scheduler System +USES= horde USE_HORDE_RUN= Horde_Core \ Horde_Util \ Horde_Vfs -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Serialize/Makefile ============================================================================== --- head/devel/pear-Horde_Serialize/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Serialize/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,9 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Data Encapulation API +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Stream/Makefile ============================================================================== --- head/devel/pear-Horde_Stream/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Stream/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde stream handler +USES= horde USE_HORDE_RUN= Horde_Exception -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Stream_Filter/Makefile ============================================================================== --- head/devel/pear-Horde_Stream_Filter/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Stream_Filter/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,6 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Stream filters -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +USES= horde + +.include Modified: head/devel/pear-Horde_Stream_Wrapper/Makefile ============================================================================== --- head/devel/pear-Horde_Stream_Wrapper/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Stream_Wrapper/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,6 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Stream wrappers -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +USES= horde + +.include Modified: head/devel/pear-Horde_Support/Makefile ============================================================================== --- head/devel/pear-Horde_Support/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Support/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,9 +8,8 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde support package +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Stream_Wrapper -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Thrift/Makefile ============================================================================== --- head/devel/pear-Horde_Thrift/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Thrift/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,6 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Thrift Client -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +USES= horde + +.include Modified: head/devel/pear-Horde_Timezone/Makefile ============================================================================== --- head/devel/pear-Horde_Timezone/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Timezone/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,10 +8,9 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde timezone library +USES= horde USE_HORDE_RUN= Horde_Date \ Horde_Icalendar \ Horde_Vfs -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Token/Makefile ============================================================================== --- head/devel/pear-Horde_Token/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Token/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,12 +8,11 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Token API +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Url \ Horde_Util USE_PHP= hash -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Translation/Makefile ============================================================================== --- head/devel/pear-Horde_Translation/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Translation/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,6 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde translation library -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +USES= horde + +.include Modified: head/devel/pear-Horde_Tree/Makefile ============================================================================== --- head/devel/pear-Horde_Tree/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Tree/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,10 +8,9 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Tree API +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Url \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_Util/Makefile ============================================================================== --- head/devel/pear-Horde_Util/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_Util/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -6,8 +6,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Utility Libraries +USES= horde USE_PHP= dom -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/pear-Horde_View/Makefile ============================================================================== --- head/devel/pear-Horde_View/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/devel/pear-Horde_View/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,10 +7,9 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde View API +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Support \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/graphics/pear-Horde_Image/Makefile ============================================================================== --- head/graphics/pear-Horde_Image/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/graphics/pear-Horde_Image/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,7 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Image API +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Support \ Horde_Translation \ @@ -16,11 +17,6 @@ USE_HORDE_RUN= Horde_Exception \ OPTIONS_DEFINE= GD GD_DESC= Depend on PHP gd extension -.include +GD_USE= PHP=gd -.if ${PORT_OPTIONS:MGD} -USE_PHP+= gd -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_Imap_Client/Makefile ============================================================================== --- head/mail/pear-Horde_Imap_Client/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_Imap_Client/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,7 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde IMAP abstraction interface +USES= horde USE_PHP= hash USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ @@ -21,19 +22,8 @@ IMAP_DESC= Require PHP imap extension MBSTRING_DESC= Require PHP mbstring extension SASL_DESC= Support SASL Authentication -.include +IMAP_USE= PHP=imap +MBSTRING_USE= PHP=mbstring +SASL_RUN_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -.if ${PORT_OPTIONS:MIMAP} -USE_PHP+= imap -.endif - -.if ${PORT_OPTIONS:MMBSTRING} -USE_PHP+= mbstring -.endif - -.if ${PORT_OPTIONS:MSASL} -RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_Kolab_Storage/Makefile ============================================================================== --- head/mail/pear-Horde_Kolab_Storage/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_Kolab_Storage/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,6 +8,7 @@ CATEGORIES= mail www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde library for handling Kolab data stored on an IMAP server +USES= horde USE_HORDE_RUN= Horde_Cache \ Horde_Exception \ Horde_Kolab_Format \ @@ -20,6 +21,4 @@ USE_HORDE_RUN= Horde_Cache \ USE_PHP+= imap USE_HORDE_RUN+= Horde_Imap_Client -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_ListHeaders/Makefile ============================================================================== --- head/mail/pear-Horde_ListHeaders/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_ListHeaders/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,8 +8,7 @@ CATEGORIES= mail www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde List Headers Parsing Library +USES= horde USE_HORDE_RUN= Horde_Mail -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_Mail/Makefile ============================================================================== --- head/mail/pear-Horde_Mail/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_Mail/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,6 +7,7 @@ CATEGORIES= mail www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Mail Library +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Stream_Filter @@ -16,6 +17,4 @@ USE_HORDE_RUN= Horde_Exception \ # Optional but we want it RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_Mapi/Makefile ============================================================================== --- head/mail/pear-Horde_Mapi/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_Mapi/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,11 +8,10 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde MAPI utility library +USES= horde USE_HORDE_RUN= Horde_Date \ Horde_Exception USE_PHP+= bcmath -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_Mime/Makefile ============================================================================== --- head/mail/pear-Horde_Mime/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_Mime/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,6 +7,7 @@ CATEGORIES= mail www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde MIME Library +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ Horde_Stream_Filter \ @@ -15,6 +16,4 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_Mime_Viewer/Makefile ============================================================================== --- head/mail/pear-Horde_Mime_Viewer/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_Mime_Viewer/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -12,6 +12,7 @@ CONFLICTS= horde-3* USE_HORDE_BUILD= Horde_Role +USES= horde USE_HORDE_RUN= Horde_Role \ Horde_Browser \ Horde_Compress \ @@ -24,6 +25,4 @@ USE_HORDE_RUN= Horde_Role \ USE_PHP= xml -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/pear-Horde_Smtp/Makefile ============================================================================== --- head/mail/pear-Horde_Smtp/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/mail/pear-Horde_Smtp/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,12 +8,11 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde SMTP Client +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ Horde_Socket_Client \ Horde_Support \ Horde_Translation -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/net/pear-Horde_Kolab_Server/Makefile ============================================================================== --- head/net/pear-Horde_Kolab_Server/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/net/pear-Horde_Kolab_Server/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -9,6 +9,7 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde library for manipulating the Kolab user database +USES= horde USE_PHP= hash USE_HORDE_RUN= Horde_Auth \ Horde_Exception @@ -20,11 +21,6 @@ LDAP_DESC= Enable LDAP support # Not required but we want it USE_HORDE_RUN+= Horde_Date -.include +LDAP_USE= HORDE_RUN=Horde_Ldap -.if ${PORT_OPTIONS:MLDAP} -USE_HORDE_RUN+= Horde_Ldap -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/net/pear-Horde_Kolab_Session/Makefile ============================================================================== --- head/net/pear-Horde_Kolab_Session/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/net/pear-Horde_Kolab_Session/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,12 +8,11 @@ CATEGORIES= net www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde library for managing an active Kolab session +USES= horde USE_HORDE_RUN= Horde_Exception # Optional but we want it USE_HORDE_RUN+= Horde_Kolab_Server \ Horde_Log -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/net/pear-Horde_Ldap/Makefile ============================================================================== --- head/net/pear-Horde_Ldap/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/net/pear-Horde_Ldap/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -8,10 +8,9 @@ CATEGORIES= net www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde LDAP libraries +USES= horde USE_PHP= ldap USE_HORDE_RUN= Horde_Exception \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/net/pear-Horde_Rpc/Makefile ============================================================================== --- head/net/pear-Horde_Rpc/Makefile Tue Sep 30 21:50:43 2014 (r369673) +++ head/net/pear-Horde_Rpc/Makefile Tue Sep 30 22:14:59 2014 (r369674) @@ -7,6 +7,7 @@ CATEGORIES= net www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde RPC API +USES= horde USE_HORDE_RUN= Horde_Core \ Horde_Dav \ Horde_Exception \ @@ -23,6 +24,4 @@ USE_HORDE_RUN+= Horde_ActiveSync \ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 22:24:35 2014 Return-Path: Delivered-To: svn-ports-all@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 EB702AC1; Tue, 30 Sep 2014 22:24:35 +0000 (UTC) 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 BB662CD7; Tue, 30 Sep 2014 22:24:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UMOZhM058569; Tue, 30 Sep 2014 22:24:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UMOVZ3058546; Tue, 30 Sep 2014 22:24:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409302224.s8UMOVZ3058546@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Sep 2014 22:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369675 - in head: deskutils/horde-groupware deskutils/horde-kronolith deskutils/horde-mnemo deskutils/horde-nag devel/horde-content devel/horde-timeobjects devel/horde-whups ftp/horde-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 22:24:36 -0000 Author: bapt Date: Tue Sep 30 22:24:30 2014 New Revision: 369675 URL: http://svnweb.freebsd.org/changeset/ports/369675 QAT: https://qat.redports.org/buildarchive/r369675/ Log: Convert to USES=horde Modified: head/deskutils/horde-groupware/Makefile head/deskutils/horde-kronolith/Makefile head/deskutils/horde-mnemo/Makefile head/deskutils/horde-nag/Makefile head/devel/horde-content/Makefile head/devel/horde-timeobjects/Makefile head/devel/horde-whups/Makefile head/ftp/horde-gollem/Makefile head/mail/horde-imp/Makefile head/mail/horde-ingo/Makefile head/mail/horde-turba/Makefile head/mail/horde-webmail/Makefile head/www/horde-ansel/Makefile head/www/horde-base/Makefile head/www/horde-passwd/Makefile head/www/horde-trean/Makefile head/www/horde-wicked/Makefile Modified: head/deskutils/horde-groupware/Makefile ============================================================================== --- head/deskutils/horde-groupware/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/deskutils/horde-groupware/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -10,8 +10,7 @@ COMMENT= Horde Groupware CONFLICTS= horde-webmail-[456]* -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ @@ -24,6 +23,4 @@ USE_HORDE_RUN= Horde_Role \ trean \ turba -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/deskutils/horde-kronolith/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -12,14 +12,13 @@ COMMENT= Horde web based calendar LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - OPTIONS_DEFAULT= DATE_HOLIDAYS TIMEOBJECTS OPTIONS_DEFINE= DATE_HOLIDAYS TIMEOBJECTS XMLWRITER DATE_HOLIDAYS_DESC= Depend on PEAR Date_Holidays TIMEOBJECTS_DESC= Depenbd on Horde timeobjects XMLWRITER_DESC= Depend on PHP xmlwriter extension +USES= horde USE_PHP= gettext json simplexml USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -55,19 +54,9 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -.include - -.if ${PORT_OPTIONS:MDATE_HOLIDAYS} -RUN_DEPENDS+= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays -.endif - -.if ${PORT_OPTIONS:MTIMEOBJECTS} -USE_HORDE_RUN+= timeobjects -.endif +HOLIDAYS_RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays -.if ${PORT_OPTIONS:MXMLWRITER} -USE_PHP+= xmlwriter -.endif +TIMEOBJECTS_USE= HORDE_RUN=timeobjects +XMLWRITER_USE= PHP=xmlwriter -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/deskutils/horde-mnemo/Makefile ============================================================================== --- head/deskutils/horde-mnemo/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/deskutils/horde-mnemo/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde web based notes manager LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -37,11 +36,6 @@ OPTIONS_DEFAULT= PDF OPTIONS_DEFINE= PDF PDF_DESC= Support PDF generation -.include - -.if ${PORT_OPTIONS:MPDF} -USE_HORDE_RUN+= Horde_Pdf -.endif +PDF_USE= HORDE_RUN=Horde_Pdf -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/deskutils/horde-nag/Makefile ============================================================================== --- head/deskutils/horde-nag/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/deskutils/horde-nag/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde web based task list manag LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -39,6 +38,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/horde-content/Makefile ============================================================================== --- head/devel/horde-content/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/devel/horde-content/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -8,8 +8,7 @@ PKGNAMEPREFIX= horde- MAINTAINER= horde@FreeBSD.org COMMENT= Horde tagging application -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -21,6 +20,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Rdo \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/horde-timeobjects/Makefile ============================================================================== --- head/devel/horde-timeobjects/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/devel/horde-timeobjects/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -8,8 +8,7 @@ PKGNAMEPREFIX= horde- MAINTAINER= horde@FreeBSD.org COMMENT= Horde timeobjects application -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -19,6 +18,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Url \ Horde_Util -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/devel/horde-whups/Makefile ============================================================================== --- head/devel/horde-whups/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/devel/horde-whups/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde bug tracking/ticketing sy LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -40,6 +39,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Vfs \ Horde_View -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/ftp/horde-gollem/Makefile ============================================================================== --- head/ftp/horde-gollem/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/ftp/horde-gollem/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -12,8 +12,7 @@ COMMENT= Horde Web-based File Manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -38,6 +37,4 @@ USE_HORDE_RUN= Horde_Role \ USE_HORDE_RUN+= Horde_Db \ Horde_Share -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/horde-imp/Makefile ============================================================================== --- head/mail/horde-imp/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/mail/horde-imp/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde web based webmail system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ horde \ @@ -50,6 +49,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/horde-ingo/Makefile ============================================================================== --- head/mail/horde-ingo/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/mail/horde-ingo/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde email filter rules manage LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -33,6 +32,4 @@ USE_HORDE_RUN= Horde_Role \ RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \ ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/horde-turba/Makefile ============================================================================== --- head/mail/horde-turba/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/mail/horde-turba/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,13 +11,12 @@ COMMENT= Horde web based address book LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde-${PORTNAME} - OPTIONS_DEFINE= FACEBOOK IMSP LDAP FACEBOOK_DESC= Support connections with Facebook IMSP_DSC= Support IMSP addressbooks LDAP_DESC= Support LDAP Addressbooks +USES= horde USE_PHP= gettext hash json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -43,19 +42,8 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -.include - -.if ${PORT_OPTIONS:MFACEBOOK} -USE_HORDE_RUN+= Horde_Service_Facebook -.endif - -.if ${PORT_OPTIONS:MIMSP} -USE_HORDE_RUN+= Horde_Imsp -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_HORDE_RUN+= Horde_Ldap -.endif +FACEBOOK_USE= HORDE_RUN=Horde_Service_Facebook +IMSP_USE= HORDE_RUN=Horde_Imsp +LDAP_USE= HORDE_RUN=Horde_Ldap -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/mail/horde-webmail/Makefile ============================================================================== --- head/mail/horde-webmail/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/mail/horde-webmail/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -10,8 +10,7 @@ COMMENT= Horde Groupware Webmail Edition CONFLICTS= horde-groupware-[456]* -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ @@ -26,6 +25,4 @@ USE_HORDE_RUN= Horde_Role \ trean \ turba -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/www/horde-ansel/Makefile ============================================================================== --- head/www/horde-ansel/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/www/horde-ansel/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde Photo Management and Web LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext hash USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -40,6 +39,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_View \ Horde_Vfs -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/www/horde-base/Makefile ============================================================================== --- head/www/horde-base/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/www/horde-base/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -18,6 +18,7 @@ ICONV_DESC= Depend on PHP iconv extensio TWITTER_DESC= Support connections to Twitter WEATHER_DESC= Support weather forecast display +USES= horde USE_PHP= filter gettext hash USE_HORDE_BUILD= Horde_Role @@ -56,24 +57,9 @@ USE_HORDE_RUN= Horde_Role \ # Optional in package but we want them in USE_HORDE_RUN+= Horde_Feed -.include +FACEBOOK_USE= HORDE_RUN=Horde_Service_Facebook +ICONV_USE= PHP=iconv +TWITTER_USE= HORDE_RUN=Horde_Service_Twitter +WEATHER_USE= HORDE_RUN=Horde_Service_Weather -.if defined(WITH_FACEBOOK) -USE_HORDE_RUN+= Horde_Service_Facebook -.endif - -.if !defined(WITHOUT_ICONV) -USE_PHP+= iconv -.endif - -.if defined(WITH_TWITTER) -USE_HORDE_RUN+= Horde_Service_Twitter -.endif - -.if defined(WITH_WEATHER) -USE_HORDE_RUN+= Horde_Service_Weather -.endif - -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/www/horde-passwd/Makefile ============================================================================== --- head/www/horde-passwd/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/www/horde-passwd/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde password changing applica LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -24,6 +23,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/www/horde-trean/Makefile ============================================================================== --- head/www/horde-trean/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/www/horde-trean/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,8 +11,7 @@ COMMENT= Horde Bookmark Manager LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -33,6 +32,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Vfs \ Horde_View -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include Modified: head/www/horde-wicked/Makefile ============================================================================== --- head/www/horde-wicked/Makefile Tue Sep 30 22:14:59 2014 (r369674) +++ head/www/horde-wicked/Makefile Tue Sep 30 22:24:30 2014 (r369675) @@ -11,10 +11,9 @@ COMMENT= Horde Wiki Application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki +USES= horde USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -38,6 +37,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_Vfs -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 22:26:33 2014 Return-Path: Delivered-To: svn-ports-all@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 3C40ABBB; Tue, 30 Sep 2014 22:26:33 +0000 (UTC) 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 0FD02CED; Tue, 30 Sep 2014 22:26:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UMQWwj058928; Tue, 30 Sep 2014 22:26:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UMQWir058927; Tue, 30 Sep 2014 22:26:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409302226.s8UMQWir058927@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Sep 2014 22:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369676 - head/devel/pear-channel-horde X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 22:26:33 -0000 Author: bapt Date: Tue Sep 30 22:26:32 2014 New Revision: 369676 URL: http://svnweb.freebsd.org/changeset/ports/369676 QAT: https://qat.redports.org/buildarchive/r369676/ Log: Remove bsd.horde.mk it all have been converted to USES=horde Deleted: head/devel/pear-channel-horde/bsd.horde.mk From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 22:39:51 2014 Return-Path: Delivered-To: svn-ports-all@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 07E71F5D; Tue, 30 Sep 2014 22:39:51 +0000 (UTC) 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 D00C5E1D; Tue, 30 Sep 2014 22:39:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UMdoIQ063967; Tue, 30 Sep 2014 22:39:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UMdoWK063966; Tue, 30 Sep 2014 22:39:50 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409302239.s8UMdoWK063966@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Sep 2014 22:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369677 - head/lang/pure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 22:39:51 -0000 Author: bapt Date: Tue Sep 30 22:39:50 2014 New Revision: 369677 URL: http://svnweb.freebsd.org/changeset/ports/369677 QAT: https://qat.redports.org/buildarchive/r369677/ Log: All pure ports have been converted to USES=pure long ago Deleted: head/lang/pure/bsd.pure.mk From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 23:02:18 2014 Return-Path: Delivered-To: svn-ports-all@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 8D5D3527; Tue, 30 Sep 2014 23:02:18 +0000 (UTC) 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 794C1141; Tue, 30 Sep 2014 23:02:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UN2Ilh077000; Tue, 30 Sep 2014 23:02:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UN2Ilk076999; Tue, 30 Sep 2014 23:02:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409302302.s8UN2Ilk076999@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 30 Sep 2014 23:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369678 - head/www/pear-HTTP_WebDAV_Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 23:02:18 -0000 Author: antoine Date: Tue Sep 30 23:02:17 2014 New Revision: 369678 URL: http://svnweb.freebsd.org/changeset/ports/369678 QAT: https://qat.redports.org/buildarchive/r369678/ Log: Remove obsolete PEAR_AUTOINSTALL Modified: head/www/pear-HTTP_WebDAV_Client/Makefile Modified: head/www/pear-HTTP_WebDAV_Client/Makefile ============================================================================== --- head/www/pear-HTTP_WebDAV_Client/Makefile Tue Sep 30 22:39:50 2014 (r369677) +++ head/www/pear-HTTP_WebDAV_Client/Makefile Tue Sep 30 23:02:17 2014 (r369678) @@ -12,6 +12,5 @@ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.p RUN_DEPENDS:= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USES= pear -PEAR_AUTOINSTALL= yes .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 23:07:11 2014 Return-Path: Delivered-To: svn-ports-all@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 9D2F266D; Tue, 30 Sep 2014 23:07:11 +0000 (UTC) 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 89A19175; Tue, 30 Sep 2014 23:07:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UN7B1h077659; Tue, 30 Sep 2014 23:07:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UN7BK9077658; Tue, 30 Sep 2014 23:07:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409302307.s8UN7BK9077658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 30 Sep 2014 23:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369679 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 23:07:11 -0000 Author: antoine Date: Tue Sep 30 23:07:10 2014 New Revision: 369679 URL: http://svnweb.freebsd.org/changeset/ports/369679 QAT: https://qat.redports.org/buildarchive/r369679/ Log: Remove obsolete PEAR_AUTOINSTALL With hat: portmgr Modified: head/Mk/Uses/horde.mk Modified: head/Mk/Uses/horde.mk ============================================================================== --- head/Mk/Uses/horde.mk Tue Sep 30 23:02:17 2014 (r369678) +++ head/Mk/Uses/horde.mk Tue Sep 30 23:07:10 2014 (r369679) @@ -21,7 +21,6 @@ CONFLICTS+= horde3-*.[0-9]* DIST_SUBDIR= Horde PEAR_CHANNEL= horde -PEAR_AUTOINSTALL= yes horde-Horde_ActiveSync-DEPEND= ${PEARDIR}/Horde/ActiveSync.php:${PORTSDIR}/comms/pear-Horde_ActiveSync horde-Horde_Alarm-DEPEND= ${PEARDIR}/Horde/Alarm.php:${PORTSDIR}/devel/pear-Horde_Alarm From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 23:31:38 2014 Return-Path: Delivered-To: svn-ports-all@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 2860AC56; Tue, 30 Sep 2014 23:31:38 +0000 (UTC) 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 1494062A; Tue, 30 Sep 2014 23:31:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UNVbg1091144; Tue, 30 Sep 2014 23:31:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UNVbo8091142; Tue, 30 Sep 2014 23:31:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409302331.s8UNVbo8091142@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 30 Sep 2014 23:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369680 - in head/www/mohawk: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 23:31:38 -0000 Author: marino Date: Tue Sep 30 23:31:37 2014 New Revision: 369680 URL: http://svnweb.freebsd.org/changeset/ports/369680 QAT: https://qat.redports.org/buildarchive/r369680/ Log: www/mohawk: Unbreak on DragonFly, remove useless LDFLAG The provided LDFLAG of -L${LOCALBASE}/lib/event2 would have stopped working after libevent2.so moved to ${LOCALBASE}/lib had the LDFLAG affected anything. The LDFLAG is set by Makefile.inc, and the handling of DragonFly is wrong for ports, although it might still be correct for pkgsrc. Fix that with a patch and remove the LDFLAG that doesn't do anything. No revbump required. Added: head/www/mohawk/files/patch-Makefile.inc (contents, props changed) Modified: head/www/mohawk/Makefile Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Tue Sep 30 23:07:10 2014 (r369679) +++ head/www/mohawk/Makefile Tue Sep 30 23:31:37 2014 (r369680) @@ -25,7 +25,6 @@ PORTEXAMPLES= * USE_RC_SUBR= mohawk CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib/event2 OPTIONS_DEFINE= EXAMPLES Added: head/www/mohawk/files/patch-Makefile.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mohawk/files/patch-Makefile.inc Tue Sep 30 23:31:37 2014 (r369680) @@ -0,0 +1,16 @@ +--- Makefile.inc.orig 2014-09-15 17:40:01 UTC ++++ Makefile.inc +@@ -16,13 +16,8 @@ OSVERSION!= sysctl -n kern.osreldate + YFLAGS+= -i + CLEANFILES+= parse.i + .endif +-.if ${OPSYS} == "DragonFly" +-LDFLAGS+= -L${PREFIX}/lib/event2 +-LDADD+= -levent-2.0 +-.else + LDFLAGS+= -L${PREFIX}/lib + LDADD+= -levent +-.endif + + .elif ${OPSYS} == "NetBSD" + PREFIX?= /usr/pkg From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 00:00:23 2014 Return-Path: Delivered-To: svn-ports-all@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 1984C212; Wed, 1 Oct 2014 00:00:23 +0000 (UTC) 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 05B1A8B2; Wed, 1 Oct 2014 00:00:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9100Mcn001756; Wed, 1 Oct 2014 00:00:22 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9100MAE001752; Wed, 1 Oct 2014 00:00:22 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201410010000.s9100MAE001752@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 1 Oct 2014 00:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369681 - in head/www: nginx-devel/files nginx/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 00:00:23 -0000 Author: osa Date: Wed Oct 1 00:00:21 2014 New Revision: 369681 URL: http://svnweb.freebsd.org/changeset/ports/369681 QAT: https://qat.redports.org/buildarchive/r369681/ Log: Update patch for third party upload module. PR: 193891 Modified: head/www/nginx-devel/files/extra-patch-ngx_http_upload_module.c head/www/nginx/files/extra-patch-ngx_http_upload_module.c Modified: head/www/nginx-devel/files/extra-patch-ngx_http_upload_module.c ============================================================================== --- head/www/nginx-devel/files/extra-patch-ngx_http_upload_module.c Tue Sep 30 23:31:37 2014 (r369680) +++ head/www/nginx-devel/files/extra-patch-ngx_http_upload_module.c Wed Oct 1 00:00:21 2014 (r369681) @@ -1,5 +1,5 @@ ---- ../nginx_upload_module-2.2.0/ngx_http_upload_module.c.orig 2010-09-27 21:54:15.000000000 +0300 -+++ ../nginx_upload_module-2.2.0/ngx_http_upload_module.c 2013-09-10 17:40:59.570815847 +0300 +--- ../nginx_upload_module-2.2.0/ngx_http_upload_module.c.orig 2010-09-27 18:54:15.000000000 +0000 ++++ ../nginx_upload_module-2.2.0/ngx_http_upload_module.c 2014-07-08 09:25:17.000000000 +0000 @@ -50,7 +50,7 @@ * State of multipart/form-data parser */ @@ -968,7 +968,7 @@ + return NGX_CONF_OK; + } + -+ *path = ngx_palloc(cf->pool, sizeof(ngx_http_upload_path_t)); ++ *path = ngx_pcalloc(cf->pool, sizeof(ngx_http_upload_path_t)); + if(*path == NULL) { + return NGX_CONF_ERROR; + } @@ -1600,7 +1600,19 @@ upload_ctx->partial_content = 1; } } -@@ -3436,8 +4545,8 @@ +@@ -3353,6 +4462,11 @@ + + boundary_start_ptr += sizeof(BOUNDARY_STRING) - 1; + boundary_end_ptr = boundary_start_ptr + strcspn((char*)boundary_start_ptr, " ;\n\r"); ++ ++ if ((boundary_end_ptr - boundary_start_ptr) >= 2 && boundary_start_ptr[0] == '"' && *(boundary_end_ptr - 1) == '"') { ++ boundary_start_ptr++; ++ boundary_end_ptr--; ++ } + + if(boundary_end_ptr == boundary_start_ptr) { + ngx_log_debug0(NGX_LOG_DEBUG_CORE, upload_ctx->log, 0, +@@ -3436,8 +4550,8 @@ return NGX_ERROR; } @@ -1611,7 +1623,7 @@ { return NGX_ERROR; } -@@ -3673,3 +4782,43 @@ +@@ -3673,3 +4787,43 @@ } } /* }}} */ @@ -1655,4 +1667,3 @@ + + return NGX_ERROR; +} /* }}} */ - Modified: head/www/nginx/files/extra-patch-ngx_http_upload_module.c ============================================================================== --- head/www/nginx/files/extra-patch-ngx_http_upload_module.c Tue Sep 30 23:31:37 2014 (r369680) +++ head/www/nginx/files/extra-patch-ngx_http_upload_module.c Wed Oct 1 00:00:21 2014 (r369681) @@ -1,5 +1,5 @@ ---- ../nginx_upload_module-2.2.0/ngx_http_upload_module.c.orig 2010-09-27 21:54:15.000000000 +0300 -+++ ../nginx_upload_module-2.2.0/ngx_http_upload_module.c 2013-09-10 17:40:59.570815847 +0300 +--- ../nginx_upload_module-2.2.0/ngx_http_upload_module.c.orig 2010-09-27 18:54:15.000000000 +0000 ++++ ../nginx_upload_module-2.2.0/ngx_http_upload_module.c 2014-07-08 09:25:17.000000000 +0000 @@ -50,7 +50,7 @@ * State of multipart/form-data parser */ @@ -968,7 +968,7 @@ + return NGX_CONF_OK; + } + -+ *path = ngx_palloc(cf->pool, sizeof(ngx_http_upload_path_t)); ++ *path = ngx_pcalloc(cf->pool, sizeof(ngx_http_upload_path_t)); + if(*path == NULL) { + return NGX_CONF_ERROR; + } @@ -1600,7 +1600,19 @@ upload_ctx->partial_content = 1; } } -@@ -3436,8 +4545,8 @@ +@@ -3353,6 +4462,11 @@ + + boundary_start_ptr += sizeof(BOUNDARY_STRING) - 1; + boundary_end_ptr = boundary_start_ptr + strcspn((char*)boundary_start_ptr, " ;\n\r"); ++ ++ if ((boundary_end_ptr - boundary_start_ptr) >= 2 && boundary_start_ptr[0] == '"' && *(boundary_end_ptr - 1) == '"') { ++ boundary_start_ptr++; ++ boundary_end_ptr--; ++ } + + if(boundary_end_ptr == boundary_start_ptr) { + ngx_log_debug0(NGX_LOG_DEBUG_CORE, upload_ctx->log, 0, +@@ -3436,8 +4550,8 @@ return NGX_ERROR; } @@ -1611,7 +1623,7 @@ { return NGX_ERROR; } -@@ -3673,3 +4782,43 @@ +@@ -3673,3 +4787,43 @@ } } /* }}} */ @@ -1655,4 +1667,3 @@ + + return NGX_ERROR; +} /* }}} */ - From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 00:29:54 2014 Return-Path: Delivered-To: svn-ports-all@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 26A6761C; Wed, 1 Oct 2014 00:29:54 +0000 (UTC) Received: from mail-vc0-x22d.google.com (mail-vc0-x22d.google.com [IPv6:2607:f8b0:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5AA9BA7; Wed, 1 Oct 2014 00:29:53 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id ij19so65930vcb.4 for ; Tue, 30 Sep 2014 17:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=WDrOYRGxZNX20eIgnh3szh4LLZ2BPxJ3S9gCh25Hz4I=; b=DILVTftxsAtjR+p7aAxRFVPIieV7bzJh4GrLzExNg/cUrSW+jr8NOEq8O+HmohD5Ug vfX8QfldXHS8b36Q0zYbagFS6EWuvWvZMLQNcW0rbcUYYwOyJ3HFTSWYXhrlxqWrl9+P MNkev0ERjEBw4ETr3ddBUCeFUZ7oWHYwO1cyqanLnEeptjURkyF2RmVfNRD1dAlbXdKn U0OuntmCbVvLUXaNrxc5H7phRfLIBR1xcSjSQ7F+RZle1koJ8Okt4fvUbKDYXNY6p8rE jorGJh/UiJWWEbZ0/wUZwTT3Ov6KCNKg3B3xQ0ngWCGZFIR7B604iZoPJ+uwz1JE7fTZ 97Yg== MIME-Version: 1.0 X-Received: by 10.52.89.198 with SMTP id bq6mr11696473vdb.41.1412123392560; Tue, 30 Sep 2014 17:29:52 -0700 (PDT) Sender: bsdkaffee@gmail.com Received: by 10.220.153.19 with HTTP; Tue, 30 Sep 2014 17:29:52 -0700 (PDT) In-Reply-To: <201409302128.s8ULSdPM028118@svn.freebsd.org> References: <201409302128.s8ULSdPM028118@svn.freebsd.org> Date: Tue, 30 Sep 2014 20:29:52 -0400 X-Google-Sender-Auth: MQoUE9gd-x61QM9kzxyvqHXcCkw Message-ID: Subject: Re: svn commit: r369670 - in head/games/sdl_scavenger: . files From: "Jason E. Hale" To: Rusmir Dusko Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 00:29:54 -0000 On Tue, Sep 30, 2014 at 5:28 PM, Rusmir Dusko wrote: > Author: nemysis > Date: Tue Sep 30 21:28:39 2014 > New Revision: 369670 > URL: http://svnweb.freebsd.org/changeset/ports/369670 > QAT: https://qat.redports.org/buildarchive/r369670/ > > Log: > - Bump PORTREVISION > - Add USES shebangfix and SHEBANG_FILES The problem with this is the former patch made the script use /bin/sh ... shebangfix makes the script use ${LOCALBASE}/bin/bash. You could probably define: bash_CMD= /bin/sh > - Simplify installation handling, use normal Makefile > and adjust files/patch-Makefile > - Change REINPLACE, use DATADIR and .sdlscavenger > - Use REINPLACE instead of simple patch > > Deleted: > head/games/sdl_scavenger/files/patch-scavsaver > Modified: > head/games/sdl_scavenger/Makefile > head/games/sdl_scavenger/files/patch-Makefile > head/games/sdl_scavenger/pkg-plist > > Modified: head/games/sdl_scavenger/Makefile > ============================================================================== > --- head/games/sdl_scavenger/Makefile Tue Sep 30 21:26:13 2014 (r369669) > +++ head/games/sdl_scavenger/Makefile Tue Sep 30 21:28:39 2014 (r369670) > @@ -3,7 +3,7 @@ > > PORTNAME= sdl_scavenger > PORTVERSION= 145.2014.01.01 > -PORTREVISION= 2 > +PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= games > MASTER_SITES= SF/sdlscavenger/ > @@ -16,7 +16,8 @@ LICENSE= GPLv1 > > WRKSRC= ${WRKDIR}/sdlscav-145 > > -USES= gmake tar:tgz > +USES= gmake shebangfix tar:tgz > +SHEBANG_FILES= scavsaver > USE_SDL= sdl image mixer > USE_GCC= yes This seem to build with clang, although with tons of warnings. > ALL_TARGET= > @@ -29,13 +30,14 @@ DESKTOP_ENTRIES="SDL Scavenger" "" "${PO > "${PORTNAME}" "Game;LogicGame;" "" > > post-patch: > - @${REINPLACE_CMD} -e 's|/usr/local/games/scavenger|${DATADIR}/data|' \ > + @${REINPLACE_CMD} -e 's|/usr/local/games/scavenger|${DATADIR}|; \ > + s|".scavenger"|".sdlscavenger"|' \ > ${WRKSRC}/names.h > + @${REINPLACE_CMD} -e 's|sdlscav|sdl_scavenger|' ${WRKSRC}/scavsaver > > -do-install: > +post-install: > ${INSTALL_PROGRAM} ${WRKSRC}/sdlscav ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > - @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) > - ${LN} -sf ${DATADIR}/data/scav.png \ > + ${INSTALL_DATA} ${WRKSRC}/data/scav.png \ > ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png > > @${MKDIR} ${STAGEDIR}${DOCSDIR} > > Modified: head/games/sdl_scavenger/files/patch-Makefile > ============================================================================== > --- head/games/sdl_scavenger/files/patch-Makefile Tue Sep 30 21:26:13 2014 (r369669) > +++ head/games/sdl_scavenger/files/patch-Makefile Tue Sep 30 21:28:39 2014 (r369670) > @@ -1,6 +1,6 @@ > ---- ./Makefile.orig 2010-11-04 08:53:00.000000000 +0100 > -+++ ./Makefile 2013-12-25 10:25:00.000000000 +0100 > -@@ -1,12 +1,9 @@ > +--- Makefile.orig 2010-11-04 07:53:00 UTC > ++++ Makefile > +@@ -1,12 +1,11 @@ > -CC = gcc > ###CFLAGS = -Wall -O2 -I/usr/local/include/SDL -I/usr/include/SDL -D_REENTRANT > -CFLAGS = -O2 `sdl-config --cflags` > @@ -11,7 +11,28 @@ > - gcc -o sdlscav scav.o gfx.o sound.o edit.o anim.o `sdl-config --libs` > - install -m 0755 -d $$HOME/.scavenger > - install -m 0644 data/*rc $$HOME/.scavenger > ++ install -m 0755 -d $$HOME/.sdlscavenger > ++ install -m 0644 data/*rc $$HOME/.sdlscavenger This doesn't look right. Ports shouldn't be touching home directories, although HOME is defined WRKDIR by default in MAKE_ENV. Is something supposed to happen with these files? > + ${CC} -o sdlscav scav.o gfx.o sound.o edit.o anim.o `sdl-config --libs` > > scav.o: scav.c scav.h names.h edit.h anim.h gfx.h sound.h > > +@@ -21,11 +20,11 @@ > + clean: > + rm -f *.o sdlscav *~ > + install: > +- install -m 0755 -d /usr/local/games/scavenger > +- install -m 0755 -d /usr/local/bin > +- install -m 0644 data/*.lbm /usr/local/games/scavenger/ > +- install -m 0644 data/*.wav /usr/local/games/scavenger/ > +- install -m 0644 data/*.scl /usr/local/games/scavenger/ > +- install -m 0755 sdlscav /usr/local/bin/ > +- install -m 0755 scavsaver /usr/local/bin/ > ++ install -m 0755 -d $(DESTDIR)/usr/local/share/sdl_scavenger > ++ install -m 0755 -d $(DESTDIR)/usr/local/bin > ++ install -m 0644 data/*.lbm $(DESTDIR)/usr/local/share/sdl_scavenger/ > ++ install -m 0644 data/*.wav $(DESTDIR)/usr/local/share/sdl_scavenger/ > ++ install -m 0644 data/*.scl $(DESTDIR)/usr/local/share/sdl_scavenger/ > ++ #install -m 0755 sdlscav /usr/local/bin/ > ++ install -m 0755 scavsaver $(DESTDIR)/usr/local/bin/ > + /usr/local everywhere! Should be ${PREFIX} > > Modified: head/games/sdl_scavenger/pkg-plist > ============================================================================== > --- head/games/sdl_scavenger/pkg-plist Tue Sep 30 21:26:13 2014 (r369669) > +++ head/games/sdl_scavenger/pkg-plist Tue Sep 30 21:28:39 2014 (r369670) > @@ -1,34 +1,21 @@ > +bin/scavsaver > bin/sdl_scavenger > share/pixmaps/sdl_scavenger.png > -%%DATADIR%%/data/badguy.lbm > -%%DATADIR%%/data/brownblue.lbm > -%%DATADIR%%/data/death.wav > -%%DATADIR%%/data/devil.xpm > -%%DATADIR%%/data/dig.wav > -%%DATADIR%%/data/fall.wav > -%%DATADIR%%/data/highrc > -%%DATADIR%%/data/highstreet.lbm > -%%DATADIR%%/data/leprechaun.lbm > -%%DATADIR%%/data/levels.scl > -%%DATADIR%%/data/masters.scl > -%%DATADIR%%/data/microman.lbm > -%%DATADIR%%/data/microman.xpm > -%%DATADIR%%/data/micromanrc > -%%DATADIR%%/data/microrc > -%%DATADIR%%/data/pop.wav > -%%DATADIR%%/data/redbrick.lbm > -%%DATADIR%%/data/reddevil.lbm > -%%DATADIR%%/data/reddevilrc > -%%DATADIR%%/data/regularguy.lbm > -%%DATADIR%%/data/scav.bmp > -%%DATADIR%%/data/scav.png > -%%DATADIR%%/data/scav.xpm > -%%DATADIR%%/data/scavrc > -%%DATADIR%%/data/shamrc > -%%DATADIR%%/data/shamrock.lbm > -%%DATADIR%%/data/shamrock.xpm > -%%DATADIR%%/data/spiral.lbm > -%%DATADIR%%/data/spiralthing.lbm > -%%DATADIR%%/data/victory.wav > -@dirrm %%DATADIR%%/data > -@dirrm %%DATADIR%% > +%%DATADIR%%/badguy.lbm > +%%DATADIR%%/brownblue.lbm > +%%DATADIR%%/death.wav > +%%DATADIR%%/dig.wav > +%%DATADIR%%/fall.wav > +%%DATADIR%%/highstreet.lbm > +%%DATADIR%%/leprechaun.lbm > +%%DATADIR%%/levels.scl > +%%DATADIR%%/masters.scl > +%%DATADIR%%/microman.lbm > +%%DATADIR%%/pop.wav > +%%DATADIR%%/redbrick.lbm > +%%DATADIR%%/reddevil.lbm > +%%DATADIR%%/regularguy.lbm > +%%DATADIR%%/shamrock.lbm > +%%DATADIR%%/spiral.lbm > +%%DATADIR%%/spiralthing.lbm > +%%DATADIR%%/victory.wav > From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 01:18:59 2014 Return-Path: Delivered-To: svn-ports-all@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 1D8BFE19; Wed, 1 Oct 2014 01:18:59 +0000 (UTC) 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 F3ED48; Wed, 1 Oct 2014 01:18:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s911IwMA040045; Wed, 1 Oct 2014 01:18:58 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s911IuiA040031; Wed, 1 Oct 2014 01:18:56 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201410010118.s911IuiA040031@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 1 Oct 2014 01:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369682 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 01:18:59 -0000 Author: osa Date: Wed Oct 1 01:18:56 2014 New Revision: 369682 URL: http://svnweb.freebsd.org/changeset/ports/369682 QAT: https://qat.redports.org/buildarchive/r369682/ Log: Update from 4.0.50 to 4.0.52: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. * Fixed a null termination bug when autodetecting application types. * Node.js apps can now also trigger the inverse port binding mechanism by passing `'/passenger'` as argument. This was introduced in order to be able to support the Hapi.js framework. Please read http://stackoverflow.com/questions/20645231/phusion-passenger-error-http-server-listen-was-called-more-than-once/20645549 for more information regarding Hapi.js support. * It is now possible to abort Node.js WebSocket connections upon application restart. Please refer to https://github.com/phusion/passenger/wiki/Phusion-Passenger:-Node.js-tutorial#restarting_apps_that_serve_long_running_connections for more information. Closes GH-1200. * Passenger Standalone no longer automatically resolves symlinks in its paths. * `passenger-config system-metrics` no longer crashes when the system clock is set to a time in the past. Closes GH-1276. * `passenger-status`, `passenger-memory-stats`, `passenger-install-apache2-module` and `passenger-install-nginx-module` no longer output ANSI color codes by default when STDOUT is not a TTY. Closes GH-487. * `passenger-install-nginx-module --auto` is now all that's necessary to make it fully non-interactive. It is no longer necessary to provide all the answers through command line parameters. Closes GH-852. * Minor contribution by Alessandro Lenzen. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/nginx-devel/Makefile Wed Oct 1 01:18:56 2014 (r369682) @@ -641,7 +641,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.50 +PASSENGER_VERSION= 4.0.52 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/nginx-devel/distinfo Wed Oct 1 01:18:56 2014 (r369682) @@ -72,8 +72,8 @@ SHA256 (modsecurity-2.8.0.tar.gz) = 5cbb SIZE (modsecurity-2.8.0.tar.gz) = 3940357 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.50.tar.gz) = 716a608deba04fb284f204763736a1f7bdda34798904a732f748d9d16b2f3622 -SIZE (passenger-4.0.50.tar.gz) = 4444924 +SHA256 (passenger-4.0.52.tar.gz) = ec57db39cf6f45d9b205062dbd78ea5cbbdc908a49b691be278decf61a98122d +SIZE (passenger-4.0.52.tar.gz) = 4447196 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed Oct 1 01:18:56 2014 (r369682) @@ -1,5 +1,5 @@ ---- ../passenger-4.0.50/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-4.0.50/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400 +--- ../passenger-4.0.52/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-4.0.52/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/nginx/Makefile Wed Oct 1 01:18:56 2014 (r369682) @@ -653,7 +653,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.50 +PASSENGER_VERSION= 4.0.52 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/nginx/distinfo Wed Oct 1 01:18:56 2014 (r369682) @@ -74,8 +74,8 @@ SHA256 (modsecurity-2.8.0.tar.gz) = 5cbb SIZE (modsecurity-2.8.0.tar.gz) = 3940357 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.50.tar.gz) = 716a608deba04fb284f204763736a1f7bdda34798904a732f748d9d16b2f3622 -SIZE (passenger-4.0.50.tar.gz) = 4444924 +SHA256 (passenger-4.0.52.tar.gz) = ec57db39cf6f45d9b205062dbd78ea5cbbdc908a49b691be278decf61a98122d +SIZE (passenger-4.0.52.tar.gz) = 4447196 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Wed Oct 1 01:18:56 2014 (r369682) @@ -1,5 +1,5 @@ ---- ../passenger-4.0.50/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-4.0.50/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400 +--- ../passenger-4.0.52/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-4.0.52/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/rubygem-passenger/Makefile Wed Oct 1 01:18:56 2014 (r369682) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 4.0.50 +PORTVERSION= 4.0.52 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Wed Oct 1 00:00:21 2014 (r369681) +++ head/www/rubygem-passenger/distinfo Wed Oct 1 01:18:56 2014 (r369682) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-4.0.50.gem) = 04f9c2561b5c430bee9eb171b48a17143285c4ab5be7ddc61fd462414488377f -SIZE (rubygem/passenger-4.0.50.gem) = 4459520 +SHA256 (rubygem/passenger-4.0.52.gem) = 4d2962696b3d7fde009947a334794d7b0b148aaaa0b87896223d5ba699cb2453 +SIZE (rubygem/passenger-4.0.52.gem) = 4461056 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 01:34:58 2014 Return-Path: Delivered-To: svn-ports-all@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 84624FF0; Wed, 1 Oct 2014 01:34:58 +0000 (UTC) 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 70BD120C; Wed, 1 Oct 2014 01:34:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s911YwVY048998; Wed, 1 Oct 2014 01:34:58 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s911YwUj048997; Wed, 1 Oct 2014 01:34:58 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201410010134.s911YwUj048997@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 1 Oct 2014 01:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369683 - head/net-im/libpurple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 01:34:58 -0000 Author: marcus Date: Wed Oct 1 01:34:57 2014 New Revision: 369683 URL: http://svnweb.freebsd.org/changeset/ports/369683 QAT: https://qat.redports.org/buildarchive/r369683/ Log: Fix staging when Perl is enabled for slave ports. Reported by: John Wood Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Wed Oct 1 01:18:56 2014 (r369682) +++ head/net-im/libpurple/Makefile Wed Oct 1 01:34:57 2014 (r369683) @@ -325,7 +325,7 @@ post-patch: 's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|' .endif -.if ${PORT_OPTIONS:MPERL} +.if !defined(PIDGIN_SLAVE) && ${PORT_OPTIONS:MPERL} post-stage: @${SED} -i '' -e 's|^${STAGEDIR}||g' \ ${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 03:35:14 2014 Return-Path: Delivered-To: svn-ports-all@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 EED6789F; Wed, 1 Oct 2014 03:35:13 +0000 (UTC) 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 DAC7A1000; Wed, 1 Oct 2014 03:35:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s913ZD48006657; Wed, 1 Oct 2014 03:35:13 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s913ZD6R006655; Wed, 1 Oct 2014 03:35:13 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410010335.s913ZD6R006655@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 03:35:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369684 - in head/shells/bash: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 03:35:14 -0000 Author: bdrewery Date: Wed Oct 1 03:35:12 2014 New Revision: 369684 URL: http://svnweb.freebsd.org/changeset/ports/369684 QAT: https://qat.redports.org/buildarchive/r369684/ Log: Add RedHat's patch for CVE-2014-7186, commonly known as "redir_stack" overflow, which has not been shown to be as critical as "shellshock" currently. Security: CVE-2014-7186 Added: head/shells/bash/files/patch-parse.y (contents, props changed) Modified: head/shells/bash/Makefile Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Wed Oct 1 01:34:57 2014 (r369683) +++ head/shells/bash/Makefile Wed Oct 1 03:35:12 2014 (r369684) @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 27 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} Added: head/shells/bash/files/patch-parse.y ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bash/files/patch-parse.y Wed Oct 1 03:35:12 2014 (r369684) @@ -0,0 +1,86 @@ +From Florian Weimer at RedHat for CVE-2014-7186: +http://www.openwall.com/lists/oss-security/2014/09/25/32 + +--- parse.y.orig 2014-09-30 12:58:08.462512373 -0400 ++++ parse.y 2014-09-30 12:58:08.629018000 -0400 +@@ -265,9 +265,21 @@ + + /* Variables to manage the task of reading here documents, because we need to + defer the reading until after a complete command has been collected. */ +-static REDIRECT *redir_stack[10]; ++static REDIRECT **redir_stack; + int need_here_doc; + ++/* Pushes REDIR onto redir_stack, resizing it as needed. */ ++static void ++push_redir_stack (REDIRECT *redir) ++{ ++ /* Guard against oveflow. */ ++ if (need_here_doc + 1 > INT_MAX / sizeof (*redir_stack)) ++ abort (); ++ redir_stack = xrealloc (redir_stack, ++ (need_here_doc + 1) * sizeof (*redir_stack)); ++ redir_stack[need_here_doc++] = redir; ++} ++ + /* Where shell input comes from. History expansion is performed on each + line when the shell is interactive. */ + static char *shell_input_line = (char *)NULL; +@@ -520,42 +532,42 @@ + source.dest = 0; + redir.filename = $2; + $$ = make_redirection (source, r_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | NUMBER LESS_LESS WORD + { + source.dest = $1; + redir.filename = $3; + $$ = make_redirection (source, r_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | REDIR_WORD LESS_LESS WORD + { + source.filename = $1; + redir.filename = $3; + $$ = make_redirection (source, r_reading_until, redir, REDIR_VARASSIGN); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | LESS_LESS_MINUS WORD + { + source.dest = 0; + redir.filename = $2; + $$ = make_redirection (source, r_deblank_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | NUMBER LESS_LESS_MINUS WORD + { + source.dest = $1; + redir.filename = $3; + $$ = make_redirection (source, r_deblank_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | REDIR_WORD LESS_LESS_MINUS WORD + { + source.filename = $1; + redir.filename = $3; + $$ = make_redirection (source, r_deblank_reading_until, redir, REDIR_VARASSIGN); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | LESS_LESS_LESS WORD + { +@@ -4905,7 +4917,7 @@ + case CASE: + case SELECT: + case FOR: +- if (word_top < MAX_CASE_NEST) ++ if (word_top + 1 < MAX_CASE_NEST) + word_top++; + word_lineno[word_top] = line_number; + break; From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 03:35:41 2014 Return-Path: Delivered-To: svn-ports-all@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 7A13097E; Wed, 1 Oct 2014 03:35:41 +0000 (UTC) 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 6564167; Wed, 1 Oct 2014 03:35:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s913Zfq6006839; Wed, 1 Oct 2014 03:35:41 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s913ZfCv006837; Wed, 1 Oct 2014 03:35:41 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410010335.s913ZfCv006837@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 03:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369685 - in branches/2014Q3/shells/bash: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 03:35:41 -0000 Author: bdrewery Date: Wed Oct 1 03:35:40 2014 New Revision: 369685 URL: http://svnweb.freebsd.org/changeset/ports/369685 QAT: https://qat.redports.org/buildarchive/r369685/ Log: MFH: r369684 Add RedHat's patch for CVE-2014-7186, commonly known as "redir_stack" overflow, which has not been shown to be as critical as "shellshock" currently. Security: CVE-2014-7186 Added: branches/2014Q3/shells/bash/files/patch-parse.y - copied unchanged from r369684, head/shells/bash/files/patch-parse.y Modified: branches/2014Q3/shells/bash/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/shells/bash/Makefile ============================================================================== --- branches/2014Q3/shells/bash/Makefile Wed Oct 1 03:35:12 2014 (r369684) +++ branches/2014Q3/shells/bash/Makefile Wed Oct 1 03:35:40 2014 (r369685) @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 27 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} Copied: branches/2014Q3/shells/bash/files/patch-parse.y (from r369684, head/shells/bash/files/patch-parse.y) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q3/shells/bash/files/patch-parse.y Wed Oct 1 03:35:40 2014 (r369685, copy of r369684, head/shells/bash/files/patch-parse.y) @@ -0,0 +1,86 @@ +From Florian Weimer at RedHat for CVE-2014-7186: +http://www.openwall.com/lists/oss-security/2014/09/25/32 + +--- parse.y.orig 2014-09-30 12:58:08.462512373 -0400 ++++ parse.y 2014-09-30 12:58:08.629018000 -0400 +@@ -265,9 +265,21 @@ + + /* Variables to manage the task of reading here documents, because we need to + defer the reading until after a complete command has been collected. */ +-static REDIRECT *redir_stack[10]; ++static REDIRECT **redir_stack; + int need_here_doc; + ++/* Pushes REDIR onto redir_stack, resizing it as needed. */ ++static void ++push_redir_stack (REDIRECT *redir) ++{ ++ /* Guard against oveflow. */ ++ if (need_here_doc + 1 > INT_MAX / sizeof (*redir_stack)) ++ abort (); ++ redir_stack = xrealloc (redir_stack, ++ (need_here_doc + 1) * sizeof (*redir_stack)); ++ redir_stack[need_here_doc++] = redir; ++} ++ + /* Where shell input comes from. History expansion is performed on each + line when the shell is interactive. */ + static char *shell_input_line = (char *)NULL; +@@ -520,42 +532,42 @@ + source.dest = 0; + redir.filename = $2; + $$ = make_redirection (source, r_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | NUMBER LESS_LESS WORD + { + source.dest = $1; + redir.filename = $3; + $$ = make_redirection (source, r_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | REDIR_WORD LESS_LESS WORD + { + source.filename = $1; + redir.filename = $3; + $$ = make_redirection (source, r_reading_until, redir, REDIR_VARASSIGN); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | LESS_LESS_MINUS WORD + { + source.dest = 0; + redir.filename = $2; + $$ = make_redirection (source, r_deblank_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | NUMBER LESS_LESS_MINUS WORD + { + source.dest = $1; + redir.filename = $3; + $$ = make_redirection (source, r_deblank_reading_until, redir, 0); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | REDIR_WORD LESS_LESS_MINUS WORD + { + source.filename = $1; + redir.filename = $3; + $$ = make_redirection (source, r_deblank_reading_until, redir, REDIR_VARASSIGN); +- redir_stack[need_here_doc++] = $$; ++ push_redir_stack ($$); + } + | LESS_LESS_LESS WORD + { +@@ -4905,7 +4917,7 @@ + case CASE: + case SELECT: + case FOR: +- if (word_top < MAX_CASE_NEST) ++ if (word_top + 1 < MAX_CASE_NEST) + word_top++; + word_lineno[word_top] = line_number; + break; From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 03:40:04 2014 Return-Path: Delivered-To: svn-ports-all@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 7771CA83; Wed, 1 Oct 2014 03:40:04 +0000 (UTC) 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 63CF5A2; Wed, 1 Oct 2014 03:40:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s913e4EU007504; Wed, 1 Oct 2014 03:40:04 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s913e4ff007503; Wed, 1 Oct 2014 03:40:04 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410010340.s913e4ff007503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 03:40:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369686 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 03:40:04 -0000 Author: bdrewery Date: Wed Oct 1 03:40:03 2014 New Revision: 369686 URL: http://svnweb.freebsd.org/changeset/ports/369686 QAT: https://qat.redports.org/buildarchive/r369686/ Log: Document CVE-2014-7186 for bash Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 1 03:35:40 2014 (r369685) +++ head/security/vuxml/vuln.xml Wed Oct 1 03:40:03 2014 (r369686) @@ -57,6 +57,35 @@ Notes: --> + + bash -- out-of-bounds memory access in parser + + + bash + 4.3.27_1 + + + + +

RedHat security team reports:

+
+

It was discovered that the fixed-sized redir_stack could be forced + to overflow in the Bash parser, resulting in memory corruption, and + possibly leading to arbitrary code execution when evaluating + untrusted input that would not otherwise be run as code.

+
+ +
+ + https://access.redhat.com/security/cve/CVE-2014-7186 + CVE-2014-7186 + + + 2014-09-25 + 2014-10-01 + +
+ rsyslog -- remote syslog PRI vulnerability From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 03:45:07 2014 Return-Path: Delivered-To: svn-ports-all@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 2AC25D86; Wed, 1 Oct 2014 03:45:07 +0000 (UTC) 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 1675617C; Wed, 1 Oct 2014 03:45:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s913j6I8011572; Wed, 1 Oct 2014 03:45:06 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s913j6sb011570; Wed, 1 Oct 2014 03:45:06 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410010345.s913j6sb011570@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 03:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r369687 - in svnadmin: conf hooks/scripts X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 03:45:07 -0000 Author: bdrewery Date: Wed Oct 1 03:45:06 2014 New Revision: 369687 URL: https://svnweb.freebsd.org/changeset/ports/369687 QAT: https://qat.redports.org/buildarchive/r369687/ Log: Fix more cases of http:// to use https:// Modified: svnadmin/conf/mailer.conf svnadmin/hooks/scripts/mfh.sh Modified: svnadmin/conf/mailer.conf ============================================================================== --- svnadmin/conf/mailer.conf Wed Oct 1 03:40:03 2014 (r369686) +++ svnadmin/conf/mailer.conf Wed Oct 1 03:45:06 2014 (r369687) @@ -201,7 +201,7 @@ generate_diffs = add copy modify # # The available substitution variable is: rev #commit_url = http://diffs.server.com/trac/software/changeset/%(rev)s -commit_url = http://svnweb.freebsd.org/changeset/ports/%(rev)s +commit_url = https://svnweb.freebsd.org/changeset/ports/%(rev)s qat_url = https://qat.redports.org/buildarchive/r%(rev)s/ # Diff URL construction. For the configured diff URL types, the diff Modified: svnadmin/hooks/scripts/mfh.sh ============================================================================== --- svnadmin/hooks/scripts/mfh.sh Wed Oct 1 03:40:03 2014 (r369686) +++ svnadmin/hooks/scripts/mfh.sh Wed Oct 1 03:45:06 2014 (r369687) @@ -20,7 +20,7 @@ using \${PORTSDIR}/Tools/scripts/mfh $BRANCH $REV -http://svnweb.freebsd.org/changeset/ports/$REV +https://svnweb.freebsd.org/changeset/ports/$REV Commit message follows: From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 03:56:09 2014 Return-Path: Delivered-To: svn-ports-all@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 6F229F39; Wed, 1 Oct 2014 03:56:09 +0000 (UTC) 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 41542243; Wed, 1 Oct 2014 03:56:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s913u9Sj016375; Wed, 1 Oct 2014 03:56:09 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s913u8Vg016373; Wed, 1 Oct 2014 03:56:08 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201410010356.s913u8Vg016373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 1 Oct 2014 03:56:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369688 - head/sysutils/jadm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 03:56:09 -0000 Author: vanilla Date: Wed Oct 1 03:56:08 2014 New Revision: 369688 URL: https://svnweb.freebsd.org/changeset/ports/369688 QAT: https://qat.redports.org/buildarchive/r369688/ Log: 1: use ${PYTHON_PKGNAMEPREFIX} on build/run depends. 2: use ${STAGEDIR} instead. 3: add WWW line. PR: jhale@ Approved by: maintainer timeout ( > 2weeks) Modified: head/sysutils/jadm/Makefile head/sysutils/jadm/pkg-descr Modified: head/sysutils/jadm/Makefile ============================================================================== --- head/sysutils/jadm/Makefile Wed Oct 1 03:45:06 2014 (r369687) +++ head/sysutils/jadm/Makefile Wed Oct 1 03:56:08 2014 (r369688) @@ -12,14 +12,14 @@ COMMENT= FreeBSD jail framework with zfs LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/paramiko/:${PORTSDIR}/security/py-paramiko \ - ${PYTHON_LIBDIR}/site-packages/netifaces.so:${PORTSDIR}/net/py-netifaces \ - ${PYTHON_LIBDIR}/site-packages/tabulate.py:${PORTSDIR}/devel/py-tabulate \ - ${PYTHON_LIBDIR}/site-packages/ipaddress.py:${PORTSDIR}/net/py-ipaddress -RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/paramiko/:${PORTSDIR}/security/py-paramiko \ - ${PYTHON_LIBDIR}/site-packages/netifaces.so:${PORTSDIR}/net/py-netifaces \ - ${PYTHON_LIBDIR}/site-packages/tabulate.py:${PORTSDIR}/devel/py-tabulate \ - ${PYTHON_LIBDIR}/site-packages/ipaddress.py:${PORTSDIR}/net/py-ipaddress +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.14.0:${PORTSDIR}/security/py-paramiko \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.3:${PORTSDIR}/net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}tabulate>=0.7.2:${PORTSDIR}/devel/py-tabulate \ + ${PYTHON_PKGNAMEPREFIX}ipaddress>=1.0.6:${PORTSDIR}/net/py-ipaddress +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.14.0:${PORTSDIR}/security/py-paramiko \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.3:${PORTSDIR}/net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}tabulate>=0.7.2:${PORTSDIR}/devel/py-tabulate \ + ${PYTHON_PKGNAMEPREFIX}ipaddress>=1.0.6:${PORTSDIR}/net/py-ipaddress USES= python USE_PYTHON= distutils autoplist @@ -32,6 +32,6 @@ IGNORE= freeBSD before 9.1 is not supp .endif pre-install: - ${CP} ${WRKSRC}/man8/jadm.8 ${WRKDIR}/stage${PREFIX}/man/man8 + ${CP} ${WRKSRC}/man8/jadm.8 ${STAGEDIR}${PREFIX}/man/man8 .include Modified: head/sysutils/jadm/pkg-descr ============================================================================== --- head/sysutils/jadm/pkg-descr Wed Oct 1 03:45:06 2014 (r369687) +++ head/sysutils/jadm/pkg-descr Wed Oct 1 03:56:08 2014 (r369688) @@ -1,2 +1,4 @@ Jadm is python script which pars /etc/jail.conf in his own format. Use zfs for jail home also bridge interface and epair interfaces for jail vnet. + +WWW: https://github.com/NikolayDachev/jadm From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 04:34:33 2014 Return-Path: Delivered-To: svn-ports-all@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 D4D5DB6B; Wed, 1 Oct 2014 04:34:33 +0000 (UTC) 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 C103C801; Wed, 1 Oct 2014 04:34:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s914YX5b035979; Wed, 1 Oct 2014 04:34:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s914YXmW035975; Wed, 1 Oct 2014 04:34:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410010434.s914YXmW035975@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Oct 2014 04:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369689 - head/textproc/py-Tempita X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 04:34:33 -0000 Author: wen Date: Wed Oct 1 04:34:32 2014 New Revision: 369689 URL: https://svnweb.freebsd.org/changeset/ports/369689 QAT: https://qat.redports.org/buildarchive/r369689/ Log: - Update to 0.5.2 - Reset maintainer to ports@ Modified: head/textproc/py-Tempita/Makefile head/textproc/py-Tempita/distinfo Modified: head/textproc/py-Tempita/Makefile ============================================================================== --- head/textproc/py-Tempita/Makefile Wed Oct 1 03:56:08 2014 (r369688) +++ head/textproc/py-Tempita/Makefile Wed Oct 1 04:34:32 2014 (r369689) @@ -2,17 +2,15 @@ # $FreeBSD$ PORTNAME= Tempita -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Small text templating language -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/textproc/py-Tempita/distinfo ============================================================================== --- head/textproc/py-Tempita/distinfo Wed Oct 1 03:56:08 2014 (r369688) +++ head/textproc/py-Tempita/distinfo Wed Oct 1 04:34:32 2014 (r369689) @@ -1,2 +1,2 @@ -SHA256 (Tempita-0.5.1.tar.gz) = 0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8 -SIZE (Tempita-0.5.1.tar.gz) = 12097 +SHA256 (Tempita-0.5.2.tar.gz) = cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c +SIZE (Tempita-0.5.2.tar.gz) = 12648 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 05:52:20 2014 Return-Path: Delivered-To: svn-ports-all@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 DFD8E1FE6; Wed, 1 Oct 2014 05:52:20 +0000 (UTC) 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 CC17898A; Wed, 1 Oct 2014 05:52:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s915qKrC073410; Wed, 1 Oct 2014 05:52:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s915qKU5073409; Wed, 1 Oct 2014 05:52:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410010552.s915qKU5073409@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 1 Oct 2014 05:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369690 - head/devel/pear-Horde_Nls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 05:52:21 -0000 Author: antoine Date: Wed Oct 1 05:52:20 2014 New Revision: 369690 URL: https://svnweb.freebsd.org/changeset/ports/369690 QAT: https://qat.redports.org/buildarchive/r369690/ Log: Fix USES=horde conversion Modified: head/devel/pear-Horde_Nls/Makefile Modified: head/devel/pear-Horde_Nls/Makefile ============================================================================== --- head/devel/pear-Horde_Nls/Makefile Wed Oct 1 04:34:32 2014 (r369689) +++ head/devel/pear-Horde_Nls/Makefile Wed Oct 1 05:52:20 2014 (r369690) @@ -10,6 +10,7 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Native Language Support +USES= horde USE_HORDE_RUN= Horde_Translation \ Horde_Util From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 05:58:33 2014 Return-Path: Delivered-To: svn-ports-all@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 7CB44183; Wed, 1 Oct 2014 05:58:33 +0000 (UTC) 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 4FA1A9BA; Wed, 1 Oct 2014 05:58:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s915wX7p074283; Wed, 1 Oct 2014 05:58:33 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s915wWOW074281; Wed, 1 Oct 2014 05:58:32 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410010558.s915wWOW074281@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 1 Oct 2014 05:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369691 - head/deskutils/gourmet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 05:58:33 -0000 Author: rm Date: Wed Oct 1 05:58:32 2014 New Revision: 369691 URL: https://svnweb.freebsd.org/changeset/ports/369691 QAT: https://qat.redports.org/buildarchive/r369691/ Log: deskutils/gourmet: update to 0.17.4 - update to 0.17.4 - add IPYTHON option (needed for interactive shell plugin) - define LICENSE_FILE - convert to USES Modified: head/deskutils/gourmet/Makefile head/deskutils/gourmet/distinfo Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Wed Oct 1 05:52:20 2014 (r369690) +++ head/deskutils/gourmet/Makefile Wed Oct 1 05:58:32 2014 (r369691) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gourmet -PORTVERSION= 0.17.3 +PORTVERSION= 0.17.4 CATEGORIES= deskutils gnome MASTER_SITES= https://github.com/thinkle/gourmet/archive/ DISTNAME= ${PORTVERSION} @@ -12,6 +12,7 @@ MAINTAINER= rm@FreeBSD.org COMMENT= GNOME recipe manager LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl @@ -23,11 +24,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli ${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl -USES= gettext +OPTIONS_DEFINE= IPYTHON +IPYTHON_DESC= Interactive shell support +IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:${PORTSDIR}/devel/ipython + +USES= gettext python:2 USE_GNOME= pygnome2 pygnomeextras pygtk2 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= autoplist distutils PLIST_FILES+= man/man1/gourmet.1.gz WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/deskutils/gourmet/distinfo ============================================================================== --- head/deskutils/gourmet/distinfo Wed Oct 1 05:52:20 2014 (r369690) +++ head/deskutils/gourmet/distinfo Wed Oct 1 05:58:32 2014 (r369691) @@ -1,2 +1,2 @@ -SHA256 (gourmet/0.17.3.tar.gz) = 40feddf8b7c36d1ab04a80587f1c61303ae60a78793820a04047a3f875e5d9cd -SIZE (gourmet/0.17.3.tar.gz) = 8569152 +SHA256 (gourmet/0.17.4.tar.gz) = 13edd3b9c3a3507d20b80cff0f88183ac7979b720e7577290815ffacca097fe3 +SIZE (gourmet/0.17.4.tar.gz) = 8487830 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 06:41:15 2014 Return-Path: Delivered-To: svn-ports-all@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 6F3A4A6B; Wed, 1 Oct 2014 06:41:15 +0000 (UTC) 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 5BB53DA5; Wed, 1 Oct 2014 06:41:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s916fFjP094498; Wed, 1 Oct 2014 06:41:15 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s916fFrq094497; Wed, 1 Oct 2014 06:41:15 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201410010641.s916fFrq094497@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Wed, 1 Oct 2014 06:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369692 - head/games/sdl_scavenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 06:41:15 -0000 Author: nemysis Date: Wed Oct 1 06:41:14 2014 New Revision: 369692 URL: https://svnweb.freebsd.org/changeset/ports/369692 QAT: https://qat.redports.org/buildarchive/r369692/ Log: - Add bash_CMD=/bin/sh [1] Reported by: jhale [1] Modified: head/games/sdl_scavenger/Makefile Modified: head/games/sdl_scavenger/Makefile ============================================================================== --- head/games/sdl_scavenger/Makefile Wed Oct 1 05:58:32 2014 (r369691) +++ head/games/sdl_scavenger/Makefile Wed Oct 1 06:41:14 2014 (r369692) @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/sdlscav-145 USES= gmake shebangfix tar:tgz SHEBANG_FILES= scavsaver +bash_CMD= /bin/sh USE_SDL= sdl image mixer USE_GCC= yes ALL_TARGET= From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 06:41:57 2014 Return-Path: Delivered-To: svn-ports-all@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 F15A8B64; Wed, 1 Oct 2014 06:41:56 +0000 (UTC) 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 C4288E37; Wed, 1 Oct 2014 06:41:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s916fu1b096966; Wed, 1 Oct 2014 06:41:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s916fuTN096962; Wed, 1 Oct 2014 06:41:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410010641.s916fuTN096962@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 06:41:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369693 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 06:41:57 -0000 Author: bapt Date: Wed Oct 1 06:41:55 2014 New Revision: 369693 URL: https://svnweb.freebsd.org/changeset/ports/369693 QAT: https://qat.redports.org/buildarchive/r369693/ Log: Activate New Xorg for the full 10.x branch see UPDATING for details Modified: head/Mk/bsd.port.mk head/UPDATING Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Oct 1 06:41:14 2014 (r369692) +++ head/Mk/bsd.port.mk Wed Oct 1 06:41:55 2014 (r369693) @@ -1217,7 +1217,7 @@ _OSVERSION_MAJOR= ${OSVERSION:C/([0-9]?[ # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless # WITHOUT_NEW_XORG is set. -.if (${OSVERSION} >= 902510 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704 +.if ${OSVERSION} >= 902510 . if !defined(WITHOUT_NEW_XORG) WITH_NEW_XORG?= yes . else Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Oct 1 06:41:14 2014 (r369692) +++ head/UPDATING Wed Oct 1 06:41:55 2014 (r369693) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20141001: + AFFECTS: xorg users + AUTHOR: bapt@FreeBSD.org + + The WITH_NEW_XORG setting has been activated by default on FreeBSD 10.0 + and above, which allows us to have packages for xorg 1.12 and kde4. + + Please be aware that on systems that only support syscons + switching virtual terminals or exiting X + results in a black screen or the last image of their desktop + (like a screenshot) being presented. Commands can still be typed blindly. + + Most, if not all, systems should be using vt(4) and this can be enabled + by setting kern.vty=vt in /boot/loader.conf and reboot to activate. + 20140930: AFFECTS: users of mail/maildrop AUTHOR: madpilot@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 06:43:33 2014 Return-Path: Delivered-To: svn-ports-all@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 44AF4D07; Wed, 1 Oct 2014 06:43:33 +0000 (UTC) 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 30B44E6A; Wed, 1 Oct 2014 06:43:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s916hXZi097271; Wed, 1 Oct 2014 06:43:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s916hWnq097269; Wed, 1 Oct 2014 06:43:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410010643.s916hWnq097269@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 06:43:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369694 - in head/x11-drivers: xf86-input-keyboard xf86-input-mouse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 06:43:33 -0000 Author: bapt Date: Wed Oct 1 06:43:32 2014 New Revision: 369694 URL: https://svnweb.freebsd.org/changeset/ports/369694 QAT: https://qat.redports.org/buildarchive/r369694/ Log: Arbitrary bump portrevision to make sure a newer version is installed alon with the new xorg update Modified: head/x11-drivers/xf86-input-keyboard/Makefile head/x11-drivers/xf86-input-mouse/Makefile Modified: head/x11-drivers/xf86-input-keyboard/Makefile ============================================================================== --- head/x11-drivers/xf86-input-keyboard/Makefile Wed Oct 1 06:41:55 2014 (r369693) +++ head/x11-drivers/xf86-input-keyboard/Makefile Wed Oct 1 06:43:32 2014 (r369694) @@ -2,7 +2,7 @@ PORTNAME= xf86-input-keyboard PORTVERSION= 1.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org Modified: head/x11-drivers/xf86-input-mouse/Makefile ============================================================================== --- head/x11-drivers/xf86-input-mouse/Makefile Wed Oct 1 06:41:55 2014 (r369693) +++ head/x11-drivers/xf86-input-mouse/Makefile Wed Oct 1 06:43:32 2014 (r369694) @@ -2,7 +2,7 @@ PORTNAME= xf86-input-mouse PORTVERSION= 1.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 06:46:07 2014 Return-Path: Delivered-To: svn-ports-all@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 04362E47; Wed, 1 Oct 2014 06:46:07 +0000 (UTC) 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 CC3F9E8C; Wed, 1 Oct 2014 06:46:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s916k6OE097732; Wed, 1 Oct 2014 06:46:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s916k6ND097731; Wed, 1 Oct 2014 06:46:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410010646.s916k6ND097731@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 06:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369695 - branches/2014Q4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 06:46:07 -0000 Author: bapt Date: Wed Oct 1 06:46:06 2014 New Revision: 369695 URL: https://svnweb.freebsd.org/changeset/ports/369695 QAT: https://qat.redports.org/buildarchive/r369695/ Log: Branch 2014Q4 Added: branches/2014Q4/ - copied from r369694, head/ From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 07:12:44 2014 Return-Path: Delivered-To: svn-ports-all@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 E340A335; Wed, 1 Oct 2014 07:12:44 +0000 (UTC) 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 B57141BB; Wed, 1 Oct 2014 07:12:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s917Ci3H011570; Wed, 1 Oct 2014 07:12:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s917ChsH011566; Wed, 1 Oct 2014 07:12:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201410010712.s917ChsH011566@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 1 Oct 2014 07:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369696 - in head/devel: . py-google-apputils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 07:12:45 -0000 Author: vanilla Date: Wed Oct 1 07:12:43 2014 New Revision: 369696 URL: https://svnweb.freebsd.org/changeset/ports/369696 QAT: https://qat.redports.org/buildarchive/r369696/ Log: Add py-google-apputils, it's small collections of utilities for building python application. Added: head/devel/py-google-apputils/ head/devel/py-google-apputils/Makefile (contents, props changed) head/devel/py-google-apputils/distinfo (contents, props changed) head/devel/py-google-apputils/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 1 06:46:06 2014 (r369695) +++ head/devel/Makefile Wed Oct 1 07:12:43 2014 (r369696) @@ -3714,6 +3714,7 @@ SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 + SUBDIR += py-google-apputils SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled Added: head/devel/py-google-apputils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-apputils/Makefile Wed Oct 1 07:12:43 2014 (r369696) @@ -0,0 +1,19 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= google-apputils +PORTVERSION= 0.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Google Application Utilities for Python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-google-apputils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-apputils/distinfo Wed Oct 1 07:12:43 2014 (r369696) @@ -0,0 +1,2 @@ +SHA256 (google-apputils-0.4.0.tar.gz) = b260eb39f2723b71329ad016773033b95a31e89d8c9e13b8e6a1ef8eed8e94a3 +SIZE (google-apputils-0.4.0.tar.gz) = 80014 Added: head/devel/py-google-apputils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-apputils/pkg-descr Wed Oct 1 07:12:43 2014 (r369696) @@ -0,0 +1,3 @@ +Google application utilities for python. + +WWW: https://pypi.python.org/pypi/google-apputils From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 07:13:27 2014 Return-Path: Delivered-To: svn-ports-all@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 9F59D424; Wed, 1 Oct 2014 07:13:27 +0000 (UTC) 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 8C41F1C6; Wed, 1 Oct 2014 07:13:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s917DRCp011773; Wed, 1 Oct 2014 07:13:27 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s917DRPh011771; Wed, 1 Oct 2014 07:13:27 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201410010713.s917DRPh011771@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 1 Oct 2014 07:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369697 - head/mail/roundcube X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 07:13:27 -0000 Author: ale Date: Wed Oct 1 07:13:26 2014 New Revision: 369697 URL: https://svnweb.freebsd.org/changeset/ports/369697 QAT: https://qat.redports.org/buildarchive/r369697/ Log: Update to 1.0.3 release. Modified: head/mail/roundcube/Makefile head/mail/roundcube/distinfo Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Wed Oct 1 07:12:43 2014 (r369696) +++ head/mail/roundcube/Makefile Wed Oct 1 07:13:26 2014 (r369697) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.0.2 +DISTVERSION= 1.0.3 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu} @@ -99,8 +99,5 @@ do-install: >> ${TMPPLIST} @${ECHO_CMD} '@exec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/temp' \ >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} bin ${RCUBECOMP} -type d) | ${SORT} -r | \ - ${SED} -ne 's,^,@dirrm ${WWWDIR_REL}/,p' >> ${TMPPLIST} - @${ECHO_CMD} '@dirrm ${WWWDIR_REL}' >> ${TMPPLIST} .include Modified: head/mail/roundcube/distinfo ============================================================================== --- head/mail/roundcube/distinfo Wed Oct 1 07:12:43 2014 (r369696) +++ head/mail/roundcube/distinfo Wed Oct 1 07:13:26 2014 (r369697) @@ -1,2 +1,2 @@ -SHA256 (roundcubemail-1.0.2.tar.gz) = 1c1560a7a56e6884b45c49f52961dbbb3f6bacbc7e7c755440750a1ab027171c -SIZE (roundcubemail-1.0.2.tar.gz) = 3980298 +SHA256 (roundcubemail-1.0.3.tar.gz) = 8840bb6c1b08d35eeb35dff5e8d40f7771d19bae8cb65d13753f71a538f9a9ca +SIZE (roundcubemail-1.0.3.tar.gz) = 3984245 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 07:45:44 2014 Return-Path: Delivered-To: svn-ports-all@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 BCE01C41; Wed, 1 Oct 2014 07:45:44 +0000 (UTC) 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 A8588781; Wed, 1 Oct 2014 07:45:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s917jiiP026208; Wed, 1 Oct 2014 07:45:44 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s917jhgU026203; Wed, 1 Oct 2014 07:45:43 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410010745.s917jhgU026203@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 1 Oct 2014 07:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369698 - in head/graphics/tulip: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 07:45:44 -0000 Author: gahr Date: Wed Oct 1 07:45:42 2014 New Revision: 369698 URL: https://svnweb.freebsd.org/changeset/ports/369698 QAT: https://qat.redports.org/buildarchive/r369698/ Log: - Update to 4.6.0 Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/2041 Modified: head/graphics/tulip/Makefile head/graphics/tulip/distinfo head/graphics/tulip/files/patch-CMakeLists.txt head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt head/graphics/tulip/pkg-plist Modified: head/graphics/tulip/Makefile ============================================================================== --- head/graphics/tulip/Makefile Wed Oct 1 07:13:26 2014 (r369697) +++ head/graphics/tulip/Makefile Wed Oct 1 07:45:42 2014 (r369698) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tulip -PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTVERSION= 4.6.0 CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -17,13 +16,12 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg -USES= cmake:outsource compiler:c++11-lib shebangfix dos2unix +USES= cmake:outsource compiler:c++11-lib dos2unix python shebangfix SHEBANG_FILES= tulip-config.in DOS2UNIX_FILES= software/tulip/src/main.cpp USE_CXXSTD= c++11 USE_GL= glew glut USE_GNOME= libxml2 -USE_PYTHON= yes USE_QT4= corelib moc_build uic_build rcc_build gui opengl xml network qmake_build \ designer assistant assistantclient CXXFLAGS+= -fPIC -I${LOCALBASE}/include -DNDEBUG -DOGDF_DLL @@ -31,7 +29,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS+= -DPYTHON_INCLUDEDIR:PATH=${PYTHON_INCLUDEDIR} \ -DLOCALBASE:PATH=${LOCALBASE} \ -DOGDFLibrary=${LOCALBASE}/lib/libOGDF.so \ - -DOGDFInclude=${LOCALBASE}/include + -DOGDFInclude=${LOCALBASE}/include \ + -DBUILD_DOC:BOOL=false USE_LDCONFIG= ${PREFIX}/lib/tulip WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/graphics/tulip/distinfo ============================================================================== --- head/graphics/tulip/distinfo Wed Oct 1 07:13:26 2014 (r369697) +++ head/graphics/tulip/distinfo Wed Oct 1 07:45:42 2014 (r369698) @@ -1,2 +1,2 @@ -SHA256 (tulip-4.5.0_src.tar.gz) = b3c776e2f029765749b93ea0b396faea7922341d2b57fc83024d21a1df5abfa5 -SIZE (tulip-4.5.0_src.tar.gz) = 78391448 +SHA256 (tulip-4.6.0_src.tar.gz) = 6012dab496883b4e835bf7b4d7c2b7f4df7f5e05c00a2345f8a0d93d5c2eacd7 +SIZE (tulip-4.6.0_src.tar.gz) = 82681832 Modified: head/graphics/tulip/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/tulip/files/patch-CMakeLists.txt Wed Oct 1 07:13:26 2014 (r369697) +++ head/graphics/tulip/files/patch-CMakeLists.txt Wed Oct 1 07:45:42 2014 (r369698) @@ -1,13 +1,13 @@ ---- CMakeLists.txt.orig 2014-04-18 10:21:16.000000000 +0200 -+++ CMakeLists.txt 2014-04-18 10:22:19.000000000 +0200 -@@ -274,8 +274,8 @@ - SET(FTGLInclude ${PROJECT_SOURCE_DIR}/thirdparty/ftgl/) +--- CMakeLists.txt.orig 2014-09-28 22:18:14.000000000 +0200 ++++ CMakeLists.txt 2014-09-30 12:39:54.000000000 +0200 +@@ -401,8 +401,8 @@ SET(FTGLLibrary ftgl-tulip-${TulipMMVersion}) - SET(qscintilla2Include ${PROJECT_SOURCE_DIR}/thirdparty/QScintilla-gpl-2.5.1/Qt4/) + ENDIF(NOT BUILD_CORE_ONLY) + -SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF) -SET(OGDFLibrary OGDF-tulip-${TulipMMVersion}) +#SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF) +#SET(OGDFLibrary OGDF-tulip-${TulipMMVersion}) SET(QHULLInclude ${PROJECT_SOURCE_DIR}/thirdparty) + SET(UTF8CppInclude ${PROJECT_SOURCE_DIR}/thirdparty/utf8-cpp/source) SET(YajlLibrary yajl-tulip-${TulipMMVersion}) - SET(TulipCoreInclude ${PROJECT_SOURCE_DIR}/library/tulip-core/include/) Modified: head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt ============================================================================== --- head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt Wed Oct 1 07:13:26 2014 (r369697) +++ head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt Wed Oct 1 07:45:42 2014 (r369698) @@ -1,11 +1,11 @@ ---- thirdparty/CMakeLists.txt.orig 2014-04-18 10:22:25.000000000 +0200 -+++ thirdparty/CMakeLists.txt 2014-04-18 10:22:30.000000000 +0200 -@@ -2,7 +2,7 @@ +--- thirdparty/CMakeLists.txt.orig 2014-09-28 22:17:08.000000000 +0200 ++++ thirdparty/CMakeLists.txt 2014-09-30 14:20:28.000000000 +0200 +@@ -3,7 +3,7 @@ + ADD_CORE_FILES(CMakeLists.txt) ADD_SUBDIRECTORY(gzstream) - ADD_SUBDIRECTORY(ftgl) -ADD_SUBDIRECTORY(OGDF) +#ADD_SUBDIRECTORY(OGDF) - ADD_SUBDIRECTORY(quazip) + ADD_SUBDIRECTORY(libqhull) ADD_SUBDIRECTORY(yajl) - ADD_SUBDIRECTORY(qxt) + Modified: head/graphics/tulip/pkg-plist ============================================================================== --- head/graphics/tulip/pkg-plist Wed Oct 1 07:13:26 2014 (r369697) +++ head/graphics/tulip/pkg-plist Wed Oct 1 07:45:42 2014 (r369698) @@ -234,6 +234,7 @@ include/tulip/StlIterator.h include/tulip/StoredType.h include/tulip/StringCollection.h include/tulip/StringProperty.h +include/tulip/StringsListSelectionDialog.h include/tulip/StringsListSelectionWidget.h include/tulip/StringsListSelectionWidgetInterface.h include/tulip/SystemDefinition.h @@ -261,7 +262,7 @@ include/tulip/TulipViewSettings.h include/tulip/TypeInterface.h include/tulip/Vector.h include/tulip/VectorCast.h -include/tulip/VectorEditionWidget.h +include/tulip/VectorEditor.h include/tulip/VectorPropertyAnimation.h include/tulip/View.h include/tulip/ViewWidget.h @@ -314,7 +315,7 @@ lib/libtulip-ogl-%%TULIP_VERS%%.so lib/libtulip-python-%%TULIP_VERS%%.so lib/libyajl-tulip-%%TULIP_VERS%%.so lib/libyajl-tulip-%%TULIP_VERS%%.so.2 -lib/libyajl-tulip-%%TULIP_VERS%%.so.2.0.1 +lib/libyajl-tulip-%%TULIP_VERS%%.so.2.1.0 lib/python/facebook.py lib/python/sip.so lib/python/stl.so @@ -483,7 +484,7 @@ lib/tulip/view/libpythonscriptview-%%TUL %%DATADIR%%/apiFiles/Python-2.4.api %%DATADIR%%/apiFiles/Python-2.5.api %%DATADIR%%/apiFiles/Python-2.6.api -%%DATADIR%%/apiFiles/Python-2.7.api +%%DATADIR%%/apiFiles/Python-%%PYTHON_VER%%.api %%DATADIR%%/apiFiles/Python-3.1.api %%DATADIR%%/apiFiles/Python-3.2.api %%DATADIR%%/apiFiles/Python-3.3.api @@ -514,6 +515,18 @@ lib/tulip/view/libpythonscriptview-%%TUL %%DATADIR%%/bitmaps/edgeSpring.png %%DATADIR%%/bitmaps/font.ttf %%DATADIR%%/bitmaps/fontb.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Bold.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Bold_Italic.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Italic.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Bold.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Bold_Italic.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Italic.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Bold.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Bold_Italic.ttf +%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Italic.ttf %%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono.ttf %%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold.ttf %%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold_Italic.ttf @@ -639,45 +652,3 @@ lib/tulip/view/libpythonscriptview-%%TUL %%DATADIR%%/wizards/tlpview/view.cpp %%DATADIR%%/wizards/tlpview/view.h %%DATADIR%%/wizards/tlpview/wizard.xml -@dirrm %%DATADIR%%/wizards/tlpview -@dirrm %%DATADIR%%/wizards/tlpproperty -@dirrm %%DATADIR%%/wizards/tlpmain -@dirrm %%DATADIR%%/wizards/tlpinteractor -@dirrm %%DATADIR%%/wizards/tlpimport -@dirrm %%DATADIR%%/wizards/tlpexport -@dirrm %%DATADIR%%/wizards/tlpalgorithm -@dirrm %%DATADIR%%/wizards -@dirrm %%DATADIR%%/bitmaps/samplePictures -@dirrm %%DATADIR%%/bitmaps/fonts/Waree -@dirrm %%DATADIR%%/bitmaps/fonts/Umpush -@dirrm %%DATADIR%%/bitmaps/fonts/Ubuntu -@dirrm %%DATADIR%%/bitmaps/fonts/TlwgTypo -@dirrm %%DATADIR%%/bitmaps/fonts/TlwgTypist -@dirrm %%DATADIR%%/bitmaps/fonts/TlwgTypewriter -@dirrm %%DATADIR%%/bitmaps/fonts/TlwgMono -@dirrm %%DATADIR%%/bitmaps/fonts/Sawasdee -@dirrm %%DATADIR%%/bitmaps/fonts/Purisa -@dirrm %%DATADIR%%/bitmaps/fonts/Norasi -@dirrm %%DATADIR%%/bitmaps/fonts/Loma -@dirrm %%DATADIR%%/bitmaps/fonts/LiberationSerif -@dirrm %%DATADIR%%/bitmaps/fonts/LiberationSans -@dirrm %%DATADIR%%/bitmaps/fonts/LiberationMono -@dirrm %%DATADIR%%/bitmaps/fonts/Kinnari -@dirrm %%DATADIR%%/bitmaps/fonts/Garuda -@dirrm %%DATADIR%%/bitmaps/fonts/FreeSerif -@dirrm %%DATADIR%%/bitmaps/fonts/FreeSans -@dirrm %%DATADIR%%/bitmaps/fonts/FreeMono -@dirrm %%DATADIR%%/bitmaps/fonts -@dirrm %%DATADIR%%/bitmaps/colorscales -@dirrm %%DATADIR%%/bitmaps -@dirrm %%DATADIR%%/apiFiles -@dirrm %%DATADIR%% -@dirrm lib/tulip/view -@dirrm lib/tulip/perspective -@dirrm lib/tulip/interactor -@dirrm lib/tulip/glyph -@dirrm lib/tulip -@dirrm lib/python -@dirrm include/tulip2ogdf -@dirrm include/tulip/cxx -@dirrm include/tulip From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:16:16 2014 Return-Path: Delivered-To: svn-ports-all@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 EA4AC7C9; Wed, 1 Oct 2014 08:16:15 +0000 (UTC) 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 CAABDB3E; Wed, 1 Oct 2014 08:16:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918GFh3040487; Wed, 1 Oct 2014 08:16:15 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918GEuB040482; Wed, 1 Oct 2014 08:16:14 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410010816.s918GEuB040482@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 1 Oct 2014 08:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369699 - in head/math/ogdf: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:16:16 -0000 Author: gahr Date: Wed Oct 1 08:16:14 2014 New Revision: 369699 URL: https://svnweb.freebsd.org/changeset/ports/369699 QAT: https://qat.redports.org/buildarchive/r369699/ Log: - Fix with Coin and Abacus - Modernize framework (USE_PYTHON, @dirrm) Added: head/math/ogdf/files/patch-makeMakefile.py (contents, props changed) head/math/ogdf/files/patch-ogdf-internal-cluster_basics.h (contents, props changed) Modified: head/math/ogdf/Makefile head/math/ogdf/files/patch-makeMakefile.config head/math/ogdf/pkg-plist Modified: head/math/ogdf/Makefile ============================================================================== --- head/math/ogdf/Makefile Wed Oct 1 07:45:42 2014 (r369698) +++ head/math/ogdf/Makefile Wed Oct 1 08:16:14 2014 (r369699) @@ -13,9 +13,8 @@ COMMENT= C++ class library for the autom LICENSE= GPLv2 -USES= zip +USES= zip python:build USE_LDCONFIG= yes -USE_PYTHON_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME:tu} Modified: head/math/ogdf/files/patch-makeMakefile.config ============================================================================== --- head/math/ogdf/files/patch-makeMakefile.config Wed Oct 1 07:45:42 2014 (r369698) +++ head/math/ogdf/files/patch-makeMakefile.config Wed Oct 1 08:16:14 2014 (r369699) @@ -24,7 +24,7 @@ #* blank means don't call ranlib ranlibCommand = ranlib -@@ -43,16 +43,16 @@ +@@ -43,16 +43,17 @@ [COIN] #********************************************************** #* set to "true" to use COIN @@ -42,6 +42,7 @@ -# solver_incl = +solver_name = COIN_OSI_CLP +solver_incl = %%LOCALBASE%%/include ++solver_lib = %%LOCALBASE%%/lib/libClp.so #* Coin's Symphony # solver_name = COIN_OSI_SYM # solver_incl = /home/plug/COIN/SYMPHONY/include @@ -56,4 +57,4 @@ +useAbacus = %%USE_ABACUS%% +abacusDef = -DABACUS_COMPILER_GCC +abacusIncl = %%LOCALBASE%%/inclue/abacus -+abacusLib = -L%%LOCALBASE%%/lib -labacus-osi ++abacusLib = %%LOCALBASE%%/lib/libabacus-osi.so Added: head/math/ogdf/files/patch-makeMakefile.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/files/patch-makeMakefile.py Wed Oct 1 08:16:14 2014 (r369699) @@ -0,0 +1,34 @@ +--- makeMakefile.py.orig 2012-07-18 09:17:42.000000000 +0200 ++++ makeMakefile.py 2014-02-07 17:28:44.000000000 +0100 +@@ -82,7 +82,7 @@ + libs = '' + + if sharedLib: +- compiler = ' '.join( [compiler, '-DOGDF_DLL -DOGDF_INSTALL' ] ) ++ compiler = ' '.join( [compiler, '-DOGDF_INSTALL' ] ) + if sys.platform == 'win32' or sys.platform == 'cygwin': + libs = ' '.join( [libs, '-lpsapi'] ) + else: +@@ -97,17 +97,20 @@ + # coinLib = loadConfig('COIN', 'coinLib') + solver_name = loadConfig('COIN', 'solver_name') + solver_incl = loadConfig('COIN', 'solver_incl') +- # solver_lib = loadConfig('COIN', 'solver_lib') ++ solver_lib = loadConfig('COIN', 'solver_lib') + si2 = ' ' + if solver_incl.strip() != '': + si2 = '-I'+solver_incl ++ if solver_lib.strip() != '': ++ libs = ' '.join( [libs, solver_lib] ) + compiler = ' '.join( [ compiler, '-I'+coinIncl, si2, '-D'+solver_name, '-DUSE_COIN', ' ' ] ) + + useAbacus = loadConfig('ABACUS', 'useAbacus').startswith('t') + if useAbacus: + abacusDef = loadConfig('ABACUS', 'abacusDef') + abacusIncl = loadConfig('ABACUS', 'abacusIncl') +- # abacusLib = loadConfig('ABACUS', 'abacusLib') ++ abacusLib = loadConfig('ABACUS', 'abacusLib') ++ libs = ' '.join( [libs, abacusLib] ) + compiler = ' '.join( [ compiler, abacusDef, '-I'+abacusIncl, '-DUSE_ABACUS', ' ' ] ) + + versions = [] Added: head/math/ogdf/files/patch-ogdf-internal-cluster_basics.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ogdf/files/patch-ogdf-internal-cluster_basics.h Wed Oct 1 08:16:14 2014 (r369699) @@ -0,0 +1,10 @@ +--- ogdf/internal/cluster/basics.h.orig 2014-10-01 10:12:06.000000000 +0200 ++++ ogdf/internal/cluster/basics.h 2014-10-01 10:12:37.000000000 +0200 +@@ -47,6 +47,7 @@ + #define OGDF_CPLANAR_BASICS_H + + #include ++#include + #include + #include + #include Modified: head/math/ogdf/pkg-plist ============================================================================== --- head/math/ogdf/pkg-plist Wed Oct 1 07:45:42 2014 (r369698) +++ head/math/ogdf/pkg-plist Wed Oct 1 08:16:14 2014 (r369699) @@ -357,34 +357,3 @@ include/ogdf/upward/UpwardPlanarModule.h include/ogdf/upward/UpwardPlanarSubgraphSimple.h include/ogdf/upward/UpwardPlanarizationLayout.h include/ogdf/upward/VisibilityLayout.h -@dirrm include/ogdf/upward -@dirrm include/ogdf/tree -@dirrm include/ogdf/simultaneous -@dirrm include/ogdf/planarlayout -@dirrm include/ogdf/planarity -@dirrm include/ogdf/packing -@dirrm include/ogdf/orthogonal -@dirrm include/ogdf/module -@dirrm include/ogdf/misclayout -@dirrm include/ogdf/lpsolver -@dirrm include/ogdf/layered -@dirrm include/ogdf/labeling -@dirrm include/ogdf/internal/steinertree -@dirrm include/ogdf/internal/planarity -@dirrm include/ogdf/internal/orthogonal -@dirrm include/ogdf/internal/lpsolver -@dirrm include/ogdf/internal/energybased -@dirrm include/ogdf/internal/cluster -@dirrm include/ogdf/internal/basic -@dirrm include/ogdf/internal/augmentation -@dirrm include/ogdf/internal -@dirrm include/ogdf/graphalg -@dirrm include/ogdf/fileformats -@dirrm include/ogdf/external -@dirrm include/ogdf/energybased/multilevelmixer -@dirrm include/ogdf/energybased -@dirrm include/ogdf/decomposition -@dirrm include/ogdf/cluster -@dirrm include/ogdf/basic -@dirrm include/ogdf/augmentation -@dirrm include/ogdf From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:22:56 2014 Return-Path: Delivered-To: svn-ports-all@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 6A319A17; Wed, 1 Oct 2014 08:22:56 +0000 (UTC) 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 3C918C28; Wed, 1 Oct 2014 08:22:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918MuF8044886; Wed, 1 Oct 2014 08:22:56 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918Mtab044884; Wed, 1 Oct 2014 08:22:55 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410010822.s918Mtab044884@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 1 Oct 2014 08:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369700 - in head/sysutils/pwsafe: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:22:56 -0000 Author: gahr Date: Wed Oct 1 08:22:55 2014 New Revision: 369700 URL: https://svnweb.freebsd.org/changeset/ports/369700 QAT: https://qat.redports.org/buildarchive/r369700/ Log: - Fix the encoding of the '>' xml entity when exporting - Take maintainership PR: 193709 Modified: head/sysutils/pwsafe/Makefile head/sysutils/pwsafe/files/patch-pwsafe.cpp Modified: head/sysutils/pwsafe/Makefile ============================================================================== --- head/sysutils/pwsafe/Makefile Wed Oct 1 08:16:14 2014 (r369699) +++ head/sysutils/pwsafe/Makefile Wed Oct 1 08:22:55 2014 (r369700) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://nsd.dyndns.org/pwsafe/releases/ -MAINTAINER= donnex@donnex.net +MAINTAINER= gahr@FreeBSD.org COMMENT= Cmdline program that manages encrypted password databases OPTIONS_DEFINE= SETUID X11 Modified: head/sysutils/pwsafe/files/patch-pwsafe.cpp ============================================================================== --- head/sysutils/pwsafe/files/patch-pwsafe.cpp Wed Oct 1 08:16:14 2014 (r369699) +++ head/sysutils/pwsafe/files/patch-pwsafe.cpp Wed Oct 1 08:22:55 2014 (r369700) @@ -1,5 +1,5 @@ ---- pwsafe.cpp.orig Wed Oct 12 11:57:28 2005 -+++ pwsafe.cpp Wed Oct 12 12:02:44 2005 +--- pwsafe.cpp.orig 2005-09-30 12:30:56.000000000 +0200 ++++ pwsafe.cpp 2014-09-17 15:44:48.000000000 +0200 @@ -1019,7 +1019,12 @@ // seed the random number generator char rng_filename[1024]; @@ -14,3 +14,12 @@ if (rc) { if (arg_verbose > 0) printf("rng seeded with %d bytes from %s\n", rc, rng_filename); } else { +@@ -2111,7 +2116,7 @@ + case '"': out += """; break; + case '&': out += "&"; break; + case '<': out += "<"; break; +- case '>': out += ">"; break; ++ case '>': out += ">"; break; + case '\\': out += "\\\\"; break; + default: out += c; + } From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:32:18 2014 Return-Path: Delivered-To: svn-ports-all@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 69E9FD3D; Wed, 1 Oct 2014 08:32:18 +0000 (UTC) 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 55E97D3E; Wed, 1 Oct 2014 08:32:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918WIAH049731; Wed, 1 Oct 2014 08:32:18 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918WIsX049730; Wed, 1 Oct 2014 08:32:18 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201410010832.s918WIsX049730@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 1 Oct 2014 08:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369701 - head/devel/py-google-apputils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:32:18 -0000 Author: vanilla Date: Wed Oct 1 08:32:17 2014 New Revision: 369701 URL: https://svnweb.freebsd.org/changeset/ports/369701 QAT: https://qat.redports.org/buildarchive/r369701/ Log: add RUN/BUILD depends, bump version. Modified: head/devel/py-google-apputils/Makefile Modified: head/devel/py-google-apputils/Makefile ============================================================================== --- head/devel/py-google-apputils/Makefile Wed Oct 1 08:22:55 2014 (r369700) +++ head/devel/py-google-apputils/Makefile Wed Oct 1 08:32:17 2014 (r369701) @@ -3,6 +3,7 @@ PORTNAME= google-apputils PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,10 @@ COMMENT= Google Application Utilities fo LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>2:${PORTSDIR}/devel/py-gflags \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}dateutil>2:${PORTSDIR}/devel/py-dateutil + USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:34:00 2014 Return-Path: Delivered-To: svn-ports-all@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 7AFD8E80; Wed, 1 Oct 2014 08:34:00 +0000 (UTC) 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 67768D56; Wed, 1 Oct 2014 08:34:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918Y0cj050073; Wed, 1 Oct 2014 08:34:00 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918Xx7D050064; Wed, 1 Oct 2014 08:33:59 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201410010833.s918Xx7D050064@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 1 Oct 2014 08:33:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369702 - head/devel/py-pytz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:34:00 -0000 Author: lwhsu Date: Wed Oct 1 08:33:59 2014 New Revision: 369702 URL: https://svnweb.freebsd.org/changeset/ports/369702 QAT: https://qat.redports.org/buildarchive/r369702/ Log: - Update to 2014.7 Submitted by: demon Modified: head/devel/py-pytz/Makefile head/devel/py-pytz/distinfo Modified: head/devel/py-pytz/Makefile ============================================================================== --- head/devel/py-pytz/Makefile Wed Oct 1 08:32:17 2014 (r369701) +++ head/devel/py-pytz/Makefile Wed Oct 1 08:33:59 2014 (r369702) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2014.4 +PORTVERSION= 2014.7 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -13,12 +13,10 @@ COMMENT= World Timezone Definitions for LICENSE= MIT -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= tar:bzip2 +USE_PYTHON= autoplist concurrent distutils post-patch: - @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP} .include Modified: head/devel/py-pytz/distinfo ============================================================================== --- head/devel/py-pytz/distinfo Wed Oct 1 08:32:17 2014 (r369701) +++ head/devel/py-pytz/distinfo Wed Oct 1 08:33:59 2014 (r369702) @@ -1,2 +1,2 @@ -SHA256 (pytz-2014.4.tar.bz2) = a339a5ba846985bcf0a87782492458752b5d95b56ba219de4c9404c0ee5beec9 -SIZE (pytz-2014.4.tar.bz2) = 159160 +SHA256 (pytz-2014.7.tar.bz2) = 56dec1e94d2fad13d9009a140b816808086a79ddf7edf9eb4931c84f65abb12a +SIZE (pytz-2014.7.tar.bz2) = 166099 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:36:37 2014 Return-Path: Delivered-To: svn-ports-all@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 56D5EFD1; Wed, 1 Oct 2014 08:36:37 +0000 (UTC) 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 422ABD8A; Wed, 1 Oct 2014 08:36:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918abLx050541; Wed, 1 Oct 2014 08:36:37 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918aaoc050538; Wed, 1 Oct 2014 08:36:36 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201410010836.s918aaoc050538@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 1 Oct 2014 08:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369703 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:36:37 -0000 Author: lwhsu Date: Wed Oct 1 08:36:36 2014 New Revision: 369703 URL: https://svnweb.freebsd.org/changeset/ports/369703 QAT: https://qat.redports.org/buildarchive/r369703/ Log: - Update to 1.0.0 PR: 193948 Submitted by: h416@aol.jp Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo head/lang/elixir/pkg-plist Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Wed Oct 1 08:33:59 2014 (r369702) +++ head/lang/elixir/Makefile Wed Oct 1 08:36:36 2014 (r369703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 0.14.3 +PORTVERSION= 1.0.0 CATEGORIES= lang MAINTAINER= lwhsu@FreeBSD.org @@ -16,7 +16,7 @@ RUN_DEPENDS= erlang>=17:${PORTSDIR}/lang USE_GITHUB= yes GH_ACCOUNT= elixir-lang GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 82535fe +GH_COMMIT= 52ff7e9 USES= gmake Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Wed Oct 1 08:33:59 2014 (r369702) +++ head/lang/elixir/distinfo Wed Oct 1 08:36:36 2014 (r369703) @@ -1,2 +1,2 @@ -SHA256 (elixir-0.14.3.tar.gz) = 8d2251c5da849bf238dce5564b8d47e4db6e439356d938728f58b5f23b8afbeb -SIZE (elixir-0.14.3.tar.gz) = 989585 +SHA256 (elixir-1.0.0.tar.gz) = 5602cd620d784eea69c348bda6662f1144bc5a32cb65365e5236c94039ef90e4 +SIZE (elixir-1.0.0.tar.gz) = 1031053 Modified: head/lang/elixir/pkg-plist ============================================================================== --- head/lang/elixir/pkg-plist Wed Oct 1 08:33:59 2014 (r369702) +++ head/lang/elixir/pkg-plist Wed Oct 1 08:36:36 2014 (r369703) @@ -6,13 +6,11 @@ lib/elixir/bin/elixir lib/elixir/bin/elixirc lib/elixir/bin/iex lib/elixir/bin/mix -lib/elixir/lib/eex/ebin/Elixir.EEx.AssignsEngine.beam lib/elixir/lib/eex/ebin/Elixir.EEx.Compiler.beam lib/elixir/lib/eex/ebin/Elixir.EEx.Engine.beam lib/elixir/lib/eex/ebin/Elixir.EEx.SmartEngine.beam lib/elixir/lib/eex/ebin/Elixir.EEx.SyntaxError.beam lib/elixir/lib/eex/ebin/Elixir.EEx.Tokenizer.beam -lib/elixir/lib/eex/ebin/Elixir.EEx.TransformerEngine.beam lib/elixir/lib/eex/ebin/Elixir.EEx.beam lib/elixir/lib/eex/ebin/eex.app lib/elixir/lib/elixir/ebin/Elixir.Access.Atom.beam @@ -37,7 +35,6 @@ lib/elixir/lib/elixir/ebin/Elixir.Code.L lib/elixir/lib/elixir/ebin/Elixir.Code.beam lib/elixir/lib/elixir/ebin/Elixir.Collectable.BitString.beam lib/elixir/lib/elixir/ebin/Elixir.Collectable.File.Stream.beam -lib/elixir/lib/elixir/ebin/Elixir.Collectable.Function.beam lib/elixir/lib/elixir/ebin/Elixir.Collectable.HashDict.beam lib/elixir/lib/elixir/ebin/Elixir.Collectable.HashSet.beam lib/elixir/lib/elixir/ebin/Elixir.Collectable.IO.Stream.beam @@ -52,7 +49,7 @@ lib/elixir/lib/elixir/ebin/Elixir.Enum.O lib/elixir/lib/elixir/ebin/Elixir.Enum.beam lib/elixir/lib/elixir/ebin/Elixir.Enumerable.File.Stream.beam lib/elixir/lib/elixir/ebin/Elixir.Enumerable.Function.beam -lib/elixir/lib/elixir/ebin/Elixir.Enumerable.GenEvent.beam +lib/elixir/lib/elixir/ebin/Elixir.Enumerable.GenEvent.Stream.beam lib/elixir/lib/elixir/ebin/Elixir.Enumerable.HashDict.beam lib/elixir/lib/elixir/ebin/Elixir.Enumerable.HashSet.beam lib/elixir/lib/elixir/ebin/Elixir.Enumerable.IO.Stream.beam @@ -70,6 +67,7 @@ lib/elixir/lib/elixir/ebin/Elixir.File.S lib/elixir/lib/elixir/ebin/Elixir.File.beam lib/elixir/lib/elixir/ebin/Elixir.Float.beam lib/elixir/lib/elixir/ebin/Elixir.FunctionClauseError.beam +lib/elixir/lib/elixir/ebin/Elixir.GenEvent.Stream.beam lib/elixir/lib/elixir/ebin/Elixir.GenEvent.beam lib/elixir/lib/elixir/ebin/Elixir.GenServer.beam lib/elixir/lib/elixir/ebin/Elixir.HashDict.beam @@ -97,6 +95,7 @@ lib/elixir/lib/elixir/ebin/Elixir.Inspec lib/elixir/lib/elixir/ebin/Elixir.Inspect.Range.beam lib/elixir/lib/elixir/ebin/Elixir.Inspect.Reference.beam lib/elixir/lib/elixir/ebin/Elixir.Inspect.Regex.beam +lib/elixir/lib/elixir/ebin/Elixir.Inspect.Stream.beam lib/elixir/lib/elixir/ebin/Elixir.Inspect.Tuple.beam lib/elixir/lib/elixir/ebin/Elixir.Inspect.Version.Requirement.beam lib/elixir/lib/elixir/ebin/Elixir.Inspect.Version.beam @@ -229,6 +228,7 @@ lib/elixir/lib/ex_unit/ebin/Elixir.ExUni lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.Server.beam lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.Test.beam lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.TestCase.beam +lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.TimeoutError.beam lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.beam lib/elixir/lib/ex_unit/ebin/ex_unit.app lib/elixir/lib/iex/ebin/Elixir.IEx.Autocomplete.beam @@ -242,6 +242,16 @@ lib/elixir/lib/iex/ebin/Elixir.IEx.Remsh lib/elixir/lib/iex/ebin/Elixir.IEx.Server.beam lib/elixir/lib/iex/ebin/Elixir.IEx.beam lib/elixir/lib/iex/ebin/iex.app +lib/elixir/lib/logger/ebin/Elixir.Logger.App.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.Backends.Console.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.Config.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.ErrorHandler.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.Formatter.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.Translator.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.Utils.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.Watcher.beam +lib/elixir/lib/logger/ebin/Elixir.Logger.beam +lib/elixir/lib/logger/ebin/logger.app lib/elixir/lib/mix/ebin/Elixir.Mix.Archive.beam lib/elixir/lib/mix/ebin/Elixir.Mix.CLI.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Elixir.beam @@ -290,20 +300,18 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Clean.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Compile.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Get.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Loadpaths.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Unlock.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Update.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Do.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Escript.Build.beam -lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Escriptize.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Help.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Iex.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Loadconfig.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Loadpaths.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.Hex.beam -lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.Install.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.Rebar.beam -lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.Uninstall.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.New.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Run.beam @@ -315,6 +323,8 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.beam lib/elixir/lib/mix/ebin/mix.app @dirrm lib/elixir/lib/mix/ebin @dirrm lib/elixir/lib/mix +@dirrm lib/elixir/lib/logger/ebin +@dirrm lib/elixir/lib/logger @dirrm lib/elixir/lib/iex/ebin @dirrm lib/elixir/lib/iex @dirrm lib/elixir/lib/ex_unit/ebin From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:39:44 2014 Return-Path: Delivered-To: svn-ports-all@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 5975E1DA; Wed, 1 Oct 2014 08:39:44 +0000 (UTC) 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 45CABDD9; Wed, 1 Oct 2014 08:39:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918diur051020; Wed, 1 Oct 2014 08:39:44 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918di43051019; Wed, 1 Oct 2014 08:39:44 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201410010839.s918di43051019@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 1 Oct 2014 08:39:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369704 - head/sysutils/zfsnap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:39:44 -0000 Author: madpilot Date: Wed Oct 1 08:39:43 2014 New Revision: 369704 URL: https://svnweb.freebsd.org/changeset/ports/369704 QAT: https://qat.redports.org/buildarchive/r369704/ Log: Assign maintainership to submitter of the last PR committed to this port who volunteered via email. PR: 192987 Submitted by: yamagi@yamagi.org (New maintainer) Modified: head/sysutils/zfsnap/Makefile Modified: head/sysutils/zfsnap/Makefile ============================================================================== --- head/sysutils/zfsnap/Makefile Wed Oct 1 08:36:36 2014 (r369703) +++ head/sysutils/zfsnap/Makefile Wed Oct 1 08:39:43 2014 (r369704) @@ -5,7 +5,7 @@ PORTNAME= zfsnap PORTVERSION= 1.11.1 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yamagi@yamagi.org COMMENT= Simple sh script to make zfs rolling snaphosts with cron NO_BUILD= yes From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:45:21 2014 Return-Path: Delivered-To: svn-ports-all@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 CCA9540F; Wed, 1 Oct 2014 08:45:21 +0000 (UTC) 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 B8435EBC; Wed, 1 Oct 2014 08:45:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918jLPR055297; Wed, 1 Oct 2014 08:45:21 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918jKqL055293; Wed, 1 Oct 2014 08:45:20 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201410010845.s918jKqL055293@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 1 Oct 2014 08:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369705 - in head/devel/protobuf: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:45:22 -0000 Author: vanilla Date: Wed Oct 1 08:45:20 2014 New Revision: 369705 URL: https://svnweb.freebsd.org/changeset/ports/369705 QAT: https://qat.redports.org/buildarchive/r369705/ Log: 1: fix tests build 2: switch to install-strip. 3: fix pkg-plist to chase pkg-1.3.8. 4: drop maintainer bit. PR: ports/194041 ports/194042 Submitted by: Jan Beich jbeich at vfemail dot net Added: head/devel/protobuf/files/ head/devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc (contents, props changed) head/devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc (contents, props changed) Modified: head/devel/protobuf/Makefile head/devel/protobuf/pkg-plist Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Wed Oct 1 08:39:43 2014 (r369704) +++ head/devel/protobuf/Makefile Wed Oct 1 08:45:20 2014 (r369705) @@ -7,23 +7,22 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data interchange format library +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.txt + GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pathfix pkgconfig tar:bzip2 libtool ONLY_FOR_ARCHS= i386 amd64 +INSTALL_TARGET= install-strip # clang will generate code that just doesn't work with clementine-player # if this isn't compiled as though it were C99. CFLAGS+= -std=c99 -DGOOGLE_PROTOBUF_NO_RTTI -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotobuf-lite.so.8 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotobuf.so.8 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotoc.so.8 - tests: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) Added: head/devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf/files/patch-src__google__protobuf__testing__zcgunzip.cc Wed Oct 1 08:45:20 2014 (r369705) @@ -0,0 +1,10 @@ +--- src/google/protobuf/testing/zcgunzip.cc.orig 2014-09-30 23:01:39.718744075 +0800 ++++ src/google/protobuf/testing/zcgunzip.cc 2014-09-30 23:02:05.753740335 +0800 +@@ -44,6 +44,7 @@ + #include + #include + #include ++#include // for STDOUT_FILENO + + #include + #include Added: head/devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf/files/patch-src__google__protobuf__testing__zcgzip.cc Wed Oct 1 08:45:20 2014 (r369705) @@ -0,0 +1,10 @@ +--- src/google/protobuf/testing/zcgzip.cc.orig 2014-09-30 22:46:34.571804492 +0800 ++++ src/google/protobuf/testing/zcgzip.cc 2014-09-30 22:46:50.657816315 +0800 +@@ -43,6 +43,7 @@ + #include + #include + #include ++#include // for STDOUT_FILENO + + #include + #include Modified: head/devel/protobuf/pkg-plist ============================================================================== --- head/devel/protobuf/pkg-plist Wed Oct 1 08:39:43 2014 (r369704) +++ head/devel/protobuf/pkg-plist Wed Oct 1 08:45:20 2014 (r369705) @@ -63,11 +63,3 @@ lib/libprotoc.so.8 lib/libprotoc.so.8.0.0 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc -@dirrm include/google/protobuf/stubs -@dirrm include/google/protobuf/io -@dirrm include/google/protobuf/compiler/python -@dirrm include/google/protobuf/compiler/java -@dirrm include/google/protobuf/compiler/cpp -@dirrm include/google/protobuf/compiler -@dirrm include/google/protobuf -@dirrmtry include/google From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 08:46:05 2014 Return-Path: Delivered-To: svn-ports-all@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 6E97B516; Wed, 1 Oct 2014 08:46:05 +0000 (UTC) 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 5BA27ED2; Wed, 1 Oct 2014 08:46:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s918k5Df055519; Wed, 1 Oct 2014 08:46:05 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s918k5IC055518; Wed, 1 Oct 2014 08:46:05 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201410010846.s918k5IC055518@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 1 Oct 2014 08:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369706 - head/devel/py-protobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 08:46:05 -0000 Author: vanilla Date: Wed Oct 1 08:46:04 2014 New Revision: 369706 URL: https://svnweb.freebsd.org/changeset/ports/369706 QAT: https://qat.redports.org/buildarchive/r369706/ Log: drop maintainer bits. Modified: head/devel/py-protobuf/Makefile Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Wed Oct 1 08:45:20 2014 (r369705) +++ head/devel/py-protobuf/Makefile Wed Oct 1 08:46:04 2014 (r369706) @@ -8,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Google protobuf Python Client Library LICENSE= BSD3CLAUSE From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 09:31:34 2014 Return-Path: Delivered-To: svn-ports-all@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 559A71D8; Wed, 1 Oct 2014 09:31:34 +0000 (UTC) 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 419FD6B4; Wed, 1 Oct 2014 09:31:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s919VYai077766; Wed, 1 Oct 2014 09:31:34 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s919VYJ2077765; Wed, 1 Oct 2014 09:31:34 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201410010931.s919VYJ2077765@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 1 Oct 2014 09:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369707 - head/net-mgmt/smokeping/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 09:31:34 -0000 Author: rodrigo Date: Wed Oct 1 09:31:33 2014 New Revision: 369707 URL: https://svnweb.freebsd.org/changeset/ports/369707 QAT: https://qat.redports.org/buildarchive/r369707/ Log: fix perl5.18 build PR: ports/182840 Submitted by: alexey Approved by: bapt (mentor) Added: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm (contents, props changed) Added: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm Wed Oct 1 09:31:33 2014 (r369707) @@ -0,0 +1,11 @@ +--- lib/Smokeping.pm.orig 2014-09-12 08:24:07.080901489 +0000 ++++ lib/Smokeping.pm 2014-09-12 08:24:45.049898644 +0000 +@@ -2631,7 +2631,7 @@ + The base directory where SmokePing keeps the files related to the DYNAMIC function. + This directory must be writeable by the WWW server. It is also used for temporary + storage of slave polling results by the master in +-L. ++Lslave mode|smokeping_master_slave>. + + If this variable is not specified, the value of C will be used instead. + DOC From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 09:35:16 2014 Return-Path: Delivered-To: svn-ports-all@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 69E2C346; Wed, 1 Oct 2014 09:35:16 +0000 (UTC) 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 566D76E1; Wed, 1 Oct 2014 09:35:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s919ZG0e078815; Wed, 1 Oct 2014 09:35:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s919ZGc0078814; Wed, 1 Oct 2014 09:35:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410010935.s919ZGc0078814@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 09:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369708 - head/sysutils/cmockery2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 09:35:16 -0000 Author: tijl Date: Wed Oct 1 09:35:15 2014 New Revision: 369708 URL: https://svnweb.freebsd.org/changeset/ports/369708 QAT: https://qat.redports.org/buildarchive/r369708/ Log: - Convert to USES=autoreconf - Remove :build from USES=libtool because this port does not need /usr/local/bin/libtool Modified: head/sysutils/cmockery2/Makefile Modified: head/sysutils/cmockery2/Makefile ============================================================================== --- head/sysutils/cmockery2/Makefile Wed Oct 1 09:31:33 2014 (r369707) +++ head/sysutils/cmockery2/Makefile Wed Oct 1 09:35:15 2014 (r369708) @@ -16,10 +16,8 @@ LICENSE= APACHE20 WRKSRC= ${WRKDIR}/cmockery2-${PORTVERSION} -USES= libtool:build pkgconfig -USE_AUTOTOOLS= automake autoconf aclocal libtoolize autoheader -AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes +USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 09:42:40 2014 Return-Path: Delivered-To: svn-ports-all@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 76BD956E; Wed, 1 Oct 2014 09:42:40 +0000 (UTC) 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 630FA807; Wed, 1 Oct 2014 09:42:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s919gegL083127; Wed, 1 Oct 2014 09:42:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s919geHR083125; Wed, 1 Oct 2014 09:42:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410010942.s919geHR083125@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 1 Oct 2014 09:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369709 - head/net-mgmt/nagios4/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 09:42:40 -0000 Author: marino Date: Wed Oct 1 09:42:39 2014 New Revision: 369709 URL: https://svnweb.freebsd.org/changeset/ports/369709 QAT: https://qat.redports.org/buildarchive/r369709/ Log: net-mgmt/nagios4: Unbreak on DF (no-op for FreeBSD) Added: head/net-mgmt/nagios4/files/patch-configure (contents, props changed) Modified: head/net-mgmt/nagios4/files/patch-lib__runcmd.c Added: head/net-mgmt/nagios4/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nagios4/files/patch-configure Wed Oct 1 09:42:39 2014 (r369709) @@ -0,0 +1,11 @@ +--- configure.orig 2014-08-12 15:00:01 UTC ++++ configure +@@ -7766,7 +7766,7 @@ $as_echo_n "checking for linker flags fo + MOD_LDFLAGS="-shared" + MOD_CFLAGS="-fPIC" + ;; +- freebsd*) ++ dragonfly*|freebsd*) + MOD_LDFLAGS="-shared" + MOD_CFLAGS="-fPIC" + ;; Modified: head/net-mgmt/nagios4/files/patch-lib__runcmd.c ============================================================================== --- head/net-mgmt/nagios4/files/patch-lib__runcmd.c Wed Oct 1 09:35:15 2014 (r369708) +++ head/net-mgmt/nagios4/files/patch-lib__runcmd.c Wed Oct 1 09:42:39 2014 (r369709) @@ -5,7 +5,7 @@ /* Determine whether we have setenv()/unsetenv() (see setenv(3) on Linux) */ -#if _BSD_SOURCE || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 -+#if __FreeBSD__ || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 ++#if defined(__DragonFly__) || __FreeBSD__ || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 # define HAVE_SETENV #endif From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 10:03:12 2014 Return-Path: Delivered-To: svn-ports-all@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 7A086C6D; Wed, 1 Oct 2014 10:03:12 +0000 (UTC) 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 66921A1D; Wed, 1 Oct 2014 10:03:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91A3C2Q092524; Wed, 1 Oct 2014 10:03:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91A3CRA092523; Wed, 1 Oct 2014 10:03:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410011003.s91A3CRA092523@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 1 Oct 2014 10:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369710 - head/japanese/slrn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 10:03:12 -0000 Author: marino Date: Wed Oct 1 10:03:11 2014 New Revision: 369710 URL: https://svnweb.freebsd.org/changeset/ports/369710 QAT: https://qat.redports.org/buildarchive/r369710/ Log: japanese/slrn is not jobs safe It can try to use config.h before it's generated. Modified: head/japanese/slrn/Makefile Modified: head/japanese/slrn/Makefile ============================================================================== --- head/japanese/slrn/Makefile Wed Oct 1 09:42:39 2014 (r369709) +++ head/japanese/slrn/Makefile Wed Oct 1 10:03:11 2014 (r369710) @@ -27,6 +27,8 @@ ALL_TARGET= all slrnpull WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0 +MAKE_JOBS_UNSAFE= yes + # Tentatively improve inner makefiles in attempt to fix parallel builds post-patch: @${REINPLACE_CMD} -e 's|-mkdir|mkdir -p| ; \ From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 10:11:34 2014 Return-Path: Delivered-To: svn-ports-all@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 CCDDAEC8; Wed, 1 Oct 2014 10:11:34 +0000 (UTC) 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 B96BAB64; Wed, 1 Oct 2014 10:11:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91ABYLE097167; Wed, 1 Oct 2014 10:11:34 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91ABYPC097166; Wed, 1 Oct 2014 10:11:34 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011011.s91ABYPC097166@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 10:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369711 - head/security/obfsclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 10:11:34 -0000 Author: tijl Date: Wed Oct 1 10:11:33 2014 New Revision: 369711 URL: https://svnweb.freebsd.org/changeset/ports/369711 QAT: https://qat.redports.org/buildarchive/r369711/ Log: - Convert to USES=autoreconf - Remove USES=libtool:build because this port does not use libtool Modified: head/security/obfsclient/Makefile Modified: head/security/obfsclient/Makefile ============================================================================== --- head/security/obfsclient/Makefile Wed Oct 1 10:03:11 2014 (r369710) +++ head/security/obfsclient/Makefile Wed Oct 1 10:11:33 2014 (r369711) @@ -19,18 +19,14 @@ GH_COMMIT= 3c551c5 GH_TAGNAME= ${GH_COMMIT} GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool:build pkgconfig tar:bzip2 -USE_AUTOTOOLS= autoconf aclocal automake +USES= autoreconf compiler:c++11-lib pkgconfig tar:bzip2 -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} PORTDOCS= COPYING -pre-configure: - @(cd ${WRKSRC} && ./autogen.sh) - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 10:58:44 2014 Return-Path: Delivered-To: svn-ports-all@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 C5D0EECB; Wed, 1 Oct 2014 10:58:44 +0000 (UTC) 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 B0DF9F95; Wed, 1 Oct 2014 10:58:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91AwiNW017185; Wed, 1 Oct 2014 10:58:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91AwhSF017173; Wed, 1 Oct 2014 10:58:43 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410011058.s91AwhSF017173@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Oct 2014 10:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369712 - in head/graphics/openjump: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 10:58:44 -0000 Author: wen Date: Wed Oct 1 10:58:43 2014 New Revision: 369712 URL: https://svnweb.freebsd.org/changeset/ports/369712 QAT: https://qat.redports.org/buildarchive/r369712/ Log: - Update to recent version - Correct license - Improvements of the startup shell script (diagnostic 'echo comments' are intentional) - Enable displaying memory management in 'About:Information' - Move readme.txt to enable showing in the programs 'About:About' dialog PR: 193430 Submitted by: Rainer Hurling(maintainer) Modified: head/graphics/openjump/Makefile head/graphics/openjump/distinfo head/graphics/openjump/files/patch-bin__oj_linux.sh head/graphics/openjump/pkg-plist Modified: head/graphics/openjump/Makefile ============================================================================== --- head/graphics/openjump/Makefile Wed Oct 1 10:11:33 2014 (r369711) +++ head/graphics/openjump/Makefile Wed Oct 1 10:58:43 2014 (r369712) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= OpenJUMP -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.1 CATEGORIES= graphics java geography MASTER_SITES= SF/jump-pilot/OpenJUMP/${PORTVERSION} DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-Portable-${PORTVER MAINTAINER= rhurlin@gwdg.de COMMENT= Open source GIS software written in Java -LICENSE= BSD CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3 +LICENSE= BSD3CLAUSE CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3 LICENSE_COMB= multi LICENSE_NAME_CLEARTHOUGHT= Clearthought Software License @@ -37,6 +37,8 @@ LICENSE_NAME_JYTHON= The Jython License LICENSE_FILE_JYTHON= ${WRKSRC}/licenses/jython_license.txt LICENSE_PERMS_JYTHON= auto-accept +### Desktop Entries ??? + TARGET_DIR= ${STAGEDIR}${PREFIX}/${PORTNAME} USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -44,7 +46,7 @@ USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS -PLUS_REV= 3576 +PLUS_REV= 4004 do-install: @${ECHO_CMD} "---> Installing JAR files" @@ -52,12 +54,17 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib ${MKDIR} ${TARGET_DIR}/lib/ext @cd ${WRKSRC}/lib/ext && ${COPYTREE_SHARE} . ${TARGET_DIR}/lib/ext + ${MKDIR} ${TARGET_DIR}/lib/native + ${INSTALL_DATA} ${WRKSRC}/lib/native/jecw-0.0.7.jar ${TARGET_DIR}/lib/native + ${MKDIR} ${TARGET_DIR}/lib/icons + @cd ${WRKSRC}/lib/icons && ${COPYTREE_SHARE} . ${TARGET_DIR}/lib/icons @${ECHO_MSG} "---> Installing startup script" ${MKDIR} ${TARGET_DIR}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/oj_linux.sh ${TARGET_DIR}/bin/openjump - ${LN} -sf ../${PORTNAME}/bin/openjump ${STAGEDIR}${PREFIX}/bin/openjump + ${LN} -sf ${PREFIX}/${PORTNAME}/bin/openjump ${STAGEDIR}${PREFIX}/bin/openjump ${INSTALL_DATA} ${WRKSRC}/bin/default-plugins.xml ${TARGET_DIR}/bin/ ${INSTALL_DATA} ${WRKSRC}/bin/log4j.xml ${TARGET_DIR}/bin/ + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${TARGET_DIR}/bin/ OPTIONS_DEFINE= DOCS @@ -68,7 +75,6 @@ post-install: @${ECHO_MSG} "---> Installing documentation" ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Changes.txt ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} .else @${ECHO_MSG} "---> Skipping documentation" .endif Modified: head/graphics/openjump/distinfo ============================================================================== --- head/graphics/openjump/distinfo Wed Oct 1 10:11:33 2014 (r369711) +++ head/graphics/openjump/distinfo Wed Oct 1 10:58:43 2014 (r369712) @@ -1,2 +1,2 @@ -SHA256 (OpenJUMP-Portable-1.6.3-r3576-PLUS.zip) = 4ffc7dbe4dc5bea550aa86a0cd7290b4219a3e08410dd6cab237e74adbe75b7b -SIZE (OpenJUMP-Portable-1.6.3-r3576-PLUS.zip) = 35747909 +SHA256 (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 89234e66144d26d815dd3e20d44a8c67d4e8787c4ff8ccb98975021f3a514f5d +SIZE (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 42555043 Modified: head/graphics/openjump/files/patch-bin__oj_linux.sh ============================================================================== --- head/graphics/openjump/files/patch-bin__oj_linux.sh Wed Oct 1 10:11:33 2014 (r369711) +++ head/graphics/openjump/files/patch-bin__oj_linux.sh Wed Oct 1 10:58:43 2014 (r369712) @@ -1,20 +1,231 @@ ---- bin/oj_linux.sh.orig 2012-12-31 17:00:38.000000000 +0100 -+++ bin/oj_linux.sh 2013-04-13 22:28:29.000000000 +0200 -@@ -3,7 +3,7 @@ - ## uncomment and put in the path where oj log, settings should end up +--- bin/oj_linux.sh.orig 2014-03-16 17:15:30.000000000 +0100 ++++ bin/oj_linux.sh 2014-09-07 13:27:15.000000000 +0200 +@@ -4,9 +4,10 @@ ## if unset defaults to ## JUMP_HOME (oj app folder) if writable or $HOME/.openjump (user home) --#JUMP_SETTINGS="/tmp/foobar" -+JAVA_HOME="/usr/local" + #JUMP_SETTINGS="/tmp/foobar" ++JUMP_SETTINGS="$HOME/.openjump" ## uncomment and put the path to your jre here - #JAVA_HOME="/home/ed/jre1.6.0_21" -@@ -126,7 +126,7 @@ +-#JAVA_HOME="/home/ed/jre1.6.0_21" ++JAVA_HOME=${JAVA_HOME} + + ## uncomment and change your memory configuration here + ## Xms is initial size, Xmx is maximum size +@@ -43,6 +44,7 @@ + # extract zipped files in native dir (our way to ship symlinks to desktops) + for filepath in $(find "$1/" -name '*.tgz' -o -name '*.tar.gz') + do ++ echo "##### filepath = '$filepath'" + file=$(basename "$filepath") + folder=$(dirname "$filepath") + done=".$file.unzipped" +@@ -66,6 +68,7 @@ + + macinstall(){ + # create app package ++ echo "##### MACINSTALL" + cp -R -a "$1"/bin/OpenJUMP.app/Contents "$1" &&\ + awk '{sub(/..\/oj_/,"bin/oj_",$0)}1' "$1"/bin/OpenJUMP.app/Contents/Resources/script > "$1"/Contents/Resources/script &&\ + echo patched oj.app +@@ -74,12 +77,14 @@ + } + + ## detect home folder ++echo "##### \$0 = '$0'" + if(test -L "$0") then + auxlink=`ls -l "$0" | sed 's/^[^>]*-> //g'` + JUMP_HOME=`dirname "$auxlink"`/.. + else + JUMP_HOME=`dirname "$0"`/.. + fi ++echo "##### JUMP_HOME = '$JUMP_HOME'" + + ## run postinstalls only, if requested + case "$1" in +@@ -95,13 +100,20 @@ + + ## cd into jump home + OLD_DIR=`pwd` ++echo "##### pwd = '$OLD_DIR'" + cd "$JUMP_HOME" ++PWD_DIR=`pwd` ++echo "##### cd '$JUMP_HOME', pwd = '$PWD_DIR'" ++ + + ## determine where to place settings, if no path given ++echo "##### ===== JUMP_SETTINGS = '$JUMP_SETTINGS'" + [ -z "$JUMP_SETTINGS" ] && \ + JUMP_SETTINGS="$JUMP_HOME"; \ + if [ -d "$JUMP_SETTINGS" ]; then ++ echo "##### within -d \$JUMP_SETTINGS" + if [ ! -w "$JUMP_SETTINGS" ]; then ++ echo "##### within ! -w \$JUMP_SETTINGS" + # try users home dir + JUMP_SETTINGS="$HOME/.openjump" + # create if missing +@@ -118,14 +130,19 @@ + # 1. first in oj_home/jre + # 2. in configured java_home + # 3. in path ++echo "##### -----------------------------------------------------------" ++echo "##### SEARCH JAVA:" + if [ -f "$JUMP_HOME/jre/bin/java" ]; then + JAVA="$JUMP_HOME/jre/bin/java" ++ echo "##### JAVA = '$JAVA'" + # is there a jre defined by env var? + elif [ -n "$JAVA_HOME" ]; then + JAVA=$JAVA_HOME/bin/java ++ echo "##### JAVA = '$JAVA'" + # well, let's look what we've got in the path + else + JAVA=`which java` ++ echo "##### JAVA = '$JAVA'" + fi + + # java available +@@ -134,20 +151,26 @@ + add the location of java to your PATH environment variable." && ERROR=1 && end + + # resolve recursive links to java binary ++echo "##### ===== Resolve recursive links to java binary: \$1 = '$1'" + relPath(){ echo $1 | awk '/^\//{exit 1}'; } ++echo "##### awk script survived after \$1 test" + relPath "$JAVA" && JAVA="$(pwd)/$JAVA" +-while [ -L "${JAVA}" ]; do +- JDIR=$(dirname "$JAVA") +- JAVA=$(readlink -n "${JAVA}") +- relPath "$JAVA" && JAVA="${JDIR}/${JAVA}" +-done ++#while [ -L "${JAVA}" ]; do ++# JDIR=$(dirname "$JAVA") ++# echo "##### JDIR = '$JDIR'" ++# JAVA=$(readlink -n "${JAVA}") ++# echo "##### JAVA = '$JAVA'" ++# relPath "$JAVA" && JAVA="${JDIR}/${JAVA}" ++#done + # java executable file? + [ ! -x "$JAVA" ] && \ echo "The found java binary '$JAVA' is no executable file." && ERROR=1 && end # java version check --JAVA_VERSION=$("$JAVA" -version 2>&1 | awk -F'"' '/^java version/{print $2}' | awk -F'.' '{print $1"."$2}') -+JAVA_VERSION=$("$JAVA" -version 2>&1 | awk -F'"' '/^java version/ || /^openjdk version/{print $2}' | awk -F'.' '{print $1"."$2}') + JAVA_VERSIONSTRING="$("$JAVA" -version 2>&1)" +-JAVA_VERSION=$(echo $JAVA_VERSIONSTRING | awk -F'"' '/^java version/{print $2}' | awk -F'.' '{print $1"."$2}') ++echo "##### JAVA_VERSIONSTRING = '$JAVA_VERSIONSTRING'" ++JAVA_VERSION=$(echo $JAVA_VERSIONSTRING | awk -F'"' '/^java version/ || /^openjdk version/{print $2}' | awk -F'.' '{print $1"."$2}') ++echo "##### JAVA_VERSION = '$JAVA_VERSION'" + JAVA_ARCH=$(echo $JAVA_VERSIONSTRING | grep -q -i 64-bit && echo x64 || echo x86) JAVA_NEEDED="1.5" if ! awk "BEGIN{if($JAVA_VERSION < $JAVA_NEEDED)exit 1}"; then - echo "Your java version '$JAVA_VERSION' is insufficient to run openjump. +@@ -157,7 +180,11 @@ + fi + + # use previously set or detect RAM size in bytes +-RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)} ++#RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)} ++RAM_SIZE=${RAM_SIZE-$(expr "$(sysctl hw.realmem | awk '/hw.realmem:/{print $2}')" / 1024)} ++echo "##### -----------------------------------------------------------" ++echo "##### RAM_SIZE = '$RAM_SIZE'" ++ + if [ -n "$JAVA_MAXMEM" ]; then + echo "max. memory limit defined via JAVA_MAXMEM=$JAVA_MAXMEM" + elif ! is_number "$RAM_SIZE"; then +@@ -175,14 +202,18 @@ + else + MEM_MAX="$MEM_MINUS1GB" + fi ++ echo "##### MEM_MAX = '$MEM_MAX'" + + # limit 32bit jre to 3GiB = 3221225472 bytes ++ echo "##### JAVA_ARCH = '$JAVA_ARCH'" + if [ "$JAVA_ARCH" != "x64" ] && [ "$MEM_MAX" -gt "3221225472" ]; then + MEM_MAX=3221225472 + fi + +- MEM_MAX_MB=`expr $MEM_MAX / 1024 / 1024` ++ MEM_MAX_MB=`expr $MEM_MAX / 1024` + JAVA_MAXMEM="-Xmx${MEM_MAX_MB}M" ++ echo "##### JAVA_MAXMEM = '$JAVA_MAXMEM'" ++ + # output info + echo limit max. memory to $MEM_MAX_MB MiB + fi +@@ -190,7 +221,7 @@ + # always print java infos + echo "Running -> '${JAVA}'; " $("$JAVA" -version 2>&1|awk 'BEGIN{ORS=""}{print $0"; "}') + +-JUMP_PROFILE=~/.jump/openjump.profile ++JUMP_PROFILE="$HOME/.openjump/openjump.profile" + if [ -f "$JUMP_PROFILE" ]; then + source $JUMP_PROFILE + fi +@@ -199,8 +230,13 @@ + if [ -z "$JUMP_LIB" ]; then + JUMP_LIB="./lib" + fi ++echo "##### JUMP_LIB = '$JUMP_LIB'" ++ + JUMP_NATIVE_DIR="$JUMP_LIB/native" + JUMP_PLUGIN_DIR="${JUMP_PLUGIN_DIR:=$JUMP_LIB/ext}" ++echo "##### -----------------------------------------------------------" ++echo "##### JUMP_NATIVE_DIR = '$JUMP_NATIVE_DIR'" ++echo "##### JUMP_PLUGIN_DIR = '$JUMP_PLUGIN_DIR'" + + JUMP_PLUGINS=./bin/default-plugins.xml + if [ -z "$JUMP_PLUGINS" ] || [ ! -f "$JUMP_PLUGINS" ]; then +@@ -209,6 +245,7 @@ + JUMP_PLUGINS="./scripts/default-plugins.xml" + fi + fi ++echo "##### JUMP_PLUGINS = '$JUMP_PLUGINS'" + + # include every jar/zip in lib and native dir + for libfile in "$JUMP_LIB/"*.zip "$JUMP_LIB/"*.jar "$JUMP_NATIVE_DIR/"*.jar +@@ -217,29 +254,39 @@ + done + CLASSPATH=.:./bin:./conf:$CLASSPATH + export CLASSPATH; ++echo "##### CLASSPATH = '$CLASSPATH'" + + ## compile jump opts + # + JUMP_OPTS="-plug-in-directory $JUMP_PLUGIN_DIR" ++echo "##### JUMP_OPTS = '$JUMP_OPTS'" + if [ -f "$JUMP_PLUGINS" ]; then + JUMP_OPTS="$JUMP_OPTS -default-plugins $JUMP_PLUGINS" ++ echo "##### JUMP_OPTS = '$JUMP_OPTS'" + fi ++ + # workbench-properties.xml is used to manually load plugins (ISA uses this) + JUMP_PROPERTIES=./bin/workbench-properties.xml + if [ -n "$JUMP_PROPERTIES" ] && [ -f "$JUMP_PROPERTIES" ]; then + JUMP_OPTS="$JUMP_OPTS -properties $JUMP_PROPERTIES" ++ echo "##### JUMP_OPTS = '$JUMP_OPTS'" + fi + + # compile jre opts, respect already set ones from e.g. mac + JAVA_OPTS="" ++echo "##### JAVA_OPTS = '$JAVA_OPTS'" + JAVA_OPTS="$JAVA_OPTS $JAVA_MAXMEM $JAVA_LANG" ++echo "##### JAVA_OPTS = '$JAVA_OPTS'" + JAVA_OPTS="$JAVA_OPTS -Djump.home=." ++echo "##### JAVA_OPTS = '$JAVA_OPTS'" + [ -n "JAVA_SAXDRIVER" ] && JAVA_OPTS="$JAVA_OPTS -Dorg.xml.sax.driver=$JAVA_SAXDRIVER" + [ -n "$JAVA_LOOKANDFEEL" ] && JAVA_OPTS="$JAVA_OPTS -Dswing.defaultlaf=$JAVA_LOOKANDFEEL" + JAVA_OPTS="$JAVA_OPTS $JAVA_OPTS_OVERRIDE" ++echo "##### JAVA_OPTS = '$JAVA_OPTS'" + + # in case some additional archives were placed in native dir inbetween +-extract_libs "$JUMP_NATIVE_DIR" ++echo "##### -----------------------------------------------------------" ++#extract_libs "$JUMP_NATIVE_DIR" + + # allow jre to find native libraries in native dir, lib/ext (backwards compatibility) + # NOTE: mac osx DYLD_LIBRARY_PATH is set in oj_macosx.command only +@@ -265,4 +312,4 @@ + cd "$OLD_DIR" + + ## run end function +-end +\ No newline at end of file ++end Modified: head/graphics/openjump/pkg-plist ============================================================================== --- head/graphics/openjump/pkg-plist Wed Oct 1 10:11:33 2014 (r369711) +++ head/graphics/openjump/pkg-plist Wed Oct 1 10:58:43 2014 (r369712) @@ -1,7 +1,8 @@ OpenJUMP/bin/default-plugins.xml OpenJUMP/bin/log4j.xml OpenJUMP/bin/openjump -OpenJUMP/lib/OpenJUMP-1.6.3-r3576-nosrc.jar +OpenJUMP/bin/readme.txt +OpenJUMP/lib/OpenJUMP-1.7.1-r4004-nosrc.jar OpenJUMP/lib/batik-awt-util-1.6.jar OpenJUMP/lib/batik-bridge-1.6.jar OpenJUMP/lib/batik-css-1.6.jar @@ -20,6 +21,12 @@ OpenJUMP/lib/batik-util-1.6.jar OpenJUMP/lib/batik-xml-1.6.jar OpenJUMP/lib/bsh-2.0b4.jar OpenJUMP/lib/buoy-1.8.jar +OpenJUMP/lib/commons-codec-1.2.jar +OpenJUMP/lib/commons-compress-1.6-20130810.172126-39.jar +OpenJUMP/lib/commons-imaging-1.0-20130811.122228-3.jar +OpenJUMP/lib/commons-io-1.4.jar +OpenJUMP/lib/commons-lang-2.4.jar +OpenJUMP/lib/commons-logging-1.0.4.jar OpenJUMP/lib/ext/BeanTools/0-Help.bsh OpenJUMP/lib/ext/BeanTools/1-HelloWorld.bsh OpenJUMP/lib/ext/BeanTools/10-Flatten3DGeometries.bsh @@ -191,6 +198,7 @@ OpenJUMP/lib/ext/JumpChart.jar OpenJUMP/lib/ext/JumpFillPattern.jar OpenJUMP/lib/ext/JumpPrinter.jar OpenJUMP/lib/ext/PirolCsv.jar +OpenJUMP/lib/ext/SkyPrinterPlugIn-1.0.0.jar OpenJUMP/lib/ext/TableLayout-bin-jdk1.5-2007-04-21.jar OpenJUMP/lib/ext/VertexImages/bore_01.wkt OpenJUMP/lib/ext/VertexImages/bore_02.wkt @@ -258,14 +266,25 @@ OpenJUMP/lib/ext/VertexImages/vector_18. OpenJUMP/lib/ext/VertexImages/vector_19.wkt OpenJUMP/lib/ext/VertexImages/vector_20.wkt OpenJUMP/lib/ext/VertexSymbols.jar -OpenJUMP/lib/ext/aggregation-0.2.7.jar +OpenJUMP/lib/ext/aggregation-0.2.8.jar OpenJUMP/lib/ext/bsheditor4jump-0.2.4.jar -OpenJUMP/lib/ext/csv-driver-0.6.6.jar -OpenJUMP/lib/ext/driver-dxf-0.7.8.jar +OpenJUMP/lib/ext/csv-driver-0.9.0.jar +OpenJUMP/lib/ext/dbquery.properties +OpenJUMP/lib/ext/driver-dxf-0.8.0.jar OpenJUMP/lib/ext/graph-toolbox-0.1.4.jar -OpenJUMP/lib/ext/iText-2.1.5.jar +OpenJUMP/lib/ext/itext-2.1.7.jar OpenJUMP/lib/ext/jgrapht-jdk1.5.jar OpenJUMP/lib/ext/jump-jgrapht-0.5.jar +OpenJUMP/lib/ext/jumpdbquery-1.0.0/CONTRIBUTORS.txt +OpenJUMP/lib/ext/jumpdbquery-1.0.0/COPYING +OpenJUMP/lib/ext/jumpdbquery-1.0.0/NOTICE.txt +OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_jumpdbquery.txt +OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_releases.txt +OpenJUMP/lib/ext/jumpdbquery-1.0.0/gt2-oracle-spatial-2.3.2.jar +OpenJUMP/lib/ext/jumpdbquery-1.0.0/jsyntaxpane-1.0.0.jar +OpenJUMP/lib/ext/jumpdbquery-1.0.0/mysql-connector-java-5.1.27.jar +OpenJUMP/lib/ext/jumpdbquery-1.0.0/sqlite-jdbc-3.7.2.jar +OpenJUMP/lib/ext/jumpdbquery.jar OpenJUMP/lib/ext/jython/AlignSelected.py OpenJUMP/lib/ext/jython/ArcTool.py OpenJUMP/lib/ext/jython/CircleTool.py @@ -297,8 +316,11 @@ OpenJUMP/lib/ext/jython/images/shape_dis OpenJUMP/lib/ext/jython/startup.py OpenJUMP/lib/ext/kml-driver-0.1.jar OpenJUMP/lib/ext/kml/ProjectStringsList.pjl +OpenJUMP/lib/ext/oj_osm_reader_v1-0-4.jar OpenJUMP/lib/ext/ojsextante_binding_apr2013.jar OpenJUMP/lib/ext/pbaseClasses.jar +OpenJUMP/lib/ext/postgis-jdbc-1.3.3.jar +OpenJUMP/lib/ext/postgis-stubs-1.3.3.jar OpenJUMP/lib/ext/readme.txt OpenJUMP/lib/ext/sextante/gishur_core.jar OpenJUMP/lib/ext/sextante/gishur_x.jar @@ -857,306 +879,347 @@ OpenJUMP/lib/ext/sextante_help/slope.mod OpenJUMP/lib/ext/sextante_help/slopemean.bsh OpenJUMP/lib/ext/sextante_help/watershed.model OpenJUMP/lib/ext/sextante_help/watershed.model.xml -OpenJUMP/lib/ext/topology-0.7.0.jar +OpenJUMP/lib/ext/topology-0.8.1.jar OpenJUMP/lib/ext/xbean-2.2.0.jar -OpenJUMP/lib/jai_codec-1.1.2_01.jar -OpenJUMP/lib/jai_core-1.1.2_01.jar +OpenJUMP/lib/icons/oj.ico +OpenJUMP/lib/icons/oj.png +OpenJUMP/lib/imageio-ext-arcgrid-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdal-bindings-1.9.2.jar +OpenJUMP/lib/imageio-ext-gdalarcbinarygrid-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalarcgrid-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalbsb-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdaldoq1-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdaldoq2-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdaldted-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalecw-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalecwjp2-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalehdr-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalenvihdr-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalenvisat-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalerdasimg-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalframework-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalgeotiff-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalidrisi-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdaljpeg-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalkakadujp2-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalmrsid-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalmrsidjp2-1.1.7.jar +OpenJUMP/lib/imageio-ext-gdalnitf-1.1.7.jar +OpenJUMP/lib/imageio-ext-geocore-1.1.7.jar +OpenJUMP/lib/imageio-ext-imagereadmt-1.1.7.jar +OpenJUMP/lib/imageio-ext-kakadu-1.1.7.jar +OpenJUMP/lib/imageio-ext-kakadujni-5.2.6.jar +OpenJUMP/lib/imageio-ext-nitf-1.1.7.jar +OpenJUMP/lib/imageio-ext-streams-1.1.7.jar +OpenJUMP/lib/imageio-ext-tiff-1.1.7.jar +OpenJUMP/lib/imageio-ext-turbojpeg-1.1.7.jar +OpenJUMP/lib/imageio-ext-utilities-1.1.7.jar +OpenJUMP/lib/jai_codec-1.1.3.jar +OpenJUMP/lib/jai_core-1.1.3.jar +OpenJUMP/lib/jai_imageio-1.1.jar OpenJUMP/lib/jama-1.0.2.jar OpenJUMP/lib/jdom-1.1.3.jar OpenJUMP/lib/jmatharray-20070905.jar OpenJUMP/lib/jmathplot-20070905.jar OpenJUMP/lib/js-1.5R4.1.jar -OpenJUMP/lib/jts-1.13.jar +OpenJUMP/lib/jts-1.14-20140423.jar OpenJUMP/lib/jython-2.2.jar OpenJUMP/lib/log4j-1.2.16.jar -OpenJUMP/lib/postgresql-9.2-1002.jdbc4.jar +OpenJUMP/lib/native/jecw-0.0.7.jar +OpenJUMP/lib/nitf-bindings-2.7-dev-r1130.jar +OpenJUMP/lib/postgresql-9.3-1101-jdbc4.jar +OpenJUMP/lib/turbojpeg-wrapper-1.2.1.1.jar OpenJUMP/lib/xercesImpl-2.8.1.jar OpenJUMP/lib/xml-apis-1.3.03.jar OpenJUMP/lib/xmlParserAPIs-2.0.2.jar +OpenJUMP/lib/xz-1.3.jar bin/openjump %%PORTDOCS%%%%DOCSDIR%%/Changes.txt -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorRenameField -@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorDeleteField -@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorAddField -@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.polygonize -@dirrm OpenJUMP/lib/ext/sextante_help/en/general -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.tvi -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ttvi -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviWalther -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviRichardson -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviQi -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviPerry -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.nrvi -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ndvi -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ctvi -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorizeLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorize -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.rasterToPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.contourLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.voronoi -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorSpatialCluster -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorMean -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorCluster -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic -@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost -@dirrm OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels -@dirrm OpenJUMP/lib/ext/sextante_help/en -@dirrm OpenJUMP/lib/ext/sextante_help -@dirrm OpenJUMP/lib/ext/sextante -@dirrm OpenJUMP/lib/ext/kml -@dirrm OpenJUMP/lib/ext/jython/images -@dirrm OpenJUMP/lib/ext/jython -@dirrm OpenJUMP/lib/ext/VertexImages -@dirrm OpenJUMP/lib/ext/FillPatterns -@dirrm OpenJUMP/lib/ext/BeanTools -@dirrm OpenJUMP/lib/ext -@dirrm OpenJUMP/lib -@dirrm OpenJUMP/bin -@dirrm OpenJUMP +@dir OpenJUMP/bin +@dir OpenJUMP/lib/ext/BeanTools +@dir OpenJUMP/lib/ext/FillPatterns +@dir OpenJUMP/lib/ext/VertexImages +@dir OpenJUMP/lib/ext/jumpdbquery-1.0.0 +@dir OpenJUMP/lib/ext/jython/images +@dir OpenJUMP/lib/ext/jython +@dir OpenJUMP/lib/ext/kml +@dir OpenJUMP/lib/ext/sextante +@dir OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.createHyetogram +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform +@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:10:04 2014 Return-Path: Delivered-To: svn-ports-all@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 919204ED; Wed, 1 Oct 2014 11:10:04 +0000 (UTC) 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 7E520176; Wed, 1 Oct 2014 11:10:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BA48Z022299; Wed, 1 Oct 2014 11:10:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BA4fx022297; Wed, 1 Oct 2014 11:10:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410011110.s91BA4fx022297@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Oct 2014 11:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369713 - head/games/mopesnake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:10:04 -0000 Author: amdmi3 Date: Wed Oct 1 11:10:03 2014 New Revision: 369713 URL: https://svnweb.freebsd.org/changeset/ports/369713 QAT: https://qat.redports.org/buildarchive/r369713/ Log: - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Drop @dirrm* from plist Modified: head/games/mopesnake/Makefile head/games/mopesnake/pkg-plist Modified: head/games/mopesnake/Makefile ============================================================================== --- head/games/mopesnake/Makefile Wed Oct 1 10:58:43 2014 (r369712) +++ head/games/mopesnake/Makefile Wed Oct 1 11:10:03 2014 (r369713) @@ -14,16 +14,18 @@ EXTRACT_ONLY= ${PORTNAME}-pc-${DISTVERSI MAINTAINER= games@FreeBSD.org COMMENT= Classic snake game in which you attempt to eat all the pain -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/doc/COPYING.txt RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/${PORTNAME}-pc-${DISTVERSION} -USES= zip -USE_PYTHON= yes +USES= python zip +NO_ARCH= yes PORTDOCS= index.html + OPTIONS_DEFINE= DOCS SUB_FILES= ${PORTNAME} Modified: head/games/mopesnake/pkg-plist ============================================================================== --- head/games/mopesnake/pkg-plist Wed Oct 1 10:58:43 2014 (r369712) +++ head/games/mopesnake/pkg-plist Wed Oct 1 11:10:03 2014 (r369713) @@ -24,8 +24,3 @@ bin/mopesnake %%DATADIR%%/sounds/ow1.wav %%DATADIR%%/version share/pixmaps/mopesnake.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/mopelib -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:10:13 2014 Return-Path: Delivered-To: svn-ports-all@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 DA7F05CD; Wed, 1 Oct 2014 11:10:13 +0000 (UTC) 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 ACE6917A; Wed, 1 Oct 2014 11:10:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BADce022443; Wed, 1 Oct 2014 11:10:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BAD1B022436; Wed, 1 Oct 2014 11:10:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410011110.s91BAD1B022436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Oct 2014 11:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369714 - head/games/qstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:10:14 -0000 Author: amdmi3 Date: Wed Oct 1 11:10:12 2014 New Revision: 369714 URL: https://svnweb.freebsd.org/changeset/ports/369714 QAT: https://qat.redports.org/buildarchive/r369714/ Log: - Switch to PORTDOCS Modified: head/games/qstat/Makefile head/games/qstat/pkg-plist Modified: head/games/qstat/Makefile ============================================================================== --- head/games/qstat/Makefile Wed Oct 1 11:10:03 2014 (r369713) +++ head/games/qstat/Makefile Wed Oct 1 11:10:12 2014 (r369714) @@ -14,6 +14,8 @@ CONFLICTS_INSTALL= torque-[0-9]* GNU_CONFIGURE= yes +PORTDOCS= * + OPTIONS_DEFINE= DOCS post-extract: Modified: head/games/qstat/pkg-plist ============================================================================== --- head/games/qstat/pkg-plist Wed Oct 1 11:10:03 2014 (r369713) +++ head/games/qstat/pkg-plist Wed Oct 1 11:10:12 2014 (r369714) @@ -1,26 +1,2 @@ bin/qstat @sample etc/qstat.cfg.sample -%%PORTDOCS%%%%DOCSDIR%%/qstatdoc.html -%%PORTDOCS%%%%DOCSDIR%%/info/UT2003.txt -%%PORTDOCS%%%%DOCSDIR%%/info/GhostRecon.txt -%%PORTDOCS%%%%DOCSDIR%%/info/a2s.txt -%%PORTDOCS%%%%DOCSDIR%%/template/README.txt -%%PORTDOCS%%%%DOCSDIR%%/template/brocTh.html -%%PORTDOCS%%%%DOCSDIR%%/template/brocTp.html -%%PORTDOCS%%%%DOCSDIR%%/template/brocTs.html -%%PORTDOCS%%%%DOCSDIR%%/template/brocTt.html -%%PORTDOCS%%%%DOCSDIR%%/template/ghostreconTh.html -%%PORTDOCS%%%%DOCSDIR%%/template/ghostreconTp.html -%%PORTDOCS%%%%DOCSDIR%%/template/ghostreconTs.html -%%PORTDOCS%%%%DOCSDIR%%/template/ghostreconTt.html -%%PORTDOCS%%%%DOCSDIR%%/template/tribes2th.html -%%PORTDOCS%%%%DOCSDIR%%/template/tribes2tp.html -%%PORTDOCS%%%%DOCSDIR%%/template/tribes2ts.html -%%PORTDOCS%%%%DOCSDIR%%/template/tribes2tt.html -%%PORTDOCS%%%%DOCSDIR%%/template/unrealTh.html -%%PORTDOCS%%%%DOCSDIR%%/template/unrealTp.html -%%PORTDOCS%%%%DOCSDIR%%/template/unrealTs.html -%%PORTDOCS%%%%DOCSDIR%%/template/unrealTt.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/template -%%PORTDOCS%%@dirrm %%DOCSDIR%%/info -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:22:42 2014 Return-Path: Delivered-To: svn-ports-all@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 90BEDA18; Wed, 1 Oct 2014 11:22:42 +0000 (UTC) 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 7D97B384; Wed, 1 Oct 2014 11:22:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BMg3m030789; Wed, 1 Oct 2014 11:22:42 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BMgKv030788; Wed, 1 Oct 2014 11:22:42 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011122.s91BMgKv030788@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 11:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369715 - head/devel/liballium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:22:42 -0000 Author: tijl Date: Wed Oct 1 11:22:41 2014 New Revision: 369715 URL: https://svnweb.freebsd.org/changeset/ports/369715 QAT: https://qat.redports.org/buildarchive/r369715/ Log: - Convert to USES=autoreconf - Remove :build from USES=libtool because this port does not need /usr/local/bin/libtool Modified: head/devel/liballium/Makefile Modified: head/devel/liballium/Makefile ============================================================================== --- head/devel/liballium/Makefile Wed Oct 1 11:10:12 2014 (r369714) +++ head/devel/liballium/Makefile Wed Oct 1 11:22:41 2014 (r369715) @@ -16,24 +16,17 @@ GH_COMMIT= 0c9b50f GH_TAGNAME= ${GH_COMMIT} GNU_CONFIGURE= yes -USES= libtool:build pkgconfig tar:bzip2 pathfix -USE_AUTOTOOLS= autoconf aclocal automake +USES= autoreconf libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes PLIST_SUB+= PKGNAME=${PKGNAME} -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \ ${WRKSRC}/Makefile.am -pre-configure: - @(cd ${WRKSRC}; ./autogen.sh) - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:25:36 2014 Return-Path: Delivered-To: svn-ports-all@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 944ADC85; Wed, 1 Oct 2014 11:25:36 +0000 (UTC) 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 80E703BC; Wed, 1 Oct 2014 11:25:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BPaYn031318; Wed, 1 Oct 2014 11:25:36 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BPaCH031317; Wed, 1 Oct 2014 11:25:36 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011125.s91BPaCH031317@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 11:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369716 - head/cad/freehdl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:25:36 -0000 Author: tijl Date: Wed Oct 1 11:25:35 2014 New Revision: 369716 URL: https://svnweb.freebsd.org/changeset/ports/369716 QAT: https://qat.redports.org/buildarchive/r369716/ Log: Avoid a dependency on devel/libtool Modified: head/cad/freehdl/Makefile Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Wed Oct 1 11:22:41 2014 (r369715) +++ head/cad/freehdl/Makefile Wed Oct 1 11:25:35 2014 (r369716) @@ -10,10 +10,11 @@ MASTER_SITES= http://freehdl.seul.org/~e MAINTAINER= kamikaze@bsdforen.de COMMENT= Free VHDL simulator +USES= gmake pathfix libtool makeinfo perl5 pkgconfig USE_LDCONFIG= yes -USES= gmake pathfix libtool:build makeinfo perl5 pkgconfig USE_GCC= any GNU_CONFIGURE= yes +CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE} INSTALL_TARGET= install-strip INFO= fire From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:28:45 2014 Return-Path: Delivered-To: svn-ports-all@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 5DEE0DB8; Wed, 1 Oct 2014 11:28:45 +0000 (UTC) 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 4AC2F3F4; Wed, 1 Oct 2014 11:28:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BSjgX031764; Wed, 1 Oct 2014 11:28:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BSjCe031763; Wed, 1 Oct 2014 11:28:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011128.s91BSjCe031763@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 11:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369717 - head/comms/usbmuxd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:28:45 -0000 Author: tijl Date: Wed Oct 1 11:28:44 2014 New Revision: 369717 URL: https://svnweb.freebsd.org/changeset/ports/369717 QAT: https://qat.redports.org/buildarchive/r369717/ Log: - Remove :build from USES=libtool because this port does not need /usr/local/bin/libtool - Don't replace -lpthread with -pthread because they are the same Modified: head/comms/usbmuxd/Makefile Modified: head/comms/usbmuxd/Makefile ============================================================================== --- head/comms/usbmuxd/Makefile Wed Oct 1 11:25:35 2014 (r369716) +++ head/comms/usbmuxd/Makefile Wed Oct 1 11:28:44 2014 (r369717) @@ -18,7 +18,7 @@ GH_ACCOUNT= libimobiledevice GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 2f6d9d5 -USES= autoreconf libtool:build pathfix pkgconfig tar:bzip2 +USES= autoreconf libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-systemd \ libusb_CFLAGS="-I/usr/include" \ @@ -30,9 +30,9 @@ PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS -pre-configure: +post-patch: # TODO: add devd(8) rule. - @${REINPLACE_CMD} -e 's,-lpthread,-pthread,g' \ + @${REINPLACE_CMD} \ -e '/*cygwin*/ s,),|*bsd*),' \ ${WRKSRC}/configure.ac From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:54:50 2014 Return-Path: Delivered-To: svn-ports-all@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 F32CD44B; Wed, 1 Oct 2014 11:54:49 +0000 (UTC) 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 DF4E190E; Wed, 1 Oct 2014 11:54:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BsnjS045257; Wed, 1 Oct 2014 11:54:49 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BsnjF045255; Wed, 1 Oct 2014 11:54:49 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011154.s91BsnjF045255@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 11:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369718 - in head/www/rt40: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:54:50 -0000 Author: tijl Date: Wed Oct 1 11:54:48 2014 New Revision: 369718 URL: https://svnweb.freebsd.org/changeset/ports/369718 QAT: https://qat.redports.org/buildarchive/r369718/ Log: Patch configure instead of aclocal.m4 to avoid USE_AUTOTOOLS Added: head/www/rt40/files/patch-configure (contents, props changed) Deleted: head/www/rt40/files/patch-aclocal.m4 Modified: head/www/rt40/Makefile Modified: head/www/rt40/Makefile ============================================================================== --- head/www/rt40/Makefile Wed Oct 1 11:28:44 2014 (r369717) +++ head/www/rt40/Makefile Wed Oct 1 11:54:48 2014 (r369718) @@ -58,7 +58,6 @@ RUN_DEPENDS+= ${CORE_DEPS} \ ${HTML_DOC_DEPS} USES= cpe perl5 -USE_AUTOTOOLS= autoconf CPE_VENDOR= bestpractical RT_ETC_PATH?= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} @@ -174,8 +173,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH} -run-autotools: run-autotools-autoconf - pre-fetch: @${ECHO} "" @${ECHO} " DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql)" Added: head/www/rt40/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt40/files/patch-configure Wed Oct 1 11:54:48 2014 (r369718) @@ -0,0 +1,11 @@ +--- configure.orig 2014-09-11 18:55:07 UTC ++++ configure +@@ -2082,7 +2082,7 @@ + s/^#.*$//m; + s/^\s+//gim; + s/\s+$/\n/gim; +- s/\+$/\/rt3/gim; ++ s/\+$/\/rt40/gim; + # m4 will not let us just use $srcdir/config.layout, we need $1 + s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/$1=$2/gim; + s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\$$1" = "xNONE" || test "x\$$1" = "x") && $1=$2/gim; From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:55:25 2014 Return-Path: Delivered-To: svn-ports-all@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 01AD25A4; Wed, 1 Oct 2014 11:55:24 +0000 (UTC) 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 E268E91C; Wed, 1 Oct 2014 11:55:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BtOPI045521; Wed, 1 Oct 2014 11:55:24 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BtOu0045519; Wed, 1 Oct 2014 11:55:24 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011155.s91BtOu0045519@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 11:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369719 - in head/www/rt42: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:55:25 -0000 Author: tijl Date: Wed Oct 1 11:55:23 2014 New Revision: 369719 URL: https://svnweb.freebsd.org/changeset/ports/369719 QAT: https://qat.redports.org/buildarchive/r369719/ Log: Patch configure instead of aclocal.m4 to avoid USE_AUTOTOOLS Added: head/www/rt42/files/patch-configure (contents, props changed) Deleted: head/www/rt42/files/patch-aclocal.m4 Modified: head/www/rt42/Makefile Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Wed Oct 1 11:54:48 2014 (r369718) +++ head/www/rt42/Makefile Wed Oct 1 11:55:23 2014 (r369719) @@ -56,7 +56,6 @@ RUN_DEPENDS+= ${CLI_DEPS} \ USES= cpe perl5 CPE_VENDOR= bestpractical -USE_AUTOTOOLS= autoconf RT_LAYOUT= FreeBSD RT_ETC_DIR?= etc/${PORTNAME}${PKGNAMESUFFIX} @@ -173,8 +172,6 @@ SUB_FILES= pkg-message SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH} PLIST_SUB= RT_ETC_DIR=${RT_ETC_DIR} -run-autotools: run-autotools-autoconf - pre-fetch: @${ECHO} "" @${ECHO} "Additional database related settings you can use:" Added: head/www/rt42/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/files/patch-configure Wed Oct 1 11:55:23 2014 (r369719) @@ -0,0 +1,11 @@ +--- configure.orig 2014-09-11 19:03:07 UTC ++++ configure +@@ -2088,7 +2088,7 @@ + s/^#.*$//m; + s/^\s+//gim; + s/\s+$/\n/gim; +- s/\+$/\/rt3/gim; ++ s/\+$/\/rt42/gim; + # m4 will not let us just use $srcdir/config.layout, we need $1 + s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/$1=$2/gim; + s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\$$1" = "xNONE" || test "x\$$1" = "x") && $1=$2/gim; From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 12:40:24 2014 Return-Path: Delivered-To: svn-ports-all@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 755CD2E6; Wed, 1 Oct 2014 12:40:24 +0000 (UTC) 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 62837E1E; Wed, 1 Oct 2014 12:40:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91CeOMv065154; Wed, 1 Oct 2014 12:40:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91CeOum065153; Wed, 1 Oct 2014 12:40:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410011240.s91CeOum065153@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 12:40:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369720 - head/deskutils/horde-kronolith X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 12:40:24 -0000 Author: bapt Date: Wed Oct 1 12:40:23 2014 New Revision: 369720 URL: https://svnweb.freebsd.org/changeset/ports/369720 QAT: https://qat.redports.org/buildarchive/r369720/ Log: Fix option Reported by: mat Modified: head/deskutils/horde-kronolith/Makefile Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Wed Oct 1 11:55:23 2014 (r369719) +++ head/deskutils/horde-kronolith/Makefile Wed Oct 1 12:40:23 2014 (r369720) @@ -54,7 +54,7 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -HOLIDAYS_RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays +DATE_HOLIDAYS_RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays TIMEOBJECTS_USE= HORDE_RUN=timeobjects XMLWRITER_USE= PHP=xmlwriter From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 12:41:18 2014 Return-Path: Delivered-To: svn-ports-all@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 2B3C342E; Wed, 1 Oct 2014 12:41:18 +0000 (UTC) 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 17EA8E31; Wed, 1 Oct 2014 12:41:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91CfHAt068255; Wed, 1 Oct 2014 12:41:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91CfHLB068254; Wed, 1 Oct 2014 12:41:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410011241.s91CfHLB068254@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 12:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369721 - branches/2014Q4/deskutils/horde-kronolith X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 12:41:18 -0000 Author: bapt Date: Wed Oct 1 12:41:17 2014 New Revision: 369721 URL: https://svnweb.freebsd.org/changeset/ports/369721 QAT: https://qat.redports.org/buildarchive/r369721/ Log: MFH: r369720 Fix option Reported by: mat Modified: branches/2014Q4/deskutils/horde-kronolith/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/deskutils/horde-kronolith/Makefile ============================================================================== --- branches/2014Q4/deskutils/horde-kronolith/Makefile Wed Oct 1 12:40:23 2014 (r369720) +++ branches/2014Q4/deskutils/horde-kronolith/Makefile Wed Oct 1 12:41:17 2014 (r369721) @@ -54,7 +54,7 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -HOLIDAYS_RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays +DATE_HOLIDAYS_RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays TIMEOBJECTS_USE= HORDE_RUN=timeobjects XMLWRITER_USE= PHP=xmlwriter From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 13:04:42 2014 Return-Path: Delivered-To: svn-ports-all@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 28343D10; Wed, 1 Oct 2014 13:04:42 +0000 (UTC) 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 EEA2B1E8; Wed, 1 Oct 2014 13:04:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91D4fAS078696; Wed, 1 Oct 2014 13:04:41 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91D4f7d078695; Wed, 1 Oct 2014 13:04:41 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011304.s91D4f7d078695@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 13:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369722 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 13:04:42 -0000 Author: tijl Date: Wed Oct 1 13:04:41 2014 New Revision: 369722 URL: https://svnweb.freebsd.org/changeset/ports/369722 QAT: https://qat.redports.org/buildarchive/r369722/ Log: - Add ftpmirror.gnu.org to GNU master sites (redirects to a nearby mirror) - Update GNU alpha sites - Set default GNU alpha subdirectory Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Wed Oct 1 12:41:17 2014 (r369721) +++ head/Mk/bsd.sites.mk Wed Oct 1 13:04:41 2014 (r369722) @@ -579,6 +579,7 @@ MASTER_SITE_GNOME+= \ .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ + http://ftpmirror.gnu.org/%SUBDIR%/ \ http://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \ @@ -623,10 +624,18 @@ MASTER_SITE_GNUSTEP_CH+= \ .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ - ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \ - ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \ - ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/ + http://alpha.gnu.org/gnu/%SUBDIR%/ \ + ftp://spinellicreations.com/alpha/gnu/%SUBDIR%/ \ + http://www.nic.funet.fi/pub/gnu/alpha/gnu/%SUBDIR%/ \ + http://mirror.thecodefactory.org/gnualpha/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/%SUBDIR%/ \ + http://gnu.c3sl.ufpr.br/alpha/%SUBDIR%/ \ + http://mirror.cedia.org.ec/gnualpha/%SUBDIR%/ \ + http://gnu-alpha.mirrors.hostinginnederland.nl/%SUBDIR%/ \ + http://gnualpha.uib.no/%SUBDIR%/ \ + http://mirrors.fe.up.pt/pub/gnu-alpha/%SUBDIR%/ \ + http://mirror.lihnidos.org/GNU/alpha/gnu/%SUBDIR%/ \ + http://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE) @@ -1508,6 +1517,7 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${P GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ + GNU_ALPHA:${PORTNAME} \ HORDE:${PORTNAME} \ LOGILAB:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 13:08:18 2014 Return-Path: Delivered-To: svn-ports-all@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 3304CF1F; Wed, 1 Oct 2014 13:08:18 +0000 (UTC) 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 1FA84258; Wed, 1 Oct 2014 13:08:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91D8Hpa079460; Wed, 1 Oct 2014 13:08:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91D8H5g079459; Wed, 1 Oct 2014 13:08:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410011308.s91D8H5g079459@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 13:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369723 - head/archivers/pear-Horde_Compress_Fast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 13:08:18 -0000 Author: bapt Date: Wed Oct 1 13:08:17 2014 New Revision: 369723 URL: https://svnweb.freebsd.org/changeset/ports/369723 QAT: https://qat.redports.org/buildarchive/r369723/ Log: Readd a removed (by accident) runtime dependency Reported by: mat Modified: head/archivers/pear-Horde_Compress_Fast/Makefile Modified: head/archivers/pear-Horde_Compress_Fast/Makefile ============================================================================== --- head/archivers/pear-Horde_Compress_Fast/Makefile Wed Oct 1 13:04:41 2014 (r369722) +++ head/archivers/pear-Horde_Compress_Fast/Makefile Wed Oct 1 13:08:17 2014 (r369723) @@ -2,6 +2,7 @@ PORTNAME= Horde_Compress_Fast PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= archivers www pear PKGNAMEPREFIX= pear- @@ -9,5 +10,6 @@ MAINTAINER= horde@FreeBSD.org COMMENT= Horde Fast Compression Library USES= horde +USE_HORDE_RUN= Horde_Exception .include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 13:08:56 2014 Return-Path: Delivered-To: svn-ports-all@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 535BA71; Wed, 1 Oct 2014 13:08:56 +0000 (UTC) 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 3F5E5262; Wed, 1 Oct 2014 13:08:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91D8uTE079643; Wed, 1 Oct 2014 13:08:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91D8uTo079642; Wed, 1 Oct 2014 13:08:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410011308.s91D8uTo079642@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 13:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369724 - branches/2014Q4/archivers/pear-Horde_Compress_Fast X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 13:08:56 -0000 Author: bapt Date: Wed Oct 1 13:08:55 2014 New Revision: 369724 URL: https://svnweb.freebsd.org/changeset/ports/369724 QAT: https://qat.redports.org/buildarchive/r369724/ Log: MFH: r369723 Readd a removed (by accident) runtime dependency Reported by: mat Modified: branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile ============================================================================== --- branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile Wed Oct 1 13:08:17 2014 (r369723) +++ branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile Wed Oct 1 13:08:55 2014 (r369724) @@ -2,6 +2,7 @@ PORTNAME= Horde_Compress_Fast PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= archivers www pear PKGNAMEPREFIX= pear- @@ -9,5 +10,6 @@ MAINTAINER= horde@FreeBSD.org COMMENT= Horde Fast Compression Library USES= horde +USE_HORDE_RUN= Horde_Exception .include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 13:14:11 2014 Return-Path: Delivered-To: svn-ports-all@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 AA28B215; Wed, 1 Oct 2014 13:14:11 +0000 (UTC) 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 9669435A; Wed, 1 Oct 2014 13:14:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91DEBB8084170; Wed, 1 Oct 2014 13:14:11 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91DEBZL084167; Wed, 1 Oct 2014 13:14:11 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410011314.s91DEBZL084167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 1 Oct 2014 13:14:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369725 - in head/www/libevhtp: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 13:14:11 -0000 Author: robak Date: Wed Oct 1 13:14:10 2014 New Revision: 369725 URL: https://svnweb.freebsd.org/changeset/ports/369725 QAT: https://qat.redports.org/buildarchive/r369725/ Log: www/libevhtp: fix build for 8.4 systems PR: 193615 Submitted by: Jingfeng Yan Approved by: mentors (implicit) Modified: head/www/libevhtp/Makefile head/www/libevhtp/files/patch-evhtp.c Modified: head/www/libevhtp/Makefile ============================================================================== --- head/www/libevhtp/Makefile Wed Oct 1 13:08:55 2014 (r369724) +++ head/www/libevhtp/Makefile Wed Oct 1 13:14:10 2014 (r369725) @@ -2,7 +2,7 @@ PORTNAME= libevhtp PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= yan_jingfeng@yahoo.com Modified: head/www/libevhtp/files/patch-evhtp.c ============================================================================== --- head/www/libevhtp/files/patch-evhtp.c Wed Oct 1 13:08:55 2014 (r369724) +++ head/www/libevhtp/files/patch-evhtp.c Wed Oct 1 13:14:10 2014 (r369725) @@ -1,17 +1,14 @@ ---- evhtp.c.orig 2014-03-23 07:50:50.000000000 -0400 -+++ evhtp.c 2014-08-28 09:08:40.970619326 -0400 -@@ -6,6 +6,10 @@ - #include +--- evhtp.c.orig 2014-03-23 11:50:50.000000000 +0000 ++++ evhtp.c 2014-09-13 12:37:11.000000000 +0000 +@@ -7,6 +7,7 @@ #include #include -+#ifdef SO_ACCEPTFILTER -+#include -+#include -+#endif #ifndef WIN32 ++#include #include #include -@@ -2740,7 +2744,14 @@ + #include +@@ -2740,7 +2741,14 @@ sock = evconnlistener_get_fd(htp->server); From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 13:58:04 2014 Return-Path: Delivered-To: svn-ports-all@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 93058EAE; Wed, 1 Oct 2014 13:58:04 +0000 (UTC) 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 7F6CFA18; Wed, 1 Oct 2014 13:58:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Dw4IE003325; Wed, 1 Oct 2014 13:58:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Dw4GU003324; Wed, 1 Oct 2014 13:58:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410011358.s91Dw4GU003324@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Oct 2014 13:58:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369726 - head/net/syncthing-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 13:58:04 -0000 Author: swills Date: Wed Oct 1 13:58:03 2014 New Revision: 369726 URL: https://svnweb.freebsd.org/changeset/ports/369726 QAT: https://qat.redports.org/buildarchive/r369726/ Log: net/syncthing-cli: fix fetch The archive of text.go that I had was regenerated due to a mistake on my part, this fixes it. PR: 194059 Reported by: marino Modified: head/net/syncthing-cli/distinfo Modified: head/net/syncthing-cli/distinfo ============================================================================== --- head/net/syncthing-cli/distinfo Wed Oct 1 13:14:10 2014 (r369725) +++ head/net/syncthing-cli/distinfo Wed Oct 1 13:58:03 2014 (r369726) @@ -6,8 +6,8 @@ SHA256 (syncthing-0.9.4.tar.gz) = e1cfbc SIZE (syncthing-0.9.4.tar.gz) = 1814400 SHA256 (crypto.go-f3cebac2bd11.tar.gz) = 9de8c02f5f4b29db4ec31e772acc5b2b75323d5a20f58bfadfe1d10300256f37 SIZE (crypto.go-f3cebac2bd11.tar.gz) = 326871 -SHA256 (text.go-d65bffbc88a1.tar.gz) = 5b87e4dddc48c363bf190982a0d229ed5c9b57793ae4ec68004dc1c2f2a31309 -SIZE (text.go-d65bffbc88a1.tar.gz) = 3231005 +SHA256 (text.go-d65bffbc88a1.tar.gz) = c78ad1d2bbd296ccddba7c86e4250f66490a3479c068a78a520fd42d68e0aa9d +SIZE (text.go-d65bffbc88a1.tar.gz) = 3234551 SHA256 (bkaradzic-go-lz4-77e2ba8.tar.gz) = 8d6a3f73bb2e21a64292d14af1a8466707c14f71b70d48fde317746cd2ac8d0e SIZE (bkaradzic-go-lz4-77e2ba8.tar.gz) = 232876 SHA256 (calmh-xdr-e1714bb.tar.gz) = 354133594fc70dac499a44ffd6d857f1f730345f8db3d07def4e38daec5ec791 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 13:58:13 2014 Return-Path: Delivered-To: svn-ports-all@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 3604FF90; Wed, 1 Oct 2014 13:58:13 +0000 (UTC) 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 214BEA1C; Wed, 1 Oct 2014 13:58:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91DwDRo003518; Wed, 1 Oct 2014 13:58:13 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91DwBq1003506; Wed, 1 Oct 2014 13:58:11 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410011358.s91DwBq1003506@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 1 Oct 2014 13:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369727 - in head/www/youtube_dl: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 13:58:13 -0000 Author: jhale Date: Wed Oct 1 13:58:11 2014 New Revision: 369727 URL: https://svnweb.freebsd.org/changeset/ports/369727 QAT: https://qat.redports.org/buildarchive/r369727/ Log: - Update to 2014.09.29.2 [1][2] PR: 193562 [1], 193713 [2] (based on) Submitted by: [1], [2] Approved by: araujo (maintainer timeout, 3 weeks) Added: head/www/youtube_dl/files/patch-youtube_dl__options.py (contents, props changed) Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo head/www/youtube_dl/files/patch-Makefile head/www/youtube_dl/files/patch-youtube_dl____init__.py Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Wed Oct 1 13:58:03 2014 (r369726) +++ head/www/youtube_dl/Makefile Wed Oct 1 13:58:11 2014 (r369727) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2014.08.10 -PORTREVISION= 1 +PORTVERSION= 2014.09.29.2 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} @@ -44,7 +43,7 @@ post-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/youtube-dl ${STAGEDIR}${PREFIX}/bin/youtube-dl - ${INSTALL_DATA} ${WRKSRC}/youtube-dl.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_DATA} ${WRKSRC}/youtube-dl.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .if ${PORT_OPTIONS:MBASH} ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/youtube-dl.bash-completion \ Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Wed Oct 1 13:58:03 2014 (r369726) +++ head/www/youtube_dl/distinfo Wed Oct 1 13:58:11 2014 (r369727) @@ -1,2 +1,2 @@ -SHA256 (youtube-dl-2014.08.10.tar.gz) = a1131ff8aa636b6e99baf1b6226dab137500cd0a5cdeb4d76db102be4138caa9 -SIZE (youtube-dl-2014.08.10.tar.gz) = 931916 +SHA256 (youtube-dl-2014.09.29.2.tar.gz) = 4192ad648e21e8ab1a4e9b4fe130e47623834407737fd40a0197c61fe38b50f1 +SIZE (youtube-dl-2014.09.29.2.tar.gz) = 1072137 Modified: head/www/youtube_dl/files/patch-Makefile ============================================================================== --- head/www/youtube_dl/files/patch-Makefile Wed Oct 1 13:58:03 2014 (r369726) +++ head/www/youtube_dl/files/patch-Makefile Wed Oct 1 13:58:11 2014 (r369727) @@ -1,9 +1,9 @@ ---- Makefile.orig 2013-10-17 06:55:06.000000000 +0800 -+++ Makefile 2013-10-26 18:28:59.588795031 +0800 +--- Makefile.orig 2014-09-14 14:48:07 UTC ++++ Makefile @@ -10,17 +10,7 @@ - BINDIR=$(PREFIX)/bin - MANDIR=$(PREFIX)/man - PYTHON=/usr/bin/env python + BINDIR ?= $(PREFIX)/bin + MANDIR ?= $(PREFIX)/man + PYTHON ?= /usr/bin/env python - -# set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local -ifeq ($(PREFIX),/usr) @@ -15,7 +15,7 @@ - SYSCONFDIR=$(PREFIX)/etc - endif -endif -+SYSCONFDIR=/etc ++SYSCONFDIR ?= /etc install: youtube-dl youtube-dl.1 youtube-dl.bash-completion install -d $(DESTDIR)$(BINDIR) Modified: head/www/youtube_dl/files/patch-youtube_dl____init__.py ============================================================================== --- head/www/youtube_dl/files/patch-youtube_dl____init__.py Wed Oct 1 13:58:03 2014 (r369726) +++ head/www/youtube_dl/files/patch-youtube_dl____init__.py Wed Oct 1 13:58:11 2014 (r369727) @@ -1,6 +1,6 @@ ---- youtube_dl/__init__.py.orig 2014-07-29 23:18:51.000000000 +0800 -+++ youtube_dl/__init__.py 2014-07-31 01:10:45.923443081 +0800 -@@ -97,7 +97,6 @@ +--- youtube_dl/__init__.py.orig 2014-09-27 21:51:19 UTC ++++ youtube_dl/__init__.py +@@ -108,7 +108,6 @@ std_headers, write_string, ) @@ -8,18 +8,9 @@ from .downloader import ( FileDownloader, ) -@@ -230,8 +229,6 @@ - action='help', help='print this help text and exit') - general.add_option('-v', '--version', - action='version', help='print program version and exit') -- general.add_option('-U', '--update', -- action='store_true', dest='update_self', help='update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') - general.add_option('-i', '--ignore-errors', - action='store_true', dest='ignoreerrors', help='continue on download errors, for example to skip unavailable videos in a playlist', default=False) - general.add_option('--abort-on-error', -@@ -844,10 +841,6 @@ - ydl.add_post_processor(FFmpegAudioFixPP()) - ydl.add_post_processor(AtomicParsleyPP()) +@@ -399,17 +398,13 @@ + ydl.add_post_processor(ExecAfterDownloadPP( + verboseOutput=opts.verbose, exec_cmd=opts.exec_cmd)) - # Update version - if opts.update_self: @@ -27,8 +18,7 @@ - # Remove cache dir if opts.rm_cachedir: - if opts.cachedir is None: -@@ -867,7 +860,7 @@ + ydl.cache.remove() # Maybe do nothing if (len(all_urls) < 1) and (opts.load_info_filename is None): Added: head/www/youtube_dl/files/patch-youtube_dl__options.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/youtube_dl/files/patch-youtube_dl__options.py Wed Oct 1 13:58:11 2014 (r369727) @@ -0,0 +1,11 @@ +--- youtube_dl/options.py.orig 2014-10-01 13:10:09 UTC ++++ youtube_dl/options.py +@@ -127,8 +127,6 @@ + action='help', help='print this help text and exit') + general.add_option('-v', '--version', + action='version', help='print program version and exit') +- general.add_option('-U', '--update', +- action='store_true', dest='update_self', help='update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') + general.add_option('-i', '--ignore-errors', + action='store_true', dest='ignoreerrors', help='continue on download errors, for example to skip unavailable videos in a playlist', default=False) + general.add_option('--abort-on-error', From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 14:41:54 2014 Return-Path: Delivered-To: svn-ports-all@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 33C3B2A6; Wed, 1 Oct 2014 14:41:54 +0000 (UTC) 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 14BA692; Wed, 1 Oct 2014 14:41:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Efrcs026048; Wed, 1 Oct 2014 14:41:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Efri9026045; Wed, 1 Oct 2014 14:41:53 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410011441.s91Efri9026045@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Oct 2014 14:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369728 - in head/devel/py-tables: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 14:41:54 -0000 Author: wen Date: Wed Oct 1 14:41:52 2014 New Revision: 369728 URL: https://svnweb.freebsd.org/changeset/ports/369728 QAT: https://qat.redports.org/buildarchive/r369728/ Log: - Update to 3.1.1 - Fix build with cython-0.21 Modified: head/devel/py-tables/Makefile head/devel/py-tables/distinfo head/devel/py-tables/files/patch-setup.py Modified: head/devel/py-tables/Makefile ============================================================================== --- head/devel/py-tables/Makefile Wed Oct 1 13:58:11 2014 (r369727) +++ head/devel/py-tables/Makefile Wed Oct 1 14:41:52 2014 (r369728) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tables -PORTVERSION= 3.0.0 -PORTREVISION= 4 +PORTVERSION= 3.1.1 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME:tl}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,8 +22,8 @@ LIB_DEPENDS= libhdf5.so:${PORTSDIR}/scie libucl.so:${PORTSDIR}/archivers/ucl RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils PLIST_FILES= bin/pt2to3 bin/ptdump bin/ptrepack Modified: head/devel/py-tables/distinfo ============================================================================== --- head/devel/py-tables/distinfo Wed Oct 1 13:58:11 2014 (r369727) +++ head/devel/py-tables/distinfo Wed Oct 1 14:41:52 2014 (r369728) @@ -1,4 +1,4 @@ -SHA256 (tables-3.0.0.tar.gz) = 53532a59c8f03c3c5ef3c73c04f5bfd8384d6a3d508683cb87fc17af4c71dfe1 -SIZE (tables-3.0.0.tar.gz) = 6191726 -SHA256 (pytablesmanual-3.0.0.pdf) = 623cf4d64884c0c34996ac8d4208dd899450a96ddd64d1267c733da0a59a6ed6 -SIZE (pytablesmanual-3.0.0.pdf) = 2515096 +SHA256 (tables-3.1.1.tar.gz) = 39b9036376f1185599771c19276f13b5b9119d98f9108f58595745ded3fe2da3 +SIZE (tables-3.1.1.tar.gz) = 6715786 +SHA256 (pytablesmanual-3.1.1.pdf) = a21ca95e2386c503d4835686b69543e96c15ea85f305e1243a45de25959774fe +SIZE (pytablesmanual-3.1.1.pdf) = 2527370 Modified: head/devel/py-tables/files/patch-setup.py ============================================================================== --- head/devel/py-tables/files/patch-setup.py Wed Oct 1 13:58:11 2014 (r369727) +++ head/devel/py-tables/files/patch-setup.py Wed Oct 1 14:41:52 2014 (r369728) @@ -1,29 +1,57 @@ ---- setup.py.orig 2013-08-20 10:38:37.000000000 +0800 -+++ setup.py 2013-08-20 10:40:44.000000000 +0800 -@@ -133,8 +133,8 @@ +--- setup.py.orig 2014-03-26 04:49:03.000000000 +0800 ++++ setup.py 2014-10-01 21:25:20.000000000 +0800 +@@ -25,6 +25,7 @@ + from distutils.dep_util import newer + from distutils.util import convert_path + from distutils.ccompiler import new_compiler ++from distutils.version import LooseVersion + + cmdclass = {} + setuptools_kwargs = {} +@@ -122,21 +123,21 @@ + + # Check if Cython is installed or not (requisite) + try: ++ from Cython import __version__ as cython_version + from Cython.Distutils import build_ext +- from Cython.Compiler.Main import Version + cmdclass['build_ext'] = build_ext + except ImportError: + exit_with_error( + "You need %(pkgname)s %(pkgver)s or greater to compile PyTables!" + % {'pkgname': 'Cython', 'pkgver': min_cython_version}) + +-if Version.version < min_cython_version: ++if LooseVersion(cython_version) < min_cython_version: + exit_with_error( +- "At least Cython %s is needed so as to generate extensions!" +- % (min_cython_version)) ++ "You need %(pkgname)s %(pkgver)s or greater to run PyTables!" ++ % {'pkgname': 'Cython', 'pkgver': min_cython_version}) + else: + print("* Found %(pkgname)s %(pkgver)s package installed." +- % {'pkgname': 'Cython', 'pkgver': Version.version}) ++ % {'pkgname': 'Cython', 'pkgver': cython_version}) + + VERSION = open('VERSION').read().strip() + +@@ -145,8 +146,8 @@ debug = '--debug' in sys.argv # Global variables -lib_dirs = [] --inc_dirs = ['blosc'] +-inc_dirs = ['c-blosc/hdf5'] +lib_dirs = ['%%LOCALBASE%%/lib'] -+inc_dirs = ['blosc','%%LOCALBASE%%/include'] ++inc_dirs = ['c-blosc/hdf5','%%LOCALBASE%%/include'] optional_libs = [] data_files = [] # list of data files to add to packages (mainly for DLL's) -@@ -160,13 +160,13 @@ - add_from_path("CPATH", default_header_dirs) - add_from_path("C_INCLUDE_PATH", default_header_dirs) - add_from_flags("CPPFLAGS", "-I", default_header_dirs) -- default_header_dirs.extend(['/usr/include', '/usr/local/include']) -+ default_header_dirs.extend(['/usr/include', '/usr/local/include','%%LOCALBASE%%/include']) - - default_library_dirs = [] - add_from_flags("LDFLAGS", "-L", default_library_dirs) - default_library_dirs.extend( - os.path.join(_tree, _arch) -- for _tree in ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/') -+ for _tree in ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/','%%LOCALBASE%%') - for _arch in ('lib64', 'lib')) - default_runtime_dirs = default_library_dirs +@@ -168,7 +169,7 @@ + dirs.append(flag[len(flag_key):]) + if os.name == 'posix': +- prefixes = ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/') ++ prefixes = ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/','%%LOCALBASE%%') + + default_header_dirs = [] + add_from_path("CPATH", default_header_dirs) From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 14:47:46 2014 Return-Path: Delivered-To: svn-ports-all@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 E52FB534; Wed, 1 Oct 2014 14:47:46 +0000 (UTC) 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 B7AF6F8; Wed, 1 Oct 2014 14:47:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Elke3027381; Wed, 1 Oct 2014 14:47:46 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91ElkFk027380; Wed, 1 Oct 2014 14:47:46 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201410011447.s91ElkFk027380@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Wed, 1 Oct 2014 14:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369729 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 14:47:47 -0000 Author: wblock (doc committer) Date: Wed Oct 1 14:47:45 2014 New Revision: 369729 URL: https://svnweb.freebsd.org/changeset/ports/369729 QAT: https://qat.redports.org/buildarchive/r369729/ Log: Be more specific about the linux_base-c6 conversion. Reviewed by: xmj Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Oct 1 14:41:52 2014 (r369728) +++ head/UPDATING Wed Oct 1 14:47:45 2014 (r369729) @@ -135,30 +135,34 @@ you update your ports collection, before AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6 AUTHOR: xmj@FreeBSD.org - The complete drop-in replacement linux-c6 port infrastructure is in ports - and will shortly replace the current linux-f10- ports as default. + The complete drop-in replacement linux-c6 port infrastructure is in + ports and will shortly replace the current linux-f10- ports as default. - To switch to the linux-c6 infrastructure you should: + To switch to the linux-c6 infrastructure: - 0. Backup all your vital information! - 1. Remove the current linux base port and all linux-f10- ports. - 2. Add the following lines to /etc/make.conf: + 0. Back up all your vital information! + 1. Remove the current linux base port and all linux-f10- ports: + # pkg delete -f linux_base-f10 linux-f10-\* + 2. Add these lines to /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 - 3. Make sure no linux application is running. - 4. Set appropriate sysctl (compat.linux.osrelease=2.6.18). + 3. Make sure no Linux application is running. + 4. Update the Linux kernel version in /etc/sysctl.conf: + compat.linux.osrelease=2.6.18 + Make it take effect immediately: + # sysctl compat.linux.osrelease=2.6.18 5. Install emulators/linux-c6. - That should be enough in most circumstances. If you experience difficulties, - please be sure to expand step 1 to: + These steps are usually sufficient. If there are difficulties, expand + step 1 to: - 1a. Remove all ports which depend on linux base port. - 1b. Remove linux base port. - 1c. Clean /compat/linux/ directory. - - Should you encounter any other difficulties not fixed by these extended - steps, please submit an issue report in Bugzilla and send an email to FreeBSD's - emulation@ mailing list. + 1a. Remove all ports which depend on the linux base port. + 1b. Remove the linux base port. + 1c. Clean the /compat/linux/ directory. + + If there are any other difficulties not fixed by these extended steps, + please submit an issue report in Bugzilla and send an email to + FreeBSD's emulation@ mailing list. 20140909: AFFECTS: users seeing build errors about missing *.la files From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 15:07:34 2014 Return-Path: Delivered-To: svn-ports-all@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 3A2AEE89; Wed, 1 Oct 2014 15:07:34 +0000 (UTC) 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 1BA90355; Wed, 1 Oct 2014 15:07:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91F7X4Z037129; Wed, 1 Oct 2014 15:07:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91F7W5D037119; Wed, 1 Oct 2014 15:07:32 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011507.s91F7W5D037119@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 15:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369730 - in head: lang/spidermonkey185 mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 15:07:34 -0000 Author: tijl Date: Wed Oct 1 15:07:31 2014 New Revision: 369730 URL: https://svnweb.freebsd.org/changeset/ports/369730 QAT: https://qat.redports.org/buildarchive/r369730/ Log: Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency. These are the last ports that use this ancient version of autoconf. Modified: head/lang/spidermonkey185/Makefile head/mail/thunderbird/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/libxul/Makefile head/www/seamonkey/Makefile Modified: head/lang/spidermonkey185/Makefile ============================================================================== --- head/lang/spidermonkey185/Makefile Wed Oct 1 14:47:45 2014 (r369729) +++ head/lang/spidermonkey185/Makefile Wed Oct 1 15:07:31 2014 (r369730) @@ -12,13 +12,13 @@ DISTNAME= js185-1.0.0 MAINTAINER= koobs@FreeBSD.org COMMENT= Standalone JavaScript (1.8.5) interpreter from Mozilla -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr CONFLICTS= njs-[0-9]* USES= gmake pathfix perl5 pkgconfig -USE_AUTOTOOLS= autoconf213:env GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build @@ -108,7 +108,7 @@ PLIST_SUB+= SPARC="@comment " .endif pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) regression-test: build @${ECHO_MSG} -n "===> Running jstests.py: " Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Wed Oct 1 14:47:45 2014 (r369729) +++ head/mail/thunderbird/Makefile Wed Oct 1 15:07:31 2014 (r369730) @@ -25,6 +25,7 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/ sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip @@ -34,7 +35,6 @@ EM_VERSION= 1.7.2 L_VERSION= 3.3.1.2 SSP_UNSAFE= yes -USE_AUTOTOOLS= autoconf213:env OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko USE_MOZILLA= # empty @@ -156,9 +156,9 @@ post-patch: .endif pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${MOZSRC} && ${AUTOCONF}) - (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) .if ${PORT_OPTIONS:MENIGMAIL} post-configure: Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Wed Oct 1 14:47:45 2014 (r369729) +++ head/www/firefox-esr/Makefile Wed Oct 1 15:07:31 2014 (r369730) @@ -25,12 +25,12 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/ sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -USE_AUTOTOOLS= autoconf213:env OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr @@ -97,8 +97,8 @@ post-patch: ${WRKSRC}/browser/app/nsBrowserApp.cpp pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${WRKSRC}/js/src/ && ${AUTOCONF}) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Wed Oct 1 14:47:45 2014 (r369729) +++ head/www/firefox/Makefile Wed Oct 1 15:07:31 2014 (r369730) @@ -25,12 +25,12 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/ sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -USE_AUTOTOOLS= autoconf213:env OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CONFLICTS= firefox-esr-31.* firefox-esr-24.* firefox-esr-17.* @@ -96,8 +96,8 @@ post-patch: ${WRKSRC}/browser/app/nsBrowserApp.cpp pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${WRKSRC}/js/src/ && ${AUTOCONF}) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Wed Oct 1 14:47:45 2014 (r369729) +++ head/www/libxul/Makefile Wed Oct 1 15:07:31 2014 (r369730) @@ -23,6 +23,7 @@ BUILD_DEPENDS= nspr>=4.10.2:${PORTSDIR}/ libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -30,7 +31,6 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/mult WRKSRC= ${WRKDIR}/mozilla-esr24 CONFLICTS= libxul-1.9.* -USE_AUTOTOOLS= autoconf213:env WANT_GNOME= yes USE_QT4= # empty QT_NONSTANDARD= yes @@ -74,8 +74,8 @@ post-patch: ${WRKSRC}/xulrunner/stub/nsXULStub.cpp pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${WRKSRC}/js/src/ && ${AUTOCONF}) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) post-build: @${REINPLACE_CMD} -e "s|\(Libs:.*\)\($$\)|\1 -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}\2| ; \ Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Wed Oct 1 14:47:45 2014 (r369729) +++ head/www/seamonkey/Makefile Wed Oct 1 15:07:31 2014 (r369730) @@ -25,6 +25,7 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/ sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip @@ -34,7 +35,6 @@ EM_VERSION= 1.7.2 L_VERSION= 3.4 SSP_UNSAFE= yes -USE_AUTOTOOLS= autoconf213:env OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko WANT_GNOME= yes @@ -179,9 +179,9 @@ post-patch: .endif pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${MOZSRC} && ${AUTOCONF}) - (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) .if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL} post-configure: From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 15:15:01 2014 Return-Path: Delivered-To: svn-ports-all@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 227B525B; Wed, 1 Oct 2014 15:15:01 +0000 (UTC) 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 0FC30634; Wed, 1 Oct 2014 15:15:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91FF0Kv041724; Wed, 1 Oct 2014 15:15:00 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91FF0b3041723; Wed, 1 Oct 2014 15:15:00 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201410011515.s91FF0b3041723@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 1 Oct 2014 15:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369731 - head/sysutils/xe-guest-utilities X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 15:15:01 -0000 Author: feld Date: Wed Oct 1 15:15:00 2014 New Revision: 369731 URL: https://svnweb.freebsd.org/changeset/ports/369731 QAT: https://qat.redports.org/buildarchive/r369731/ Log: Who can forget the famous "i385" architecture? Submitted by: xmj Modified: head/sysutils/xe-guest-utilities/Makefile Modified: head/sysutils/xe-guest-utilities/Makefile ============================================================================== --- head/sysutils/xe-guest-utilities/Makefile Wed Oct 1 15:07:31 2014 (r369730) +++ head/sysutils/xe-guest-utilities/Makefile Wed Oct 1 15:15:00 2014 (r369731) @@ -23,7 +23,7 @@ USE_PYTHON= yes USE_RC_SUBR= xenguest ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= "Requires i385 XEN or amd64 XENHVM kernels" +ONLY_FOR_ARCHS_REASON= "Requires i386 XEN or amd64 XENHVM kernels" PLIST_FILES= sbin/xe-daemon \ sbin/xe-update-guest-attrs From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 15:45:30 2014 Return-Path: Delivered-To: svn-ports-all@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 765D74F8; Wed, 1 Oct 2014 15:45:30 +0000 (UTC) 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 4FC97A7B; Wed, 1 Oct 2014 15:45:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91FjUOr056148; Wed, 1 Oct 2014 15:45:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91FjSfA056138; Wed, 1 Oct 2014 15:45:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410011545.s91FjSfA056138@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Oct 2014 15:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369732 - in head: Mk lang/ruby20 lang/ruby20/files lang/ruby21 lang/ruby21/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 15:45:30 -0000 Author: swills Date: Wed Oct 1 15:45:27 2014 New Revision: 369732 URL: https://svnweb.freebsd.org/changeset/ports/369732 QAT: https://qat.redports.org/buildarchive/r369732/ Log: lang/ruby2*: fix dtrace support DTrace support in ruby needs the -xnolibs flag added to the dtrace command called during build to ensure that dtrace support is enabled even if the dtrace kernel modules are not loaded at build time. However, with this dtrace will be enabled on some OS versions where it will not work, so add logic to disable it where appropriate. Added: head/lang/ruby20/files/patch-Makefile.in (contents, props changed) head/lang/ruby21/files/patch-Makefile.in (contents, props changed) Modified: head/Mk/bsd.ruby.mk head/lang/ruby20/Makefile head/lang/ruby20/files/patch-configure.in head/lang/ruby21/Makefile head/lang/ruby21/files/patch-configure.in Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Wed Oct 1 15:15:00 2014 (r369731) +++ head/Mk/bsd.ruby.mk Wed Oct 1 15:45:27 2014 (r369732) @@ -193,7 +193,7 @@ RUBY21= "@comment " # Ruby 2.0 # RUBY_RELVERSION= 2.0.0 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 576 @@ -209,7 +209,7 @@ RUBY21= "@comment " # Ruby 2.1 # RUBY_RELVERSION= 2.1.3 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 Modified: head/lang/ruby20/Makefile ============================================================================== --- head/lang/ruby20/Makefile Wed Oct 1 15:15:00 2014 (r369731) +++ head/lang/ruby20/Makefile Wed Oct 1 15:45:27 2014 (r369732) @@ -85,9 +85,13 @@ CPPFLAGS+= -I${LOCALBASE}/include # Keep this, else ruby will fail to load libraries dependent op libpthread. LIBS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.if ${ARCH} == "powerpc" +.if ${OPSYS} == "FreeBSD" +.if (${ARCH} == "i386" && ${OSVERSION} > 1010000) || (${ARCH} == "amd64" && ${OSVERSION} > 903000) +CONFIGURE_ARGS+= --enable-dtrace +.else CONFIGURE_ARGS+= --disable-dtrace .endif +.endif CONFIGURE_ENV= debugflags= Added: head/lang/ruby20/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby20/files/patch-Makefile.in Wed Oct 1 15:45:27 2014 (r369732) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2014-09-26 18:04:17.720164117 +0000 ++++ Makefile.in 2014-09-26 18:04:53.535161754 +0000 +@@ -342,7 +342,7 @@ + + .d.h: + @$(ECHO) translating probes $< +- $(Q) $(DTRACE) -o $@.tmp -h -C $(INCFLAGS) -s $< ++ $(Q) $(DTRACE) -xnolibs -o $@.tmp -h -C $(INCFLAGS) -s $< + $(Q) sed -e 's/RUBY_/RUBY_DTRACE_/g' -e 's/PROBES_H_TMP/PROBES_H/g' -e 's/(char \*/(const char */g' -e 's/, char \*/, const char */g' $@.tmp > $@ + $(Q) $(RM) $@.tmp + +@@ -362,7 +362,7 @@ + fi; \ + touch "$$stamp" + $(RM) $@ +- $(Q) $(DTRACE) -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_DEPENDENT_OBJS) ++ $(Q) $(DTRACE) -xnolibs -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_DEPENDENT_OBJS) + + # DTrace static library hacks described here: + # http://mail.opensolaris.org/pipermail/dtrace-discuss/2005-August/000207.html Modified: head/lang/ruby20/files/patch-configure.in ============================================================================== --- head/lang/ruby20/files/patch-configure.in Wed Oct 1 15:15:00 2014 (r369731) +++ head/lang/ruby20/files/patch-configure.in Wed Oct 1 15:45:27 2014 (r369732) @@ -1,6 +1,31 @@ ---- configure.in.orig 2014-01-30 15:58:25.000000000 +0000 -+++ configure.in 2014-07-26 19:30:21.165009183 +0000 -@@ -1401,11 +1401,11 @@ +--- configure.in.orig 2014-09-26 17:17:06.072358809 +0000 ++++ configure.in 2014-09-26 17:17:32.251357664 +0000 +@@ -515,7 +515,7 @@ + [AC_CACHE_CHECK(whether dtrace USDT is available, rb_cv_dtrace_available, + [ + echo "provider conftest{ probe fire(); };" > conftest_provider.d +- if $DTRACE -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null; then ++ if $DTRACE -xnolibs -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null; then + # DTrace is available on the system + rb_cv_dtrace_available=yes + else +@@ -532,13 +532,13 @@ + [ + if { + echo "provider conftest{ probe fire(); };" > conftest_provider.d && +- dtrace -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null && ++ dtrace -xnolibs -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null && + cat >conftest.c <<_CONF && + @%:@include "conftest_provider.h" + int main(void){ CONFTEST_FIRE(); return 0; } + _CONF + $CC $CFLAGS -c -o conftest.o conftest.c && +- $DTRACE -G -s conftest_provider.d conftest.o 2>/dev/null ++ $DTRACE -xnolibs -G -s conftest_provider.d conftest.o 2>/dev/null + }; then + rb_cv_prog_dtrace_g=yes + else +@@ -1428,11 +1428,11 @@ AC_CHECK_DECLS([sys_nerr], [], [], [$ac_includes_default @%:@include ]) @@ -17,7 +42,7 @@ AS_CASE(["$target_cpu"], [alpha*|sh4|sh4el|sh4eb], [AS_CASE(["$target_os"::"$GCC"], -@@ -2096,7 +2096,7 @@ +@@ -2123,7 +2123,7 @@ fi if test x"$enable_pthread" = xyes; then @@ -26,7 +51,7 @@ AC_CHECK_LIB($pthread_lib, pthread_kill, rb_with_pthread=yes, rb_with_pthread=no) if test "$rb_with_pthread" = "yes"; then break; fi -@@ -2110,6 +2110,7 @@ +@@ -2137,6 +2137,7 @@ [c], [], [root], [], [c_r], [MAINLIBS="-pthread $MAINLIBS"], @@ -34,7 +59,7 @@ [AS_CASE(["$target_os"], [openbsd*], [LIBS="-pthread $LIBS"], [LIBS="-l$pthread_lib $LIBS"])]) -@@ -2341,7 +2342,6 @@ +@@ -2368,7 +2369,6 @@ : ${LDSHARED='$(CC) -shared'} if test "$rb_cv_binary_elf" = yes; then LDFLAGS="$LDFLAGS -rdynamic" @@ -42,7 +67,7 @@ else test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' fi -@@ -2728,6 +2728,7 @@ +@@ -2755,6 +2755,7 @@ [freebsd*|dragonfly*], [ SOLIBS='$(LIBS)' LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)' Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Wed Oct 1 15:15:00 2014 (r369731) +++ head/lang/ruby21/Makefile Wed Oct 1 15:45:27 2014 (r369732) @@ -84,9 +84,13 @@ CPPFLAGS+= -I${LOCALBASE}/include # Keep this, else ruby will fail to load libraries dependent op libpthread. LIBS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.if ${ARCH} == "powerpc" +.if ${OPSYS} == "FreeBSD" +.if (${ARCH} == "i386" && ${OSVERSION} > 1010000) || (${ARCH} == "amd64" && ${OSVERSION} > 903000) +CONFIGURE_ARGS+= --enable-dtrace +.else CONFIGURE_ARGS+= --disable-dtrace .endif +.endif CONFIGURE_ENV= debugflags= Added: head/lang/ruby21/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby21/files/patch-Makefile.in Wed Oct 1 15:45:27 2014 (r369732) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2014-10-01 13:48:32.240448887 +0000 ++++ Makefile.in 2014-10-01 13:49:42.263443819 +0000 +@@ -347,7 +347,7 @@ + + .d.h: + @$(ECHO) translating probes $< +- $(Q) $(DTRACE) -o $@.tmp -h -C $(INCFLAGS) -s $< ++ $(Q) $(DTRACE) -xnolibs -o $@.tmp -h -C $(INCFLAGS) -s $< + $(Q) sed -e 's/RUBY_/RUBY_DTRACE_/g' -e 's/PROBES_H_TMP/PROBES_H/g' -e 's/(char \*/(const char */g' -e 's/, char \*/, const char */g' $@.tmp > $@ + $(Q) $(RM) $@.tmp + +@@ -367,7 +367,7 @@ + fi; \ + touch "$$stamp" + $(RM) $@ +- $(Q) $(DTRACE) -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_DEPENDENT_OBJS) ++ $(Q) $(DTRACE) -xnolibs -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_DEPENDENT_OBJS) + + # DTrace static library hacks described here: + # http://mail.opensolaris.org/pipermail/dtrace-discuss/2005-August/000207.html Modified: head/lang/ruby21/files/patch-configure.in ============================================================================== --- head/lang/ruby21/files/patch-configure.in Wed Oct 1 15:15:00 2014 (r369731) +++ head/lang/ruby21/files/patch-configure.in Wed Oct 1 15:45:27 2014 (r369732) @@ -1,6 +1,31 @@ ---- configure.in.orig 2014-03-20 05:40:57.873422152 +0000 -+++ configure.in 2014-03-20 05:40:57.873422152 +0000 -@@ -1084,10 +1084,10 @@ +--- configure.in.orig 2014-10-01 13:46:05.488459511 +0000 ++++ configure.in 2014-10-01 13:45:56.345459984 +0000 +@@ -570,7 +570,7 @@ + [AC_CACHE_CHECK(whether dtrace USDT is available, rb_cv_dtrace_available, + [ + echo "provider conftest{ probe fire(); };" > conftest_provider.d +- if $DTRACE -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null; then ++ if $DTRACE -xnolibs -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null; then + # DTrace is available on the system + rb_cv_dtrace_available=yes + else +@@ -591,13 +591,13 @@ + probe fire(); + }; + _PROBES +- $DTRACE -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null && ++ $DTRACE -xnolibs -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null && + cat >conftest.c <<_CONF && + @%:@include "conftest_provider.h" + int main(void){ CONFTEST_FIRE(); return 0; } + _CONF + $CC $CFLAGS $CPPFLAGS -c -o conftest.o conftest.c && +- $DTRACE -G -s conftest_provider.d conftest.o 2>/dev/null ++ $DTRACE -xnolibs -G -s conftest_provider.d conftest.o 2>/dev/null + }; then + rb_cv_prog_dtrace_g=yes + else +@@ -1087,10 +1087,10 @@ ], [ LIBS="-lm $LIBS"]) @@ -15,7 +40,7 @@ dnl Checks for header files. AC_HEADER_DIRENT -@@ -1982,7 +1982,7 @@ +@@ -1998,7 +1998,7 @@ if test x"$ac_cv_func_clock_gettime" != xyes; then # glibc 2.17 moves clock_* functions from librt to the main C library. # http://sourceware.org/ml/libc-announce/2012/msg00001.html @@ -24,7 +49,7 @@ if test x"$ac_cv_lib_rt_clock_gettime" = xyes; then AC_DEFINE(HAVE_CLOCK_GETTIME, 1) fi -@@ -2423,7 +2423,7 @@ +@@ -2460,7 +2460,7 @@ fi if test x"$enable_pthread" = xyes; then @@ -33,7 +58,7 @@ AC_CHECK_LIB($pthread_lib, pthread_kill, rb_with_pthread=yes, rb_with_pthread=no) if test "$rb_with_pthread" = "yes"; then break; fi -@@ -2437,6 +2437,7 @@ +@@ -2474,6 +2474,7 @@ [c], [], [root], [], [c_r], [MAINLIBS="-pthread $MAINLIBS"], @@ -41,7 +66,7 @@ [AS_CASE(["$target_os"], [openbsd*|mirbsd*], [LIBS="-pthread $LIBS"], [LIBS="-l$pthread_lib $LIBS"])]) -@@ -2668,7 +2669,6 @@ +@@ -2735,7 +2736,6 @@ : ${LDSHARED='$(CC) -shared'} if test "$rb_cv_binary_elf" = yes; then LDFLAGS="$LDFLAGS -rdynamic" @@ -49,7 +74,7 @@ else test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' fi -@@ -3136,6 +3136,7 @@ +@@ -3203,6 +3203,7 @@ [freebsd*|dragonfly*], [ SOLIBS='$(LIBS)' LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)' From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 15:50:34 2014 Return-Path: Delivered-To: svn-ports-all@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 E9AEF76F; Wed, 1 Oct 2014 15:50:34 +0000 (UTC) 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 D5D55ACC; Wed, 1 Oct 2014 15:50:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91FoYEe057427; Wed, 1 Oct 2014 15:50:34 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91FoXm5057158; Wed, 1 Oct 2014 15:50:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410011550.s91FoXm5057158@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 1 Oct 2014 15:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369733 - in head/databases: . p5-Dancer2-Plugin-DBIC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 15:50:35 -0000 Author: wen Date: Wed Oct 1 15:50:33 2014 New Revision: 369733 URL: https://svnweb.freebsd.org/changeset/ports/369733 QAT: https://qat.redports.org/buildarchive/r369733/ Log: This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword `schema` which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For performance, schema objects are cached in memory and are lazy loaded the first time they are accessed. WWW: https://github.com/ironcamel/Dancer2-Plugin-DBIC PR: 193712 Submitted by: Henk van Oers Added: head/databases/p5-Dancer2-Plugin-DBIC/ head/databases/p5-Dancer2-Plugin-DBIC/Makefile (contents, props changed) head/databases/p5-Dancer2-Plugin-DBIC/distinfo (contents, props changed) head/databases/p5-Dancer2-Plugin-DBIC/pkg-descr (contents, props changed) head/databases/p5-Dancer2-Plugin-DBIC/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Oct 1 15:45:27 2014 (r369732) +++ head/databases/Makefile Wed Oct 1 15:50:33 2014 (r369733) @@ -394,6 +394,7 @@ SUBDIR += p5-Dancer-Plugin-Database-Core SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached + SUBDIR += p5-Dancer2-Plugin-DBIC SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI Added: head/databases/p5-Dancer2-Plugin-DBIC/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-DBIC/Makefile Wed Oct 1 15:50:33 2014 (r369733) @@ -0,0 +1,24 @@ +# Created by: +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-DBIC +PORTVERSION= 0.0006 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= DBIx::Class interface for Dancer2 applications + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\ + p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\ + p5-Dancer2>=0.150000:${PORTSDIR}/www/p5-Dancer2 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/databases/p5-Dancer2-Plugin-DBIC/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-DBIC/distinfo Wed Oct 1 15:50:33 2014 (r369733) @@ -0,0 +1,2 @@ +SHA256 (Dancer2-Plugin-DBIC-0.0006.tar.gz) = a2b7510f55b1356f77023b09b60b46ecf8a7f070e762be3869e09619a2bd3e45 +SIZE (Dancer2-Plugin-DBIC-0.0006.tar.gz) = 16124 Added: head/databases/p5-Dancer2-Plugin-DBIC/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-DBIC/pkg-descr Wed Oct 1 15:50:33 2014 (r369733) @@ -0,0 +1,7 @@ +This plugin makes it very easy to create Dancer2 applications that +interface with databases. It automatically exports the keyword `schema` +which returns a DBIx::Class::Schema object. You just need to configure +your database connection information. For performance, schema objects +are cached in memory and are lazy loaded the first time they are accessed. + +WWW: https://github.com/ironcamel/Dancer2-Plugin-DBIC Added: head/databases/p5-Dancer2-Plugin-DBIC/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-DBIC/pkg-plist Wed Oct 1 15:50:33 2014 (r369733) @@ -0,0 +1,5 @@ +%%PERL5_MAN3%%/Dancer2::Plugin::DBIC.3.gz +%%SITE_PERL%%/Dancer2/Plugin/DBIC.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2/Plugin/DBIC/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2/Plugin/DBIC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2/Plugin From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 15:56:56 2014 Return-Path: Delivered-To: svn-ports-all@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 F34649F4; Wed, 1 Oct 2014 15:56:55 +0000 (UTC) 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 D481CC24; Wed, 1 Oct 2014 15:56:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91FutLe061219; Wed, 1 Oct 2014 15:56:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91FutOk061217; Wed, 1 Oct 2014 15:56:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011556.s91FutOk061217@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 15:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369734 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 15:56:56 -0000 Author: tijl Date: Wed Oct 1 15:56:54 2014 New Revision: 369734 URL: https://svnweb.freebsd.org/changeset/ports/369734 QAT: https://qat.redports.org/buildarchive/r369734/ Log: Remove support for old autoconf and automake versions from USE_AUTOTOOLS: autoconf213, autoheader213, aclocal14 and automake14 Approved by: portmgr (bapt) Modified: head/CHANGES head/Mk/bsd.autotools.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Oct 1 15:50:33 2014 (r369733) +++ head/CHANGES Wed Oct 1 15:56:54 2014 (r369734) @@ -10,6 +10,12 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20141001: +AUTHOR: tijl@FreeBSD.org + + Support for autoconf213, autoheader213, aclocal14 and automake14 has been + removed from USE_AUTOTOOLS. + 20140930: AUTHOR: bdrewery@FreeBSD.org Modified: head/Mk/bsd.autotools.mk ============================================================================== --- head/Mk/bsd.autotools.mk Wed Oct 1 15:50:33 2014 (r369733) +++ head/Mk/bsd.autotools.mk Wed Oct 1 15:56:54 2014 (r369734) @@ -14,9 +14,7 @@ Autotools_Include_MAINTAINER= autotools@ # # 'tool' can currently be one of the following: # autoconf, autoheader -# autoconf213, autoheader213 (legacy version) # automake, aclocal -# automake14, aclocal14 (legacy version) # libtoolize # # ':env' is used to specify that the environmental variables are needed @@ -52,20 +50,10 @@ Autotools_Include_MAINTAINER= autotools@ #--------------------------------------------------------------------------- # Known autotools components -_AUTOTOOLS_ALL= autoconf autoheader autoconf213 autoheader213 \ - automake aclocal automake14 aclocal14 \ +_AUTOTOOLS_ALL= autoconf autoheader \ + automake aclocal \ libtoolize -# Incompatible autotools mixing -_AUTOTOOLS_IGN_autoconf= autoconf213 autoheader213 -_AUTOTOOLS_IGN_autoheader= autoconf213 autoheader213 -_AUTOTOOLS_IGN_autoconf213= autoconf autoheader -_AUTOTOOLS_IGN_autoheader213= autoconf autoheader -_AUTOTOOLS_IGN_automake= automake14 aclocal14 -_AUTOTOOLS_IGN_aclocal= automake14 aclocal14 -_AUTOTOOLS_IGN_automake14= automake aclocal -_AUTOTOOLS_IGN_aclocal14= automake aclocal - #--------------------------------------------------------------------------- # Primary magic to break out the USE_AUTOTOOLS stanza into something # more useful, along with substantial error checking to prevent @@ -109,20 +97,6 @@ _AUTOTOOLS_BADCOMP+= ${component}:${_AUT IGNORE+= Bad autotool stanza: ${_AUTOTOOLS_BADCOMP:O:u} .endif -# Check for incompatible mixes of components -# -_AUTOTOOLS_IGN= -.for component in ${_AUTOTOOLS_IMPL} -. for ignore in ${_AUTOTOOLS_IGN_${component}} -. if defined(_AUTOTOOL_${ignore}) -_AUTOTOOLS_IGN+= ${component} -. endif -. endfor -.endfor -.if !empty(_AUTOTOOLS_IGN) -IGNORE+= Incompatible autotools: ${_AUTOTOOLS_IGN:O:u} -.endif - #--------------------------------------------------------------------------- # automake and aclocal #--------------------------------------------------------------------------- @@ -144,24 +118,6 @@ GNU_CONFIGURE?= yes . endif .endif -.if defined(_AUTOTOOL_aclocal14) && ${_AUTOTOOL_aclocal14} == "yes" -_AUTOTOOL_automake14?= env -_AUTOTOOL_rule_aclocal14= yes -GNU_CONFIGURE?= yes -.endif - -.if defined(_AUTOTOOL_automake14) -AUTOMAKE_VERSION= 1.4 -AUTOMAKE_APIVER= 1.4.6 -AUTOMAKE_PORT= devel/automake14 -AUTOMAKE_ARGS+= -i # backwards compatibility shim - -. if ${_AUTOTOOL_automake14} == "yes" -_AUTOTOOL_rule_automake= yes -GNU_CONFIGURE?= yes -. endif -.endif - .if defined(AUTOMAKE_VERSION) AUTOMAKE= ${LOCALBASE}/bin/automake-${AUTOMAKE_VERSION} AUTOMAKE_DIR= ${LOCALBASE}/share/automake-${AUTOMAKE_VERSION} @@ -171,9 +127,6 @@ ACLOCAL_DIR= ${LOCALBASE}/share/aclocal . if defined(_AUTOTOOL_aclocal) ACLOCAL_ARGS?= --automake-acdir=${ACLOCAL_DIR} . endif -. if defined(_AUTOTOOL_aclocal14) -ACLOCAL_ARGS?= --acdir=${ACLOCAL_DIR} -. endif AUTOMAKE_VARS= AUTOMAKE=${AUTOMAKE} \ AUTOMAKE_DIR=${AUTOMAKE_DIR} \ @@ -206,23 +159,6 @@ GNU_CONFIGURE?= yes . endif .endif -.if defined(_AUTOTOOL_autoheader213) && ${_AUTOTOOL_autoheader213} == "yes" -_AUTOTOOL_autoconf213= yes -_AUTOTOOL_rule_autoheader= yes -GNU_CONFIGURE?= yes -.endif - -.if defined(_AUTOTOOL_autoconf213) -AUTOCONF_VERSION= 2.13 -AUTOCONF_PORT= devel/autoconf213 -AUTOM4TE= ${FALSE} # doesn't exist here - -. if ${_AUTOTOOL_autoconf213} == "yes" -_AUTOTOOL_rule_autoconf= yes -GNU_CONFIGURE?= yes -. endif -.endif - .if defined(AUTOCONF_VERSION) AUTOCONF= ${LOCALBASE}/bin/autoconf-${AUTOCONF_VERSION} AUTOCONF_DIR= ${LOCALBASE}/share/autoconf-${AUTOCONF_VERSION} From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 16:42:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id D94D1C3B; Wed, 1 Oct 2014 16:42:36 +0000 (UTC) Message-ID: <542C2EFC.6090302@FreeBSD.org> Date: Wed, 01 Oct 2014 12:42:36 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Bryan Drewery , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r369684 - in head/shells/bash: . files References: <201410010335.s913ZD6R006655@svn.freebsd.org> In-Reply-To: <201410010335.s913ZD6R006655@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 16:42:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2014-09-30 23:35:13 -0400, Bryan Drewery wrote: > Author: bdrewery Date: Wed Oct 1 03:35:12 2014 New Revision: > 369684 URL: http://svnweb.freebsd.org/changeset/ports/369684 QAT: > https://qat.redports.org/buildarchive/r369684/ > > Log: Add RedHat's patch for CVE-2014-7186, commonly known as > "redir_stack" overflow, which has not been shown to be as critical > as "shellshock" currently. > > Security: CVE-2014-7186 Thanks! BTW, this patch also fixes CVE-2014-7187. http://www.openwall.com/lists/oss-security/2014/09/26/2 FYI, 4.3 Patchlevel 27 fixed two more CVEs, i.e., CVE-2014-6277 and CVE-2014-6278. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6277 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6278 Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJULC78AAoJEHyflib82/FGLU4H/1Rb5XpN9qjYr0np6lP+EIto +k+NWSW8m2y0C6qL73sS0ceJUZRN91KUwNMk9/UN6J/i4DQI8a84wZCYrTRu87V7 /KUVm95qL90ZQHPlmHD7H/CTWF/UqAkfoDHBueFyp6imRH0soW5KulJ4m78SiNH1 iijnd5EQCURCuNGoPRcn+pcXXBBxhiQ/Cl81AN1Pcde0jGVw+M+H5xnLqxgJr+8/ IW4J5qMfSXTITKZc9ri8CU94lQurPFQ8dn2eVsPZN2e3SC237vSEXKYCnaxG6Ffh ZWFuV83J3G7c2dBTdzSRq6hVKro48WKvzBecqmp4Og7AxBYuV4ysdoUz95oAyeY= =HibU -----END PGP SIGNATURE----- From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 16:51:05 2014 Return-Path: Delivered-To: svn-ports-all@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 D19D922E; Wed, 1 Oct 2014 16:51:05 +0000 (UTC) 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 BDF47308; Wed, 1 Oct 2014 16:51:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Gp5XG086819; Wed, 1 Oct 2014 16:51:05 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Gp5Hw086454; Wed, 1 Oct 2014 16:51:05 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410011651.s91Gp5Hw086454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 16:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369735 - head/net/py-s3cmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 16:51:05 -0000 Author: bdrewery Date: Wed Oct 1 16:51:04 2014 New Revision: 369735 URL: https://svnweb.freebsd.org/changeset/ports/369735 QAT: https://qat.redports.org/buildarchive/r369735/ Log: - Add missing run dependency on devel/py-dateutil - Fix WWW Modified: head/net/py-s3cmd/Makefile head/net/py-s3cmd/pkg-descr Modified: head/net/py-s3cmd/Makefile ============================================================================== --- head/net/py-s3cmd/Makefile Wed Oct 1 15:56:54 2014 (r369734) +++ head/net/py-s3cmd/Makefile Wed Oct 1 16:51:04 2014 (r369735) @@ -3,6 +3,7 @@ PORTNAME= s3cmd DISTVERSION= 1.5.0-rc1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,8 @@ USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil + OPTIONS_DEFINE= DOCS .include Modified: head/net/py-s3cmd/pkg-descr ============================================================================== --- head/net/py-s3cmd/pkg-descr Wed Oct 1 15:56:54 2014 (r369734) +++ head/net/py-s3cmd/pkg-descr Wed Oct 1 16:51:04 2014 (r369735) @@ -1,3 +1,3 @@ s3cmd - unix-like tools to manipulate stored files from the command line. -WWW: http://s3tools.logix.cz/s3cmd +WWW: http://s3tools.org/s3cmd From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 16:58:54 2014 Return-Path: Delivered-To: svn-ports-all@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 8F36E520; Wed, 1 Oct 2014 16:58:54 +0000 (UTC) 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 7AEFE5E9; Wed, 1 Oct 2014 16:58:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Gwsdo090253; Wed, 1 Oct 2014 16:58:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Gwsdt090252; Wed, 1 Oct 2014 16:58:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410011658.s91Gwsdt090252@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 1 Oct 2014 16:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369736 - branches/2014Q4/net/syncthing-cli X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 16:58:54 -0000 Author: antoine Date: Wed Oct 1 16:58:53 2014 New Revision: 369736 URL: https://svnweb.freebsd.org/changeset/ports/369736 QAT: https://qat.redports.org/buildarchive/r369736/ Log: MFH: r369726 net/syncthing-cli: fix fetch The archive of text.go that I had was regenerated due to a mistake on my part, this fixes it. PR: 194059 Reported by: marino Modified: branches/2014Q4/net/syncthing-cli/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/net/syncthing-cli/distinfo ============================================================================== --- branches/2014Q4/net/syncthing-cli/distinfo Wed Oct 1 16:51:04 2014 (r369735) +++ branches/2014Q4/net/syncthing-cli/distinfo Wed Oct 1 16:58:53 2014 (r369736) @@ -6,8 +6,8 @@ SHA256 (syncthing-0.9.4.tar.gz) = e1cfbc SIZE (syncthing-0.9.4.tar.gz) = 1814400 SHA256 (crypto.go-f3cebac2bd11.tar.gz) = 9de8c02f5f4b29db4ec31e772acc5b2b75323d5a20f58bfadfe1d10300256f37 SIZE (crypto.go-f3cebac2bd11.tar.gz) = 326871 -SHA256 (text.go-d65bffbc88a1.tar.gz) = 5b87e4dddc48c363bf190982a0d229ed5c9b57793ae4ec68004dc1c2f2a31309 -SIZE (text.go-d65bffbc88a1.tar.gz) = 3231005 +SHA256 (text.go-d65bffbc88a1.tar.gz) = c78ad1d2bbd296ccddba7c86e4250f66490a3479c068a78a520fd42d68e0aa9d +SIZE (text.go-d65bffbc88a1.tar.gz) = 3234551 SHA256 (bkaradzic-go-lz4-77e2ba8.tar.gz) = 8d6a3f73bb2e21a64292d14af1a8466707c14f71b70d48fde317746cd2ac8d0e SIZE (bkaradzic-go-lz4-77e2ba8.tar.gz) = 232876 SHA256 (calmh-xdr-e1714bb.tar.gz) = 354133594fc70dac499a44ffd6d857f1f730345f8db3d07def4e38daec5ec791 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 17:00:58 2014 Return-Path: Delivered-To: svn-ports-all@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 7D7556A1; Wed, 1 Oct 2014 17:00:58 +0000 (UTC) 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 5E6F7693; Wed, 1 Oct 2014 17:00:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91H0wi1091738; Wed, 1 Oct 2014 17:00:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91H0vlj091735; Wed, 1 Oct 2014 17:00:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410011700.s91H0vlj091735@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 1 Oct 2014 17:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369737 - in branches/2014Q4/devel/py-tables: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 17:00:58 -0000 Author: antoine Date: Wed Oct 1 17:00:56 2014 New Revision: 369737 URL: https://svnweb.freebsd.org/changeset/ports/369737 QAT: https://qat.redports.org/buildarchive/r369737/ Log: MFH: r369728 - Update to 3.1.1 - Fix build with cython-0.21 Modified: branches/2014Q4/devel/py-tables/Makefile branches/2014Q4/devel/py-tables/distinfo branches/2014Q4/devel/py-tables/files/patch-setup.py Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/py-tables/Makefile ============================================================================== --- branches/2014Q4/devel/py-tables/Makefile Wed Oct 1 16:58:53 2014 (r369736) +++ branches/2014Q4/devel/py-tables/Makefile Wed Oct 1 17:00:56 2014 (r369737) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tables -PORTVERSION= 3.0.0 -PORTREVISION= 4 +PORTVERSION= 3.1.1 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME:tl}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,8 +22,8 @@ LIB_DEPENDS= libhdf5.so:${PORTSDIR}/scie libucl.so:${PORTSDIR}/archivers/ucl RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils PLIST_FILES= bin/pt2to3 bin/ptdump bin/ptrepack Modified: branches/2014Q4/devel/py-tables/distinfo ============================================================================== --- branches/2014Q4/devel/py-tables/distinfo Wed Oct 1 16:58:53 2014 (r369736) +++ branches/2014Q4/devel/py-tables/distinfo Wed Oct 1 17:00:56 2014 (r369737) @@ -1,4 +1,4 @@ -SHA256 (tables-3.0.0.tar.gz) = 53532a59c8f03c3c5ef3c73c04f5bfd8384d6a3d508683cb87fc17af4c71dfe1 -SIZE (tables-3.0.0.tar.gz) = 6191726 -SHA256 (pytablesmanual-3.0.0.pdf) = 623cf4d64884c0c34996ac8d4208dd899450a96ddd64d1267c733da0a59a6ed6 -SIZE (pytablesmanual-3.0.0.pdf) = 2515096 +SHA256 (tables-3.1.1.tar.gz) = 39b9036376f1185599771c19276f13b5b9119d98f9108f58595745ded3fe2da3 +SIZE (tables-3.1.1.tar.gz) = 6715786 +SHA256 (pytablesmanual-3.1.1.pdf) = a21ca95e2386c503d4835686b69543e96c15ea85f305e1243a45de25959774fe +SIZE (pytablesmanual-3.1.1.pdf) = 2527370 Modified: branches/2014Q4/devel/py-tables/files/patch-setup.py ============================================================================== --- branches/2014Q4/devel/py-tables/files/patch-setup.py Wed Oct 1 16:58:53 2014 (r369736) +++ branches/2014Q4/devel/py-tables/files/patch-setup.py Wed Oct 1 17:00:56 2014 (r369737) @@ -1,29 +1,57 @@ ---- setup.py.orig 2013-08-20 10:38:37.000000000 +0800 -+++ setup.py 2013-08-20 10:40:44.000000000 +0800 -@@ -133,8 +133,8 @@ +--- setup.py.orig 2014-03-26 04:49:03.000000000 +0800 ++++ setup.py 2014-10-01 21:25:20.000000000 +0800 +@@ -25,6 +25,7 @@ + from distutils.dep_util import newer + from distutils.util import convert_path + from distutils.ccompiler import new_compiler ++from distutils.version import LooseVersion + + cmdclass = {} + setuptools_kwargs = {} +@@ -122,21 +123,21 @@ + + # Check if Cython is installed or not (requisite) + try: ++ from Cython import __version__ as cython_version + from Cython.Distutils import build_ext +- from Cython.Compiler.Main import Version + cmdclass['build_ext'] = build_ext + except ImportError: + exit_with_error( + "You need %(pkgname)s %(pkgver)s or greater to compile PyTables!" + % {'pkgname': 'Cython', 'pkgver': min_cython_version}) + +-if Version.version < min_cython_version: ++if LooseVersion(cython_version) < min_cython_version: + exit_with_error( +- "At least Cython %s is needed so as to generate extensions!" +- % (min_cython_version)) ++ "You need %(pkgname)s %(pkgver)s or greater to run PyTables!" ++ % {'pkgname': 'Cython', 'pkgver': min_cython_version}) + else: + print("* Found %(pkgname)s %(pkgver)s package installed." +- % {'pkgname': 'Cython', 'pkgver': Version.version}) ++ % {'pkgname': 'Cython', 'pkgver': cython_version}) + + VERSION = open('VERSION').read().strip() + +@@ -145,8 +146,8 @@ debug = '--debug' in sys.argv # Global variables -lib_dirs = [] --inc_dirs = ['blosc'] +-inc_dirs = ['c-blosc/hdf5'] +lib_dirs = ['%%LOCALBASE%%/lib'] -+inc_dirs = ['blosc','%%LOCALBASE%%/include'] ++inc_dirs = ['c-blosc/hdf5','%%LOCALBASE%%/include'] optional_libs = [] data_files = [] # list of data files to add to packages (mainly for DLL's) -@@ -160,13 +160,13 @@ - add_from_path("CPATH", default_header_dirs) - add_from_path("C_INCLUDE_PATH", default_header_dirs) - add_from_flags("CPPFLAGS", "-I", default_header_dirs) -- default_header_dirs.extend(['/usr/include', '/usr/local/include']) -+ default_header_dirs.extend(['/usr/include', '/usr/local/include','%%LOCALBASE%%/include']) - - default_library_dirs = [] - add_from_flags("LDFLAGS", "-L", default_library_dirs) - default_library_dirs.extend( - os.path.join(_tree, _arch) -- for _tree in ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/') -+ for _tree in ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/','%%LOCALBASE%%') - for _arch in ('lib64', 'lib')) - default_runtime_dirs = default_library_dirs +@@ -168,7 +169,7 @@ + dirs.append(flag[len(flag_key):]) + if os.name == 'posix': +- prefixes = ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/') ++ prefixes = ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/','%%LOCALBASE%%') + + default_header_dirs = [] + add_from_path("CPATH", default_header_dirs) From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 17:04:08 2014 Return-Path: Delivered-To: svn-ports-all@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 7D9007DB; Wed, 1 Oct 2014 17:04:08 +0000 (UTC) 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 6994A6BD; Wed, 1 Oct 2014 17:04:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91H48i9094683; Wed, 1 Oct 2014 17:04:08 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91H48GC094681; Wed, 1 Oct 2014 17:04:08 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410011704.s91H48GC094681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 17:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369738 - branches/2014Q4/net/py-s3cmd X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 17:04:08 -0000 Author: bdrewery Date: Wed Oct 1 17:04:07 2014 New Revision: 369738 URL: https://svnweb.freebsd.org/changeset/ports/369738 QAT: https://qat.redports.org/buildarchive/r369738/ Log: MFH: r369735 - Add missing run dependency on devel/py-dateutil - Fix WWW Modified: branches/2014Q4/net/py-s3cmd/Makefile branches/2014Q4/net/py-s3cmd/pkg-descr Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/net/py-s3cmd/Makefile ============================================================================== --- branches/2014Q4/net/py-s3cmd/Makefile Wed Oct 1 17:00:56 2014 (r369737) +++ branches/2014Q4/net/py-s3cmd/Makefile Wed Oct 1 17:04:07 2014 (r369738) @@ -3,6 +3,7 @@ PORTNAME= s3cmd DISTVERSION= 1.5.0-rc1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,8 @@ USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil + OPTIONS_DEFINE= DOCS .include Modified: branches/2014Q4/net/py-s3cmd/pkg-descr ============================================================================== --- branches/2014Q4/net/py-s3cmd/pkg-descr Wed Oct 1 17:00:56 2014 (r369737) +++ branches/2014Q4/net/py-s3cmd/pkg-descr Wed Oct 1 17:04:07 2014 (r369738) @@ -1,3 +1,3 @@ s3cmd - unix-like tools to manipulate stored files from the command line. -WWW: http://s3tools.logix.cz/s3cmd +WWW: http://s3tools.org/s3cmd From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 17:59:19 2014 Return-Path: Delivered-To: svn-ports-all@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 309AC7A2; Wed, 1 Oct 2014 17:59:19 +0000 (UTC) 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 1A6B5CFE; Wed, 1 Oct 2014 17:59:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91HxJkX018855; Wed, 1 Oct 2014 17:59:19 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91HxI0x018851; Wed, 1 Oct 2014 17:59:18 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201410011759.s91HxI0x018851@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 1 Oct 2014 17:59:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369739 - in head/www/dokuwiki: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 17:59:19 -0000 Author: delphij Date: Wed Oct 1 17:59:17 2014 New Revision: 369739 URL: https://svnweb.freebsd.org/changeset/ports/369739 QAT: https://qat.redports.org/buildarchive/r369739/ Log: Update to 2014-09-29. Deleted: head/www/dokuwiki/files/patch-20140505-20140505a Modified: head/www/dokuwiki/Makefile head/www/dokuwiki/distinfo head/www/dokuwiki/pkg-plist Modified: head/www/dokuwiki/Makefile ============================================================================== --- head/www/dokuwiki/Makefile Wed Oct 1 17:04:07 2014 (r369738) +++ head/www/dokuwiki/Makefile Wed Oct 1 17:59:17 2014 (r369739) @@ -3,7 +3,6 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} -PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/ DISTNAME= ${DIST_VER} @@ -14,7 +13,7 @@ COMMENT= Simple and easy to use wiki, no LICENSE= GPLv2 -DIST_VER= ${PORTNAME}-2014-05-05 +DIST_VER= ${PORTNAME}-2014-09-29 USE_PHP= gd mbstring openssl pcre session xml zlib NO_BUILD= YES WANT_PHP_WEB= YES Modified: head/www/dokuwiki/distinfo ============================================================================== --- head/www/dokuwiki/distinfo Wed Oct 1 17:04:07 2014 (r369738) +++ head/www/dokuwiki/distinfo Wed Oct 1 17:59:17 2014 (r369739) @@ -1,2 +1,2 @@ -SHA256 (dokuwiki-2014-05-05.tgz) = 4bef5646f5ff14e1f26ba56b12ae92408ab00334e28757cb685bd94cd80cb9f7 -SIZE (dokuwiki-2014-05-05.tgz) = 3178431 +SHA256 (dokuwiki-2014-09-29.tgz) = 941b6954d39de57530efbb27d0734b6bc9a49aaa3c781b39f6ecb305322534eb +SIZE (dokuwiki-2014-09-29.tgz) = 3241352 Modified: head/www/dokuwiki/pkg-plist ============================================================================== --- head/www/dokuwiki/pkg-plist Wed Oct 1 17:04:07 2014 (r369738) +++ head/www/dokuwiki/pkg-plist Wed Oct 1 17:59:17 2014 (r369739) @@ -36,7 +36,6 @@ %%WWWDIR%%/data/media_attic/_dummy %%WWWDIR%%/data/media_meta/_dummy %%WWWDIR%%/data/meta/_dummy -%%WWWDIR%%/data/pages/playground/playground.txt %%WWWDIR%%/data/pages/wiki/dokuwiki.txt %%WWWDIR%%/data/pages/wiki/syntax.txt %%WWWDIR%%/data/pages/wiki/welcome.txt @@ -68,6 +67,7 @@ %%WWWDIR%%/inc/blowfish.php %%WWWDIR%%/inc/cache.php %%WWWDIR%%/inc/changelog.php +%%WWWDIR%%/inc/cli.php %%WWWDIR%%/inc/cliopts.php %%WWWDIR%%/inc/common.php %%WWWDIR%%/inc/compatibility.php @@ -1095,10 +1095,12 @@ %%WWWDIR%%/inc/lang/hi/jquery.ui.datepicker.js %%WWWDIR%%/inc/lang/hi/lang.php %%WWWDIR%%/inc/lang/hr/admin.txt +%%WWWDIR%%/inc/lang/hr/adminplugins.txt %%WWWDIR%%/inc/lang/hr/backlinks.txt %%WWWDIR%%/inc/lang/hr/conflict.txt %%WWWDIR%%/inc/lang/hr/denied.txt %%WWWDIR%%/inc/lang/hr/diff.txt +%%WWWDIR%%/inc/lang/hr/draft.txt %%WWWDIR%%/inc/lang/hr/edit.txt %%WWWDIR%%/inc/lang/hr/editrev.txt %%WWWDIR%%/inc/lang/hr/index.txt @@ -1111,15 +1113,23 @@ %%WWWDIR%%/inc/lang/hr/norev.txt %%WWWDIR%%/inc/lang/hr/password.txt %%WWWDIR%%/inc/lang/hr/preview.txt +%%WWWDIR%%/inc/lang/hr/pwconfirm.txt %%WWWDIR%%/inc/lang/hr/read.txt %%WWWDIR%%/inc/lang/hr/recent.txt %%WWWDIR%%/inc/lang/hr/register.txt +%%WWWDIR%%/inc/lang/hr/registermail.txt %%WWWDIR%%/inc/lang/hr/resendpwd.txt +%%WWWDIR%%/inc/lang/hr/resetpwd.txt %%WWWDIR%%/inc/lang/hr/revisions.txt %%WWWDIR%%/inc/lang/hr/searchpage.txt %%WWWDIR%%/inc/lang/hr/showrev.txt %%WWWDIR%%/inc/lang/hr/stopwords.txt +%%WWWDIR%%/inc/lang/hr/subscr_digest.txt +%%WWWDIR%%/inc/lang/hr/subscr_form.txt +%%WWWDIR%%/inc/lang/hr/subscr_list.txt +%%WWWDIR%%/inc/lang/hr/subscr_single.txt %%WWWDIR%%/inc/lang/hr/updateprofile.txt +%%WWWDIR%%/inc/lang/hr/uploadmail.txt %%WWWDIR%%/inc/lang/hu-formal/admin.txt %%WWWDIR%%/inc/lang/hu-formal/adminplugins.txt %%WWWDIR%%/inc/lang/hu-formal/backlinks.txt @@ -2067,6 +2077,8 @@ %%WWWDIR%%/inc/lang/sv/subscr_single.txt %%WWWDIR%%/inc/lang/sv/updateprofile.txt %%WWWDIR%%/inc/lang/sv/uploadmail.txt +%%WWWDIR%%/inc/lang/ta/denied.txt +%%WWWDIR%%/inc/lang/ta/lang.php %%WWWDIR%%/inc/lang/th/admin.txt %%WWWDIR%%/inc/lang/th/adminplugins.txt %%WWWDIR%%/inc/lang/th/backlinks.txt @@ -2128,6 +2140,7 @@ %%WWWDIR%%/inc/lang/tr/searchpage.txt %%WWWDIR%%/inc/lang/tr/showrev.txt %%WWWDIR%%/inc/lang/tr/stopwords.txt +%%WWWDIR%%/inc/lang/tr/subscr_form.txt %%WWWDIR%%/inc/lang/tr/updateprofile.txt %%WWWDIR%%/inc/lang/tr/uploadmail.txt %%WWWDIR%%/inc/lang/uk/admin.txt @@ -2729,8 +2742,10 @@ %%WWWDIR%%/lib/plugins/authad/auth.php %%WWWDIR%%/lib/plugins/authad/conf/default.php %%WWWDIR%%/lib/plugins/authad/conf/metadata.php +%%WWWDIR%%/lib/plugins/authad/lang/ar/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ar/settings.php %%WWWDIR%%/lib/plugins/authad/lang/bg/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/cs/lang.php %%WWWDIR%%/lib/plugins/authad/lang/cs/settings.php %%WWWDIR%%/lib/plugins/authad/lang/da/settings.php %%WWWDIR%%/lib/plugins/authad/lang/de-informal/settings.php @@ -2743,26 +2758,37 @@ %%WWWDIR%%/lib/plugins/authad/lang/eo/settings.php %%WWWDIR%%/lib/plugins/authad/lang/es/lang.php %%WWWDIR%%/lib/plugins/authad/lang/es/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/fa/lang.php %%WWWDIR%%/lib/plugins/authad/lang/fi/settings.php %%WWWDIR%%/lib/plugins/authad/lang/fr/lang.php %%WWWDIR%%/lib/plugins/authad/lang/fr/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/hr/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/hr/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/hu/lang.php %%WWWDIR%%/lib/plugins/authad/lang/hu/settings.php %%WWWDIR%%/lib/plugins/authad/lang/it/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/ja/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ja/settings.php %%WWWDIR%%/lib/plugins/authad/lang/ko/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ko/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/lv/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/lv/settings.php %%WWWDIR%%/lib/plugins/authad/lang/nl/lang.php %%WWWDIR%%/lib/plugins/authad/lang/nl/settings.php %%WWWDIR%%/lib/plugins/authad/lang/no/settings.php %%WWWDIR%%/lib/plugins/authad/lang/pl/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/authad/lang/pt-br/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/pt/lang.php %%WWWDIR%%/lib/plugins/authad/lang/pt/settings.php %%WWWDIR%%/lib/plugins/authad/lang/ru/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ru/settings.php %%WWWDIR%%/lib/plugins/authad/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authad/lang/sl/settings.php %%WWWDIR%%/lib/plugins/authad/lang/sv/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/zh-tw/lang.php %%WWWDIR%%/lib/plugins/authad/lang/zh-tw/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/zh/lang.php %%WWWDIR%%/lib/plugins/authad/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authad/plugin.info.txt %%WWWDIR%%/lib/plugins/authldap/auth.php @@ -2781,10 +2807,12 @@ %%WWWDIR%%/lib/plugins/authldap/lang/fi/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/fr/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/he/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/hr/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/hu/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/it/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/ja/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/ko/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/lv/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/nl/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/no/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/pl/settings.php @@ -2794,6 +2822,7 @@ %%WWWDIR%%/lib/plugins/authldap/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/sl/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/sv/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/tr/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authldap/plugin.info.txt @@ -2808,11 +2837,14 @@ %%WWWDIR%%/lib/plugins/authmysql/lang/en/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/eo/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/es/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/fa/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/fr/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/hr/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/hu/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/it/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/ja/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/ko/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/lv/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/nl/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/pl/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/pt-br/settings.php @@ -2821,6 +2853,7 @@ %%WWWDIR%%/lib/plugins/authmysql/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/sl/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/sv/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/tr/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authmysql/plugin.info.txt @@ -2835,17 +2868,23 @@ %%WWWDIR%%/lib/plugins/authpgsql/lang/en/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/eo/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/es/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/fa/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/fr/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/hr/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/hu/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/it/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/ja/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/ko/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/lv/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/nl/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/pl/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/pt-br/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/pt/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/ru/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/sl/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/sv/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/tr/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authpgsql/plugin.info.txt @@ -2975,6 +3014,8 @@ %%WWWDIR%%/lib/plugins/extension/images/template.png %%WWWDIR%%/lib/plugins/extension/images/up.png %%WWWDIR%%/lib/plugins/extension/images/warning.png +%%WWWDIR%%/lib/plugins/extension/lang/cs/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/cs/lang.php %%WWWDIR%%/lib/plugins/extension/lang/de/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/de/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/de/intro_search.txt @@ -2990,12 +3031,26 @@ %%WWWDIR%%/lib/plugins/extension/lang/eo/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/eo/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/eo/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/es/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/es/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/es/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/fa/lang.php %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/hr/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/hr/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/hr/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/hr/intro_templates.txt +%%WWWDIR%%/lib/plugins/extension/lang/hr/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/hu/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/hu/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/hu/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/hu/intro_templates.txt +%%WWWDIR%%/lib/plugins/extension/lang/hu/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/it/lang.php %%WWWDIR%%/lib/plugins/extension/lang/ja/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/ja/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/ja/intro_search.txt @@ -3006,13 +3061,24 @@ %%WWWDIR%%/lib/plugins/extension/lang/ko/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/ko/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/ko/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/lv/intro_templates.txt +%%WWWDIR%%/lib/plugins/extension/lang/lv/lang.php %%WWWDIR%%/lib/plugins/extension/lang/nl/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/nl/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/nl/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/nl/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/nl/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/pl/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_templates.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/extension/lang/ru/lang.php %%WWWDIR%%/lib/plugins/extension/lang/sk/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/tr/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/zh-tw/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/zh-tw/lang.php %%WWWDIR%%/lib/plugins/extension/lang/zh/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/zh/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/zh/intro_search.txt @@ -3080,6 +3146,9 @@ %%WWWDIR%%/lib/plugins/popularity/lang/he/intro.txt %%WWWDIR%%/lib/plugins/popularity/lang/he/lang.php %%WWWDIR%%/lib/plugins/popularity/lang/hi/lang.php +%%WWWDIR%%/lib/plugins/popularity/lang/hr/intro.txt +%%WWWDIR%%/lib/plugins/popularity/lang/hr/lang.php +%%WWWDIR%%/lib/plugins/popularity/lang/hr/submitted.txt %%WWWDIR%%/lib/plugins/popularity/lang/hu/intro.txt %%WWWDIR%%/lib/plugins/popularity/lang/hu/lang.php %%WWWDIR%%/lib/plugins/popularity/lang/hu/submitted.txt @@ -3193,6 +3262,8 @@ %%WWWDIR%%/lib/plugins/revert/lang/gl/lang.php %%WWWDIR%%/lib/plugins/revert/lang/he/intro.txt %%WWWDIR%%/lib/plugins/revert/lang/he/lang.php +%%WWWDIR%%/lib/plugins/revert/lang/hr/intro.txt +%%WWWDIR%%/lib/plugins/revert/lang/hr/lang.php %%WWWDIR%%/lib/plugins/revert/lang/hu/intro.txt %%WWWDIR%%/lib/plugins/revert/lang/hu/lang.php %%WWWDIR%%/lib/plugins/revert/lang/ia/intro.txt @@ -3368,6 +3439,13 @@ %%WWWDIR%%/lib/plugins/usermanager/lang/he/intro.txt %%WWWDIR%%/lib/plugins/usermanager/lang/he/lang.php %%WWWDIR%%/lib/plugins/usermanager/lang/he/list.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/hr/add.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/hr/delete.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/hr/edit.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/hr/import.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/hr/intro.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/hr/lang.php +%%WWWDIR%%/lib/plugins/usermanager/lang/hr/list.txt %%WWWDIR%%/lib/plugins/usermanager/lang/hu/add.txt %%WWWDIR%%/lib/plugins/usermanager/lang/hu/delete.txt %%WWWDIR%%/lib/plugins/usermanager/lang/hu/edit.txt @@ -3426,6 +3504,7 @@ %%WWWDIR%%/lib/plugins/usermanager/lang/lv/add.txt %%WWWDIR%%/lib/plugins/usermanager/lang/lv/delete.txt %%WWWDIR%%/lib/plugins/usermanager/lang/lv/edit.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/lv/import.txt %%WWWDIR%%/lib/plugins/usermanager/lang/lv/intro.txt %%WWWDIR%%/lib/plugins/usermanager/lang/lv/lang.php %%WWWDIR%%/lib/plugins/usermanager/lang/lv/list.txt @@ -3684,8 +3763,8 @@ @dirrm %%WWWDIR%%/lib/scripts/jquery/jquery-ui-theme @dirrm %%WWWDIR%%/lib/scripts/jquery @dirrm %%WWWDIR%%/lib/scripts -@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/zh @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/zh @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/uk @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/tr @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/th @@ -3696,8 +3775,8 @@ @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/sk @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/ru @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/ro -@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/pt @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/pt @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/pl @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/no @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/nl @@ -3716,6 +3795,7 @@ @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/id @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/ia @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/hr @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/he @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/gl @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/fr @@ -3727,12 +3807,12 @@ @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/eo @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/en @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/el -@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/de @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/de @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/da @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/cs -@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/ca @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/ca-valencia +@dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/ca @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/bg @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/ar @dirrm %%WWWDIR%%/lib/plugins/usermanager/lang/af @@ -3740,8 +3820,8 @@ @dirrm %%WWWDIR%%/lib/plugins/usermanager/images @dirrm %%WWWDIR%%/lib/plugins/usermanager @dirrm %%WWWDIR%%/lib/plugins/safefnrecode -@dirrm %%WWWDIR%%/lib/plugins/revert/lang/zh @dirrm %%WWWDIR%%/lib/plugins/revert/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/revert/lang/zh @dirrm %%WWWDIR%%/lib/plugins/revert/lang/uk @dirrm %%WWWDIR%%/lib/plugins/revert/lang/tr @dirrm %%WWWDIR%%/lib/plugins/revert/lang/th @@ -3752,8 +3832,8 @@ @dirrm %%WWWDIR%%/lib/plugins/revert/lang/sk @dirrm %%WWWDIR%%/lib/plugins/revert/lang/ru @dirrm %%WWWDIR%%/lib/plugins/revert/lang/ro -@dirrm %%WWWDIR%%/lib/plugins/revert/lang/pt @dirrm %%WWWDIR%%/lib/plugins/revert/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/revert/lang/pt @dirrm %%WWWDIR%%/lib/plugins/revert/lang/pl @dirrm %%WWWDIR%%/lib/plugins/revert/lang/no @dirrm %%WWWDIR%%/lib/plugins/revert/lang/nl @@ -3768,6 +3848,7 @@ @dirrm %%WWWDIR%%/lib/plugins/revert/lang/is @dirrm %%WWWDIR%%/lib/plugins/revert/lang/ia @dirrm %%WWWDIR%%/lib/plugins/revert/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/revert/lang/hr @dirrm %%WWWDIR%%/lib/plugins/revert/lang/he @dirrm %%WWWDIR%%/lib/plugins/revert/lang/gl @dirrm %%WWWDIR%%/lib/plugins/revert/lang/fr @@ -3779,18 +3860,18 @@ @dirrm %%WWWDIR%%/lib/plugins/revert/lang/eo @dirrm %%WWWDIR%%/lib/plugins/revert/lang/en @dirrm %%WWWDIR%%/lib/plugins/revert/lang/el -@dirrm %%WWWDIR%%/lib/plugins/revert/lang/de @dirrm %%WWWDIR%%/lib/plugins/revert/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/revert/lang/de @dirrm %%WWWDIR%%/lib/plugins/revert/lang/da @dirrm %%WWWDIR%%/lib/plugins/revert/lang/cs -@dirrm %%WWWDIR%%/lib/plugins/revert/lang/ca @dirrm %%WWWDIR%%/lib/plugins/revert/lang/ca-valencia +@dirrm %%WWWDIR%%/lib/plugins/revert/lang/ca @dirrm %%WWWDIR%%/lib/plugins/revert/lang/bg @dirrm %%WWWDIR%%/lib/plugins/revert/lang/ar @dirrm %%WWWDIR%%/lib/plugins/revert/lang @dirrm %%WWWDIR%%/lib/plugins/revert -@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/zh @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/zh @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/uk @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/tr @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/th @@ -3801,8 +3882,8 @@ @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/sk @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/ru @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/ro -@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/pt @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/pt @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/pl @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/no @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/nl @@ -3818,6 +3899,7 @@ @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/id-ni @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/ia @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/hr @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/hi @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/he @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/gl @@ -3829,36 +3911,46 @@ @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/eo @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/en @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/el -@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/de @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/de @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/da @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/cs -@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/ca @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/ca-valencia +@dirrm %%WWWDIR%%/lib/plugins/popularity/lang/ca @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/bg @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/ar @dirrm %%WWWDIR%%/lib/plugins/popularity/lang/af @dirrm %%WWWDIR%%/lib/plugins/popularity/lang @dirrm %%WWWDIR%%/lib/plugins/popularity @dirrm %%WWWDIR%%/lib/plugins/info +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/zh-tw @dirrm %%WWWDIR%%/lib/plugins/extension/lang/zh +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/tr @dirrm %%WWWDIR%%/lib/plugins/extension/lang/sk @dirrm %%WWWDIR%%/lib/plugins/extension/lang/ru +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/pl @dirrm %%WWWDIR%%/lib/plugins/extension/lang/nl +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/lv @dirrm %%WWWDIR%%/lib/plugins/extension/lang/ko @dirrm %%WWWDIR%%/lib/plugins/extension/lang/ja +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/it +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/hr @dirrm %%WWWDIR%%/lib/plugins/extension/lang/fr +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/fa @dirrm %%WWWDIR%%/lib/plugins/extension/lang/es @dirrm %%WWWDIR%%/lib/plugins/extension/lang/eo @dirrm %%WWWDIR%%/lib/plugins/extension/lang/en @dirrm %%WWWDIR%%/lib/plugins/extension/lang/de +@dirrm %%WWWDIR%%/lib/plugins/extension/lang/cs @dirrm %%WWWDIR%%/lib/plugins/extension/lang @dirrm %%WWWDIR%%/lib/plugins/extension/images @dirrm %%WWWDIR%%/lib/plugins/extension/helper @dirrm %%WWWDIR%%/lib/plugins/extension @dirrm %%WWWDIR%%/lib/plugins/config/settings -@dirrm %%WWWDIR%%/lib/plugins/config/lang/zh @dirrm %%WWWDIR%%/lib/plugins/config/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/config/lang/zh @dirrm %%WWWDIR%%/lib/plugins/config/lang/uk @dirrm %%WWWDIR%%/lib/plugins/config/lang/tr @dirrm %%WWWDIR%%/lib/plugins/config/lang/th @@ -3869,8 +3961,8 @@ @dirrm %%WWWDIR%%/lib/plugins/config/lang/sk @dirrm %%WWWDIR%%/lib/plugins/config/lang/ru @dirrm %%WWWDIR%%/lib/plugins/config/lang/ro -@dirrm %%WWWDIR%%/lib/plugins/config/lang/pt @dirrm %%WWWDIR%%/lib/plugins/config/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/config/lang/pt @dirrm %%WWWDIR%%/lib/plugins/config/lang/pl @dirrm %%WWWDIR%%/lib/plugins/config/lang/no @dirrm %%WWWDIR%%/lib/plugins/config/lang/nl @@ -3884,8 +3976,8 @@ @dirrm %%WWWDIR%%/lib/plugins/config/lang/ja @dirrm %%WWWDIR%%/lib/plugins/config/lang/it @dirrm %%WWWDIR%%/lib/plugins/config/lang/is -@dirrm %%WWWDIR%%/lib/plugins/config/lang/id @dirrm %%WWWDIR%%/lib/plugins/config/lang/id-ni +@dirrm %%WWWDIR%%/lib/plugins/config/lang/id @dirrm %%WWWDIR%%/lib/plugins/config/lang/ia @dirrm %%WWWDIR%%/lib/plugins/config/lang/hu @dirrm %%WWWDIR%%/lib/plugins/config/lang/hi @@ -3900,12 +3992,12 @@ @dirrm %%WWWDIR%%/lib/plugins/config/lang/eo @dirrm %%WWWDIR%%/lib/plugins/config/lang/en @dirrm %%WWWDIR%%/lib/plugins/config/lang/el -@dirrm %%WWWDIR%%/lib/plugins/config/lang/de @dirrm %%WWWDIR%%/lib/plugins/config/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/config/lang/de @dirrm %%WWWDIR%%/lib/plugins/config/lang/da @dirrm %%WWWDIR%%/lib/plugins/config/lang/cs -@dirrm %%WWWDIR%%/lib/plugins/config/lang/ca @dirrm %%WWWDIR%%/lib/plugins/config/lang/ca-valencia +@dirrm %%WWWDIR%%/lib/plugins/config/lang/ca @dirrm %%WWWDIR%%/lib/plugins/config/lang/bg @dirrm %%WWWDIR%%/lib/plugins/config/lang/ar @dirrm %%WWWDIR%%/lib/plugins/config/lang/af @@ -3913,71 +4005,84 @@ @dirrm %%WWWDIR%%/lib/plugins/config/images @dirrm %%WWWDIR%%/lib/plugins/config @dirrm %%WWWDIR%%/lib/plugins/authplain -@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/zh @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/zh +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/tr @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/sv @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/sl @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/sk @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/ru -@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/pt @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/pt +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/pl @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/nl +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/lv @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/ko @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/ja +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/it @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/hr @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/fr +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/fa @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/es @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/eo @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/en -@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/de @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/de @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/da @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/cs @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang/bg @dirrm %%WWWDIR%%/lib/plugins/authpgsql/lang @dirrm %%WWWDIR%%/lib/plugins/authpgsql/conf @dirrm %%WWWDIR%%/lib/plugins/authpgsql -@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/zh @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/zh +@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/tr @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/sv @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/sl @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/sk @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/ru -@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/pt @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/pt @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/pl @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/nl +@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/lv @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/ko @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/ja @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/it @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/hr @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/fr +@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/fa @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/es @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/eo @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/en -@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/de @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/de @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/da @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/cs @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang/bg @dirrm %%WWWDIR%%/lib/plugins/authmysql/lang @dirrm %%WWWDIR%%/lib/plugins/authmysql/conf @dirrm %%WWWDIR%%/lib/plugins/authmysql -@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/zh @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/zh +@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/tr @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/sv @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/sl @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/sk @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/ru -@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/pt @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/pt @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/pl @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/no @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/nl +@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/lv @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/ko @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/ja @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/it @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/hr @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/he @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/fr @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/fi @@ -3985,8 +4090,8 @@ @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/es @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/eo @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/en -@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/de @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/authldap/lang/de @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/da @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/cs @dirrm %%WWWDIR%%/lib/plugins/authldap/lang/bg @@ -3994,29 +4099,32 @@ @dirrm %%WWWDIR%%/lib/plugins/authldap/lang @dirrm %%WWWDIR%%/lib/plugins/authldap/conf @dirrm %%WWWDIR%%/lib/plugins/authldap -@dirrm %%WWWDIR%%/lib/plugins/authad/lang/zh @dirrm %%WWWDIR%%/lib/plugins/authad/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/authad/lang/zh @dirrm %%WWWDIR%%/lib/plugins/authad/lang/sv @dirrm %%WWWDIR%%/lib/plugins/authad/lang/sl @dirrm %%WWWDIR%%/lib/plugins/authad/lang/sk @dirrm %%WWWDIR%%/lib/plugins/authad/lang/ru -@dirrm %%WWWDIR%%/lib/plugins/authad/lang/pt @dirrm %%WWWDIR%%/lib/plugins/authad/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/authad/lang/pt @dirrm %%WWWDIR%%/lib/plugins/authad/lang/pl @dirrm %%WWWDIR%%/lib/plugins/authad/lang/no @dirrm %%WWWDIR%%/lib/plugins/authad/lang/nl +@dirrm %%WWWDIR%%/lib/plugins/authad/lang/lv @dirrm %%WWWDIR%%/lib/plugins/authad/lang/ko @dirrm %%WWWDIR%%/lib/plugins/authad/lang/ja @dirrm %%WWWDIR%%/lib/plugins/authad/lang/it @dirrm %%WWWDIR%%/lib/plugins/authad/lang/hu +@dirrm %%WWWDIR%%/lib/plugins/authad/lang/hr @dirrm %%WWWDIR%%/lib/plugins/authad/lang/fr @dirrm %%WWWDIR%%/lib/plugins/authad/lang/fi +@dirrm %%WWWDIR%%/lib/plugins/authad/lang/fa @dirrm %%WWWDIR%%/lib/plugins/authad/lang/es @dirrm %%WWWDIR%%/lib/plugins/authad/lang/eo @dirrm %%WWWDIR%%/lib/plugins/authad/lang/en @dirrm %%WWWDIR%%/lib/plugins/authad/lang/el -@dirrm %%WWWDIR%%/lib/plugins/authad/lang/de @dirrm %%WWWDIR%%/lib/plugins/authad/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/authad/lang/de @dirrm %%WWWDIR%%/lib/plugins/authad/lang/da @dirrm %%WWWDIR%%/lib/plugins/authad/lang/cs @dirrm %%WWWDIR%%/lib/plugins/authad/lang/bg @@ -4028,8 +4136,8 @@ @dirrm %%WWWDIR%%/lib/plugins/authad/adLDAP @dirrm %%WWWDIR%%/lib/plugins/authad @dirrm %%WWWDIR%%/lib/plugins/acl/pix -@dirrm %%WWWDIR%%/lib/plugins/acl/lang/zh @dirrm %%WWWDIR%%/lib/plugins/acl/lang/zh-tw +@dirrm %%WWWDIR%%/lib/plugins/acl/lang/zh @dirrm %%WWWDIR%%/lib/plugins/acl/lang/vi @dirrm %%WWWDIR%%/lib/plugins/acl/lang/uk @dirrm %%WWWDIR%%/lib/plugins/acl/lang/tr @@ -4041,8 +4149,8 @@ @dirrm %%WWWDIR%%/lib/plugins/acl/lang/sk @dirrm %%WWWDIR%%/lib/plugins/acl/lang/ru @dirrm %%WWWDIR%%/lib/plugins/acl/lang/ro -@dirrm %%WWWDIR%%/lib/plugins/acl/lang/pt @dirrm %%WWWDIR%%/lib/plugins/acl/lang/pt-br +@dirrm %%WWWDIR%%/lib/plugins/acl/lang/pt @dirrm %%WWWDIR%%/lib/plugins/acl/lang/pl @dirrm %%WWWDIR%%/lib/plugins/acl/lang/no @dirrm %%WWWDIR%%/lib/plugins/acl/lang/nl @@ -4073,12 +4181,12 @@ @dirrm %%WWWDIR%%/lib/plugins/acl/lang/eo @dirrm %%WWWDIR%%/lib/plugins/acl/lang/en @dirrm %%WWWDIR%%/lib/plugins/acl/lang/el -@dirrm %%WWWDIR%%/lib/plugins/acl/lang/de @dirrm %%WWWDIR%%/lib/plugins/acl/lang/de-informal +@dirrm %%WWWDIR%%/lib/plugins/acl/lang/de @dirrm %%WWWDIR%%/lib/plugins/acl/lang/da @dirrm %%WWWDIR%%/lib/plugins/acl/lang/cs -@dirrm %%WWWDIR%%/lib/plugins/acl/lang/ca @dirrm %%WWWDIR%%/lib/plugins/acl/lang/ca-valencia +@dirrm %%WWWDIR%%/lib/plugins/acl/lang/ca @dirrm %%WWWDIR%%/lib/plugins/acl/lang/bg @dirrm %%WWWDIR%%/lib/plugins/acl/lang/ar @dirrm %%WWWDIR%%/lib/plugins/acl/lang/af @@ -4099,12 +4207,13 @@ @dirrm %%WWWDIR%%/lib @dirrm %%WWWDIR%%/inc/phpseclib @dirrm %%WWWDIR%%/inc/parser -@dirrm %%WWWDIR%%/inc/lang/zh @dirrm %%WWWDIR%%/inc/lang/zh-tw +@dirrm %%WWWDIR%%/inc/lang/zh @dirrm %%WWWDIR%%/inc/lang/vi @dirrm %%WWWDIR%%/inc/lang/uk @dirrm %%WWWDIR%%/inc/lang/tr @dirrm %%WWWDIR%%/inc/lang/th +@dirrm %%WWWDIR%%/inc/lang/ta @dirrm %%WWWDIR%%/inc/lang/sv @dirrm %%WWWDIR%%/inc/lang/sr @dirrm %%WWWDIR%%/inc/lang/sq @@ -4112,8 +4221,8 @@ @dirrm %%WWWDIR%%/inc/lang/sk @dirrm %%WWWDIR%%/inc/lang/ru @dirrm %%WWWDIR%%/inc/lang/ro -@dirrm %%WWWDIR%%/inc/lang/pt @dirrm %%WWWDIR%%/inc/lang/pt-br +@dirrm %%WWWDIR%%/inc/lang/pt @dirrm %%WWWDIR%%/inc/lang/pl @dirrm %%WWWDIR%%/inc/lang/no @dirrm %%WWWDIR%%/inc/lang/nl @@ -4134,11 +4243,11 @@ @dirrm %%WWWDIR%%/inc/lang/ja @dirrm %%WWWDIR%%/inc/lang/it @dirrm %%WWWDIR%%/inc/lang/is -@dirrm %%WWWDIR%%/inc/lang/id @dirrm %%WWWDIR%%/inc/lang/id-ni +@dirrm %%WWWDIR%%/inc/lang/id @dirrm %%WWWDIR%%/inc/lang/ia -@dirrm %%WWWDIR%%/inc/lang/hu @dirrm %%WWWDIR%%/inc/lang/hu-formal +@dirrm %%WWWDIR%%/inc/lang/hu @dirrm %%WWWDIR%%/inc/lang/hr @dirrm %%WWWDIR%%/inc/lang/hi @dirrm %%WWWDIR%%/inc/lang/he @@ -4153,12 +4262,12 @@ @dirrm %%WWWDIR%%/inc/lang/eo @dirrm %%WWWDIR%%/inc/lang/en @dirrm %%WWWDIR%%/inc/lang/el -@dirrm %%WWWDIR%%/inc/lang/de @dirrm %%WWWDIR%%/inc/lang/de-informal +@dirrm %%WWWDIR%%/inc/lang/de @dirrm %%WWWDIR%%/inc/lang/da @dirrm %%WWWDIR%%/inc/lang/cs -@dirrm %%WWWDIR%%/inc/lang/ca @dirrm %%WWWDIR%%/inc/lang/ca-valencia +@dirrm %%WWWDIR%%/inc/lang/ca @dirrm %%WWWDIR%%/inc/lang/bn @dirrm %%WWWDIR%%/inc/lang/bg @dirrm %%WWWDIR%%/inc/lang/az @@ -4169,7 +4278,6 @@ @dirrm %%WWWDIR%%/inc @dirrm %%WWWDIR%%/data/tmp @dirrm %%WWWDIR%%/data/pages/wiki -@dirrm %%WWWDIR%%/data/pages/playground @dirrm %%WWWDIR%%/data/pages @dirrm %%WWWDIR%%/data/meta @dirrm %%WWWDIR%%/data/media_meta From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 18:07:22 2014 Return-Path: Delivered-To: svn-ports-all@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 2AC50A24; Wed, 1 Oct 2014 18:07:22 +0000 (UTC) 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 169F7DF3; Wed, 1 Oct 2014 18:07:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91I7LkH023538; Wed, 1 Oct 2014 18:07:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91I7L6G023536; Wed, 1 Oct 2014 18:07:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410011807.s91I7L6G023536@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Oct 2014 18:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369740 - head/devel/rubygem-childprocess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 18:07:22 -0000 Author: swills Date: Wed Oct 1 18:07:21 2014 New Revision: 369740 URL: https://svnweb.freebsd.org/changeset/ports/369740 QAT: https://qat.redports.org/buildarchive/r369740/ Log: devel/rubygem-childprocess: update to 0.5.4 Modified: head/devel/rubygem-childprocess/Makefile head/devel/rubygem-childprocess/distinfo Modified: head/devel/rubygem-childprocess/Makefile ============================================================================== --- head/devel/rubygem-childprocess/Makefile Wed Oct 1 17:59:17 2014 (r369739) +++ head/devel/rubygem-childprocess/Makefile Wed Oct 1 18:07:21 2014 (r369740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= childprocess -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-childprocess/distinfo ============================================================================== --- head/devel/rubygem-childprocess/distinfo Wed Oct 1 17:59:17 2014 (r369739) +++ head/devel/rubygem-childprocess/distinfo Wed Oct 1 18:07:21 2014 (r369740) @@ -1,2 +1,2 @@ -SHA256 (rubygem/childprocess-0.5.3.gem) = 9cebed1bd68f7ba0deb54683a5c05a8c3e79037f682b5d0a6ecd1d4472bbb289 -SIZE (rubygem/childprocess-0.5.3.gem) = 28160 +SHA256 (rubygem/childprocess-0.5.4.gem) = ded1489748f9d45467c722dde6e179addd459ce42b1388725e419685c23d3842 +SIZE (rubygem/childprocess-0.5.4.gem) = 28672 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 18:13:26 2014 Return-Path: Delivered-To: svn-ports-all@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 B69A4FA8; Wed, 1 Oct 2014 18:13:26 +0000 (UTC) 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 A2927FA3; Wed, 1 Oct 2014 18:13:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91IDQHY027958; Wed, 1 Oct 2014 18:13:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91IDQgd027956; Wed, 1 Oct 2014 18:13:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410011813.s91IDQgd027956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Oct 2014 18:13:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369741 - head/graphics/rubygem-exifr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 18:13:26 -0000 Author: swills Date: Wed Oct 1 18:13:25 2014 New Revision: 369741 URL: https://svnweb.freebsd.org/changeset/ports/369741 QAT: https://qat.redports.org/buildarchive/r369741/ Log: graphics/rubygme-exifr: update to 1.2.0 Modified: head/graphics/rubygem-exifr/Makefile head/graphics/rubygem-exifr/distinfo Modified: head/graphics/rubygem-exifr/Makefile ============================================================================== --- head/graphics/rubygem-exifr/Makefile Wed Oct 1 18:07:21 2014 (r369740) +++ head/graphics/rubygem-exifr/Makefile Wed Oct 1 18:13:25 2014 (r369741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exifr -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-exifr/distinfo ============================================================================== --- head/graphics/rubygem-exifr/distinfo Wed Oct 1 18:07:21 2014 (r369740) +++ head/graphics/rubygem-exifr/distinfo Wed Oct 1 18:13:25 2014 (r369741) @@ -1,2 +1,2 @@ -SHA256 (rubygem/exifr-1.1.3.gem) = 2259f822c2f609f4b317e650984ec272f6f5db8df3749403028ec8627fde4001 -SIZE (rubygem/exifr-1.1.3.gem) = 229376 +SHA256 (rubygem/exifr-1.2.0.gem) = a0b8bea215a83b3ca40f26c8fce5eba8f45456d015d47f35be3bcf294dc3a5f6 +SIZE (rubygem/exifr-1.2.0.gem) = 224768 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 19:16:38 2014 Return-Path: Delivered-To: svn-ports-all@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 3BA975EB; Wed, 1 Oct 2014 19:16:38 +0000 (UTC) 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 275F5983; Wed, 1 Oct 2014 19:16:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91JGcON056350; Wed, 1 Oct 2014 19:16:38 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91JGbpZ056345; Wed, 1 Oct 2014 19:16:37 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201410011916.s91JGbpZ056345@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 1 Oct 2014 19:16:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369742 - head/french/aster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 19:16:38 -0000 Author: thierry Date: Wed Oct 1 19:16:37 2014 New Revision: 369742 URL: https://svnweb.freebsd.org/changeset/ports/369742 QAT: https://qat.redports.org/buildarchive/r369742/ Log: MASTER_SITES is often down these days => mirror the distfile. Since I'm there, remove xemacs support. Reported by: pkg-fallout Modified: head/french/aster/Makefile head/french/aster/bsd.aster.mk Modified: head/french/aster/Makefile ============================================================================== --- head/french/aster/Makefile Wed Oct 1 18:13:25 2014 (r369741) +++ head/french/aster/Makefile Wed Oct 1 19:16:37 2014 (r369742) @@ -155,9 +155,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/gvim:${PO . elif exists(${LOCALBASE}/bin/emacs) WITH_ED= emacs RUN_DEPENDS+= ${LOCALBASE}/bin/emacs:${PORTSDIR}/editors/emacs -. elif exists(${LOCALBASE}/bin/xemacs) -WITH_ED= xemacs -RUN_DEPENDS+= ${LOCALBASE}/bin/xemacs:${PORTSDIR}/editors/xemacs . elif exists(${LOCALBASE}/bin/gedit) WITH_ED= gedit RUN_DEPENDS+= ${LOCALBASE}/bin/gedit:${PORTSDIR}/editors/gedit Modified: head/french/aster/bsd.aster.mk ============================================================================== --- head/french/aster/bsd.aster.mk Wed Oct 1 18:13:25 2014 (r369741) +++ head/french/aster/bsd.aster.mk Wed Oct 1 19:16:37 2014 (r369742) @@ -5,7 +5,9 @@ DISTVERSIONPREFIX= full-src- DISTVERSIONSUFFIX= .noarch -MASTER_SITES= http://www.code-aster.org/FICHIERS/ +MASTER_SITES= http://www.code-aster.org/FICHIERS/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry DISTNAME= aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${DISTVERSIONSUFFIX} DISTINFO_FILE= ${.CURDIR}/../../french/aster/distinfo From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 19:18:18 2014 Return-Path: Delivered-To: svn-ports-all@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 B845E705; Wed, 1 Oct 2014 19:18:18 +0000 (UTC) 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 98B6499C; Wed, 1 Oct 2014 19:18:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91JIIrF056687; Wed, 1 Oct 2014 19:18:18 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91JIHOK056683; Wed, 1 Oct 2014 19:18:17 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201410011918.s91JIHOK056683@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Wed, 1 Oct 2014 19:18:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369743 - head/emulators/i386-wine-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 19:18:18 -0000 Author: dbn Date: Wed Oct 1 19:18:17 2014 New Revision: 369743 URL: https://svnweb.freebsd.org/changeset/ports/369743 QAT: https://qat.redports.org/buildarchive/r369743/ Log: Update emulators/i386-wine-devel to 1.7.27. Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 19:16:37 2014 (r369742) +++ head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 19:18:17 2014 (r369743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.7.26 +PORTVERSION= 1.7.27 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Wed Oct 1 19:16:37 2014 (r369742) +++ head/emulators/i386-wine-devel/distinfo Wed Oct 1 19:18:17 2014 (r369743) @@ -1,16 +1,16 @@ -SHA256 (freebsd:8:x86:64/i386-wine-devel-1.7.26,1.txz) = cefd221b424a83f52b0d2c3327773ecc81250ab3f77e6b4f465fdf59983b814f -SIZE (freebsd:8:x86:64/i386-wine-devel-1.7.26,1.txz) = 27105312 -SHA256 (freebsd:8:x86:64/i386-wine-compholio-1.7.26,1.txz) = a5140168d603d25bb22ab9a5ccc6cc3fe66f189ab6bfa70a9aa2b7ef22a906cc -SIZE (freebsd:8:x86:64/i386-wine-compholio-1.7.26,1.txz) = 27197940 -SHA256 (freebsd:9:x86:64/i386-wine-devel-1.7.26,1.txz) = a4b9bdc0c20290723d13d870becbe8dffa366953a4d27fefb5cc74b797917318 -SIZE (freebsd:9:x86:64/i386-wine-devel-1.7.26,1.txz) = 27341484 -SHA256 (freebsd:9:x86:64/i386-wine-compholio-1.7.26,1.txz) = a1af8e712fec4caf0e29607485b3100fd73287bc931b042ab4eb1b07926836d0 -SIZE (freebsd:9:x86:64/i386-wine-compholio-1.7.26,1.txz) = 27442328 -SHA256 (freebsd:10:x86:64/i386-wine-devel-1.7.26,1.txz) = c4965d57ff7be61de5d571cb25e7a0058369b0d948f5b99208b177251971d5fd -SIZE (freebsd:10:x86:64/i386-wine-devel-1.7.26,1.txz) = 27293788 -SHA256 (freebsd:10:x86:64/i386-wine-compholio-1.7.26,1.txz) = 2922a98f0f2bcf98571da89610603fc673e0ecb7752eb7fc833d7cf5de715f1d -SIZE (freebsd:10:x86:64/i386-wine-compholio-1.7.26,1.txz) = 27397736 -SHA256 (freebsd:11:x86:64/i386-wine-devel-1.7.26,1.txz) = 21a95046e567d761ba5e168b517918fb8c91a2137e8ad1c25a7becba90843f79 -SIZE (freebsd:11:x86:64/i386-wine-devel-1.7.26,1.txz) = 47577592 -SHA256 (freebsd:11:x86:64/i386-wine-compholio-1.7.26,1.txz) = 32b64cf7e972455003138cf83e016483ec980a162e90cc74c1301526d34da12d -SIZE (freebsd:11:x86:64/i386-wine-compholio-1.7.26,1.txz) = 47666228 +SHA256 (freebsd:8:x86:64/i386-wine-devel-1.7.27,1.txz) = 8b5dd7144c482ad7aea344f227feaa52df2d26b05f6b09a279e4b0b1206a4ea4 +SIZE (freebsd:8:x86:64/i386-wine-devel-1.7.27,1.txz) = 27296452 +SHA256 (freebsd:8:x86:64/i386-wine-compholio-1.7.27,1.txz) = b087855849a6c4596e38856ff0dfcc4f7be2aa757613e6468f79816ec909e841 +SIZE (freebsd:8:x86:64/i386-wine-compholio-1.7.27,1.txz) = 27211504 +SHA256 (freebsd:9:x86:64/i386-wine-devel-1.7.27,1.txz) = 7d9e28d216ac36141086bd8de8513e70be126a590b2e1f7dadd1887b596ab15b +SIZE (freebsd:9:x86:64/i386-wine-devel-1.7.27,1.txz) = 27538316 +SHA256 (freebsd:9:x86:64/i386-wine-compholio-1.7.27,1.txz) = fb5e2bf5a3ad511401dfb0b45854a5e00bb08b2c37fd89721eecd0068d07f029 +SIZE (freebsd:9:x86:64/i386-wine-compholio-1.7.27,1.txz) = 27460276 +SHA256 (freebsd:10:x86:64/i386-wine-devel-1.7.27,1.txz) = cc1f4ddef2369fa96e60c81c314e5c36d8f4eb0c5831826ac8f961053625c5a8 +SIZE (freebsd:10:x86:64/i386-wine-devel-1.7.27,1.txz) = 27307432 +SHA256 (freebsd:10:x86:64/i386-wine-compholio-1.7.27,1.txz) = 808c879507bcea154c7f5f88157c86511f5262399692b5cb6831538dd3e709c3 +SIZE (freebsd:10:x86:64/i386-wine-compholio-1.7.27,1.txz) = 27396852 +SHA256 (freebsd:11:x86:64/i386-wine-devel-1.7.27,1.txz) = 1ccdda3aba003a3c1d2da93348a8f5487df1a15272b66b37b0fb6f4d64e64d4c +SIZE (freebsd:11:x86:64/i386-wine-devel-1.7.27,1.txz) = 47592452 +SHA256 (freebsd:11:x86:64/i386-wine-compholio-1.7.27,1.txz) = c9c76cdbeede5ae3552a00b054dd5a14797ca0f250027f223f0e6f294905f54a +SIZE (freebsd:11:x86:64/i386-wine-compholio-1.7.27,1.txz) = 47675160 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Wed Oct 1 19:16:37 2014 (r369742) +++ head/emulators/i386-wine-devel/pkg-plist Wed Oct 1 19:18:17 2014 (r369743) @@ -184,6 +184,7 @@ include/wine/windows/cvconst.h include/wine/windows/d2d1.h include/wine/windows/d2d1.idl include/wine/windows/d2dbasetypes.h +include/wine/windows/d2derr.h include/wine/windows/d3d.h include/wine/windows/d3d10.h include/wine/windows/d3d10.idl From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 19:29:08 2014 Return-Path: Delivered-To: svn-ports-all@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 CD152AC3; Wed, 1 Oct 2014 19:29:08 +0000 (UTC) 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 B9296ADA; Wed, 1 Oct 2014 19:29:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91JT8Rr061522; Wed, 1 Oct 2014 19:29:08 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91JT8tP061521; Wed, 1 Oct 2014 19:29:08 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410011929.s91JT8tP061521@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Oct 2014 19:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369744 - head/textproc/rubygem-sass-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 19:29:08 -0000 Author: swills Date: Wed Oct 1 19:29:07 2014 New Revision: 369744 URL: https://svnweb.freebsd.org/changeset/ports/369744 QAT: https://qat.redports.org/buildarchive/r369744/ Log: textproc/rubygem-sass-rails: limit portscout to 3.x Modified: head/textproc/rubygem-sass-rails/Makefile Modified: head/textproc/rubygem-sass-rails/Makefile ============================================================================== --- head/textproc/rubygem-sass-rails/Makefile Wed Oct 1 19:18:17 2014 (r369743) +++ head/textproc/rubygem-sass-rails/Makefile Wed Oct 1 19:29:07 2014 (r369744) @@ -20,4 +20,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PORTSCOUT= limit:^3\. + .include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 19:39:09 2014 Return-Path: Delivered-To: svn-ports-all@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 28E9ED57; Wed, 1 Oct 2014 19:39:09 +0000 (UTC) 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 13FB7BC2; Wed, 1 Oct 2014 19:39:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Jd8r5066386; Wed, 1 Oct 2014 19:39:08 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Jd8jW066385; Wed, 1 Oct 2014 19:39:08 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201410011939.s91Jd8jW066385@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 1 Oct 2014 19:39:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369745 - head/dns/dnsperf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 19:39:09 -0000 Author: hrs Date: Wed Oct 1 19:39:08 2014 New Revision: 369745 URL: https://svnweb.freebsd.org/changeset/ports/369745 QAT: https://qat.redports.org/buildarchive/r369745/ Log: Update dependency. PR: 194050 Modified: head/dns/dnsperf/Makefile Modified: head/dns/dnsperf/Makefile ============================================================================== --- head/dns/dnsperf/Makefile Wed Oct 1 19:29:07 2014 (r369744) +++ head/dns/dnsperf/Makefile Wed Oct 1 19:39:08 2014 (r369745) @@ -3,7 +3,7 @@ PORTNAME= dnsperf PORTVERSION= 2.0.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Accurate performance metrics of Domain Name Services -BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind98 +BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind910 USES= iconv GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:01:36 2014 Return-Path: Delivered-To: svn-ports-all@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 AB1143C2; Wed, 1 Oct 2014 20:01:36 +0000 (UTC) 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 969F6E53; Wed, 1 Oct 2014 20:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K1aUC079109; Wed, 1 Oct 2014 20:01:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K1aGC079107; Wed, 1 Oct 2014 20:01:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410012001.s91K1aGC079107@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Oct 2014 20:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369746 - head/textproc/rubygem-spreadsheet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:01:36 -0000 Author: swills Date: Wed Oct 1 20:01:35 2014 New Revision: 369746 URL: https://svnweb.freebsd.org/changeset/ports/369746 QAT: https://qat.redports.org/buildarchive/r369746/ Log: textproc/rubygem-spreadsheet: update to 1.0.0 Modified: head/textproc/rubygem-spreadsheet/Makefile head/textproc/rubygem-spreadsheet/distinfo Modified: head/textproc/rubygem-spreadsheet/Makefile ============================================================================== --- head/textproc/rubygem-spreadsheet/Makefile Wed Oct 1 19:39:08 2014 (r369745) +++ head/textproc/rubygem-spreadsheet/Makefile Wed Oct 1 20:01:35 2014 (r369746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spreadsheet -PORTVERSION= 0.9.8 +PORTVERSION= 1.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-spreadsheet/distinfo ============================================================================== --- head/textproc/rubygem-spreadsheet/distinfo Wed Oct 1 19:39:08 2014 (r369745) +++ head/textproc/rubygem-spreadsheet/distinfo Wed Oct 1 20:01:35 2014 (r369746) @@ -1,2 +1,2 @@ -SHA256 (rubygem/spreadsheet-0.9.8.gem) = 17971f7afe5efedf2b7379a8fd708bdf1f8733de6cd6ca20ab17fc58edef0991 -SIZE (rubygem/spreadsheet-0.9.8.gem) = 4476416 +SHA256 (rubygem/spreadsheet-1.0.0.gem) = 6629a152168962081c8d686c34017868fdd6cbbb203e14101fb9ee7a43b7f83d +SIZE (rubygem/spreadsheet-1.0.0.gem) = 4476928 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:06:22 2014 Return-Path: Delivered-To: svn-ports-all@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 B1FE1630; Wed, 1 Oct 2014 20:06:22 +0000 (UTC) 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 9E139E7E; Wed, 1 Oct 2014 20:06:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K6MEk080427; Wed, 1 Oct 2014 20:06:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K6MUJ080426; Wed, 1 Oct 2014 20:06:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410012006.s91K6MUJ080426@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Oct 2014 20:06:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369747 - head/devel/rubygem-coffee-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:06:22 -0000 Author: swills Date: Wed Oct 1 20:06:21 2014 New Revision: 369747 URL: https://svnweb.freebsd.org/changeset/ports/369747 QAT: https://qat.redports.org/buildarchive/r369747/ Log: devel/rubygem-coffee-rails: limit portscout to 3.x Modified: head/devel/rubygem-coffee-rails/Makefile Modified: head/devel/rubygem-coffee-rails/Makefile ============================================================================== --- head/devel/rubygem-coffee-rails/Makefile Wed Oct 1 20:01:35 2014 (r369746) +++ head/devel/rubygem-coffee-rails/Makefile Wed Oct 1 20:06:21 2014 (r369747) @@ -17,4 +17,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PORTSCOUT= limit:^3\. + .include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:06:47 2014 Return-Path: Delivered-To: svn-ports-all@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 230FB710; Wed, 1 Oct 2014 20:06:47 +0000 (UTC) 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 0CD42E86; Wed, 1 Oct 2014 20:06:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K6kvv080610; Wed, 1 Oct 2014 20:06:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K6k1C080607; Wed, 1 Oct 2014 20:06:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012006.s91K6k1C080607@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:06:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369748 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:06:47 -0000 Author: sunpoet Date: Wed Oct 1 20:06:45 2014 New Revision: 369748 URL: https://svnweb.freebsd.org/changeset/ports/369748 QAT: https://qat.redports.org/buildarchive/r369748/ Log: - Update to 2.0.2 - Cleanup PLIST Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Wed Oct 1 20:06:21 2014 (r369747) +++ head/www/npm/Makefile Wed Oct 1 20:06:45 2014 (r369748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 1.4.27 +PORTVERSION= 2.0.2 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -63,7 +63,7 @@ maketar: do-clean @${REINPLACE_CMD} -e 's|linkBins, linkMans|linkBins|; /manRoot/ s|, "share"||' ${MS_WRKSRC}/${MS_DISTNAME}/lib/build.js ${MS_WRKSRC}/${MS_DISTNAME}/lib/unbuild.js @${REINPLACE_CMD} -e '1 s|#!/bin/bash|#!${LOCALBASE}/bin/bash|; s|${MAKE}|${GMAKE}|g; s|perl -pi|perl -p|' ${MS_WRKSRC}/${MS_DISTNAME}/scripts/doc-build.sh @${GREP} -lr share/man ${MS_WRKSRC}/${MS_DISTNAME}/doc/ ${MS_WRKSRC}/${MS_DISTNAME}/scripts/ | ${XARGS} -I % ${REINPLACE_CMD} 's|share/man|man|g' % - @cd ${MS_WRKSRC}/${MS_DISTNAME}/ && ${GMAKE} docclean markedclean ronnclean all html/doc/misc/npm-index.html + @cd ${MS_WRKSRC}/${MS_DISTNAME}/ && ${GMAKE} docclean markedclean all html/doc/misc/npm-index.html @${FIND} ${MS_WRKSRC}/${MS_DISTNAME}/ -type d -exec ${CHMOD} 755 '{}' \; @${FIND} ${MS_WRKSRC}/${MS_DISTNAME}/ -type f -exec ${CHMOD} 644 '{}' \; @${FIND} ${MS_WRKSRC}/${MS_DISTNAME}/ -type f -name '*.sh' -exec ${CHMOD} 755 '{}' \; Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Wed Oct 1 20:06:21 2014 (r369747) +++ head/www/npm/distinfo Wed Oct 1 20:06:45 2014 (r369748) @@ -1,2 +1,2 @@ -SHA256 (npm-1.4.27.tar.xz) = 3f0de749ec4e0bc34db3b5486bdeb4297de7da5c8d933c9a5d1080b47d6748e0 -SIZE (npm-1.4.27.tar.xz) = 1892976 +SHA256 (npm-2.0.2.tar.xz) = 0c5f11a6773094141c11fae68f7b1180c94c2bdaccc13d92e6257c42cc7bcd48 +SIZE (npm-2.0.2.tar.xz) = 1923848 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Wed Oct 1 20:06:21 2014 (r369747) +++ head/www/npm/pkg-plist Wed Oct 1 20:06:45 2014 (r369748) @@ -114,6 +114,7 @@ lib/node_modules/npm/doc/misc/npm-disput lib/node_modules/npm/doc/misc/npm-faq.md lib/node_modules/npm/doc/misc/npm-index.md lib/node_modules/npm/doc/misc/npm-registry.md +lib/node_modules/npm/doc/misc/npm-scope.md lib/node_modules/npm/doc/misc/npm-scripts.md lib/node_modules/npm/doc/misc/removing-npm.md lib/node_modules/npm/doc/misc/semver.md @@ -218,6 +219,7 @@ lib/node_modules/npm/html/doc/misc/npm-d lib/node_modules/npm/html/doc/misc/npm-faq.html lib/node_modules/npm/html/doc/misc/npm-index.html lib/node_modules/npm/html/doc/misc/npm-registry.html +lib/node_modules/npm/html/doc/misc/npm-scope.html lib/node_modules/npm/html/doc/misc/npm-scripts.html lib/node_modules/npm/html/doc/misc/removing-npm.html lib/node_modules/npm/html/doc/misc/semver.html @@ -287,13 +289,12 @@ lib/node_modules/npm/lib/utils/completio lib/node_modules/npm/lib/utils/completion/installed-shallow.js lib/node_modules/npm/lib/utils/depr-check.js lib/node_modules/npm/lib/utils/error-handler.js -lib/node_modules/npm/lib/utils/fetch.js lib/node_modules/npm/lib/utils/gently-rm.js lib/node_modules/npm/lib/utils/git.js -lib/node_modules/npm/lib/utils/is-git-url.js lib/node_modules/npm/lib/utils/lifecycle.js lib/node_modules/npm/lib/utils/link.js lib/node_modules/npm/lib/utils/locker.js +lib/node_modules/npm/lib/utils/map-to-registry.js lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/version.js lib/node_modules/npm/lib/view.js @@ -401,6 +402,7 @@ lib/node_modules/npm/man/man7/npm-disput lib/node_modules/npm/man/man7/npm-faq.7.gz lib/node_modules/npm/man/man7/npm-index.7.gz lib/node_modules/npm/man/man7/npm-registry.7.gz +lib/node_modules/npm/man/man7/npm-scope.7.gz lib/node_modules/npm/man/man7/npm-scripts.7.gz lib/node_modules/npm/man/man7/removing-npm.7.gz lib/node_modules/npm/man/man7/semver.7.gz @@ -441,6 +443,14 @@ lib/node_modules/npm/node_modules/ansist lib/node_modules/npm/node_modules/archy/README.markdown lib/node_modules/npm/node_modules/archy/index.js lib/node_modules/npm/node_modules/archy/package.json +lib/node_modules/npm/node_modules/async-some/.eslintrc +lib/node_modules/npm/node_modules/async-some/.npmignore +lib/node_modules/npm/node_modules/async-some/README.md +lib/node_modules/npm/node_modules/async-some/package.json +lib/node_modules/npm/node_modules/async-some/some.js +lib/node_modules/npm/node_modules/async-some/test/base-case.js +lib/node_modules/npm/node_modules/async-some/test/parameters.js +lib/node_modules/npm/node_modules/async-some/test/simple.js lib/node_modules/npm/node_modules/block-stream/LICENCE lib/node_modules/npm/node_modules/block-stream/README.md lib/node_modules/npm/node_modules/block-stream/bench/block-stream-pause.js @@ -521,12 +531,38 @@ lib/node_modules/npm/node_modules/column lib/node_modules/npm/node_modules/columnify/package.json lib/node_modules/npm/node_modules/columnify/utils.js lib/node_modules/npm/node_modules/columnify/width.js +lib/node_modules/npm/node_modules/dezalgo/README.md +lib/node_modules/npm/node_modules/dezalgo/dezalgo.js +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/LICENSE.md +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/README.md +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/asap.js +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/package.json +lib/node_modules/npm/node_modules/dezalgo/package.json +lib/node_modules/npm/node_modules/dezalgo/test/basic.js lib/node_modules/npm/node_modules/editor/LICENSE lib/node_modules/npm/node_modules/editor/README.markdown lib/node_modules/npm/node_modules/editor/example/beep.json lib/node_modules/npm/node_modules/editor/example/edit.js lib/node_modules/npm/node_modules/editor/index.js lib/node_modules/npm/node_modules/editor/package.json +lib/node_modules/npm/node_modules/fs-vacuum/.eslintrc +lib/node_modules/npm/node_modules/fs-vacuum/.npmignore +lib/node_modules/npm/node_modules/fs-vacuum/README.md +lib/node_modules/npm/node_modules/fs-vacuum/package.json +lib/node_modules/npm/node_modules/fs-vacuum/test/arguments.js +lib/node_modules/npm/node_modules/fs-vacuum/test/base-leaf-mismatch.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-file-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-link-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-link-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/other-directories-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/vacuum.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/LICENSE +lib/node_modules/npm/node_modules/fs-write-stream-atomic/README.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/index.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json +lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/basic.js lib/node_modules/npm/node_modules/fstream-npm/.npmignore lib/node_modules/npm/node_modules/fstream-npm/LICENSE lib/node_modules/npm/node_modules/fstream-npm/README.md @@ -839,6 +875,39 @@ lib/node_modules/npm/node_modules/nopt/e lib/node_modules/npm/node_modules/nopt/lib/nopt.js lib/node_modules/npm/node_modules/nopt/package.json lib/node_modules/npm/node_modules/nopt/test/basic.js +lib/node_modules/npm/node_modules/normalize-package-data/.npmignore +lib/node_modules/npm/node_modules/normalize-package-data/.travis.yml +lib/node_modules/npm/node_modules/normalize-package-data/AUTHORS +lib/node_modules/npm/node_modules/normalize-package-data/LICENSE +lib/node_modules/npm/node_modules/normalize-package-data/README.md +lib/node_modules/npm/node_modules/normalize-package-data/lib/core_module_names.json +lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +lib/node_modules/npm/node_modules/normalize-package-data/package.json +lib/node_modules/npm/node_modules/normalize-package-data/test/basic.js +lib/node_modules/npm/node_modules/normalize-package-data/test/consistency.js +lib/node_modules/npm/node_modules/normalize-package-data/test/dependencies.js +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/async.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/http-server.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/movefile.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/no-description.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/npm.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/read-package-json.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/request.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/underscore.json +lib/node_modules/npm/node_modules/normalize-package-data/test/github-urls.js +lib/node_modules/npm/node_modules/normalize-package-data/test/normalize.js +lib/node_modules/npm/node_modules/normalize-package-data/test/scoped.js +lib/node_modules/npm/node_modules/normalize-package-data/test/strict.js +lib/node_modules/npm/node_modules/normalize-package-data/test/typo.js lib/node_modules/npm/node_modules/npm-cache-filename/LICENSE lib/node_modules/npm/node_modules/npm-cache-filename/README.md lib/node_modules/npm/node_modules/npm-cache-filename/index.js @@ -851,14 +920,24 @@ lib/node_modules/npm/node_modules/npm-in lib/node_modules/npm/node_modules/npm-install-checks/test/check-engine.js lib/node_modules/npm/node_modules/npm-install-checks/test/check-git.js lib/node_modules/npm/node_modules/npm-install-checks/test/check-platform.js +lib/node_modules/npm/node_modules/npm-package-arg/LICENSE +lib/node_modules/npm/node_modules/npm-package-arg/README.md +lib/node_modules/npm/node_modules/npm-package-arg/npa.js +lib/node_modules/npm/node_modules/npm-package-arg/package.json +lib/node_modules/npm/node_modules/npm-package-arg/test/basic.js +lib/node_modules/npm/node_modules/npm-package-arg/test/windows.js lib/node_modules/npm/node_modules/npm-registry-client/.npmignore lib/node_modules/npm/node_modules/npm-registry-client/LICENSE lib/node_modules/npm/node_modules/npm-registry-client/README.md lib/node_modules/npm/node_modules/npm-registry-client/index.js lib/node_modules/npm/node_modules/npm-registry-client/lib/adduser.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/attempt.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/authify.js lib/node_modules/npm/node_modules/npm-registry-client/lib/bugs.js lib/node_modules/npm/node_modules/npm-registry-client/lib/deprecate.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/initialize.js lib/node_modules/npm/node_modules/npm-registry-client/lib/publish.js lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js lib/node_modules/npm/node_modules/npm-registry-client/lib/star.js @@ -866,17 +945,29 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/lib/tag.js lib/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js lib/node_modules/npm/node_modules/npm-registry-client/lib/upload.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/util/nerf-dart.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js lib/node_modules/npm/node_modules/npm-registry-client/package.json lib/node_modules/npm/node_modules/npm-registry-client/test/00-setup.js lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-new.js lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-update.js lib/node_modules/npm/node_modules/npm-registry-client/test/bugs.js lib/node_modules/npm/node_modules/npm-registry-client/test/deprecate.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-404.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-408.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-503.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-authed.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-basic.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-not-authed.js lib/node_modules/npm/node_modules/npm-registry-client/test/get-all.js lib/node_modules/npm/node_modules/npm-registry-client/test/get-basic.js +lib/node_modules/npm/node_modules/npm-registry-client/test/get-error-403.js lib/node_modules/npm/node_modules/npm-registry-client/test/lib/common.js lib/node_modules/npm/node_modules/npm-registry-client/test/lib/server.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-again-scoped.js lib/node_modules/npm/node_modules/npm-registry-client/test/publish-again.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-scoped-auth-token.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-scoped.js lib/node_modules/npm/node_modules/npm-registry-client/test/publish.js lib/node_modules/npm/node_modules/npm-registry-client/test/redirects.js lib/node_modules/npm/node_modules/npm-registry-client/test/request-gzip-content.js @@ -884,8 +975,10 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/test/star.js lib/node_modules/npm/node_modules/npm-registry-client/test/stars.js lib/node_modules/npm/node_modules/npm-registry-client/test/tag.js +lib/node_modules/npm/node_modules/npm-registry-client/test/unpublish-scoped.js lib/node_modules/npm/node_modules/npm-registry-client/test/unpublish.js lib/node_modules/npm/node_modules/npm-registry-client/test/upload.js +lib/node_modules/npm/node_modules/npm-registry-client/test/whoami.js lib/node_modules/npm/node_modules/npm-registry-client/test/zz-cleanup.js lib/node_modules/npm/node_modules/npm-user-validate/.npmignore lib/node_modules/npm/node_modules/npm-user-validate/.travis.yml @@ -901,9 +994,12 @@ lib/node_modules/npm/node_modules/npmcon lib/node_modules/npm/node_modules/npmconf/README.md lib/node_modules/npm/node_modules/npmconf/config-defs.js lib/node_modules/npm/node_modules/npmconf/lib/find-prefix.js +lib/node_modules/npm/node_modules/npmconf/lib/get-credentials-by-uri.js lib/node_modules/npm/node_modules/npmconf/lib/load-cafile.js lib/node_modules/npm/node_modules/npmconf/lib/load-prefix.js lib/node_modules/npm/node_modules/npmconf/lib/load-uid.js +lib/node_modules/npm/node_modules/npmconf/lib/nerf-dart.js +lib/node_modules/npm/node_modules/npmconf/lib/set-credentials-by-uri.js lib/node_modules/npm/node_modules/npmconf/lib/set-user.js lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/.npmignore lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/LICENCE @@ -930,6 +1026,7 @@ lib/node_modules/npm/node_modules/npmcon lib/node_modules/npm/node_modules/npmconf/test/basic.js lib/node_modules/npm/node_modules/npmconf/test/builtin.js lib/node_modules/npm/node_modules/npmconf/test/certfile.js +lib/node_modules/npm/node_modules/npmconf/test/credentials.js lib/node_modules/npm/node_modules/npmconf/test/fixtures/.npmrc lib/node_modules/npm/node_modules/npmconf/test/fixtures/builtin lib/node_modules/npm/node_modules/npmconf/test/fixtures/globalconfig @@ -938,6 +1035,7 @@ lib/node_modules/npm/node_modules/npmcon lib/node_modules/npm/node_modules/npmconf/test/fixtures/userconfig lib/node_modules/npm/node_modules/npmconf/test/project.js lib/node_modules/npm/node_modules/npmconf/test/save.js +lib/node_modules/npm/node_modules/npmconf/test/semver-tag.js lib/node_modules/npm/node_modules/npmlog/.npmrc lib/node_modules/npm/node_modules/npmlog/LICENSE lib/node_modules/npm/node_modules/npmlog/README.md @@ -967,6 +1065,23 @@ lib/node_modules/npm/node_modules/path-i lib/node_modules/npm/node_modules/read-installed/.npmignore lib/node_modules/npm/node_modules/read-installed/LICENSE lib/node_modules/npm/node_modules/read-installed/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/LICENSE +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/debuglog.js +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/package.json +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/LICENSE +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/package.json +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/readdir.js +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/basic.js +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@org/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@org/y/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@scope/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@scope/y/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/a/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/a/y/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/b/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/b/y/.keep lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend/README.md lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend/extend.js lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend/package.json @@ -974,52 +1089,25 @@ lib/node_modules/npm/node_modules/read-i lib/node_modules/npm/node_modules/read-installed/package.json lib/node_modules/npm/node_modules/read-installed/read-installed.js lib/node_modules/npm/node_modules/read-installed/test/basic.js +lib/node_modules/npm/node_modules/read-installed/test/cyclic-extraneous-peer-deps.js lib/node_modules/npm/node_modules/read-installed/test/depth-0.js lib/node_modules/npm/node_modules/read-installed/test/depth-1.js lib/node_modules/npm/node_modules/read-installed/test/dev.js +lib/node_modules/npm/node_modules/read-installed/test/extraneous-dev.js lib/node_modules/npm/node_modules/read-installed/test/extraneous.js lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected/package.json +lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-dev-dep/package.json +lib/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer-dev/package.json lib/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer/package.json lib/node_modules/npm/node_modules/read-installed/test/fixtures/package.json +lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer-dev.js lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer.js +lib/node_modules/npm/node_modules/read-installed/test/linked-dep-dev-deps-extraneous.js lib/node_modules/npm/node_modules/read-installed/test/noargs.js lib/node_modules/npm/node_modules/read-installed/test/peer-dep-at-latest.js lib/node_modules/npm/node_modules/read-package-json/.npmignore lib/node_modules/npm/node_modules/read-package-json/LICENSE lib/node_modules/npm/node_modules/read-package-json/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/.npmignore -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/.travis.yml -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/AUTHORS -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/LICENSE -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/core_module_names.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/extract_description.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/fixer.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/make_warning.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/normalize.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/safe_format.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/typos.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/warning_messages.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/basic.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/consistency.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/dependencies.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/async.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/bcrypt.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/coffee-script.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/http-server.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/movefile.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/no-description.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/node-module_exist.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/npm.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/read-package-json.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/request.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/underscore.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/github-urls.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/normalize.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/scoped.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/strict.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/typo.js lib/node_modules/npm/node_modules/read-package-json/package.json lib/node_modules/npm/node_modules/read-package-json/read-json.js lib/node_modules/npm/node_modules/read-package-json/test/basic.js @@ -1065,10 +1153,9 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/.jshintrc lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/bl/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/bl/LICENSE.md lib/node_modules/npm/node_modules/request/node_modules/bl/README.md lib/node_modules/npm/node_modules/request/node_modules/bl/bl.js lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/.npmignore @@ -1322,7 +1409,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/package.json lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/test.js lib/node_modules/npm/node_modules/request/node_modules/qs/.jshintignore -lib/node_modules/npm/node_modules/request/node_modules/qs/.jshintrc lib/node_modules/npm/node_modules/request/node_modules/qs/.npmignore lib/node_modules/npm/node_modules/request/node_modules/qs/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/qs/CONTRIBUTING.md @@ -1361,7 +1447,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/public-suffix.txt lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test.js -lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/.jshintrc lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/LICENSE lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/README.md lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/index.js @@ -1397,8 +1482,8 @@ lib/node_modules/npm/node_modules/semver lib/node_modules/npm/node_modules/semver/Makefile lib/node_modules/npm/node_modules/semver/README.md lib/node_modules/npm/node_modules/semver/bin/semver -lib/node_modules/npm/node_modules/semver/foot.js -lib/node_modules/npm/node_modules/semver/head.js +lib/node_modules/npm/node_modules/semver/foot.js.txt +lib/node_modules/npm/node_modules/semver/head.js.txt lib/node_modules/npm/node_modules/semver/package.json lib/node_modules/npm/node_modules/semver/semver.browser.js lib/node_modules/npm/node_modules/semver/semver.browser.js.gz @@ -1406,6 +1491,7 @@ lib/node_modules/npm/node_modules/semver lib/node_modules/npm/node_modules/semver/semver.min.js lib/node_modules/npm/node_modules/semver/semver.min.js.gz lib/node_modules/npm/node_modules/semver/test/amd.js +lib/node_modules/npm/node_modules/semver/test/clean.js lib/node_modules/npm/node_modules/semver/test/gtr.js lib/node_modules/npm/node_modules/semver/test/index.js lib/node_modules/npm/node_modules/semver/test/ltr.js @@ -1511,6 +1597,11 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/which/bin/which lib/node_modules/npm/node_modules/which/package.json lib/node_modules/npm/node_modules/which/which.js +lib/node_modules/npm/node_modules/write-file-atomic/.npmignore +lib/node_modules/npm/node_modules/write-file-atomic/README.md +lib/node_modules/npm/node_modules/write-file-atomic/index.js +lib/node_modules/npm/node_modules/write-file-atomic/package.json +lib/node_modules/npm/node_modules/write-file-atomic/test/basic.js lib/node_modules/npm/package.json lib/node_modules/npm/scripts/clean-old.sh lib/node_modules/npm/scripts/doc-build.sh @@ -1600,7 +1691,9 @@ lib/node_modules/npm/test/packages/npm-t lib/node_modules/npm/test/run.js lib/node_modules/npm/test/tap/00-check-mock-dep.js lib/node_modules/npm/test/tap/00-verify-bundle-deps.js +lib/node_modules/npm/test/tap/00-verify-ls-ok.js lib/node_modules/npm/test/tap/404-parent.js +lib/node_modules/npm/test/tap/cache-add-localdir-fallback.js lib/node_modules/npm/test/tap/cache-add-unpublished.js lib/node_modules/npm/test/tap/cache-shasum.js lib/node_modules/npm/test/tap/circular-dep.js @@ -1612,6 +1705,7 @@ lib/node_modules/npm/test/tap/false_name lib/node_modules/npm/test/tap/false_name/index.js lib/node_modules/npm/test/tap/false_name/package.json lib/node_modules/npm/test/tap/git-cache-locking.js +lib/node_modules/npm/test/tap/git-cache-permissions.js lib/node_modules/npm/test/tap/global-prefix-set-in-userconfig.js lib/node_modules/npm/test/tap/ignore-install-link.js lib/node_modules/npm/test/tap/ignore-scripts.js @@ -1622,30 +1716,57 @@ lib/node_modules/npm/test/tap/ignore-shr lib/node_modules/npm/test/tap/ignore-shrinkwrap/package.json lib/node_modules/npm/test/tap/install-at-locally.js lib/node_modules/npm/test/tap/install-at-locally/package@1.2.3/package.json +lib/node_modules/npm/test/tap/install-cli-production.js +lib/node_modules/npm/test/tap/install-cli-production/dependency/package.json +lib/node_modules/npm/test/tap/install-cli-production/dev-dependency/package.json +lib/node_modules/npm/test/tap/install-cli-production/package.json lib/node_modules/npm/test/tap/install-cli-unicode.js lib/node_modules/npm/test/tap/install-cli/README.md lib/node_modules/npm/test/tap/install-cli/index.js lib/node_modules/npm/test/tap/install-cli/package.json +lib/node_modules/npm/test/tap/install-from-local.js +lib/node_modules/npm/test/tap/install-from-local/package-local-dependency/package.json +lib/node_modules/npm/test/tap/install-from-local/package-local-dev-dependency/package.json +lib/node_modules/npm/test/tap/install-from-local/package-with-local-paths/package.json lib/node_modules/npm/test/tap/install-save-exact.js lib/node_modules/npm/test/tap/install-save-exact/README.md lib/node_modules/npm/test/tap/install-save-exact/index.js lib/node_modules/npm/test/tap/install-save-exact/package.json +lib/node_modules/npm/test/tap/install-save-local.js +lib/node_modules/npm/test/tap/install-save-local/package-local-dependency/package.json +lib/node_modules/npm/test/tap/install-save-local/package-local-dev-dependency/package.json +lib/node_modules/npm/test/tap/install-save-local/package/package.json lib/node_modules/npm/test/tap/install-save-prefix.js lib/node_modules/npm/test/tap/install-save-prefix/README.md lib/node_modules/npm/test/tap/install-save-prefix/index.js lib/node_modules/npm/test/tap/install-save-prefix/package.json +lib/node_modules/npm/test/tap/install-scoped-link.js +lib/node_modules/npm/test/tap/install-scoped/package.json +lib/node_modules/npm/test/tap/install-scoped/world.js lib/node_modules/npm/test/tap/invalid-cmd-exit-code.js +lib/node_modules/npm/test/tap/lifecycle-path.js +lib/node_modules/npm/test/tap/lifecycle-path/package.json +lib/node_modules/npm/test/tap/lifecycle-path/print-path.js lib/node_modules/npm/test/tap/lifecycle-signal.js lib/node_modules/npm/test/tap/lifecycle-signal/package.json lib/node_modules/npm/test/tap/lifecycle.js +lib/node_modules/npm/test/tap/login-always-auth.js lib/node_modules/npm/test/tap/ls-depth-cli.js lib/node_modules/npm/test/tap/ls-depth-unmet.js lib/node_modules/npm/test/tap/ls-depth-unmet/package.json lib/node_modules/npm/test/tap/ls-depth/package.json lib/node_modules/npm/test/tap/ls-no-results.js lib/node_modules/npm/test/tap/maybe-github.js +lib/node_modules/npm/test/tap/nested-extraneous.js lib/node_modules/npm/test/tap/noargs-install-config-save.js lib/node_modules/npm/test/tap/npm-api-not-loaded-error.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/d1/package.json +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/d2/blart.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/d2/package.json +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/bad-server.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/package.json +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/package.json lib/node_modules/npm/test/tap/outdated-color.js lib/node_modules/npm/test/tap/outdated-depth.js lib/node_modules/npm/test/tap/outdated-depth/README.md @@ -1664,6 +1785,7 @@ lib/node_modules/npm/test/tap/outdated.j lib/node_modules/npm/test/tap/outdated/README.md lib/node_modules/npm/test/tap/outdated/index.js lib/node_modules/npm/test/tap/outdated/package.json +lib/node_modules/npm/test/tap/pack-scoped.js lib/node_modules/npm/test/tap/package-with-peer-dep/package.json lib/node_modules/npm/test/tap/peer-deps-invalid.js lib/node_modules/npm/test/tap/peer-deps-invalid/file-fail.js @@ -1679,9 +1801,13 @@ lib/node_modules/npm/test/tap/prepublish lib/node_modules/npm/test/tap/prune.js lib/node_modules/npm/test/tap/prune/package.json lib/node_modules/npm/test/tap/publish-config.js +lib/node_modules/npm/test/tap/publish-scoped.js +lib/node_modules/npm/test/tap/pwd-prefix.js lib/node_modules/npm/test/tap/referer.js lib/node_modules/npm/test/tap/registry.js lib/node_modules/npm/test/tap/repo.js +lib/node_modules/npm/test/tap/run-script.js +lib/node_modules/npm/test/tap/run-script/package.json lib/node_modules/npm/test/tap/scripts-whitespace-windows.js lib/node_modules/npm/test/tap/scripts-whitespace-windows/README.md lib/node_modules/npm/test/tap/scripts-whitespace-windows/dep/README.md @@ -1689,6 +1815,7 @@ lib/node_modules/npm/test/tap/scripts-wh lib/node_modules/npm/test/tap/scripts-whitespace-windows/dep/package.json lib/node_modules/npm/test/tap/scripts-whitespace-windows/package.json lib/node_modules/npm/test/tap/semver-doc.js +lib/node_modules/npm/test/tap/semver-tag.js lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency.js lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency/desired-shrinkwrap-results.json lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency/package.json @@ -1716,390 +1843,6 @@ lib/node_modules/npm/test/tap/update-sav lib/node_modules/npm/test/tap/url-dependencies.js lib/node_modules/npm/test/tap/url-dependencies/package.json lib/node_modules/npm/test/tap/version-no-tags.js +lib/node_modules/npm/test/tap/whoami.js lib/node_modules/npm/test/update-test.sh lib/node_modules/npm/wercker.yml -@dirrm lib/node_modules/npm/test/tap/url-dependencies -@dirrm lib/node_modules/npm/test/tap/update-save -@dirrm lib/node_modules/npm/test/tap/unpack-foreign-tarball -@dirrm lib/node_modules/npm/test/tap/uninstall-package -@dirrm lib/node_modules/npm/test/tap/startstop -@dirrm lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency -@dirrm lib/node_modules/npm/test/tap/shrinkwrap-empty-deps -@dirrm lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency -@dirrm lib/node_modules/npm/test/tap/scripts-whitespace-windows/dep/bin -@dirrm lib/node_modules/npm/test/tap/scripts-whitespace-windows/dep -@dirrm lib/node_modules/npm/test/tap/scripts-whitespace-windows -@dirrm lib/node_modules/npm/test/tap/prune -@dirrm lib/node_modules/npm/test/tap/peer-deps-without-package-json -@dirrm lib/node_modules/npm/test/tap/peer-deps-invalid -@dirrm lib/node_modules/npm/test/tap/peer-deps -@dirrm lib/node_modules/npm/test/tap/package-with-peer-dep -@dirrm lib/node_modules/npm/test/tap/outdated-new-versions -@dirrm lib/node_modules/npm/test/tap/outdated-include-devdependencies -@dirrm lib/node_modules/npm/test/tap/outdated-git -@dirrm lib/node_modules/npm/test/tap/outdated-depth -@dirrm lib/node_modules/npm/test/tap/outdated -@dirrm lib/node_modules/npm/test/tap/ls-depth-unmet -@dirrm lib/node_modules/npm/test/tap/ls-depth -@dirrm lib/node_modules/npm/test/tap/lifecycle-signal -@dirrm lib/node_modules/npm/test/tap/install-save-prefix -@dirrm lib/node_modules/npm/test/tap/install-save-exact -@dirrm lib/node_modules/npm/test/tap/install-cli -@dirrm lib/node_modules/npm/test/tap/install-at-locally/package@1.2.3 -@dirrm lib/node_modules/npm/test/tap/install-at-locally -@dirrm lib/node_modules/npm/test/tap/ignore-shrinkwrap -@dirrm lib/node_modules/npm/test/tap/ignore-scripts -@dirrm lib/node_modules/npm/test/tap/false_name -@dirrm lib/node_modules/npm/test/tap/dedupe -@dirrm lib/node_modules/npm/test/tap/circular-dep/minimist -@dirrm lib/node_modules/npm/test/tap/circular-dep -@dirrm lib/node_modules/npm/test/tap -@dirrm lib/node_modules/npm/test/packages/npm-test-url-dep -@dirrm lib/node_modules/npm/test/packages/npm-test-test-package -@dirrm lib/node_modules/npm/test/packages/npm-test-shrinkwrap -@dirrm lib/node_modules/npm/test/packages/npm-test-private -@dirrm lib/node_modules/npm/test/packages/npm-test-platform-all -@dirrm lib/node_modules/npm/test/packages/npm-test-platform -@dirrm lib/node_modules/npm/test/packages/npm-test-optional-deps -@dirrm lib/node_modules/npm/test/packages/npm-test-missing-bindir -@dirrm lib/node_modules/npm/test/packages/npm-test-ignore/sub -@dirrm lib/node_modules/npm/test/packages/npm-test-ignore-nested-nm/lib/node_modules -@dirrm lib/node_modules/npm/test/packages/npm-test-ignore-nested-nm/lib -@dirrm lib/node_modules/npm/test/packages/npm-test-ignore-nested-nm -@dirrm lib/node_modules/npm/test/packages/npm-test-ignore -@dirrm lib/node_modules/npm/test/packages/npm-test-files/sub -@dirrm lib/node_modules/npm/test/packages/npm-test-files -@dirrm lib/node_modules/npm/test/packages/npm-test-env-reader -@dirrm lib/node_modules/npm/test/packages/npm-test-dir-bin/bin -@dirrm lib/node_modules/npm/test/packages/npm-test-dir-bin -@dirrm lib/node_modules/npm/test/packages/npm-test-bundled-git -@dirrm lib/node_modules/npm/test/packages/npm-test-blerg3 -@dirrm lib/node_modules/npm/test/packages/npm-test-blerg -@dirrm lib/node_modules/npm/test/packages/npm-test-array-bin/bin -@dirrm lib/node_modules/npm/test/packages/npm-test-array-bin -@dirrm lib/node_modules/npm/test/packages -@dirrm lib/node_modules/npm/test/disabled/slow -@dirrm lib/node_modules/npm/test/disabled/package-foo -@dirrm lib/node_modules/npm/test/disabled/package-config -@dirrm lib/node_modules/npm/test/disabled/package-bar -@dirrm lib/node_modules/npm/test/disabled/outdated-depth-integer -@dirrm lib/node_modules/npm/test/disabled/fast -@dirrm lib/node_modules/npm/test/disabled/failer -@dirrm lib/node_modules/npm/test/disabled/change-bin-2/bin -@dirrm lib/node_modules/npm/test/disabled/change-bin-2 -@dirrm lib/node_modules/npm/test/disabled/change-bin-1/bin -@dirrm lib/node_modules/npm/test/disabled/change-bin-1 -@dirrm lib/node_modules/npm/test/disabled/bundlerecurs -@dirrm lib/node_modules/npm/test/disabled -@dirrm lib/node_modules/npm/test -@dirrm lib/node_modules/npm/scripts -@dirrm lib/node_modules/npm/node_modules/which/bin -@dirrm lib/node_modules/npm/node_modules/which -@dirrm lib/node_modules/npm/node_modules/uid-number -@dirrm lib/node_modules/npm/node_modules/text-table/test -@dirrm lib/node_modules/npm/node_modules/text-table/example -@dirrm lib/node_modules/npm/node_modules/text-table -@dirrm lib/node_modules/npm/node_modules/tar/test -@dirrm lib/node_modules/npm/node_modules/tar/lib -@dirrm lib/node_modules/npm/node_modules/tar/examples -@dirrm lib/node_modules/npm/node_modules/tar -@dirrm lib/node_modules/npm/node_modules/sorted-object/lib -@dirrm lib/node_modules/npm/node_modules/sorted-object -@dirrm lib/node_modules/npm/node_modules/slide/lib -@dirrm lib/node_modules/npm/node_modules/slide -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/string_decoder -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/isarray/build -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/isarray -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/core-util-is/lib -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/core-util-is -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib -@dirrm lib/node_modules/npm/node_modules/sha/node_modules/readable-stream -@dirrm lib/node_modules/npm/node_modules/sha/node_modules -@dirrm lib/node_modules/npm/node_modules/sha -@dirrm lib/node_modules/npm/node_modules/semver/test -@dirrm lib/node_modules/npm/node_modules/semver/bin -@dirrm lib/node_modules/npm/node_modules/semver -@dirrm lib/node_modules/npm/node_modules/rimraf/test -@dirrm lib/node_modules/npm/node_modules/rimraf -@dirrm lib/node_modules/npm/node_modules/retry/test/integration -@dirrm lib/node_modules/npm/node_modules/retry/test -@dirrm lib/node_modules/npm/node_modules/retry/lib -@dirrm lib/node_modules/npm/node_modules/retry/example -@dirrm lib/node_modules/npm/node_modules/retry -@dirrm lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent -@dirrm lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode -@dirrm lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/tough-cookie -@dirrm lib/node_modules/npm/node_modules/request/node_modules/stringstream -@dirrm lib/node_modules/npm/node_modules/request/node_modules/qs/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/qs/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/qs -@dirrm lib/node_modules/npm/node_modules/request/node_modules/oauth-sign -@dirrm lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark -@dirrm lib/node_modules/npm/node_modules/request/node_modules/node-uuid -@dirrm lib/node_modules/npm/node_modules/request/node_modules/mime-types/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/mime-types -@dirrm lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tools -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/man/man3ctype -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/man -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/tst -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1 -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/http-signature -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/examples -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/images -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/images -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/images -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk/example -@dirrm lib/node_modules/npm/node_modules/request/node_modules/hawk -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime/types -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/form-data -@dirrm lib/node_modules/npm/node_modules/request/node_modules/forever-agent -@dirrm lib/node_modules/npm/node_modules/request/node_modules/caseless -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/test -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/build -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/lib -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules -@dirrm lib/node_modules/npm/node_modules/request/node_modules/bl -@dirrm lib/node_modules/npm/node_modules/request/node_modules/aws-sign2 -@dirrm lib/node_modules/npm/node_modules/request/node_modules -@dirrm lib/node_modules/npm/node_modules/request/lib -@dirrm lib/node_modules/npm/node_modules/request -@dirrm lib/node_modules/npm/node_modules/read/test -@dirrm lib/node_modules/npm/node_modules/read/node_modules/mute-stream/test -@dirrm lib/node_modules/npm/node_modules/read/node_modules/mute-stream -@dirrm lib/node_modules/npm/node_modules/read/node_modules -@dirrm lib/node_modules/npm/node_modules/read/lib -@dirrm lib/node_modules/npm/node_modules/read/example -@dirrm lib/node_modules/npm/node_modules/read-package-json/test/fixtures/readmes -@dirrm lib/node_modules/npm/node_modules/read-package-json/test/fixtures -@dirrm lib/node_modules/npm/node_modules/read-package-json/test -@dirrm lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures -@dirrm lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/test -@dirrm lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib -@dirrm lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data -@dirrm lib/node_modules/npm/node_modules/read-package-json/node_modules -@dirrm lib/node_modules/npm/node_modules/read-package-json -@dirrm lib/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer -@dirrm lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected -@dirrm lib/node_modules/npm/node_modules/read-installed/test/fixtures -@dirrm lib/node_modules/npm/node_modules/read-installed/test -@dirrm lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend -@dirrm lib/node_modules/npm/node_modules/read-installed/node_modules -@dirrm lib/node_modules/npm/node_modules/read-installed -@dirrm lib/node_modules/npm/node_modules/read -@dirrm lib/node_modules/npm/node_modules/path-is-inside/lib -@dirrm lib/node_modules/npm/node_modules/path-is-inside -@dirrm lib/node_modules/npm/node_modules/osenv/test -@dirrm lib/node_modules/npm/node_modules/osenv -@dirrm lib/node_modules/npm/node_modules/opener -@dirrm lib/node_modules/npm/node_modules/once/test -@dirrm lib/node_modules/npm/node_modules/once -@dirrm lib/node_modules/npm/node_modules/npmlog/test -@dirrm lib/node_modules/npm/node_modules/npmlog -@dirrm lib/node_modules/npm/node_modules/npmconf/test/fixtures -@dirrm lib/node_modules/npm/node_modules/npmconf/test -@dirrm lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/test -@dirrm lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/test -@dirrm lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list -@dirrm lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/node_modules -@dirrm lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain -@dirrm lib/node_modules/npm/node_modules/npmconf/node_modules -@dirrm lib/node_modules/npm/node_modules/npmconf/lib -@dirrm lib/node_modules/npm/node_modules/npmconf -@dirrm lib/node_modules/npm/node_modules/npm-user-validate/test -@dirrm lib/node_modules/npm/node_modules/npm-user-validate -@dirrm lib/node_modules/npm/node_modules/npm-registry-client/test/lib -@dirrm lib/node_modules/npm/node_modules/npm-registry-client/test -@dirrm lib/node_modules/npm/node_modules/npm-registry-client/lib -@dirrm lib/node_modules/npm/node_modules/npm-registry-client -@dirrm lib/node_modules/npm/node_modules/npm-install-checks/test -@dirrm lib/node_modules/npm/node_modules/npm-install-checks -@dirrm lib/node_modules/npm/node_modules/npm-cache-filename -@dirrm lib/node_modules/npm/node_modules/nopt/test -@dirrm lib/node_modules/npm/node_modules/nopt/lib -@dirrm lib/node_modules/npm/node_modules/nopt/examples -@dirrm lib/node_modules/npm/node_modules/nopt/bin -@dirrm lib/node_modules/npm/node_modules/nopt -@dirrm lib/node_modules/npm/node_modules/node-gyp/lib -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/tools -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/samples -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/pylib -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/data/win -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/data -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot -@dirrm lib/node_modules/npm/node_modules/node-gyp/gyp -@dirrm lib/node_modules/npm/node_modules/node-gyp/bin -@dirrm lib/node_modules/npm/node_modules/node-gyp -@dirrm lib/node_modules/npm/node_modules/mkdirp/test -@dirrm lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test -@dirrm lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example -@dirrm lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist -@dirrm lib/node_modules/npm/node_modules/mkdirp/node_modules -@dirrm lib/node_modules/npm/node_modules/mkdirp/examples -@dirrm lib/node_modules/npm/node_modules/mkdirp/bin -@dirrm lib/node_modules/npm/node_modules/mkdirp -@dirrm lib/node_modules/npm/node_modules/minimatch/test -@dirrm lib/node_modules/npm/node_modules/minimatch/node_modules/sigmund/test -@dirrm lib/node_modules/npm/node_modules/minimatch/node_modules/sigmund -@dirrm lib/node_modules/npm/node_modules/minimatch/node_modules -@dirrm lib/node_modules/npm/node_modules/minimatch -@dirrm lib/node_modules/npm/node_modules/lru-cache/test -@dirrm lib/node_modules/npm/node_modules/lru-cache/lib -@dirrm lib/node_modules/npm/node_modules/lru-cache -@dirrm lib/node_modules/npm/node_modules/lockfile/test/fixtures -@dirrm lib/node_modules/npm/node_modules/lockfile/test -@dirrm lib/node_modules/npm/node_modules/lockfile -@dirrm lib/node_modules/npm/node_modules/init-package-json/test -@dirrm lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test -@dirrm lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init -@dirrm lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example -@dirrm lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard -@dirrm lib/node_modules/npm/node_modules/init-package-json/node_modules -@dirrm lib/node_modules/npm/node_modules/init-package-json/example/init -@dirrm lib/node_modules/npm/node_modules/init-package-json/example -@dirrm lib/node_modules/npm/node_modules/init-package-json -@dirrm lib/node_modules/npm/node_modules/ini/test/fixtures -@dirrm lib/node_modules/npm/node_modules/ini/test -@dirrm lib/node_modules/npm/node_modules/ini -@dirrm lib/node_modules/npm/node_modules/inherits -@dirrm lib/node_modules/npm/node_modules/inflight -@dirrm lib/node_modules/npm/node_modules/graceful-fs/test -@dirrm lib/node_modules/npm/node_modules/graceful-fs -@dirrm lib/node_modules/npm/node_modules/glob/test -@dirrm lib/node_modules/npm/node_modules/glob/examples -@dirrm lib/node_modules/npm/node_modules/glob -@dirrm lib/node_modules/npm/node_modules/github-url-from-username-repo/test -@dirrm lib/node_modules/npm/node_modules/github-url-from-username-repo -@dirrm lib/node_modules/npm/node_modules/github-url-from-git -@dirrm lib/node_modules/npm/node_modules/fstream/lib -@dirrm lib/node_modules/npm/node_modules/fstream/examples -@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test -@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/example -@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore -@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules -@dirrm lib/node_modules/npm/node_modules/fstream-npm/example -@dirrm lib/node_modules/npm/node_modules/fstream-npm -@dirrm lib/node_modules/npm/node_modules/fstream -@dirrm lib/node_modules/npm/node_modules/editor/example -@dirrm lib/node_modules/npm/node_modules/editor -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/test -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/docs -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi -@dirrm lib/node_modules/npm/node_modules/columnify/node_modules -@dirrm lib/node_modules/npm/node_modules/columnify -@dirrm lib/node_modules/npm/node_modules/cmd-shim/test -@dirrm lib/node_modules/npm/node_modules/cmd-shim -@dirrm lib/node_modules/npm/node_modules/chownr -@dirrm lib/node_modules/npm/node_modules/chmodr/test -@dirrm lib/node_modules/npm/node_modules/chmodr -@dirrm lib/node_modules/npm/node_modules/child-process-close/test -@dirrm lib/node_modules/npm/node_modules/child-process-close -@dirrm lib/node_modules/npm/node_modules/char-spinner/test -@dirrm lib/node_modules/npm/node_modules/char-spinner -@dirrm lib/node_modules/npm/node_modules/block-stream/test -@dirrm lib/node_modules/npm/node_modules/block-stream/bench -@dirrm lib/node_modules/npm/node_modules/block-stream -@dirrm lib/node_modules/npm/node_modules/archy -@dirrm lib/node_modules/npm/node_modules/ansistyles/test -@dirrm lib/node_modules/npm/node_modules/ansistyles -@dirrm lib/node_modules/npm/node_modules/ansicolors/test -@dirrm lib/node_modules/npm/node_modules/ansicolors -@dirrm lib/node_modules/npm/node_modules/ansi/lib -@dirrm lib/node_modules/npm/node_modules/ansi/examples/progress -@dirrm lib/node_modules/npm/node_modules/ansi/examples/clear -@dirrm lib/node_modules/npm/node_modules/ansi/examples/beep -@dirrm lib/node_modules/npm/node_modules/ansi/examples -@dirrm lib/node_modules/npm/node_modules/ansi -@dirrm lib/node_modules/npm/node_modules/abbrev -@dirrm lib/node_modules/npm/node_modules/.bin -@dirrm lib/node_modules/npm/node_modules -@dirrm lib/node_modules/npm/man/man7 -@dirrm lib/node_modules/npm/man/man5 -@dirrm lib/node_modules/npm/man/man3 -@dirrm lib/node_modules/npm/man/man1 -@dirrm lib/node_modules/npm/man -@dirrm lib/node_modules/npm/lib/utils/completion -@dirrm lib/node_modules/npm/lib/utils -@dirrm lib/node_modules/npm/lib/cache -@dirrm lib/node_modules/npm/lib -@dirrm lib/node_modules/npm/html/static -@dirrm lib/node_modules/npm/html/doc/misc -@dirrm lib/node_modules/npm/html/doc/files -@dirrm lib/node_modules/npm/html/doc/cli -@dirrm lib/node_modules/npm/html/doc/api -@dirrm lib/node_modules/npm/html/doc -@dirrm lib/node_modules/npm/html -@dirrm lib/node_modules/npm/doc/misc -@dirrm lib/node_modules/npm/doc/files -@dirrm lib/node_modules/npm/doc/cli -@dirrm lib/node_modules/npm/doc/api -@dirrm lib/node_modules/npm/doc -@dirrm lib/node_modules/npm/bin/node-gyp-bin -@dirrm lib/node_modules/npm/bin -@dirrm lib/node_modules/npm -@dirrmtry lib/node_modules From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:06:52 2014 Return-Path: Delivered-To: svn-ports-all@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 6BAF37E1; Wed, 1 Oct 2014 20:06:52 +0000 (UTC) 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 565E1E8C; Wed, 1 Oct 2014 20:06:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K6q01080736; Wed, 1 Oct 2014 20:06:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K6p4R080734; Wed, 1 Oct 2014 20:06:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012006.s91K6p4R080734@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:06:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369749 - head/astro/cfitsio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:06:52 -0000 Author: sunpoet Date: Wed Oct 1 20:06:51 2014 New Revision: 369749 URL: https://svnweb.freebsd.org/changeset/ports/369749 QAT: https://qat.redports.org/buildarchive/r369749/ Log: - Update to 3.370 Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt Modified: head/astro/cfitsio/Makefile head/astro/cfitsio/distinfo Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Wed Oct 1 20:06:45 2014 (r369748) +++ head/astro/cfitsio/Makefile Wed Oct 1 20:06:51 2014 (r369749) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cfitsio -PORTVERSION= 3.360 -PORTREVISION= 2 +PORTVERSION= 3.370 CATEGORIES= astro MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ @@ -23,9 +22,9 @@ OPTIONS_DEFINE= DOCS ALL_TARGET= libcfitsio.a shared CFLAGS+= -I${INCLUDEDIR} -LIBS+= -L${LIBDIR} -lz CONFIGURE_ARGS= ac_cv_prog_FC=f2c GNU_CONFIGURE= yes +LIBS+= -L${LIBDIR} -lz MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c" USE_LDCONFIG= yes USES= pkgconfig Modified: head/astro/cfitsio/distinfo ============================================================================== --- head/astro/cfitsio/distinfo Wed Oct 1 20:06:45 2014 (r369748) +++ head/astro/cfitsio/distinfo Wed Oct 1 20:06:51 2014 (r369749) @@ -1,2 +1,2 @@ -SHA256 (cfitsio3360.tar.gz) = dffa8429fb561de3bae6eccc872298cb1305732e28bee96c6c6c29368e1171dc -SIZE (cfitsio3360.tar.gz) = 4650206 +SHA256 (cfitsio3370.tar.gz) = 092897c6dae4dfe42d91d35a738e45e8236aa3d8f9b3ffc7f0e6545b8319c63a +SIZE (cfitsio3370.tar.gz) = 4738430 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:06:57 2014 Return-Path: Delivered-To: svn-ports-all@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 4D8E38DC; Wed, 1 Oct 2014 20:06:57 +0000 (UTC) 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 396C8E8E; Wed, 1 Oct 2014 20:06:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K6vWl080858; Wed, 1 Oct 2014 20:06:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K6vik080857; Wed, 1 Oct 2014 20:06:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012006.s91K6vik080857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369750 - head/multimedia/libquvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:06:57 -0000 Author: sunpoet Date: Wed Oct 1 20:06:56 2014 New Revision: 369750 URL: https://svnweb.freebsd.org/changeset/ports/369750 QAT: https://qat.redports.org/buildarchive/r369750/ Log: - Add LUAJIT option PR: ports/193821 Submitted by: Jan Beich Modified: head/multimedia/libquvi/Makefile Modified: head/multimedia/libquvi/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Wed Oct 1 20:06:51 2014 (r369749) +++ head/multimedia/libquvi/Makefile Wed Oct 1 20:06:56 2014 (r369750) @@ -18,20 +18,30 @@ BUILD_DEPENDS= libquvi-scripts>=0.4.0:${ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS LUAJIT +LUAJIT_DESC= Use LuaJIT instead of Lua PORTSCOUT= limit:0.4.[0-9]* CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= iconv libtool lua pathfix pkgconfig tar:xz +USES= iconv libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes PROJECTHOST= quvi +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit +LUAJIT_USES_OFF= lua + +.include + post-patch: - @${REINPLACE_CMD} 's/lua-5.1/lua-${LUA_VER}/g' ${WRKSRC}/configure +.if ${PORT_OPTIONS:MLUAJIT} + @${REINPLACE_CMD} 's|lua >= 5.1|luajit|g' ${WRKSRC}/configure +.else + @${REINPLACE_CMD} 's|lua-5.1|lua-${LUA_VER}|g' ${WRKSRC}/configure +.endif post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:03 2014 Return-Path: Delivered-To: svn-ports-all@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 507C89C1; Wed, 1 Oct 2014 20:07:03 +0000 (UTC) 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 32BD4E96; Wed, 1 Oct 2014 20:07:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K73x4081031; Wed, 1 Oct 2014 20:07:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K720d081027; Wed, 1 Oct 2014 20:07:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K720d081027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369751 - head/devel/p5-Glib-Object-Introspection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:03 -0000 Author: sunpoet Date: Wed Oct 1 20:07:01 2014 New Revision: 369751 URL: https://svnweb.freebsd.org/changeset/ports/369751 QAT: https://qat.redports.org/buildarchive/r369751/ Log: - Update to 0.025 - Strip shared library - Cleanup PLIST Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS Modified: head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Glib-Object-Introspection/distinfo head/devel/p5-Glib-Object-Introspection/pkg-plist Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Wed Oct 1 20:06:56 2014 (r369750) +++ head/devel/p5-Glib-Object-Introspection/Makefile Wed Oct 1 20:07:01 2014 (r369751) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.024 +PORTVERSION= 0.025 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,4 +31,9 @@ USES= perl5 TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics/cairo \ ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 +post-install: + ${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Glib/Object/Introspection/Introspection.so + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Glib/Object/Introspection/Introspection.so + ${CHMOD} u-w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Glib/Object/Introspection/Introspection.so + .include Modified: head/devel/p5-Glib-Object-Introspection/distinfo ============================================================================== --- head/devel/p5-Glib-Object-Introspection/distinfo Wed Oct 1 20:06:56 2014 (r369750) +++ head/devel/p5-Glib-Object-Introspection/distinfo Wed Oct 1 20:07:01 2014 (r369751) @@ -1,2 +1,2 @@ -SHA256 (Glib-Object-Introspection-0.024.tar.gz) = 07844147341147f2c358571f61eca700845f54c8c3d9c7e97b4725e09c75e53c -SIZE (Glib-Object-Introspection-0.024.tar.gz) = 60151 +SHA256 (Glib-Object-Introspection-0.025.tar.gz) = 34fc4db8b476d221ceb216b35abceaad5f184c71e52d64a35d83fd1932fa008a +SIZE (Glib-Object-Introspection-0.025.tar.gz) = 61567 Modified: head/devel/p5-Glib-Object-Introspection/pkg-plist ============================================================================== --- head/devel/p5-Glib-Object-Introspection/pkg-plist Wed Oct 1 20:06:56 2014 (r369750) +++ head/devel/p5-Glib-Object-Introspection/pkg-plist Wed Oct 1 20:07:01 2014 (r369751) @@ -3,10 +3,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection/Introspection.so %%PERL5_MAN3%%/Glib::Object::Introspection.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object/Introspection/Install -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object/Introspection -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Glib From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:08 2014 Return-Path: Delivered-To: svn-ports-all@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 50AABAA4; Wed, 1 Oct 2014 20:07:08 +0000 (UTC) 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 3CF10E9B; Wed, 1 Oct 2014 20:07:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K78lm081138; Wed, 1 Oct 2014 20:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K78RO081137; Wed, 1 Oct 2014 20:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K78RO081137@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369752 - head/net/gssdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:08 -0000 Author: sunpoet Date: Wed Oct 1 20:07:07 2014 New Revision: 369752 URL: https://svnweb.freebsd.org/changeset/ports/369752 QAT: https://qat.redports.org/buildarchive/r369752/ Log: - Cleanup PLIST Modified: head/net/gssdp/pkg-plist Modified: head/net/gssdp/pkg-plist ============================================================================== --- head/net/gssdp/pkg-plist Wed Oct 1 20:07:01 2014 (r369751) +++ head/net/gssdp/pkg-plist Wed Oct 1 20:07:07 2014 (r369752) @@ -29,9 +29,3 @@ share/gtk-doc/html/gssdp/right.png share/gtk-doc/html/gssdp/style.css share/gtk-doc/html/gssdp/up-insensitive.png share/gtk-doc/html/gssdp/up.png -@dirrmtry share/gtk-doc/html/gssdp -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -%%GTK3%%@dirrm %%DATADIR%% -@dirrmtry include/gssdp-1.0/libgssdp -@dirrmtry include/gssdp-1.0 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:12 2014 Return-Path: Delivered-To: svn-ports-all@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 C6829B83; Wed, 1 Oct 2014 20:07:12 +0000 (UTC) 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 B30CBE9F; Wed, 1 Oct 2014 20:07:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7C3W081256; Wed, 1 Oct 2014 20:07:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7Cl4081255; Wed, 1 Oct 2014 20:07:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7Cl4081255@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369753 - head/net/gupnp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:12 -0000 Author: sunpoet Date: Wed Oct 1 20:07:11 2014 New Revision: 369753 URL: https://svnweb.freebsd.org/changeset/ports/369753 QAT: https://qat.redports.org/buildarchive/r369753/ Log: - Cleanup PLIST Modified: head/net/gupnp/pkg-plist Modified: head/net/gupnp/pkg-plist ============================================================================== --- head/net/gupnp/pkg-plist Wed Oct 1 20:07:07 2014 (r369752) +++ head/net/gupnp/pkg-plist Wed Oct 1 20:07:11 2014 (r369753) @@ -70,8 +70,3 @@ share/gtk-doc/html/gupnp/style.css share/gtk-doc/html/gupnp/tutorial.html share/gtk-doc/html/gupnp/up-insensitive.png share/gtk-doc/html/gupnp/up.png -@dirrmtry share/gtk-doc/html/gupnp -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrmtry include/gupnp-1.0/libgupnp -@dirrmtry include/gupnp-1.0 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:17 2014 Return-Path: Delivered-To: svn-ports-all@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 637B3C63; Wed, 1 Oct 2014 20:07:17 +0000 (UTC) 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 4FFDCEA1; Wed, 1 Oct 2014 20:07:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7HFf081364; Wed, 1 Oct 2014 20:07:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7H0O081363; Wed, 1 Oct 2014 20:07:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7H0O081363@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369754 - head/net/gupnp-av X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:17 -0000 Author: sunpoet Date: Wed Oct 1 20:07:16 2014 New Revision: 369754 URL: https://svnweb.freebsd.org/changeset/ports/369754 QAT: https://qat.redports.org/buildarchive/r369754/ Log: - Cleanup PLIST Modified: head/net/gupnp-av/pkg-plist Modified: head/net/gupnp-av/pkg-plist ============================================================================== --- head/net/gupnp-av/pkg-plist Wed Oct 1 20:07:11 2014 (r369753) +++ head/net/gupnp-av/pkg-plist Wed Oct 1 20:07:16 2014 (r369754) @@ -56,8 +56,3 @@ share/gtk-doc/html/gupnp-av/right-insens share/gtk-doc/html/gupnp-av/style.css share/gtk-doc/html/gupnp-av/up.png share/gtk-doc/html/gupnp-av/up-insensitive.png -@dirrm share/gtk-doc/html/gupnp-av -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/gupnp-av-1.0/libgupnp-av -@dirrm include/gupnp-av-1.0 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:22 2014 Return-Path: Delivered-To: svn-ports-all@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 A3C2AD43; Wed, 1 Oct 2014 20:07:22 +0000 (UTC) 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 8556FEA3; Wed, 1 Oct 2014 20:07:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7ML4081505; Wed, 1 Oct 2014 20:07:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7LpN081502; Wed, 1 Oct 2014 20:07:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7LpN081502@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369755 - head/net/gupnp-igd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:22 -0000 Author: sunpoet Date: Wed Oct 1 20:07:21 2014 New Revision: 369755 URL: https://svnweb.freebsd.org/changeset/ports/369755 QAT: https://qat.redports.org/buildarchive/r369755/ Log: - Update to 0.2.4 - Fix USES=python - Cleanup PLIST Changes: http://git.gnome.org/browse/gupnp-igd/tree/NEWS Modified: head/net/gupnp-igd/Makefile head/net/gupnp-igd/distinfo head/net/gupnp-igd/pkg-plist Modified: head/net/gupnp-igd/Makefile ============================================================================== --- head/net/gupnp-igd/Makefile Wed Oct 1 20:07:16 2014 (r369754) +++ head/net/gupnp-igd/Makefile Wed Oct 1 20:07:21 2014 (r369755) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp-igd -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.2.4 CATEGORIES= net MASTER_SITES= GNOME @@ -30,7 +29,7 @@ USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig tar:xz PYTHON_CONFIGURE_ENABLE=python -PYTHON_USES= python +PYTHON_USES= python:2 post-patch: @${REINPLACE_CMD} -e '/ --define-variable=/d' ${WRKSRC}/configure Modified: head/net/gupnp-igd/distinfo ============================================================================== --- head/net/gupnp-igd/distinfo Wed Oct 1 20:07:16 2014 (r369754) +++ head/net/gupnp-igd/distinfo Wed Oct 1 20:07:21 2014 (r369755) @@ -1,2 +1,2 @@ -SHA256 (gupnp-igd-0.2.3.tar.xz) = ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d -SIZE (gupnp-igd-0.2.3.tar.xz) = 269920 +SHA256 (gupnp-igd-0.2.4.tar.xz) = 38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44 +SIZE (gupnp-igd-0.2.4.tar.xz) = 272004 Modified: head/net/gupnp-igd/pkg-plist ============================================================================== --- head/net/gupnp-igd/pkg-plist Wed Oct 1 20:07:16 2014 (r369754) +++ head/net/gupnp-igd/pkg-plist Wed Oct 1 20:07:21 2014 (r369755) @@ -3,7 +3,7 @@ include/gupnp-igd-1.0/libgupnp-igd/gupnp lib/libgupnp-igd-1.0.a lib/libgupnp-igd-1.0.so lib/libgupnp-igd-1.0.so.4 -lib/libgupnp-igd-1.0.so.4.1.1 +lib/libgupnp-igd-1.0.so.4.2.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/gupnp/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gupnp/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gupnp/__init__.pyo @@ -19,14 +19,10 @@ share/gtk-doc/html/gupnp-igd/gupnp-igd.d share/gtk-doc/html/gupnp-igd/home.png share/gtk-doc/html/gupnp-igd/index.html share/gtk-doc/html/gupnp-igd/index.sgml +share/gtk-doc/html/gupnp-igd/left-insensitive.png share/gtk-doc/html/gupnp-igd/left.png +share/gtk-doc/html/gupnp-igd/right-insensitive.png share/gtk-doc/html/gupnp-igd/right.png share/gtk-doc/html/gupnp-igd/style.css +share/gtk-doc/html/gupnp-igd/up-insensitive.png share/gtk-doc/html/gupnp-igd/up.png -@dirrmtry share/gtk-doc/html/gupnp-igd -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%/gupnp -%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry include/gupnp-igd-1.0/libgupnp-igd -@dirrmtry include/gupnp-igd-1.0 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:27 2014 Return-Path: Delivered-To: svn-ports-all@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 24FADE22; Wed, 1 Oct 2014 20:07:27 +0000 (UTC) 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 11880EA5; Wed, 1 Oct 2014 20:07:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7QhN081627; Wed, 1 Oct 2014 20:07:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7Qs4081626; Wed, 1 Oct 2014 20:07:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7Qs4081626@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369756 - head/net/gupnp-ui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:27 -0000 Author: sunpoet Date: Wed Oct 1 20:07:26 2014 New Revision: 369756 URL: https://svnweb.freebsd.org/changeset/ports/369756 QAT: https://qat.redports.org/buildarchive/r369756/ Log: - Cleanup PLIST Modified: head/net/gupnp-ui/pkg-plist Modified: head/net/gupnp-ui/pkg-plist ============================================================================== --- head/net/gupnp-ui/pkg-plist Wed Oct 1 20:07:21 2014 (r369755) +++ head/net/gupnp-ui/pkg-plist Wed Oct 1 20:07:26 2014 (r369756) @@ -18,8 +18,3 @@ share/gtk-doc/html/gupnp-ui/left.png share/gtk-doc/html/gupnp-ui/right.png share/gtk-doc/html/gupnp-ui/style.css share/gtk-doc/html/gupnp-ui/up.png -@dirrm share/gtk-doc/html/gupnp-ui -@dirrm share/gtk-doc/html -@dirrm share/gtk-doc -@dirrm include/gupnp-ui-1.0/libgupnp-ui -@dirrm include/gupnp-ui-1.0 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:37 2014 Return-Path: Delivered-To: svn-ports-all@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 A1703F09; Wed, 1 Oct 2014 20:07:37 +0000 (UTC) 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 835FAEAE; Wed, 1 Oct 2014 20:07:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7bk0081777; Wed, 1 Oct 2014 20:07:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7aQ2081772; Wed, 1 Oct 2014 20:07:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7aQ2081772@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369757 - head/textproc/p5-Excel-Writer-XLSX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:37 -0000 Author: sunpoet Date: Wed Oct 1 20:07:36 2014 New Revision: 369757 URL: https://svnweb.freebsd.org/changeset/ports/369757 QAT: https://qat.redports.org/buildarchive/r369757/ Log: - Update to 0.78 - Cleanup PLIST Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Modified: head/textproc/p5-Excel-Writer-XLSX/Makefile head/textproc/p5-Excel-Writer-XLSX/distinfo head/textproc/p5-Excel-Writer-XLSX/pkg-plist Modified: head/textproc/p5-Excel-Writer-XLSX/Makefile ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/Makefile Wed Oct 1 20:07:26 2014 (r369756) +++ head/textproc/p5-Excel-Writer-XLSX/Makefile Wed Oct 1 20:07:36 2014 (r369757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Excel-Writer-XLSX -PORTVERSION= 0.77 +PORTVERSION= 0.78 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JMCNAMARA Modified: head/textproc/p5-Excel-Writer-XLSX/distinfo ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/distinfo Wed Oct 1 20:07:26 2014 (r369756) +++ head/textproc/p5-Excel-Writer-XLSX/distinfo Wed Oct 1 20:07:36 2014 (r369757) @@ -1,2 +1,2 @@ -SHA256 (Excel-Writer-XLSX-0.77.tar.gz) = e979f3dbd0acfc6740260553511491465d1a0a6690f633ec2f36d7f58739100d -SIZE (Excel-Writer-XLSX-0.77.tar.gz) = 1614607 +SHA256 (Excel-Writer-XLSX-0.78.tar.gz) = 0fdcdb030bc1e5bd7c39e96d14bea49caf534a1e90dbdf9e93576bf438545c49 +SIZE (Excel-Writer-XLSX-0.78.tar.gz) = 1645211 Modified: head/textproc/p5-Excel-Writer-XLSX/pkg-plist ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/pkg-plist Wed Oct 1 20:07:26 2014 (r369756) +++ head/textproc/p5-Excel-Writer-XLSX/pkg-plist Wed Oct 1 20:07:36 2014 (r369757) @@ -4,6 +4,7 @@ bin/extract_vba %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Area.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Bar.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Column.pm +%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Doughnut.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Line.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Pie.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Radar.pm @@ -35,6 +36,7 @@ bin/extract_vba %%PERL5_MAN3%%/Excel::Writer::XLSX::Chart::Area.3.gz %%PERL5_MAN3%%/Excel::Writer::XLSX::Chart::Bar.3.gz %%PERL5_MAN3%%/Excel::Writer::XLSX::Chart::Column.3.gz +%%PERL5_MAN3%%/Excel::Writer::XLSX::Chart::Doughnut.3.gz %%PERL5_MAN3%%/Excel::Writer::XLSX::Chart::Line.3.gz %%PERL5_MAN3%%/Excel::Writer::XLSX::Chart::Pie.3.gz %%PERL5_MAN3%%/Excel::Writer::XLSX::Chart::Radar.3.gz @@ -61,11 +63,3 @@ bin/extract_vba %%PERL5_MAN3%%/Excel::Writer::XLSX::Workbook.3.gz %%PERL5_MAN3%%/Excel::Writer::XLSX::Worksheet.3.gz man/man1/extract_vba.1.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel/Writer/XLSX -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel/Writer -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel -@dirrm %%SITE_PERL%%/Excel/Writer/XLSX/Package -@dirrm %%SITE_PERL%%/Excel/Writer/XLSX/Chart -@dirrm %%SITE_PERL%%/Excel/Writer/XLSX -@dirrmtry %%SITE_PERL%%/Excel/Writer -@dirrmtry %%SITE_PERL%%/Excel From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:42 2014 Return-Path: Delivered-To: svn-ports-all@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 A6559FE6; Wed, 1 Oct 2014 20:07:42 +0000 (UTC) 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 92A26EB1; Wed, 1 Oct 2014 20:07:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7g56081911; Wed, 1 Oct 2014 20:07:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7geN081909; Wed, 1 Oct 2014 20:07:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7geN081909@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369758 - head/www/tinymce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:42 -0000 Author: sunpoet Date: Wed Oct 1 20:07:41 2014 New Revision: 369758 URL: https://svnweb.freebsd.org/changeset/ports/369758 QAT: https://qat.redports.org/buildarchive/r369758/ Log: - Update maintainer section - Cleanup PLIST Modified: head/www/tinymce/Makefile head/www/tinymce/pkg-plist Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Wed Oct 1 20:07:36 2014 (r369757) +++ head/www/tinymce/Makefile Wed Oct 1 20:07:41 2014 (r369758) @@ -27,20 +27,14 @@ do-install: # maintainer section: -#MS_DIRRMTRY= # empty MS_PLIST= ${WRKDIR}/.ms-pkg-plist genplist: do-clean extract ${ECHO} "@owner www" > ${MS_PLIST} ${ECHO} "@group www" >> ${MS_PLIST} cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} - cd ${WRKSRC}/ && ${FIND} -s * -type d | ${TAIL} -r | ${SED} 's|^|@dirrm %%WWWDIR%%/|' >> ${MS_PLIST} - ${ECHO} '@dirrmtry %%WWWDIR%%' >> ${MS_PLIST} ${ECHO} "@owner" >> ${MS_PLIST} ${ECHO} "@group" >> ${MS_PLIST} -#.for dir in ${MS_DIRRMTRY} -# ${REINPLACE_CMD} '/^@dirrm %%WWWDIR%%\/${dir:C/\//\\\//g}$$/ s|@dirrm|&try|' ${MS_PLIST} -#.endfor ${INSTALL} -m 600 ${MS_PLIST} ${PLIST} .include Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Wed Oct 1 20:07:36 2014 (r369757) +++ head/www/tinymce/pkg-plist Wed Oct 1 20:07:41 2014 (r369758) @@ -86,60 +86,5 @@ %%WWWDIR%%/js/tinymce/skins/lightgray/skin.min.css %%WWWDIR%%/js/tinymce/themes/modern/theme.min.js %%WWWDIR%%/js/tinymce/tinymce.min.js -@dirrm %%WWWDIR%%/js/tinymce/themes/modern -@dirrm %%WWWDIR%%/js/tinymce/themes -@dirrm %%WWWDIR%%/js/tinymce/skins/lightgray/img -@dirrm %%WWWDIR%%/js/tinymce/skins/lightgray/fonts -@dirrm %%WWWDIR%%/js/tinymce/skins/lightgray -@dirrm %%WWWDIR%%/js/tinymce/skins -@dirrm %%WWWDIR%%/js/tinymce/plugins/wordcount -@dirrm %%WWWDIR%%/js/tinymce/plugins/visualchars -@dirrm %%WWWDIR%%/js/tinymce/plugins/visualblocks/css -@dirrm %%WWWDIR%%/js/tinymce/plugins/visualblocks -@dirrm %%WWWDIR%%/js/tinymce/plugins/textpattern -@dirrm %%WWWDIR%%/js/tinymce/plugins/textcolor -@dirrm %%WWWDIR%%/js/tinymce/plugins/template -@dirrm %%WWWDIR%%/js/tinymce/plugins/table -@dirrm %%WWWDIR%%/js/tinymce/plugins/tabfocus -@dirrm %%WWWDIR%%/js/tinymce/plugins/spellchecker -@dirrm %%WWWDIR%%/js/tinymce/plugins/searchreplace -@dirrm %%WWWDIR%%/js/tinymce/plugins/save -@dirrm %%WWWDIR%%/js/tinymce/plugins/print -@dirrm %%WWWDIR%%/js/tinymce/plugins/preview -@dirrm %%WWWDIR%%/js/tinymce/plugins/paste -@dirrm %%WWWDIR%%/js/tinymce/plugins/pagebreak -@dirrm %%WWWDIR%%/js/tinymce/plugins/noneditable -@dirrm %%WWWDIR%%/js/tinymce/plugins/nonbreaking -@dirrm %%WWWDIR%%/js/tinymce/plugins/media -@dirrm %%WWWDIR%%/js/tinymce/plugins/lists -@dirrm %%WWWDIR%%/js/tinymce/plugins/link -@dirrm %%WWWDIR%%/js/tinymce/plugins/legacyoutput -@dirrm %%WWWDIR%%/js/tinymce/plugins/layer -@dirrm %%WWWDIR%%/js/tinymce/plugins/insertdatetime -@dirrm %%WWWDIR%%/js/tinymce/plugins/importcss -@dirrm %%WWWDIR%%/js/tinymce/plugins/image -@dirrm %%WWWDIR%%/js/tinymce/plugins/hr -@dirrm %%WWWDIR%%/js/tinymce/plugins/fullscreen -@dirrm %%WWWDIR%%/js/tinymce/plugins/fullpage -@dirrm %%WWWDIR%%/js/tinymce/plugins/example_dependency -@dirrm %%WWWDIR%%/js/tinymce/plugins/example -@dirrm %%WWWDIR%%/js/tinymce/plugins/emoticons/img -@dirrm %%WWWDIR%%/js/tinymce/plugins/emoticons -@dirrm %%WWWDIR%%/js/tinymce/plugins/directionality -@dirrm %%WWWDIR%%/js/tinymce/plugins/contextmenu -@dirrm %%WWWDIR%%/js/tinymce/plugins/colorpicker -@dirrm %%WWWDIR%%/js/tinymce/plugins/code -@dirrm %%WWWDIR%%/js/tinymce/plugins/charmap -@dirrm %%WWWDIR%%/js/tinymce/plugins/bbcode -@dirrm %%WWWDIR%%/js/tinymce/plugins/autosave -@dirrm %%WWWDIR%%/js/tinymce/plugins/autoresize -@dirrm %%WWWDIR%%/js/tinymce/plugins/autolink -@dirrm %%WWWDIR%%/js/tinymce/plugins/anchor -@dirrm %%WWWDIR%%/js/tinymce/plugins/advlist -@dirrm %%WWWDIR%%/js/tinymce/plugins -@dirrm %%WWWDIR%%/js/tinymce/langs -@dirrm %%WWWDIR%%/js/tinymce -@dirrm %%WWWDIR%%/js -@dirrmtry %%WWWDIR%% @owner @group From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:48 2014 Return-Path: Delivered-To: svn-ports-all@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 D3648150; Wed, 1 Oct 2014 20:07:48 +0000 (UTC) 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 B441BEB3; Wed, 1 Oct 2014 20:07:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7mDO082052; Wed, 1 Oct 2014 20:07:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7mfe082049; Wed, 1 Oct 2014 20:07:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7mfe082049@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369759 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:49 -0000 Author: sunpoet Date: Wed Oct 1 20:07:47 2014 New Revision: 369759 URL: https://svnweb.freebsd.org/changeset/ports/369759 QAT: https://qat.redports.org/buildarchive/r369759/ Log: - Update to 1.11.1 - Cleanup PLIST Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo head/graphics/gdal/pkg-plist Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed Oct 1 20:07:41 2014 (r369758) +++ head/graphics/gdal/Makefile Wed Oct 1 20:07:47 2014 (r369759) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.0 -PORTREVISION= 7 +PORTVERSION= 1.11.1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -38,7 +37,7 @@ LDFLAGS+= -L${LOCALBASE} -pthread MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_LDCONFIG= yes -USES= gmake +USES= gmake tar:xz PLIST_SUB= PORTVERSION=${PORTVERSION} PORTDATA= * @@ -143,15 +142,6 @@ XERCES_LIB_DEPENDS= libxerces-c.so:${POR post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure -# patch for json-c 0.12 - @${REINPLACE_CMD} -e 's|json_tokener_errors\[jstok->err\]|json_tokener_error_desc(jstok->err)|' \ - ${WRKSRC}/frmts/mbtiles/mbtilesdataset.cpp \ - ${WRKSRC}/ogr/ogrsf_frmts/cartodb/ogrcartodbdatasource.cpp \ - ${WRKSRC}/ogr/ogrsf_frmts/couchdb/ogrcouchdbdatasource.cpp \ - ${WRKSRC}/ogr/ogrsf_frmts/geojson/ogresrijsonreader.cpp \ - ${WRKSRC}/ogr/ogrsf_frmts/geojson/ogrgeojsonreader.cpp \ - ${WRKSRC}/ogr/ogrsf_frmts/geojson/ogrtopojsonreader.cpp \ - ${WRKSRC}/ogr/ogrsf_frmts/gme/ogrgmejson.cpp post-install: ${INSTALL_LIB} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Wed Oct 1 20:07:41 2014 (r369758) +++ head/graphics/gdal/distinfo Wed Oct 1 20:07:47 2014 (r369759) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe -SIZE (gdal-1.11.0.tar.gz) = 10707286 +SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 +SIZE (gdal-1.11.1.tar.xz) = 6464112 Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Wed Oct 1 20:07:41 2014 (r369758) +++ head/graphics/gdal/pkg-plist Wed Oct 1 20:07:47 2014 (r369759) @@ -90,4 +90,3 @@ lib/libgdal.so lib/libgdal.so.1 lib/libgdal.so.%%PORTVERSION%% libdata/pkgconfig/gdal.pc -@dirrm lib/gdalplugins From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:07:53 2014 Return-Path: Delivered-To: svn-ports-all@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 A23B4232; Wed, 1 Oct 2014 20:07:53 +0000 (UTC) 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 8E8A2EB7; Wed, 1 Oct 2014 20:07:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K7r1t082175; Wed, 1 Oct 2014 20:07:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K7rAN082173; Wed, 1 Oct 2014 20:07:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012007.s91K7rAN082173@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369760 - head/graphics/py-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:07:53 -0000 Author: sunpoet Date: Wed Oct 1 20:07:52 2014 New Revision: 369760 URL: https://svnweb.freebsd.org/changeset/ports/369760 QAT: https://qat.redports.org/buildarchive/r369760/ Log: - Update to 1.11.1 - Cleanup PLIST Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News Modified: head/graphics/py-gdal/Makefile head/graphics/py-gdal/distinfo Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Wed Oct 1 20:07:47 2014 (r369759) +++ head/graphics/py-gdal/Makefile Wed Oct 1 20:07:52 2014 (r369760) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTVERSION= 1.11.1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -21,7 +20,7 @@ OPTIONS_DEFINE= NUMPY NUMPY_DESC= Enable array support via NumPy USE_PYTHON= autoplist distutils -USES= python shebangfix +USES= python shebangfix tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python Modified: head/graphics/py-gdal/distinfo ============================================================================== --- head/graphics/py-gdal/distinfo Wed Oct 1 20:07:47 2014 (r369759) +++ head/graphics/py-gdal/distinfo Wed Oct 1 20:07:52 2014 (r369760) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe -SIZE (gdal-1.11.0.tar.gz) = 10707286 +SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 +SIZE (gdal-1.11.1.tar.xz) = 6464112 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:09:13 2014 Return-Path: Delivered-To: svn-ports-all@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 BAF5E342; Wed, 1 Oct 2014 20:09:13 +0000 (UTC) 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 8D23FEC5; Wed, 1 Oct 2014 20:09:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K9DmM082697; Wed, 1 Oct 2014 20:09:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K9CE9082692; Wed, 1 Oct 2014 20:09:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012009.s91K9CE9082692@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:09:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369761 - head/graphics/php-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:09:13 -0000 Author: sunpoet Date: Wed Oct 1 20:09:12 2014 New Revision: 369761 URL: https://svnweb.freebsd.org/changeset/ports/369761 QAT: https://qat.redports.org/buildarchive/r369761/ Log: - Update to 1.11.1 - Cleanup PLIST Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News Modified: head/graphics/php-gdal/Makefile head/graphics/php-gdal/distinfo head/graphics/php-gdal/pkg-plist Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Wed Oct 1 20:07:52 2014 (r369760) +++ head/graphics/php-gdal/Makefile Wed Oct 1 20:09:12 2014 (r369761) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTVERSION= 1.11.1 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -24,7 +23,7 @@ MAKEFILE= GNUmakefile PHP_MOD_NAME= php_${PORTNAME} USE_PHP= yes USE_PHP_BUILD= yes -USES= gmake +USES= gmake tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/php Modified: head/graphics/php-gdal/distinfo ============================================================================== --- head/graphics/php-gdal/distinfo Wed Oct 1 20:07:52 2014 (r369760) +++ head/graphics/php-gdal/distinfo Wed Oct 1 20:09:12 2014 (r369761) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe -SIZE (gdal-1.11.0.tar.gz) = 10707286 +SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 +SIZE (gdal-1.11.1.tar.xz) = 6464112 Modified: head/graphics/php-gdal/pkg-plist ============================================================================== --- head/graphics/php-gdal/pkg-plist Wed Oct 1 20:07:52 2014 (r369760) +++ head/graphics/php-gdal/pkg-plist Wed Oct 1 20:09:12 2014 (r369761) @@ -6,8 +6,3 @@ lib/php/%%PHP_EXT_DIR%%/php_gdal.so lib/php/%%PHP_EXT_DIR%%/php_gdalconst.so lib/php/%%PHP_EXT_DIR%%/php_ogr.so lib/php/%%PHP_EXT_DIR%%/php_osr.so -@dirrmtry lib/php/%%PHP_EXT_DIR%% -@dirrmtry lib/php -@dirrm include/php/ext/gdal -@dirrmtry include/php/ext -@dirrmtry include/php From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:09:19 2014 Return-Path: Delivered-To: svn-ports-all@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 90DFD420; Wed, 1 Oct 2014 20:09:19 +0000 (UTC) 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 62DBDEC6; Wed, 1 Oct 2014 20:09:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K9Jjn082842; Wed, 1 Oct 2014 20:09:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K9Ip0082837; Wed, 1 Oct 2014 20:09:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012009.s91K9Ip0082837@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369762 - head/graphics/ruby-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:09:19 -0000 Author: sunpoet Date: Wed Oct 1 20:09:18 2014 New Revision: 369762 URL: https://svnweb.freebsd.org/changeset/ports/369762 QAT: https://qat.redports.org/buildarchive/r369762/ Log: - Update to 1.11.1 - Cleanup PLIST Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News Modified: head/graphics/ruby-gdal/Makefile head/graphics/ruby-gdal/distinfo head/graphics/ruby-gdal/pkg-plist Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Wed Oct 1 20:09:12 2014 (r369761) +++ head/graphics/ruby-gdal/Makefile Wed Oct 1 20:09:18 2014 (r369762) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTVERSION= 1.11.1 CATEGORIES= graphics ruby MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -21,7 +20,7 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/grap MAKE_ARGS= USER_DEFS=-fPIC MAKEFILE= GNUmakefile USE_RUBY= yes -USES= gmake +USES= gmake tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby Modified: head/graphics/ruby-gdal/distinfo ============================================================================== --- head/graphics/ruby-gdal/distinfo Wed Oct 1 20:09:12 2014 (r369761) +++ head/graphics/ruby-gdal/distinfo Wed Oct 1 20:09:18 2014 (r369762) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe -SIZE (gdal-1.11.0.tar.gz) = 10707286 +SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 +SIZE (gdal-1.11.1.tar.xz) = 6464112 Modified: head/graphics/ruby-gdal/pkg-plist ============================================================================== --- head/graphics/ruby-gdal/pkg-plist Wed Oct 1 20:09:12 2014 (r369761) +++ head/graphics/ruby-gdal/pkg-plist Wed Oct 1 20:09:18 2014 (r369762) @@ -2,4 +2,3 @@ %%RUBY_SITEARCHLIBDIR%%/gdal/gdalconst.so %%RUBY_SITEARCHLIBDIR%%/gdal/ogr.so %%RUBY_SITEARCHLIBDIR%%/gdal/osr.so -@dirrm %%RUBY_SITEARCHLIBDIR%%/gdal From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:09:25 2014 Return-Path: Delivered-To: svn-ports-all@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 0E31E503; Wed, 1 Oct 2014 20:09:25 +0000 (UTC) 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 D4416EC9; Wed, 1 Oct 2014 20:09:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91K9OY5082982; Wed, 1 Oct 2014 20:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91K9OCc082979; Wed, 1 Oct 2014 20:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012009.s91K9OCc082979@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369763 - head/graphics/p5-Geo-GDAL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:09:25 -0000 Author: sunpoet Date: Wed Oct 1 20:09:23 2014 New Revision: 369763 URL: https://svnweb.freebsd.org/changeset/ports/369763 QAT: https://qat.redports.org/buildarchive/r369763/ Log: - Update to 1.11.1 - Cleanup PLIST Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News Modified: head/graphics/p5-Geo-GDAL/Makefile head/graphics/p5-Geo-GDAL/distinfo head/graphics/p5-Geo-GDAL/pkg-plist Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Wed Oct 1 20:09:18 2014 (r369762) +++ head/graphics/p5-Geo-GDAL/Makefile Wed Oct 1 20:09:23 2014 (r369763) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-GDAL -PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTVERSION= 1.11.1 CATEGORIES= graphics perl5 MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -19,7 +18,7 @@ LICENSE= MIT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal USE_PERL5= build fixpacklist run -USES= perl5 +USES= perl5 tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl post-patch: Modified: head/graphics/p5-Geo-GDAL/distinfo ============================================================================== --- head/graphics/p5-Geo-GDAL/distinfo Wed Oct 1 20:09:18 2014 (r369762) +++ head/graphics/p5-Geo-GDAL/distinfo Wed Oct 1 20:09:23 2014 (r369763) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe -SIZE (gdal-1.11.0.tar.gz) = 10707286 +SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 +SIZE (gdal-1.11.1.tar.xz) = 6464112 Modified: head/graphics/p5-Geo-GDAL/pkg-plist ============================================================================== --- head/graphics/p5-Geo-GDAL/pkg-plist Wed Oct 1 20:09:18 2014 (r369762) +++ head/graphics/p5-Geo-GDAL/pkg-plist Wed Oct 1 20:09:23 2014 (r369763) @@ -10,10 +10,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OGR/OGR.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OSR/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OSR/OSR.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OSR -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/OGR -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/GDAL/Const -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/GDAL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Geo/GDAL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Geo From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 20:16:17 2014 Return-Path: Delivered-To: svn-ports-all@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 0F04EA0A; Wed, 1 Oct 2014 20:16:17 +0000 (UTC) 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 EF885FBD; Wed, 1 Oct 2014 20:16:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91KGGuO087452; Wed, 1 Oct 2014 20:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91KGGsK087451; Wed, 1 Oct 2014 20:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410012016.s91KGGsK087451@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Oct 2014 20:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369764 - head/misc/getopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:16:17 -0000 Author: sunpoet Date: Wed Oct 1 20:16:16 2014 New Revision: 369764 URL: https://svnweb.freebsd.org/changeset/ports/369764 QAT: https://qat.redports.org/buildarchive/r369764/ Log: - Cleanup *.o from tarball PR: ports/194074 Submitted by: Vikash Badal Modified: head/misc/getopt/Makefile Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Wed Oct 1 20:09:23 2014 (r369763) +++ head/misc/getopt/Makefile Wed Oct 1 20:16:16 2014 (r369764) @@ -26,6 +26,9 @@ NLS_MAKE_ARGS_OFF= WITHOUT_GETTEXT=1 NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl NLS_USES= gettext +post-patch: + @${RM} ${WKRSRC}/gnu/*.o + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 21:25:47 2014 Return-Path: Delivered-To: svn-ports-all@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 6F445A66; Wed, 1 Oct 2014 21:25:47 +0000 (UTC) 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 4229AC50; Wed, 1 Oct 2014 21:25:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91LPlFe020847; Wed, 1 Oct 2014 21:25:47 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91LPk3J020846; Wed, 1 Oct 2014 21:25:46 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410012125.s91LPk3J020846@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 1 Oct 2014 21:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369765 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 21:25:47 -0000 Author: matthew Date: Wed Oct 1 21:25:46 2014 New Revision: 369765 URL: https://svnweb.freebsd.org/changeset/ports/369765 QAT: https://qat.redports.org/buildarchive/r369765/ Log: Document the latest phpMyAdmin vulnerability. - while here fix the '>' breakage in the rsyslogd entry. Security: 3e8b7f8a-49b0-11e4-b711-6805ca0b3d42 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 1 20:16:16 2014 (r369764) +++ head/security/vuxml/vuln.xml Wed Oct 1 21:25:46 2014 (r369765) @@ -57,6 +57,37 @@ Notes: --> + + phpMyAdmin -- XSS vulnerabilities + + + phpMyAdmin + 4.2.04.2.9.1 + + + + +

The phpMyAdmin development team reports:

+
+

With a crafted ENUM value it is possible to trigger an + XSS in table search and table structure pages. This + vulnerability can be triggered only by someone who is + logged in to phpMyAdmin, as the usual token protection + prevents non-logged-in users from accessing the required + pages.

+
+ +
+ + http://www.phpmyadmin.net/home_page/security/PMASA-2014-11.php + CVE-2014-7217 + + + 2014-10-01 + 2014-10-01 + +
+ bash -- out-of-bounds memory access in parser @@ -99,7 +130,7 @@ Notes:

The rsyslog project reports:

-

potential abort when a message with PRI > 191 was processed +

potential abort when a message with PRI > 191 was processed if the "pri-text" property was used in active templates, this could be abused to a remote denial of service from permitted senders

From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 21:27:58 2014 Return-Path: Delivered-To: svn-ports-all@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 5331EB89; Wed, 1 Oct 2014 21:27:58 +0000 (UTC) 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 40C50C81; Wed, 1 Oct 2014 21:27:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91LRwe7021235; Wed, 1 Oct 2014 21:27:58 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91LRvoZ021233; Wed, 1 Oct 2014 21:27:57 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410012127.s91LRvoZ021233@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 1 Oct 2014 21:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369766 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 21:27:58 -0000 Author: matthew Date: Wed Oct 1 21:27:57 2014 New Revision: 369766 URL: https://svnweb.freebsd.org/changeset/ports/369766 QAT: https://qat.redports.org/buildarchive/r369766/ Log: Security update to 4.2.9.1: XSS vulnerabilities in table search and table structure pages. Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2014-11.php MFH: 2014Q4 Security: 3e8b7f8a-49b0-11e4-b711-6805ca0b3d42 Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Wed Oct 1 21:25:46 2014 (r369765) +++ head/databases/phpmyadmin/Makefile Wed Oct 1 21:27:57 2014 (r369766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.2.9 +DISTVERSION= 4.2.9.1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Wed Oct 1 21:25:46 2014 (r369765) +++ head/databases/phpmyadmin/distinfo Wed Oct 1 21:27:57 2014 (r369766) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.2.9-all-languages.tar.xz) = 0b403e98fbb8b2a7b38ca18cdd148b21650170200d7b45fcea6251629b86c020 -SIZE (phpMyAdmin-4.2.9-all-languages.tar.xz) = 5148452 +SHA256 (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = 755915d7ad118b93a327dc6c1baeb312c69139a73fb0c3d7809a7ab213b36cfa +SIZE (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = 5217840 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 21:42:34 2014 Return-Path: Delivered-To: svn-ports-all@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 E20C52E9; Wed, 1 Oct 2014 21:42:34 +0000 (UTC) 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 CF4D2EBE; Wed, 1 Oct 2014 21:42:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91LgYAJ030079; Wed, 1 Oct 2014 21:42:34 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91LgYOb030072; Wed, 1 Oct 2014 21:42:34 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201410012142.s91LgYOb030072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 1 Oct 2014 21:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369767 - head/www/p5-HTML-Strip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 21:42:35 -0000 Author: skreuzer Date: Wed Oct 1 21:42:33 2014 New Revision: 369767 URL: https://svnweb.freebsd.org/changeset/ports/369767 QAT: https://qat.redports.org/buildarchive/r369767/ Log: Update to 1.10 Modified: head/www/p5-HTML-Strip/Makefile head/www/p5-HTML-Strip/distinfo Modified: head/www/p5-HTML-Strip/Makefile ============================================================================== --- head/www/p5-HTML-Strip/Makefile Wed Oct 1 21:27:57 2014 (r369766) +++ head/www/p5-HTML-Strip/Makefile Wed Oct 1 21:42:33 2014 (r369767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Strip -PORTVERSION= 1.06 +PORTVERSION= 1.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTML-Strip/distinfo ============================================================================== --- head/www/p5-HTML-Strip/distinfo Wed Oct 1 21:27:57 2014 (r369766) +++ head/www/p5-HTML-Strip/distinfo Wed Oct 1 21:42:33 2014 (r369767) @@ -1,2 +1,2 @@ -SHA256 (HTML-Strip-1.06.tar.gz) = 51d14e786066804764d6e12d262447b4472a2c36c663ea2c89a3c4ec1435c1ab -SIZE (HTML-Strip-1.06.tar.gz) = 7764 +SHA256 (HTML-Strip-1.10.tar.gz) = 11f4ac920523ca582b5262329b5c05f693fc40e711b2b324e3194c5fa4dad4e3 +SIZE (HTML-Strip-1.10.tar.gz) = 10956 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 21:46:51 2014 Return-Path: Delivered-To: svn-ports-all@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 99EDF455; Wed, 1 Oct 2014 21:46:51 +0000 (UTC) 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 869FFF02; Wed, 1 Oct 2014 21:46:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91LkpbI030791; Wed, 1 Oct 2014 21:46:51 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Lkp8U030789; Wed, 1 Oct 2014 21:46:51 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410012146.s91Lkp8U030789@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 1 Oct 2014 21:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369768 - branches/2014Q4/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 21:46:51 -0000 Author: matthew Date: Wed Oct 1 21:46:50 2014 New Revision: 369768 URL: https://svnweb.freebsd.org/changeset/ports/369768 QAT: https://qat.redports.org/buildarchive/r369768/ Log: MFH: r369766 Security update to 4.2.9.1: XSS vulnerabilities in table search and table structure pages. Approved by: portmgr (erwin) Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2014-11.php Security: 3e8b7f8a-49b0-11e4-b711-6805ca0b3d42 Modified: branches/2014Q4/databases/phpmyadmin/Makefile branches/2014Q4/databases/phpmyadmin/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/databases/phpmyadmin/Makefile ============================================================================== --- branches/2014Q4/databases/phpmyadmin/Makefile Wed Oct 1 21:42:33 2014 (r369767) +++ branches/2014Q4/databases/phpmyadmin/Makefile Wed Oct 1 21:46:50 2014 (r369768) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.2.9 +DISTVERSION= 4.2.9.1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2014Q4/databases/phpmyadmin/distinfo ============================================================================== --- branches/2014Q4/databases/phpmyadmin/distinfo Wed Oct 1 21:42:33 2014 (r369767) +++ branches/2014Q4/databases/phpmyadmin/distinfo Wed Oct 1 21:46:50 2014 (r369768) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.2.9-all-languages.tar.xz) = 0b403e98fbb8b2a7b38ca18cdd148b21650170200d7b45fcea6251629b86c020 -SIZE (phpMyAdmin-4.2.9-all-languages.tar.xz) = 5148452 +SHA256 (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = 755915d7ad118b93a327dc6c1baeb312c69139a73fb0c3d7809a7ab213b36cfa +SIZE (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = 5217840 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 21:49:27 2014 Return-Path: Delivered-To: svn-ports-all@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 BDD7959A; Wed, 1 Oct 2014 21:49:27 +0000 (UTC) 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 AA3A2F3F; Wed, 1 Oct 2014 21:49:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91LnRRt031336; Wed, 1 Oct 2014 21:49:27 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91LnQgm031327; Wed, 1 Oct 2014 21:49:26 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201410012149.s91LnQgm031327@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 1 Oct 2014 21:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369769 - in head/multimedia/libva: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 21:49:27 -0000 Author: madpilot Date: Wed Oct 1 21:49:25 2014 New Revision: 369769 URL: https://svnweb.freebsd.org/changeset/ports/369769 QAT: https://qat.redports.org/buildarchive/r369769/ Log: - Update to 1.4.0 - Rename patch files - Remove dirrm Added: head/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp - copied unchanged from r369768, head/multimedia/libva/files/patch-test-v4l_h264-encode-capture.cpp head/multimedia/libva/files/patch-va__glx__va_glx_private.h - copied unchanged from r369698, head/multimedia/libva/files/patch-va-glx-va_glx_private.h head/multimedia/libva/files/patch-va__va.c - copied, changed from r369698, head/multimedia/libva/files/patch-va-va.c Deleted: head/multimedia/libva/files/patch-test-v4l_h264-encode-capture.cpp head/multimedia/libva/files/patch-va-glx-va_glx_private.h head/multimedia/libva/files/patch-va-va.c Modified: head/multimedia/libva/Makefile head/multimedia/libva/distinfo head/multimedia/libva/pkg-plist Modified: head/multimedia/libva/Makefile ============================================================================== --- head/multimedia/libva/Makefile Wed Oct 1 21:46:50 2014 (r369768) +++ head/multimedia/libva/Makefile Wed Oct 1 21:49:25 2014 (r369769) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libva -PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTVERSION= 1.4.0 CATEGORIES= multimedia MASTER_SITES= http://cgit.freedesktop.org/${PORTNAME}/snapshot/ Modified: head/multimedia/libva/distinfo ============================================================================== --- head/multimedia/libva/distinfo Wed Oct 1 21:46:50 2014 (r369768) +++ head/multimedia/libva/distinfo Wed Oct 1 21:49:25 2014 (r369769) @@ -1,2 +1,2 @@ -SHA256 (libva-1.3.1.tar.bz2) = c21dfe770b957769ce2a1bf833abb0727f2ad133e2609d8b5137f0fb0c5e216e -SIZE (libva-1.3.1.tar.bz2) = 585004 +SHA256 (libva-1.4.0.tar.bz2) = bc061ab38acb89d80c1748e2cdf57bce95f05a287f7e94751fe82cf65bd824e8 +SIZE (libva-1.4.0.tar.bz2) = 590900 Copied: head/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp (from r369768, head/multimedia/libva/files/patch-test-v4l_h264-encode-capture.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp Wed Oct 1 21:49:25 2014 (r369769, copy of r369768, head/multimedia/libva/files/patch-test-v4l_h264-encode-capture.cpp) @@ -0,0 +1,38 @@ +--- test/v4l_h264/encode/capture.cpp.orig 2012-10-04 15:30:51.000000000 +0200 ++++ test/v4l_h264/encode/capture.cpp 2012-10-11 17:57:55.361081933 +0200 +@@ -30,6 +30,7 @@ + */ + + #include /* EXIT_FAILURE, EXIT_SUCCESS */ ++#include /* printf */ + #include + #include /* strerror() */ + #include +@@ -37,7 +38,11 @@ + #include /* low-level i/o */ + #include + #include ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + #include + #include + #include +@@ -451,10 +456,15 @@ + } + for (n_buffers = 0; n_buffers < 4; ++n_buffers) { + buffers[n_buffers].length = buffer_size; ++#ifdef __FreeBSD__ ++ if(posix_memalign(&buffers[n_buffers].start, page_size, buffer_size)) ++ { ++#else + buffers[n_buffers].start = memalign (/* boundary */ page_size, + buffer_size); + + if (!buffers[n_buffers].start) { ++#endif + std::cerr << "Out of memory\n"; + exit (EXIT_FAILURE); + } Copied: head/multimedia/libva/files/patch-va__glx__va_glx_private.h (from r369698, head/multimedia/libva/files/patch-va-glx-va_glx_private.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libva/files/patch-va__glx__va_glx_private.h Wed Oct 1 21:49:25 2014 (r369769, copy of r369698, head/multimedia/libva/files/patch-va-glx-va_glx_private.h) @@ -0,0 +1,11 @@ +--- va/glx/va_glx_private.h~ ++++ va/glx/va_glx_private.h +@@ -38,7 +38,7 @@ typedef void (*PFNGLXBINDTEXIMAGEEXTPROC + typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int); + #endif + +-#if GLX_GLXEXT_VERSION < 27 ++#if GLX_GLXEXT_VERSION < 21 + /* XXX: this is not exactly that version but this is the only means to + make sure we have the correct with those signatures */ + typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *); Copied and modified: head/multimedia/libva/files/patch-va__va.c (from r369698, head/multimedia/libva/files/patch-va-va.c) ============================================================================== --- head/multimedia/libva/files/patch-va-va.c Wed Oct 1 07:45:42 2014 (r369698, copy source) +++ head/multimedia/libva/files/patch-va__va.c Wed Oct 1 21:49:25 2014 (r369769) @@ -1,5 +1,5 @@ ---- ./va/va.c.orig 2014-05-09 12:38:02.000000000 +0800 -+++ ./va/va.c 2014-07-17 19:11:43.977174636 +0800 +--- va/va.c.orig 2014-09-30 01:48:34 UTC ++++ va/va.c @@ -227,7 +227,7 @@ strncat( driver_path, DRIVER_EXTENSION, strlen(DRIVER_EXTENSION) ); @@ -9,22 +9,3 @@ handle = dlopen( driver_path, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE ); #else handle = dlopen( driver_path, RTLD_NOW| RTLD_GLOBAL); -@@ -515,15 +515,15 @@ - free(old_ctx->vtable_vpp); - old_ctx->vtable_vpp = NULL; - -- if (VA_STATUS_SUCCESS == vaStatus) -- pDisplayContext->vaDestroy(pDisplayContext); -- - VA_TRACE_LOG(va_TraceTerminate, dpy); - - va_TraceEnd(dpy); - - va_FoolEnd(dpy); - -+ if (VA_STATUS_SUCCESS == vaStatus) -+ pDisplayContext->vaDestroy(pDisplayContext); -+ - return vaStatus; - } - Modified: head/multimedia/libva/pkg-plist ============================================================================== --- head/multimedia/libva/pkg-plist Wed Oct 1 21:46:50 2014 (r369768) +++ head/multimedia/libva/pkg-plist Wed Oct 1 21:49:25 2014 (r369769) @@ -19,6 +19,7 @@ include/va/va_drm.h include/va/va_drmcommon.h include/va/va_enc_h264.h include/va/va_enc_mpeg2.h +include/va/va_enc_vp8.h include/va/va_glx.h include/va/va_tpi.h include/va/va_version.h @@ -26,24 +27,22 @@ include/va/va_vpp.h include/va/va_x11.h lib/libva-drm.so lib/libva-drm.so.1 -lib/libva-drm.so.1.3501.0 +lib/libva-drm.so.1.3600.0 lib/libva-glx.so lib/libva-glx.so.1 -lib/libva-glx.so.1.3501.0 +lib/libva-glx.so.1.3600.0 lib/libva-tpi.so lib/libva-tpi.so.1 -lib/libva-tpi.so.1.3501.0 +lib/libva-tpi.so.1.3600.0 lib/libva-x11.so lib/libva-x11.so.1 -lib/libva-x11.so.1.3501.0 +lib/libva-x11.so.1.3600.0 lib/libva.so lib/libva.so.1 -lib/libva.so.1.3501.0 +lib/libva.so.1.3600.0 lib/va/dummy_drv_video.so libdata/pkgconfig/libva-drm.pc libdata/pkgconfig/libva-glx.pc libdata/pkgconfig/libva-tpi.pc libdata/pkgconfig/libva-x11.pc libdata/pkgconfig/libva.pc -@dirrm include/va -@dirrmtry lib/va From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:04:21 2014 Return-Path: Delivered-To: svn-ports-all@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 2D461A7F; Wed, 1 Oct 2014 22:04:21 +0000 (UTC) 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 1AB4F1E6; Wed, 1 Oct 2014 22:04:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91M4KAK040286; Wed, 1 Oct 2014 22:04:20 GMT (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91M4K2S040284; Wed, 1 Oct 2014 22:04:20 GMT (envelope-from bmah@FreeBSD.org) Message-Id: <201410012204.s91M4K2S040284@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bmah set sender to bmah@FreeBSD.org using -f From: "Bruce A. Mah" Date: Wed, 1 Oct 2014 22:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369770 - head/benchmarks/iperf3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:04:21 -0000 Author: bmah Date: Wed Oct 1 22:04:20 2014 New Revision: 369770 URL: https://svnweb.freebsd.org/changeset/ports/369770 QAT: https://qat.redports.org/buildarchive/r369770/ Log: Update benchmarks/iperf3 to 3.0.8. Approved by: mat (mentor) Sponsored by: ESnet Modified: head/benchmarks/iperf3/Makefile head/benchmarks/iperf3/distinfo Modified: head/benchmarks/iperf3/Makefile ============================================================================== --- head/benchmarks/iperf3/Makefile Wed Oct 1 21:49:25 2014 (r369769) +++ head/benchmarks/iperf3/Makefile Wed Oct 1 22:04:20 2014 (r369770) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.0.7 -PORTREVISION= 1 +PORTVERSION= 3.0.8 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 Modified: head/benchmarks/iperf3/distinfo ============================================================================== --- head/benchmarks/iperf3/distinfo Wed Oct 1 21:49:25 2014 (r369769) +++ head/benchmarks/iperf3/distinfo Wed Oct 1 22:04:20 2014 (r369770) @@ -1,2 +1,2 @@ -SHA256 (iperf-3.0.7.tar.gz) = 49510e886f9e876cd73dcd80414bfb8c49b147c82125585e09c2a6e92369d3f2 -SIZE (iperf-3.0.7.tar.gz) = 398859 +SHA256 (iperf-3.0.8.tar.gz) = 81b8d91159862896c57f9b90a006e8b5dc22bd94175d97bd0db50b0ae2c1a78e +SIZE (iperf-3.0.8.tar.gz) = 401739 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:10:46 2014 Return-Path: Delivered-To: svn-ports-all@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 D6505C34; Wed, 1 Oct 2014 22:10:46 +0000 (UTC) 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 C3E482F3; Wed, 1 Oct 2014 22:10:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MAkA5041389; Wed, 1 Oct 2014 22:10:46 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MAkOV041388; Wed, 1 Oct 2014 22:10:46 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410012210.s91MAkOV041388@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 1 Oct 2014 22:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369771 - head/devel/pear-Symfony_Component_Console X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:10:46 -0000 Author: wg Date: Wed Oct 1 22:10:46 2014 New Revision: 369771 URL: https://svnweb.freebsd.org/changeset/ports/369771 QAT: https://qat.redports.org/buildarchive/r369771/ Log: devel/pear-Symfony_Component_Console: USES pear - Do not depend on the symfony channel .mk Modified: head/devel/pear-Symfony_Component_Console/Makefile Modified: head/devel/pear-Symfony_Component_Console/Makefile ============================================================================== --- head/devel/pear-Symfony_Component_Console/Makefile Wed Oct 1 22:04:20 2014 (r369770) +++ head/devel/pear-Symfony_Component_Console/Makefile Wed Oct 1 22:10:46 2014 (r369771) @@ -5,14 +5,20 @@ PORTNAME= Console PORTVERSION= 2.4.4 CATEGORIES= devel pear PKGNAMEPREFIX= pear-Symfony_Component_ +MASTER_SITES= http://pear.symfony.com/get/ +DIST_SUBDIR= Symfony2 MAINTAINER= wg@FreeBSD.org COMMENT= Symfony2 Console Component LICENSE= MIT +BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2 +RUN_DEPENDS+= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2 + +USES= pear +PEAR_CHANNEL= symfony2 + IGNORE_WITH_PHP=52 -.include -.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" -.include +.include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:12:12 2014 Return-Path: Delivered-To: svn-ports-all@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 04E0EE5E; Wed, 1 Oct 2014 22:12:12 +0000 (UTC) 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 E6CA130E; Wed, 1 Oct 2014 22:12:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MCBIj045051; Wed, 1 Oct 2014 22:12:11 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MCBX7045049; Wed, 1 Oct 2014 22:12:11 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410012212.s91MCBX7045049@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 22:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369772 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:12:12 -0000 Author: bdrewery Date: Wed Oct 1 22:12:11 2014 New Revision: 369772 URL: https://svnweb.freebsd.org/changeset/ports/369772 QAT: https://qat.redports.org/buildarchive/r369772/ Log: - Document CVE-2014-7187 fixed in bash-4.3.27_1 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 1 22:10:46 2014 (r369771) +++ head/security/vuxml/vuln.xml Wed Oct 1 22:12:11 2014 (r369772) @@ -105,11 +105,18 @@ Notes: possibly leading to arbitrary code execution when evaluating untrusted input that would not otherwise be run as code.

+
+

An off-by-one error was discovered in the way Bash was handling + deeply nested flow control constructs. Depending on the layout of + the .bss segment, this could allow arbitrary execution of code that + would not otherwise be executed by Bash.

+
https://access.redhat.com/security/cve/CVE-2014-7186 CVE-2014-7186 + CVE-2014-7187 2014-09-25 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:12:33 2014 Return-Path: Delivered-To: svn-ports-all@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 D570BFBD; Wed, 1 Oct 2014 22:12:33 +0000 (UTC) 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 C3841314; Wed, 1 Oct 2014 22:12:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MCXtH045199; Wed, 1 Oct 2014 22:12:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MCXGO045197; Wed, 1 Oct 2014 22:12:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410012212.s91MCXGO045197@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 22:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369773 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:12:33 -0000 Author: bapt Date: Wed Oct 1 22:12:32 2014 New Revision: 369773 URL: https://svnweb.freebsd.org/changeset/ports/369773 QAT: https://qat.redports.org/buildarchive/r369773/ Log: Add BUNDLE_LIBS knob to prevent pkg(8) from automatically add provided shlibs Modified: head/CHANGES head/Mk/bsd.port.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Oct 1 22:12:11 2014 (r369772) +++ head/CHANGES Wed Oct 1 22:12:32 2014 (r369773) @@ -10,6 +10,13 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20141002: +AUTHOR: bapt@FreeBSD.org + + New BUNDLE_LIBS knobs to allow a port to tell pkg(8) not to compute provided + libraries, this is to be used when a port bundles libraries it doesn't want + to expose to other ports. + 20141001: AUTHOR: tijl@FreeBSD.org Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Oct 1 22:12:11 2014 (r369772) +++ head/Mk/bsd.port.mk Wed Oct 1 22:12:32 2014 (r369773) @@ -1546,6 +1546,11 @@ PKGNG_ORIGIN= ${PKG_ORIGIN} WITH_PKGNG?= yes WITH_PKG?= ${WITH_PKGNG} +.if defined(BUNDLE_LIBS) +PKG_NOTES+= no_provide_shlib +PKG_NOTE_no_provide_shlib= yes +.endif + .endif # End of pre-makefile section. From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:13:36 2014 Return-Path: Delivered-To: svn-ports-all@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 2EAF6148; Wed, 1 Oct 2014 22:13:36 +0000 (UTC) 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 12F38331; Wed, 1 Oct 2014 22:13:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MDZhj045423; Wed, 1 Oct 2014 22:13:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MDZYh045422; Wed, 1 Oct 2014 22:13:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410012213.s91MDZYh045422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 22:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369774 - head/multimedia/plexmediaserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:13:36 -0000 Author: bapt Date: Wed Oct 1 22:13:35 2014 New Revision: 369774 URL: https://svnweb.freebsd.org/changeset/ports/369774 QAT: https://qat.redports.org/buildarchive/r369774/ Log: Prevent to export bundle libraries Modified: head/multimedia/plexmediaserver/Makefile Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Wed Oct 1 22:12:32 2014 (r369773) +++ head/multimedia/plexmediaserver/Makefile Wed Oct 1 22:13:35 2014 (r369774) @@ -24,6 +24,7 @@ USERS= plex GROUPS= plex SUPPORT_PATH?= ${PREFIX}/plexdata SCRIPT_PATH?= ${DATADIR} +BUNDLE_LIBS= yes ONLY_FOR_ARCHS= amd64 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:19:13 2014 Return-Path: Delivered-To: svn-ports-all@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 0F3E15D6; Wed, 1 Oct 2014 22:19:13 +0000 (UTC) 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 F0FD73CB; Wed, 1 Oct 2014 22:19:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MJC4o046329; Wed, 1 Oct 2014 22:19:12 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MJCFI046328; Wed, 1 Oct 2014 22:19:12 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410012219.s91MJCFI046328@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 1 Oct 2014 22:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369775 - head/textproc/pear-Symfony_Component_Yaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:19:13 -0000 Author: wg Date: Wed Oct 1 22:19:12 2014 New Revision: 369775 URL: https://svnweb.freebsd.org/changeset/ports/369775 QAT: https://qat.redports.org/buildarchive/r369775/ Log: textproc/pear-Symfony_Component_Yaml: USES pear - Do not depend on the symfony channel .mk - Remove useless IGNORE_WITH_PHP Approved by: portmgr (bapt) Modified: head/textproc/pear-Symfony_Component_Yaml/Makefile Modified: head/textproc/pear-Symfony_Component_Yaml/Makefile ============================================================================== --- head/textproc/pear-Symfony_Component_Yaml/Makefile Wed Oct 1 22:13:35 2014 (r369774) +++ head/textproc/pear-Symfony_Component_Yaml/Makefile Wed Oct 1 22:19:12 2014 (r369775) @@ -4,15 +4,19 @@ PORTNAME= Yaml PORTVERSION= 2.1.2 CATEGORIES= textproc pear +MASTER_SITES= http://pear.symfony.com/get/ PKGNAMEPREFIX= pear-Symfony_Component_ +DIST_SUBDIR= Symfony2 MAINTAINER= gasol.wu@gmail.com COMMENT= Symfony2 Yaml Component LICENSE= MIT -IGNORE_WITH_PHP=52 +BUILD_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2 +RUN_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2 -.include -.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" -.include +USES= pear +PEAR_CHANNEL= symfony2 + +.include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:19:19 2014 Return-Path: Delivered-To: svn-ports-all@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 C19A36B6; Wed, 1 Oct 2014 22:19:19 +0000 (UTC) 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 ADD203CE; Wed, 1 Oct 2014 22:19:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MJJbP046428; Wed, 1 Oct 2014 22:19:19 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MJJwC046427; Wed, 1 Oct 2014 22:19:19 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410012219.s91MJJwC046427@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 1 Oct 2014 22:19:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369776 - head/devel/pear-Symfony_Component_Finder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:19:19 -0000 Author: wg Date: Wed Oct 1 22:19:18 2014 New Revision: 369776 URL: https://svnweb.freebsd.org/changeset/ports/369776 QAT: https://qat.redports.org/buildarchive/r369776/ Log: devel/pear-Symfony_Component_Finder: USES pear - Do not depend on the symfony channel .mk - Remove useless IGNORE_WITH_PHP Approved by: portmgr (bapt) Modified: head/devel/pear-Symfony_Component_Finder/Makefile Modified: head/devel/pear-Symfony_Component_Finder/Makefile ============================================================================== --- head/devel/pear-Symfony_Component_Finder/Makefile Wed Oct 1 22:19:12 2014 (r369775) +++ head/devel/pear-Symfony_Component_Finder/Makefile Wed Oct 1 22:19:18 2014 (r369776) @@ -4,15 +4,19 @@ PORTNAME= Finder PORTVERSION= 2.3.4 CATEGORIES= devel pear +MASTER_SITES= http://pear.symfony.com/get/ PKGNAMEPREFIX= pear-Symfony_Component_ +DIST_SUBDIR= Symfony2 MAINTAINER= gasol.wu@gmail.com COMMENT= Symfony2 Finder Component LICENSE= MIT -IGNORE_WITH_PHP=52 +BUILD_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2 +RUN_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2 -.include -.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" -.include +USES= pear +PEAR_CHANNEL= symfony2 + +.include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:20:45 2014 Return-Path: Delivered-To: svn-ports-all@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 365F48C9; Wed, 1 Oct 2014 22:20:45 +0000 (UTC) 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 24034669; Wed, 1 Oct 2014 22:20:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MKjSg049669; Wed, 1 Oct 2014 22:20:45 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MKiJn049668; Wed, 1 Oct 2014 22:20:44 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410012220.s91MKiJn049668@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 1 Oct 2014 22:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369777 - head/devel/pear-Symfony_Component_Console X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:20:45 -0000 Author: wg Date: Wed Oct 1 22:20:44 2014 New Revision: 369777 URL: https://svnweb.freebsd.org/changeset/ports/369777 QAT: https://qat.redports.org/buildarchive/r369777/ Log: devel/pear-Symfony_Component_Console: portlint and remove useless knob Modified: head/devel/pear-Symfony_Component_Console/Makefile Modified: head/devel/pear-Symfony_Component_Console/Makefile ============================================================================== --- head/devel/pear-Symfony_Component_Console/Makefile Wed Oct 1 22:19:18 2014 (r369776) +++ head/devel/pear-Symfony_Component_Console/Makefile Wed Oct 1 22:20:44 2014 (r369777) @@ -4,8 +4,8 @@ PORTNAME= Console PORTVERSION= 2.4.4 CATEGORIES= devel pear -PKGNAMEPREFIX= pear-Symfony_Component_ MASTER_SITES= http://pear.symfony.com/get/ +PKGNAMEPREFIX= pear-Symfony_Component_ DIST_SUBDIR= Symfony2 MAINTAINER= wg@FreeBSD.org @@ -19,6 +19,4 @@ RUN_DEPENDS+= ${PEARDIR}/.channels/pear. USES= pear PEAR_CHANNEL= symfony2 -IGNORE_WITH_PHP=52 - .include From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:21:22 2014 Return-Path: Delivered-To: svn-ports-all@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 24C839B2; Wed, 1 Oct 2014 22:21:22 +0000 (UTC) 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 10D9F674; Wed, 1 Oct 2014 22:21:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MLLtm050390; Wed, 1 Oct 2014 22:21:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MLKD4050384; Wed, 1 Oct 2014 22:21:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410012221.s91MLKD4050384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 22:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369778 - in head: emulators/i386-wine emulators/i386-wine-devel multimedia/plexmediaserver multimedia/plexmediaserver-plexpass www/opera X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:21:22 -0000 Author: bapt Date: Wed Oct 1 22:21:20 2014 New Revision: 369778 URL: https://svnweb.freebsd.org/changeset/ports/369778 QAT: https://qat.redports.org/buildarchive/r369778/ Log: Prevent some ports to provide bundled libraries Bump port revision PR: 193592 Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine/Makefile.inc head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver/Makefile head/www/opera/Makefile Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 22:20:44 2014 (r369777) +++ head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 22:21:20 2014 (r369778) @@ -3,6 +3,7 @@ PORTNAME= wine PORTVERSION= 1.7.27 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} @@ -39,6 +40,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USES= tar:xz +BUNDLE_LIBS= yes GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:20:44 2014 (r369777) +++ head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:21:20 2014 (r369778) @@ -3,7 +3,7 @@ PORTNAME= wine PORTVERSION= 1.6.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} @@ -38,6 +38,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USES= tar:xz +BUNDLE_LIBS= yes GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Wed Oct 1 22:20:44 2014 (r369777) +++ head/multimedia/plexmediaserver-plexpass/Makefile Wed Oct 1 22:21:20 2014 (r369778) @@ -3,6 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION= 0.9.10.1.585 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ PKGNAMESUFFIX= -plexpass @@ -15,6 +16,7 @@ USES= tar:bzip2 PLEX_BUILD= f31034e NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} +BUNDLE_LIBS= yes DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Wed Oct 1 22:20:44 2014 (r369777) +++ head/multimedia/plexmediaserver/Makefile Wed Oct 1 22:21:20 2014 (r369778) @@ -3,6 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION= 0.9.9.13.525 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ DISTNAME= PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}-freebsd-amd64 Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Wed Oct 1 22:20:44 2014 (r369777) +++ head/www/opera/Makefile Wed Oct 1 22:21:20 2014 (r369778) @@ -2,7 +2,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \ @@ -22,6 +22,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info +BUNDLE_LIBS= yes + ONLY_FOR_ARCHS= i386 amd64 OPERA_VER?= 12.16 From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:25:03 2014 Return-Path: Delivered-To: svn-ports-all@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 05E03B0C; Wed, 1 Oct 2014 22:25:03 +0000 (UTC) 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 CDAF36A9; Wed, 1 Oct 2014 22:25:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MP2Ub051034; Wed, 1 Oct 2014 22:25:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MP2CR051032; Wed, 1 Oct 2014 22:25:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410012225.s91MP2CR051032@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 22:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369779 - in head/emulators: i386-wine i386-wine-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:25:03 -0000 Author: bapt Date: Wed Oct 1 22:25:01 2014 New Revision: 369779 URL: https://svnweb.freebsd.org/changeset/ports/369779 QAT: https://qat.redports.org/buildarchive/r369779/ Log: Partially revert previous commits Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine/Makefile.inc Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 22:21:20 2014 (r369778) +++ head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 22:25:01 2014 (r369779) @@ -3,7 +3,6 @@ PORTNAME= wine PORTVERSION= 1.7.27 -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} @@ -40,7 +39,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USES= tar:xz -BUNDLE_LIBS= yes GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:21:20 2014 (r369778) +++ head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:25:01 2014 (r369779) @@ -3,7 +3,6 @@ PORTNAME= wine PORTVERSION= 1.6.2 -PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} @@ -38,7 +37,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USES= tar:xz -BUNDLE_LIBS= yes GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:31:00 2014 Return-Path: Delivered-To: svn-ports-all@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 0FD15CAC; Wed, 1 Oct 2014 22:31:00 +0000 (UTC) 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 F187176F; Wed, 1 Oct 2014 22:30:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MUxiA054146; Wed, 1 Oct 2014 22:30:59 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MUxaY054061; Wed, 1 Oct 2014 22:30:59 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410012230.s91MUxaY054061@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 22:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369780 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:31:00 -0000 Author: bdrewery Date: Wed Oct 1 22:30:59 2014 New Revision: 369780 URL: https://svnweb.freebsd.org/changeset/ports/369780 QAT: https://qat.redports.org/buildarchive/r369780/ Log: Document CVE-2014-6277 and CVE-2014-6278 for bash. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 1 22:25:01 2014 (r369779) +++ head/security/vuxml/vuln.xml Wed Oct 1 22:30:59 2014 (r369780) @@ -57,6 +57,34 @@ Notes: --> + + bash -- remote code execution + + + bash + 4.3.25_2 + + + + +

Note that this is different than the public "Shellshock" + issue.

+

Specially crafted environment variables could lead to remote + arbitrary code execution. This was fixed in bash 4.3.27, however + the port was patched with a mitigation in 4.3.25_2.

+ +
+ + http://lcamtuf.blogspot.com/2014/09/bash-bug-apply-unofficial-patch-now.html + CVE-2014-6277 + CVE-2014-6278 + + + 2014-09-27 + 2014-10-01 + +
+ phpMyAdmin -- XSS vulnerabilities From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:40:55 2014 Return-Path: Delivered-To: svn-ports-all@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 D5CC6EFB; Wed, 1 Oct 2014 22:40:55 +0000 (UTC) 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 A999B91C; Wed, 1 Oct 2014 22:40:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Metad059952; Wed, 1 Oct 2014 22:40:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Met6j059951; Wed, 1 Oct 2014 22:40:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410012240.s91Met6j059951@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 22:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369781 - head/devel/pear-channel-symfony2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:40:55 -0000 Author: bapt Date: Wed Oct 1 22:40:55 2014 New Revision: 369781 URL: https://svnweb.freebsd.org/changeset/ports/369781 QAT: https://qat.redports.org/buildarchive/r369781/ Log: Remove bsd.symfony2.mk which is now unused Deleted: head/devel/pear-channel-symfony2/bsd.symfony2.mk From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:41:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 975) id BE471FE3; Wed, 1 Oct 2014 22:41:42 +0000 (UTC) Date: Wed, 1 Oct 2014 22:41:42 +0000 From: "Sergey A. Osokin" To: Baptiste Daroussin Subject: Re: svn commit: r369779 - in head/emulators: i386-wine i386-wine-devel Message-ID: <20141001224142.GA28653@FreeBSD.org> References: <201410012225.s91MP2CR051032@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201410012225.s91MP2CR051032@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:41:42 -0000 > PORTNAME= wine > PORTVERSION= 1.7.27 > -PORTREVISION= 1 Not sure about this, should be 2? > @@ -3,7 +3,6 @@ > > PORTNAME= wine > PORTVERSION= 1.6.2 > -PORTREVISION= 5 Here should be at least 4, or which is better, 6. -- Sergey A. Osokin osa@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:43:58 2014 Return-Path: Delivered-To: svn-ports-all@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 CF03A16A; Wed, 1 Oct 2014 22:43:58 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFE0F93C; Wed, 1 Oct 2014 22:43:57 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id b13so1761257wgh.24 for ; Wed, 01 Oct 2014 15:43:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=J/9xdgZw6HYaEAVn7bWWlS1RhZ+48G79tOow2r+zJkE=; b=QmZYiVDLFr2gMP5Q9f3dfRpMuyPg2AaZ7ABOV7JCbPot4A5IapO6bOBoDBouuUwQG6 F3jRebU+MXsJxx5xjZ2PjrYnv/5Lqvnum52uegrwagPcpOQb/o2RSbrobnrtAX0+NAv0 CG6KXXD6fVRqFztN5karX8cDl/+PVCJZLd/iJsss/2yVDkauX2h68MN7MyCWwJVFlVcK qic4YL0gJOTJIXKIBR6zsZNrghwt00hzG5cbc+WbIYf/KbiTkGkkGgSvw9rJDGsqyqUJ BejGQICLxdd1yfcr/cAAGpNSoVqmLgPFsgH6IWQORa6QT2iaEs/ET1nuQ2MYkxS6om0h 84fw== X-Received: by 10.180.206.230 with SMTP id lr6mr170386wic.82.1412203436334; Wed, 01 Oct 2014 15:43:56 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id fx2sm2563407wjb.37.2014.10.01.15.43.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Oct 2014 15:43:55 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 2 Oct 2014 00:43:52 +0200 From: Baptiste Daroussin To: "Sergey A. Osokin" Subject: Re: svn commit: r369779 - in head/emulators: i386-wine i386-wine-devel Message-ID: <20141001224352.GF33628@ivaldir.etoilebsd.net> References: <201410012225.s91MP2CR051032@svn.freebsd.org> <20141001224142.GA28653@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sDKAb4OeUBrWWL6P" Content-Disposition: inline In-Reply-To: <20141001224142.GA28653@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:43:58 -0000 --sDKAb4OeUBrWWL6P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 01, 2014 at 10:41:42PM +0000, Sergey A. Osokin wrote: > > PORTNAME=3D wine > > PORTVERSION=3D 1.7.27 > > -PORTREVISION=3D 1 >=20 > Not sure about this, should be 2? >=20 > > @@ -3,7 +3,6 @@ > > =20 > > PORTNAME=3D wine > > PORTVERSION=3D 1.6.2 > > -PORTREVISION=3D 5 >=20 > Here should be at least 4, or which is better, 6. >=20 This is a revert because changing portrevision implies way more changes see distinfo :( Concerning the second one my bad I'll fix regards, Bapt --sDKAb4OeUBrWWL6P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQsg6gACgkQ8kTtMUmk6EzUVwCguzRJgQh3LNx1PSt/sNiawYDF /AUAn0zU1oJ0vuhrDnO6ic1uO7pxNeFd =mHN/ -----END PGP SIGNATURE----- --sDKAb4OeUBrWWL6P-- From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:44:51 2014 Return-Path: Delivered-To: svn-ports-all@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 AA8C4255; Wed, 1 Oct 2014 22:44:51 +0000 (UTC) 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 98335947; Wed, 1 Oct 2014 22:44:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MipoY060536; Wed, 1 Oct 2014 22:44:51 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91Mip6o060535; Wed, 1 Oct 2014 22:44:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410012244.s91Mip6o060535@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 22:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369782 - head/emulators/i386-wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:44:51 -0000 Author: bapt Date: Wed Oct 1 22:44:50 2014 New Revision: 369782 URL: https://svnweb.freebsd.org/changeset/ports/369782 QAT: https://qat.redports.org/buildarchive/r369782/ Log: Readd the right portrevision Submitted by: osa Pointyhat to: bapt Modified: head/emulators/i386-wine/Makefile.inc Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:40:55 2014 (r369781) +++ head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:44:50 2014 (r369782) @@ -3,6 +3,7 @@ PORTNAME= wine PORTVERSION= 1.6.2 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:57:16 2014 Return-Path: Delivered-To: svn-ports-all@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 D85647FB; Wed, 1 Oct 2014 22:57:16 +0000 (UTC) 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 C5B55AD8; Wed, 1 Oct 2014 22:57:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MvGQQ065578; Wed, 1 Oct 2014 22:57:16 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MvGrE065577; Wed, 1 Oct 2014 22:57:16 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410012257.s91MvGrE065577@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 22:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369783 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:57:17 -0000 Author: bdrewery Date: Wed Oct 1 22:57:16 2014 New Revision: 369783 URL: https://svnweb.freebsd.org/changeset/ports/369783 QAT: https://qat.redports.org/buildarchive/r369783/ Log: Fix bash entries to also mark bash-static vulnerable Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 1 22:44:50 2014 (r369782) +++ head/security/vuxml/vuln.xml Wed Oct 1 22:57:16 2014 (r369783) @@ -62,6 +62,7 @@ Notes: bash + bash-static 4.3.25_2 @@ -121,6 +122,7 @@ Notes: bash + bash-static 4.3.27_1 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:22:13 2014 Return-Path: Delivered-To: svn-ports-all@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 B0EE5A63; Thu, 2 Oct 2014 00:22:13 +0000 (UTC) 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 9D1773E1; Thu, 2 Oct 2014 00:22:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920MD1j008302; Thu, 2 Oct 2014 00:22:13 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920MDJM008298; Thu, 2 Oct 2014 00:22:13 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020022.s920MDJM008298@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 00:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369784 - in head/shells/bash: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:22:13 -0000 Author: bdrewery Date: Thu Oct 2 00:22:12 2014 New Revision: 369784 URL: https://svnweb.freebsd.org/changeset/ports/369784 QAT: https://qat.redports.org/buildarchive/r369784/ Log: - Update to patchlevel 28 which fixes issues that were mostly addressed already in r369684. Deleted: head/shells/bash/files/patch-parse.y Modified: head/shells/bash/Makefile head/shells/bash/distinfo Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Wed Oct 1 22:57:16 2014 (r369783) +++ head/shells/bash/Makefile Thu Oct 2 00:22:12 2014 (r369784) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 27 +PATCHLEVEL= 28 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/shells/bash/distinfo ============================================================================== --- head/shells/bash/distinfo Wed Oct 1 22:57:16 2014 (r369783) +++ head/shells/bash/distinfo Thu Oct 2 00:22:12 2014 (r369784) @@ -54,3 +54,5 @@ SHA256 (bash/bash43-026) = 2ecc12201b3ba SIZE (bash/bash43-026) = 1575 SHA256 (bash/bash43-027) = 1eb76ad28561d27f7403ff3c76a36e932928a4b58a01b868d663c165f076dabe SIZE (bash/bash43-027) = 6889 +SHA256 (bash/bash43-028) = e8b0dbed4724fa7b9bd8ff77d12c7f03da0fbfc5f8251ef5cb8511eb082b469d +SIZE (bash/bash43-028) = 69606 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:24:05 2014 Return-Path: Delivered-To: svn-ports-all@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 24CB2BAC; Thu, 2 Oct 2014 00:24:05 +0000 (UTC) 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 1111E400; Thu, 2 Oct 2014 00:24:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920O474008668; Thu, 2 Oct 2014 00:24:04 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920O4ED008666; Thu, 2 Oct 2014 00:24:04 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020024.s920O4ED008666@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 00:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369785 - in branches/2014Q4/shells/bash: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:24:05 -0000 Author: bdrewery Date: Thu Oct 2 00:24:04 2014 New Revision: 369785 URL: https://svnweb.freebsd.org/changeset/ports/369785 QAT: https://qat.redports.org/buildarchive/r369785/ Log: MFH: r369784 - Update to patchlevel 28 which fixes issues that were mostly addressed already in r369684. Deleted: branches/2014Q4/shells/bash/files/patch-parse.y Modified: branches/2014Q4/shells/bash/Makefile branches/2014Q4/shells/bash/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/shells/bash/Makefile ============================================================================== --- branches/2014Q4/shells/bash/Makefile Thu Oct 2 00:22:12 2014 (r369784) +++ branches/2014Q4/shells/bash/Makefile Thu Oct 2 00:24:04 2014 (r369785) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 27 +PATCHLEVEL= 28 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} Modified: branches/2014Q4/shells/bash/distinfo ============================================================================== --- branches/2014Q4/shells/bash/distinfo Thu Oct 2 00:22:12 2014 (r369784) +++ branches/2014Q4/shells/bash/distinfo Thu Oct 2 00:24:04 2014 (r369785) @@ -54,3 +54,5 @@ SHA256 (bash/bash43-026) = 2ecc12201b3ba SIZE (bash/bash43-026) = 1575 SHA256 (bash/bash43-027) = 1eb76ad28561d27f7403ff3c76a36e932928a4b58a01b868d663c165f076dabe SIZE (bash/bash43-027) = 6889 +SHA256 (bash/bash43-028) = e8b0dbed4724fa7b9bd8ff77d12c7f03da0fbfc5f8251ef5cb8511eb082b469d +SIZE (bash/bash43-028) = 69606 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:25:29 2014 Return-Path: Delivered-To: svn-ports-all@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 DD3CBCA9 for ; Thu, 2 Oct 2014 00:25:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 BE8E85E7 for ; Thu, 2 Oct 2014 00:25:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s920PSFD063823 for ; Thu, 2 Oct 2014 00:25:28 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s920PSrV063821 for svn-ports-all@freebsd.org; Thu, 2 Oct 2014 00:25:28 GMT (envelope-from bdrewery) Received: (qmail 22645 invoked from network); 1 Oct 2014 19:25:26 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 1 Oct 2014 19:25:26 -0500 Message-ID: <542C9B70.9020306@FreeBSD.org> Date: Wed, 01 Oct 2014 19:25:20 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Jung-uk Kim , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r369684 - in head/shells/bash: . files References: <201410010335.s913ZD6R006655@svn.freebsd.org> <542C2EFC.6090302@FreeBSD.org> In-Reply-To: <542C2EFC.6090302@FreeBSD.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eWqXEcGApowBsDQAqUL4bmCctXOP8nPxf" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:25:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --eWqXEcGApowBsDQAqUL4bmCctXOP8nPxf Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/1/2014 11:42 AM, Jung-uk Kim wrote: > On 2014-09-30 23:35:13 -0400, Bryan Drewery wrote: >> Author: bdrewery Date: Wed Oct 1 03:35:12 2014 New Revision: >> 369684 URL: http://svnweb.freebsd.org/changeset/ports/369684 QAT: >> https://qat.redports.org/buildarchive/r369684/ >=20 >> Log: Add RedHat's patch for CVE-2014-7186, commonly known as >> "redir_stack" overflow, which has not been shown to be as critical >> as "shellshock" currently. >=20 >> Security: CVE-2014-7186 >=20 > Thanks! >=20 > BTW, this patch also fixes CVE-2014-7187. >=20 > http://www.openwall.com/lists/oss-security/2014/09/26/2 >=20 > FYI, 4.3 Patchlevel 27 fixed two more CVEs, i.e., CVE-2014-6277 and > CVE-2014-6278. >=20 > https://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2014-6277 > https://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2014-6278 >=20 > Jung-uk Kim >=20 Well those are still an issue in 4.3.28 if you control the environment fully. I.e., if you can pass BASH_FUNC_name%% then it will still crash/execute code. Chet is working on patches for them, http://www.openwall.com/lists/oss-security/2014/10/01/25. Our bash is immune to this due to disabling function imports. The bashcheck script is wrong currently though and I've submitted a pull request to fix it here: https://github.com/hannob/bashcheck/pull/23 I've just committed 4.3.28 as well. --=20 Regards, Bryan Drewery --eWqXEcGApowBsDQAqUL4bmCctXOP8nPxf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJULJtwAAoJEDXXcbtuRpfP8wIH/08Kromlma77SVQYUnAyPjHI qWSzOytkZ+jLRHcMETrvhByVmSnZF111lw2y/G1IcLtVJ142llwHAuVW8vjojUk6 x1/eHhicCPKM04KS1r3ZP4XP97FoyQ21qI2j7Bz3QbaoaKkfmRfk9hXU92owkuoO JLgV5mQJeADyUwg5Jb5UscPhEaJ1D52Brs0cCqjP206nQ30k22KJb1XYFEPXFDkp 0GHVkF8lMiryflacSPeE1va0yCT2Fl1axJGrpxsvrw/f62pCZQGQknfuHU3TL7xN 2UM1wkzgsO99njVJRKYfimyAmlktT99FlOau0p7P95vpigpDCDDUnJERnqeZdbY= =vw79 -----END PGP SIGNATURE----- --eWqXEcGApowBsDQAqUL4bmCctXOP8nPxf-- From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:27:03 2014 Return-Path: Delivered-To: svn-ports-all@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 2E381EE6; Thu, 2 Oct 2014 00:27:03 +0000 (UTC) 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 1A61360B; Thu, 2 Oct 2014 00:27:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920R2HP009213; Thu, 2 Oct 2014 00:27:02 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920R2Ek009211; Thu, 2 Oct 2014 00:27:02 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410020027.s920R2Ek009211@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 2 Oct 2014 00:27:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369786 - in head/emulators/mednafen: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:27:03 -0000 Author: jhale Date: Thu Oct 2 00:27:02 2014 New Revision: 369786 URL: https://svnweb.freebsd.org/changeset/ports/369786 QAT: https://qat.redports.org/buildarchive/r369786/ Log: - Fix build with NLS option disabled - Drop @dirrm PR: 193356 Submitted by: Kevin Zheng Patched by: myself Approved by: acm (maintainer timeout, 3 weeks) Added: head/emulators/mednafen/files/patch-src__nes__unif.cpp (contents, props changed) Modified: head/emulators/mednafen/pkg-plist Added: head/emulators/mednafen/files/patch-src__nes__unif.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mednafen/files/patch-src__nes__unif.cpp Thu Oct 2 00:27:02 2014 (r369786) @@ -0,0 +1,11 @@ +--- src/nes/unif.cpp.orig 2014-10-01 15:17:53 UTC ++++ src/nes/unif.cpp +@@ -191,7 +191,7 @@ + MDFN_printf(_("Dumped by: %s\n"),name); + MDFN_printf(_("Dumped with: %s\n"),method); + { +- char *months[12]={_("January"),_("February"),_("March"),_("April"),_("May"),_("June"),_("July"), ++ const char *months[12]={_("January"),_("February"),_("March"),_("April"),_("May"),_("June"),_("July"), + _("August"),_("September"),_("October"),_("November"),_("December")}; + MDFN_printf(_("Dumped on: %s %d, %d\n"),months[(m-1)%12],d,y); + } Modified: head/emulators/mednafen/pkg-plist ============================================================================== --- head/emulators/mednafen/pkg-plist Thu Oct 2 00:24:04 2014 (r369785) +++ head/emulators/mednafen/pkg-plist Thu Oct 2 00:27:02 2014 (r369786) @@ -3,6 +3,4 @@ bin/mednafen %%NLS%%share/locale/es/LC_MESSAGES/mednafen.mo %%NLS%%share/locale/ru/LC_MESSAGES/mednafen.mo %%DATADIR%%/c68k_op0.inc -@dirrm %%DATADIR%% %%PORTDOCS%%%%DOCSDIR%%/mednafen.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:46:55 2014 Return-Path: Delivered-To: svn-ports-all@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 3AE4E2AF; Thu, 2 Oct 2014 00:46:55 +0000 (UTC) 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 1B97181B; Thu, 2 Oct 2014 00:46:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920ks5R018759; Thu, 2 Oct 2014 00:46:54 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920ksXu018758; Thu, 2 Oct 2014 00:46:54 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020046.s920ksXu018758@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 00:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369787 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:46:55 -0000 Author: bdrewery Date: Thu Oct 2 00:46:54 2014 New Revision: 369787 URL: https://svnweb.freebsd.org/changeset/ports/369787 QAT: https://qat.redports.org/buildarchive/r369787/ Log: Document Jenkins vulnerabilities Security: CVE-2014-3661 Security: CVE-2014-3662 Security: CVE-2014-3663 Security: CVE-2014-3664 Security: CVE-2014-3680 Security: CVE-2014-3681 Security: CVE-2014-3666 Security: CVE-2014-3667 Security: CVE-2013-2186 Security: CVE-2014-1869 Security: CVE-2014-3678 Security: CVE-2014-3679 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 2 00:27:02 2014 (r369786) +++ head/security/vuxml/vuln.xml Thu Oct 2 00:46:54 2014 (r369787) @@ -57,6 +57,100 @@ Notes: --> + + jenkins -- remote execution, privilege escalation, CXX, password exposure, ACL hole, Dos + + + jenkins + 1.583 + + + jenkins-lts + 1.565.3 + + + + +

Jenkins Security Advisory:

+
+

SECURITY-87/CVE-2014-3661 (anonymous DoS attack through CLI + handshake) This vulnerability allows unauthenticated users with + access to Jenkins' HTTP/HTTPS port to mount a DoS attack on Jenkins + through thread exhaustion. + + SECURITY-110/CVE-2014-3662 (User name discovery) Anonymous users + can test if the user of a specific name exists or not through login + attempts. + + SECURITY-127&128/CVE-2014-3663 (privilege escalation in job + configuration permission) An user with a permission limited to + Job/CONFIGURE can exploit this vulnerability to effectively create + a new job, which should have been only possible for users with + Job/CREATE permission, or to destroy jobs that he/she does not have + access otherwise. + + SECURITY-131/CVE-2014-3664 (directory traversal attack) Users with + Overall/READ permission can access arbitrary files in the file + system readable by the Jenkins process, resulting in the exposure + of sensitive information, such as encryption keys. + + SECURITY-138/CVE-2014-3680 (Password exposure in DOM) If a + parameterized job has a default value in a password field, that + default value gets exposed to users with Job/READ permission. + + SECURITY-143/CVE-2014-3681 (XSS vulnerability in Jenkins core) + Reflected cross-site scripting vulnerability in Jenkins core. An + attacker can navigate the user to a carefully crafted URL and have + the user execute unintended actions. + + SECURITY-150/CVE-2014-3666 (remote code execution from CLI) + Unauthenticated user can execute arbitrary code on Jenkins master + by sending carefully crafted packets over the CLI channel. + + SECURITY-155/CVE-2014-3667 (exposure of plugin code) Programs that + constitute plugins can be downloaded by anyone with the + Overall/READ permission, resulting in the exposure of otherwise + sensitive information, such as hard-coded keys in plugins, if any. + + SECURITY-159/CVE-2013-2186 (arbitrary file system write) Security + vulnerability in commons fileupload allows unauthenticated attacker + to upload arbitrary files to Jenkins master. + + SECURITY-149/CVE-2014-1869 (XSS vulnerabilities in ZeroClipboard) + reflective XSS vulnerability in one of the library dependencies of + Jenkins. + + SECURITY-113/CVE-2014-3678 (XSS vulnerabilities in monitoring + plugin) Monitoring plugin allows an attacker to cause a victim into + executing unwanted actions on Jenkins instance. + + SECURITY-113/CVE-2014-3679 (hole in access control) Certain pages + in monitoring plugin are visible to anonymous users, allowing them + to gain information that they are not supposed to.

+
+ +
+ + https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2014-10-01 + CVE-2014-3661 + CVE-2014-3662 + CVE-2014-3663 + CVE-2014-3664 + CVE-2014-3680 + CVE-2014-3681 + CVE-2014-3666 + CVE-2014-3667 + CVE-2013-2186 + CVE-2014-1869 + CVE-2014-3678 + CVE-2014-3679 + + + 2014-10-01 + 2014-10-01 + +
+ bash -- remote code execution From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:48:10 2014 Return-Path: Delivered-To: svn-ports-all@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 73B90394; Thu, 2 Oct 2014 00:48:10 +0000 (UTC) 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 5F8B3826; Thu, 2 Oct 2014 00:48:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920mAFJ019045; Thu, 2 Oct 2014 00:48:10 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920m9Hv019041; Thu, 2 Oct 2014 00:48:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020048.s920m9Hv019041@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 00:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369788 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:48:10 -0000 Author: bdrewery Date: Thu Oct 2 00:48:09 2014 New Revision: 369788 URL: https://svnweb.freebsd.org/changeset/ports/369788 QAT: https://qat.redports.org/buildarchive/r369788/ Log: Update to 1.583 which fixes 12 critical security issues. Security: 549a2771-49cc-11e4-ae2c-c80aa9043978 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Thu Oct 2 00:46:54 2014 (r369787) +++ head/devel/jenkins/Makefile Thu Oct 2 00:48:09 2014 (r369788) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.581 +PORTVERSION= 1.583 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Thu Oct 2 00:46:54 2014 (r369787) +++ head/devel/jenkins/distinfo Thu Oct 2 00:48:09 2014 (r369788) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.581/jenkins.war) = 010578bb2fbb80b1ad29b01dc9bb20bd06addd6cf0bbebd103c48a688bebc30e -SIZE (jenkins/1.581/jenkins.war) = 67789860 +SHA256 (jenkins/1.583/jenkins.war) = 18a6c81317f4943a9ac563b44414c746ed5ae48f3378bccb8ca937aa6be5b07e +SIZE (jenkins/1.583/jenkins.war) = 67867388 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:48:52 2014 Return-Path: Delivered-To: svn-ports-all@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 A4B88475; Thu, 2 Oct 2014 00:48:52 +0000 (UTC) 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 90D4282B; Thu, 2 Oct 2014 00:48:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920mqrh019315; Thu, 2 Oct 2014 00:48:52 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920mq7s019312; Thu, 2 Oct 2014 00:48:52 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020048.s920mq7s019312@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 00:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369789 - branches/2014Q4/devel/jenkins X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:48:52 -0000 Author: bdrewery Date: Thu Oct 2 00:48:51 2014 New Revision: 369789 URL: https://svnweb.freebsd.org/changeset/ports/369789 QAT: https://qat.redports.org/buildarchive/r369789/ Log: MFH: r369788 Update to 1.583 which fixes 12 critical security issues. Security: 549a2771-49cc-11e4-ae2c-c80aa9043978 Modified: branches/2014Q4/devel/jenkins/Makefile branches/2014Q4/devel/jenkins/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/jenkins/Makefile ============================================================================== --- branches/2014Q4/devel/jenkins/Makefile Thu Oct 2 00:48:09 2014 (r369788) +++ branches/2014Q4/devel/jenkins/Makefile Thu Oct 2 00:48:51 2014 (r369789) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.581 +PORTVERSION= 1.583 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: branches/2014Q4/devel/jenkins/distinfo ============================================================================== --- branches/2014Q4/devel/jenkins/distinfo Thu Oct 2 00:48:09 2014 (r369788) +++ branches/2014Q4/devel/jenkins/distinfo Thu Oct 2 00:48:51 2014 (r369789) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.581/jenkins.war) = 010578bb2fbb80b1ad29b01dc9bb20bd06addd6cf0bbebd103c48a688bebc30e -SIZE (jenkins/1.581/jenkins.war) = 67789860 +SHA256 (jenkins/1.583/jenkins.war) = 18a6c81317f4943a9ac563b44414c746ed5ae48f3378bccb8ca937aa6be5b07e +SIZE (jenkins/1.583/jenkins.war) = 67867388 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:53:44 2014 Return-Path: Delivered-To: svn-ports-all@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 330C75C5; Thu, 2 Oct 2014 00:53:44 +0000 (UTC) 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 1F6FB8EC; Thu, 2 Oct 2014 00:53:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920rh1O023380; Thu, 2 Oct 2014 00:53:43 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920rhKj023379; Thu, 2 Oct 2014 00:53:43 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020053.s920rhKj023379@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 00:53:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369790 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:53:44 -0000 Author: bdrewery Date: Thu Oct 2 00:53:43 2014 New Revision: 369790 URL: https://svnweb.freebsd.org/changeset/ports/369790 QAT: https://qat.redports.org/buildarchive/r369790/ Log: Fix Jenkins entry to note that XSS is an issue, not as compiler Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 2 00:48:51 2014 (r369789) +++ head/security/vuxml/vuln.xml Thu Oct 2 00:53:43 2014 (r369790) @@ -58,7 +58,7 @@ Notes: --> - jenkins -- remote execution, privilege escalation, CXX, password exposure, ACL hole, Dos + jenkins -- remote execution, privilege escalation, XSS, password exposure, ACL hole, Dos jenkins From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 00:54:30 2014 Return-Path: Delivered-To: svn-ports-all@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 837ED6AD; Thu, 2 Oct 2014 00:54:30 +0000 (UTC) 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 6F79E8FA; Thu, 2 Oct 2014 00:54:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s920sUJu023584; Thu, 2 Oct 2014 00:54:30 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s920sUXR023583; Thu, 2 Oct 2014 00:54:30 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020054.s920sUXR023583@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 00:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369791 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 00:54:30 -0000 Author: bdrewery Date: Thu Oct 2 00:54:29 2014 New Revision: 369791 URL: https://svnweb.freebsd.org/changeset/ports/369791 QAT: https://qat.redports.org/buildarchive/r369791/ Log: Update grammar of DoS in Jenkins entry Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 2 00:53:43 2014 (r369790) +++ head/security/vuxml/vuln.xml Thu Oct 2 00:54:29 2014 (r369791) @@ -58,7 +58,7 @@ Notes: --> - jenkins -- remote execution, privilege escalation, XSS, password exposure, ACL hole, Dos + jenkins -- remote execution, privilege escalation, XSS, password exposure, ACL hole, DoS jenkins From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 01:05:58 2014 Return-Path: Delivered-To: svn-ports-all@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 30E1E84D; Thu, 2 Oct 2014 01:05:58 +0000 (UTC) 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 02B9F9EB; Thu, 2 Oct 2014 01:05:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9215vYq028703; Thu, 2 Oct 2014 01:05:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9215voa028700; Thu, 2 Oct 2014 01:05:57 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410020105.s9215voa028700@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 2 Oct 2014 01:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369792 - head/databases/percona-toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 01:05:58 -0000 Author: jhale Date: Thu Oct 2 01:05:56 2014 New Revision: 369792 URL: https://svnweb.freebsd.org/changeset/ports/369792 QAT: https://qat.redports.org/buildarchive/r369792/ Log: - Update to 2.2.11 PR: 190494 (based on) Submitted by: Approved by: flo (maintainer timeout, 4 months) Modified: head/databases/percona-toolkit/Makefile head/databases/percona-toolkit/distinfo head/databases/percona-toolkit/pkg-plist Modified: head/databases/percona-toolkit/Makefile ============================================================================== --- head/databases/percona-toolkit/Makefile Thu Oct 2 00:54:29 2014 (r369791) +++ head/databases/percona-toolkit/Makefile Thu Oct 2 01:05:56 2014 (r369792) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= percona-toolkit -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.11 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PORTVERSION}/ +MASTER_SITES= http://www.percona.com/downloads/${PORTNAME}/${PORTVERSION}/ MAINTAINER= flo@FreeBSD.org COMMENT= Collection of essential command-line utilities for MySQL Modified: head/databases/percona-toolkit/distinfo ============================================================================== --- head/databases/percona-toolkit/distinfo Thu Oct 2 00:54:29 2014 (r369791) +++ head/databases/percona-toolkit/distinfo Thu Oct 2 01:05:56 2014 (r369792) @@ -1,2 +1,2 @@ -SHA256 (percona-toolkit-2.2.6.tar.gz) = 24cd6924080ef235b770b3d6ab7f0ec4a023ceee1a9c7a50f983fdc6fc2787c8 -SIZE (percona-toolkit-2.2.6.tar.gz) = 1453461 +SHA256 (percona-toolkit-2.2.11.tar.gz) = 848a8a57bf04dc1b2cc2ab555dd594a2c708b76656042ff38b1a91b8ccb1df4b +SIZE (percona-toolkit-2.2.11.tar.gz) = 1389718 Modified: head/databases/percona-toolkit/pkg-plist ============================================================================== --- head/databases/percona-toolkit/pkg-plist Thu Oct 2 00:54:29 2014 (r369791) +++ head/databases/percona-toolkit/pkg-plist Thu Oct 2 01:05:56 2014 (r369792) @@ -1,4 +1,3 @@ -bin/pt-agent bin/pt-align bin/pt-archiver bin/pt-config-diff @@ -32,7 +31,6 @@ bin/pt-upgrade bin/pt-variable-advisor bin/pt-visual-explain man/man1/percona-toolkit.1.gz -man/man1/pt-agent.1.gz man/man1/pt-align.1.gz man/man1/pt-archiver.1.gz man/man1/pt-config-diff.1.gz @@ -66,4 +64,3 @@ man/man1/pt-upgrade.1.gz man/man1/pt-variable-advisor.1.gz man/man1/pt-visual-explain.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/percona-toolkit/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/percona-toolkit From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 01:06:44 2014 Return-Path: Delivered-To: svn-ports-all@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 5991D940; Thu, 2 Oct 2014 01:06:44 +0000 (UTC) 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 3A6399FE; Thu, 2 Oct 2014 01:06:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9216iS6028919; Thu, 2 Oct 2014 01:06:44 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9216hXE028918; Thu, 2 Oct 2014 01:06:43 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410020106.s9216hXE028918@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 2 Oct 2014 01:06:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369793 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 01:06:44 -0000 Author: bdrewery Date: Thu Oct 2 01:06:43 2014 New Revision: 369793 URL: https://svnweb.freebsd.org/changeset/ports/369793 QAT: https://qat.redports.org/buildarchive/r369793/ Log: Update Jenkins entry 549a2771-49cc-11e4-ae2c-c80aa9043978 to be readable. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 2 01:05:56 2014 (r369792) +++ head/security/vuxml/vuln.xml Thu Oct 2 01:06:43 2014 (r369793) @@ -73,60 +73,105 @@ Notes:

Jenkins Security Advisory:

-

SECURITY-87/CVE-2014-3661 (anonymous DoS attack through CLI - handshake) This vulnerability allows unauthenticated users with - access to Jenkins' HTTP/HTTPS port to mount a DoS attack on Jenkins - through thread exhaustion. - - SECURITY-110/CVE-2014-3662 (User name discovery) Anonymous users - can test if the user of a specific name exists or not through login - attempts. - - SECURITY-127&128/CVE-2014-3663 (privilege escalation in job - configuration permission) An user with a permission limited to - Job/CONFIGURE can exploit this vulnerability to effectively create - a new job, which should have been only possible for users with - Job/CREATE permission, or to destroy jobs that he/she does not have - access otherwise. - - SECURITY-131/CVE-2014-3664 (directory traversal attack) Users with - Overall/READ permission can access arbitrary files in the file - system readable by the Jenkins process, resulting in the exposure - of sensitive information, such as encryption keys. - - SECURITY-138/CVE-2014-3680 (Password exposure in DOM) If a - parameterized job has a default value in a password field, that - default value gets exposed to users with Job/READ permission. - - SECURITY-143/CVE-2014-3681 (XSS vulnerability in Jenkins core) - Reflected cross-site scripting vulnerability in Jenkins core. An - attacker can navigate the user to a carefully crafted URL and have - the user execute unintended actions. - - SECURITY-150/CVE-2014-3666 (remote code execution from CLI) - Unauthenticated user can execute arbitrary code on Jenkins master - by sending carefully crafted packets over the CLI channel. - - SECURITY-155/CVE-2014-3667 (exposure of plugin code) Programs that - constitute plugins can be downloaded by anyone with the - Overall/READ permission, resulting in the exposure of otherwise - sensitive information, such as hard-coded keys in plugins, if any. - - SECURITY-159/CVE-2013-2186 (arbitrary file system write) Security - vulnerability in commons fileupload allows unauthenticated attacker - to upload arbitrary files to Jenkins master. - - SECURITY-149/CVE-2014-1869 (XSS vulnerabilities in ZeroClipboard) - reflective XSS vulnerability in one of the library dependencies of - Jenkins. - - SECURITY-113/CVE-2014-3678 (XSS vulnerabilities in monitoring - plugin) Monitoring plugin allows an attacker to cause a victim into - executing unwanted actions on Jenkins instance. - - SECURITY-113/CVE-2014-3679 (hole in access control) Certain pages - in monitoring plugin are visible to anonymous users, allowing them - to gain information that they are not supposed to.

+

Description

+
SECURITY-87/CVE-2014-3661 (anonymous DoS attack through CLI + handshake)
+

This vulnerability allows unauthenticated users + with access to Jenkins' HTTP/HTTPS port to mount a DoS attack on + Jenkins through thread exhaustion.

+ +
SECURITY-110/CVE-2014-3662 (User name discovery)
+

Anonymous users can test if the user of a specific name exists or + not through login attempts.

+ +
SECURITY-127&128/CVE-2014-3663 (privilege escalation in job + configuration permission)
+

An user with a permission limited + to Job/CONFIGURE can exploit this vulnerability to effectively + create a new job, which should have been only possible for users + with Job/CREATE permission, or to destroy jobs that he/she does not + have access otherwise.

+ +
SECURITY-131/CVE-2014-3664 (directory traversal attack)
+

Users with Overall/READ permission can access arbitrary files in + the file system readable by the Jenkins process, resulting in the + exposure of sensitive information, such as encryption keys.

+ +
SECURITY-138/CVE-2014-3680 (Password exposure in DOM)
+

If a parameterized job has a default value in a password field, + that default value gets exposed to users with Job/READ permission. +

+ +
SECURITY-143/CVE-2014-3681 (XSS vulnerability in Jenkins + core)
+

Reflected cross-site scripting vulnerability in Jenkins + core. An attacker can navigate the user to a carefully crafted URL + and have the user execute unintended actions.

+ +
SECURITY-150/CVE-2014-3666 (remote code execution from CLI)
+

Unauthenticated user can execute arbitrary code on Jenkins master + by sending carefully crafted packets over the CLI channel.

+ +
SECURITY-155/CVE-2014-3667 (exposure of plugin code)
+

Programs that constitute plugins can be downloaded by anyone with + the Overall/READ permission, resulting in the exposure of otherwise + sensitive information, such as hard-coded keys in plugins, if + any.

+ +
SECURITY-159/CVE-2013-2186 (arbitrary file system write)
+

Security vulnerability in commons fileupload allows + unauthenticated attacker to upload arbitrary files to Jenkins + master.

+ +
SECURITY-149/CVE-2014-1869 (XSS vulnerabilities in + ZeroClipboard)
+

reflective XSS vulnerability in one of the + library dependencies of Jenkins.

+ +
SECURITY-113/CVE-2014-3678 (XSS vulnerabilities in monitoring + plugin)

Monitoring plugin allows an attacker to cause a + victim into executing unwanted actions on Jenkins instance.

+ +
SECURITY-113/CVE-2014-3679 (hole in access control)
+

Certain pages in monitoring plugin are visible to anonymous users, + allowing them to gain information that they are not supposed to. +

+ +

Severity

+

SECURITY-87 is rated medium, as it results in the + loss of functionality.

+ +

SECURITY-110 is rated medium, as it results in a + limited amount of information exposure.

+ +

SECURITY-127 and SECURITY-128 are rated high. The + formed can be used to further escalate privileges, and the latter + results inloss of data.

+ +

SECURITY-131 and SECURITY-138 is rated critical. + This vulnerabilities results in exposure of sensitie information + and is easily exploitable.

+ +

SECURITY-143 is rated high. It is a passive + attack, but it can result in a compromise of Jenkins master or loss + of data.

+ +

SECURITY-150 is rated critical. This attack can + be mounted by any unauthenticated anonymous user with HTTP + reachability to Jenkins instance, and results in remote code + execution on Jenkins.

+ +

SECURITY-155 is rated medium. This only affects + users who have installed proprietary plugins on publicly accessible + instances, which is relatively uncommon.

+ +

SECURITY-159 is rated critical. This attack can + be mounted by any unauthenticated anonymous user with HTTP + reachability to Jenkins instance.

+ +

SECURITY-113 is rated high. It is a passive + attack, but it can result in a compromise of Jenkins master or loss + of data.

From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 01:12:42 2014 Return-Path: Delivered-To: svn-ports-all@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 9344BA77; Thu, 2 Oct 2014 01:12:42 +0000 (UTC) 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 7F4E8AEE; Thu, 2 Oct 2014 01:12:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s921CgVg033369; Thu, 2 Oct 2014 01:12:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s921Cg81033367; Thu, 2 Oct 2014 01:12:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410020112.s921Cg81033367@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 2 Oct 2014 01:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369794 - head/devel/jenkins-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 01:12:42 -0000 Author: swills Date: Thu Oct 2 01:12:41 2014 New Revision: 369794 URL: https://svnweb.freebsd.org/changeset/ports/369794 QAT: https://qat.redports.org/buildarchive/r369794/ Log: devel/jenkins-lts: update to 1.565.3 Security: 549a2771-49cc-11e4-ae2c-c80aa9043978 Modified: head/devel/jenkins-lts/Makefile head/devel/jenkins-lts/distinfo Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Thu Oct 2 01:06:43 2014 (r369793) +++ head/devel/jenkins-lts/Makefile Thu Oct 2 01:12:41 2014 (r369794) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.565.2 -PORTREVISION= 1 +PORTVERSION= 1.565.3 +PORTREVISION= 0 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins-lts/distinfo Thu Oct 2 01:06:43 2014 (r369793) +++ head/devel/jenkins-lts/distinfo Thu Oct 2 01:12:41 2014 (r369794) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.565.2/jenkins.war) = 837cdd1b2d57f39446978b7a97da596eef3ebc334e1d47320f5b990874a881cf -SIZE (jenkins/1.565.2/jenkins.war) = 68148810 +SHA256 (jenkins/1.565.3/jenkins.war) = a7d6f7dfc39374490861499589d5b4dfff2538f663a4f50a69f22601bf5bba7f +SIZE (jenkins/1.565.3/jenkins.war) = 67867391 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 05:58:53 2014 Return-Path: Delivered-To: svn-ports-all@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 E3BB44AF; Thu, 2 Oct 2014 05:58:53 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C2938F9; Thu, 2 Oct 2014 05:58:53 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id z6so427470yhz.37 for ; Wed, 01 Oct 2014 22:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=nBM5wrRKjmlIj5mOKUpX/26nFd0WepFJz0M7TISJi40=; b=wRtvk+DLoRdPGFMyqTqWPHjLTb1NT/NSIA9aBHcbRqqCIHnQfzxpIPfcYtCzK5fUPx 9jEkvcJPaqna7oH8KfWqcqb7kodFouAC+7AbMeBFuiKpru5k0ZFsFseIR5J3X2zulXvz SW/mO6XictpSuaWcpJNMNJ1teKQRJnbvFvt2JfYfyTETWznOPjoeACAKL0kKnf6LzUVw ahrs14QDChMrtVI9xTThJwhNjFzP61YGIYAe5F/3nUzt+lbORrBAQZ9BgK6zdLro5e6B bZn8uU3AgPFImDnipwNlUOC14eUx5w1bYY8LtvbNOwtAr4PXkpGnBCXMech9V+UUDAV2 Ft4Q== MIME-Version: 1.0 X-Received: by 10.236.124.33 with SMTP id w21mr1722151yhh.73.1412229532542; Wed, 01 Oct 2014 22:58:52 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Wed, 1 Oct 2014 22:58:52 -0700 (PDT) In-Reply-To: <201410012142.s91LgYOb030072@svn.freebsd.org> References: <201410012142.s91LgYOb030072@svn.freebsd.org> Date: Thu, 2 Oct 2014 07:58:52 +0200 X-Google-Sender-Auth: JOLV3ir1VvUCsBvays30WCEz_8E Message-ID: Subject: Re: svn commit: r369767 - head/www/p5-HTML-Strip From: Antoine Brodin To: Steven Kreuzer Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 05:58:54 -0000 On Wed, Oct 1, 2014 at 11:42 PM, Steven Kreuzer wrote: > Author: skreuzer > Date: Wed Oct 1 21:42:33 2014 > New Revision: 369767 > URL: https://svnweb.freebsd.org/changeset/ports/369767 > QAT: https://qat.redports.org/buildarchive/r369767/ > > Log: > Update to 1.10 > > Modified: > head/www/p5-HTML-Strip/Makefile > head/www/p5-HTML-Strip/distinfo Hi, This fails to build (bad WRKSRC?) Cheers, Antoine From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 06:17:59 2014 Return-Path: Delivered-To: svn-ports-all@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 87371A56; Thu, 2 Oct 2014 06:17:59 +0000 (UTC) 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 739EEAEA; Thu, 2 Oct 2014 06:17:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s926HxFo074062; Thu, 2 Oct 2014 06:17:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s926Hxoa074061; Thu, 2 Oct 2014 06:17:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410020617.s926Hxoa074061@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Oct 2014 06:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369795 - head/math/libtommath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 06:17:59 -0000 Author: antoine Date: Thu Oct 2 06:17:58 2014 New Revision: 369795 URL: https://svnweb.freebsd.org/changeset/ports/369795 QAT: https://qat.redports.org/buildarchive/r369795/ Log: Allow staging as a regular user Modified: head/math/libtommath/Makefile Modified: head/math/libtommath/Makefile ============================================================================== --- head/math/libtommath/Makefile Thu Oct 2 01:12:41 2014 (r369794) +++ head/math/libtommath/Makefile Thu Oct 2 06:17:58 2014 (r369795) @@ -26,7 +26,7 @@ PLIST_FILES= include/tommath.h include/t post-patch: ${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.shared - ${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR?=|' ${WRKSRC}/${MAKEFILE} + ${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR?=| ; s|-g $$(GROUP) -o $$(USER)||' ${WRKSRC}/${MAKEFILE} .if ${PORT_OPTIONS:MSHARED} USES+= libtool:build From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 07:26:48 2014 Return-Path: Delivered-To: svn-ports-all@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 6B760D2C; Thu, 2 Oct 2014 07:26:48 +0000 (UTC) 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 57FFE30C; Thu, 2 Oct 2014 07:26:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s927QmS8006416; Thu, 2 Oct 2014 07:26:48 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s927QmGf006415; Thu, 2 Oct 2014 07:26:48 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410020726.s927QmGf006415@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Thu, 2 Oct 2014 07:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369796 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 07:26:48 -0000 Author: mva Date: Thu Oct 2 07:26:47 2014 New Revision: 369796 URL: https://svnweb.freebsd.org/changeset/ports/369796 QAT: https://qat.redports.org/buildarchive/r369796/ Log: - Fix WITH_DEBUG with USES=cmake. bsd.ports.mk sets STRIP= after all Uses files have been processed initially. If one has WITH_DEBUG=yes set, the INSTALL_TARGET for USES=cmake has been set already to install/strip, before STRIP is reset. Differential Revision: D875 Approved by: makc@ (kde), bapt@ (portmgr) Modified: head/Mk/Uses/cmake.mk Modified: head/Mk/Uses/cmake.mk ============================================================================== --- head/Mk/Uses/cmake.mk Thu Oct 2 06:17:58 2014 (r369795) +++ head/Mk/Uses/cmake.mk Thu Oct 2 07:26:47 2014 (r369796) @@ -64,7 +64,7 @@ CMAKE_BUILD_TYPE?= Release PLIST_SUB+= CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:tl}" -.if defined(STRIP) && ${STRIP} != "" +.if defined(STRIP) && ${STRIP} != "" && !defined(WITH_DEBUG) INSTALL_TARGET?= install/strip .endif From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 07:29:43 2014 Return-Path: Delivered-To: svn-ports-all@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 161F6E40; Thu, 2 Oct 2014 07:29:43 +0000 (UTC) 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 02A2C32F; Thu, 2 Oct 2014 07:29:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s927TgPX006847; Thu, 2 Oct 2014 07:29:42 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s927TgnU006845; Thu, 2 Oct 2014 07:29:42 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410020729.s927TgnU006845@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Thu, 2 Oct 2014 07:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369797 - head/textproc/lucene4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 07:29:43 -0000 Author: mva Date: Thu Oct 2 07:29:42 2014 New Revision: 369797 URL: https://svnweb.freebsd.org/changeset/ports/369797 QAT: https://qat.redports.org/buildarchive/r369797/ Log: - Update to version 4.10.1 Changelog: https://lucene.apache.org/core/4_10_1/changes/Changes.html Modified: head/textproc/lucene4/Makefile head/textproc/lucene4/distinfo Modified: head/textproc/lucene4/Makefile ============================================================================== --- head/textproc/lucene4/Makefile Thu Oct 2 07:26:47 2014 (r369796) +++ head/textproc/lucene4/Makefile Thu Oct 2 07:29:42 2014 (r369797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lucene -PORTVERSION= 4.10.0 +PORTVERSION= 4.10.1 CATEGORIES= textproc java devel MASTER_SITES= APACHE MASTER_SITE_SUBDIR= ${PORTNAME}/java/${PORTVERSION}/ Modified: head/textproc/lucene4/distinfo ============================================================================== --- head/textproc/lucene4/distinfo Thu Oct 2 07:26:47 2014 (r369796) +++ head/textproc/lucene4/distinfo Thu Oct 2 07:29:42 2014 (r369797) @@ -1,2 +1,2 @@ -SHA256 (lucene-4.10.0.tgz) = 8e729c82d41c862930e6c781c34993de56b9b859b6255c79a116aa94e5811215 -SIZE (lucene-4.10.0.tgz) = 65058346 +SHA256 (lucene-4.10.1.tgz) = 6330b168e21c288e13a8a50ac7351a350e62eddb37b937b4ea8d26f0107a20bf +SIZE (lucene-4.10.1.tgz) = 65044564 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 07:33:51 2014 Return-Path: Delivered-To: svn-ports-all@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 43C63C0; Thu, 2 Oct 2014 07:33:51 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E76643F7; Thu, 2 Oct 2014 07:33:50 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s927Xc3S027566; Thu, 2 Oct 2014 00:33:42 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201410020733.s927Xc3S027566@gw.catspoiler.org> Date: Thu, 2 Oct 2014 00:33:38 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r369764 - head/misc/getopt To: sunpoet@FreeBSD.org In-Reply-To: <201410012016.s91KGGsK087451@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 07:33:51 -0000 On 1 Oct, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Wed Oct 1 20:16:16 2014 > New Revision: 369764 > URL: https://svnweb.freebsd.org/changeset/ports/369764 > QAT: https://qat.redports.org/buildarchive/r369764/ > > Log: > - Cleanup *.o from tarball > > PR: ports/194074 > Submitted by: Vikash Badal > > Modified: > head/misc/getopt/Makefile > > Modified: head/misc/getopt/Makefile > ============================================================================== > --- head/misc/getopt/Makefile Wed Oct 1 20:09:23 2014 (r369763) > +++ head/misc/getopt/Makefile Wed Oct 1 20:16:16 2014 (r369764) > @@ -26,6 +26,9 @@ NLS_MAKE_ARGS_OFF= WITHOUT_GETTEXT=1 > NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl > NLS_USES= gettext > > +post-patch: > + @${RM} ${WKRSRC}/gnu/*.o > + > post-install: > ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ This change contains a typo. Here's a patch: Index: Makefile =================================================================== --- Makefile (revision 369794) +++ Makefile (working copy) @@ -27,7 +27,7 @@ NLS_USES= gettext post-patch: - @${RM} ${WKRSRC}/gnu/*.o + @${RM} ${WRKSRC}/gnu/*.o post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 07:36:37 2014 Return-Path: Delivered-To: svn-ports-all@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 566D8255; Thu, 2 Oct 2014 07:36:37 +0000 (UTC) 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 432665F3; Thu, 2 Oct 2014 07:36:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s927ab7I011215; Thu, 2 Oct 2014 07:36:37 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s927abRP011214; Thu, 2 Oct 2014 07:36:37 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410020736.s927abRP011214@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Thu, 2 Oct 2014 07:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369798 - head/multimedia/miro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 07:36:37 -0000 Author: mva Date: Thu Oct 2 07:36:36 2014 New Revision: 369798 URL: https://svnweb.freebsd.org/changeset/ports/369798 QAT: https://qat.redports.org/buildarchive/r369798/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/multimedia/miro/Makefile Modified: head/multimedia/miro/Makefile ============================================================================== --- head/multimedia/miro/Makefile Thu Oct 2 07:29:42 2014 (r369797) +++ head/multimedia/miro/Makefile Thu Oct 2 07:36:36 2014 (r369798) @@ -35,12 +35,10 @@ INSTALL_WRKSRC= ${WRKSRC}/linux USE_GNOME= gconf2 gtk20 USE_GSTREAMER= python gconf -USES= gettext gmake pkgconfig desktop-file-utils shared-mime-info -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= gettext gmake pkgconfig desktop-file-utils python shared-mime-info +USE_PYTHON= distutils USE_LDCONFIG= yes INSTALLS_ICONS= yes -INSTALLS_EGGINFO= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 07:46:00 2014 Return-Path: Delivered-To: svn-ports-all@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 1BD0850A; Thu, 2 Oct 2014 07:46:00 +0000 (UTC) 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 0870C768; Thu, 2 Oct 2014 07:46:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s927jxIG015778; Thu, 2 Oct 2014 07:45:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s927jx2M015777; Thu, 2 Oct 2014 07:45:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410020745.s927jx2M015777@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 2 Oct 2014 07:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369799 - head/net/quagga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 07:46:00 -0000 Author: bapt Date: Thu Oct 2 07:45:59 2014 New Revision: 369799 URL: https://svnweb.freebsd.org/changeset/ports/369799 QAT: https://qat.redports.org/buildarchive/r369799/ Log: Reset maintainership Former maintainer stating he is not maintaining it anymore Reported by: Olivier Cochard-Labbé Modified: head/net/quagga/Makefile Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Oct 2 07:36:36 2014 (r369798) +++ head/net/quagga/Makefile Thu Oct 2 07:45:59 2014 (r369799) @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= quagga PATCH_SITES= http://quagga.net/ -MAINTAINER= boris@tagnet.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 07:53:53 2014 Return-Path: Delivered-To: svn-ports-all@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 D17716E9; Thu, 2 Oct 2014 07:53:53 +0000 (UTC) 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 A357284E; Thu, 2 Oct 2014 07:53:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s927rrla020166; Thu, 2 Oct 2014 07:53:53 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s927rq6V020163; Thu, 2 Oct 2014 07:53:52 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410020753.s927rq6V020163@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Thu, 2 Oct 2014 07:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369800 - in head: Mk Mk/Uses math/vtk5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 07:53:53 -0000 Author: mva Date: Thu Oct 2 07:53:52 2014 New Revision: 369800 URL: https://svnweb.freebsd.org/changeset/ports/369800 QAT: https://qat.redports.org/buildarchive/r369800/ Log: - Mark INSTALLS_EGGINFO as unsupported Differential Revision: D843 Reviewed by: gahr@, koobs@ Approved by: bapt@ (portmgr) Modified: head/Mk/Uses/python.mk head/Mk/bsd.sanity.mk head/math/vtk5/Makefile Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Thu Oct 2 07:45:59 2014 (r369799) +++ head/Mk/Uses/python.mk Thu Oct 2 07:53:52 2014 (r369800) @@ -547,7 +547,7 @@ PYDISTUTILS_EGGINFODIR?=${STAGEDIR}${PYT add-plist-egginfo: .if !defined(_PYTHON_FEATURE_NOEGGINFO) && \ !defined(_PYTHON_FEATURE_AUTOPLIST) && \ - (defined(INSTALLS_EGGINFO) || defined(_PYTHON_FEATURE_DISTUTILS)) && \ + defined(_PYTHON_FEATURE_DISTUTILS) && \ defined(PYTHON_REL) . for egginfo in ${PYDISTUTILS_EGGINFO} if [ -d "${PYDISTUTILS_EGGINFODIR}/${egginfo}" ]; then \ Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Thu Oct 2 07:45:59 2014 (r369799) +++ head/Mk/bsd.sanity.mk Thu Oct 2 07:53:52 2014 (r369800) @@ -134,7 +134,7 @@ DEV_WARNING+= "PYDISTUTILS_INSTALLNOSING .endif .if defined(INSTALLS_EGGINFO) -DEV_WARNING+= "INSTALLS_EGGINFO is deprecated, please add the entry directly to the plist" +DEV_ERROR+= "INSTALLS_EGGINFO is no longer supported, please add the entry directly to the plist" .endif SANITY_UNSUPPORTED= USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \ Modified: head/math/vtk5/Makefile ============================================================================== --- head/math/vtk5/Makefile Thu Oct 2 07:45:59 2014 (r369799) +++ head/math/vtk5/Makefile Thu Oct 2 07:53:52 2014 (r369800) @@ -146,7 +146,8 @@ IGNORE= python wrapping requires shared .endif USE_PYTHON= yes PYDISTUTILS_PKGNAME= VTK -INSTALLS_EGGINFO= yes +# INSTALLS_EGGINFO support has been removed +# INSTALLS_EGGINFO= yes CMAKE_ARGS+= -DVTK_WRAP_PYTHON:BOOL=ON \ -DVTK_PYTHON_SETUP_ARGS:STRING='--prefix="${PREFIX}"' PLIST_SUB+= PYTHON="" From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 08:03:49 2014 Return-Path: Delivered-To: svn-ports-all@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 99AA59C9; Thu, 2 Oct 2014 08:03:49 +0000 (UTC) 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 7BED9956; Thu, 2 Oct 2014 08:03:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9283n93025036; Thu, 2 Oct 2014 08:03:49 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9283mM1025025; Thu, 2 Oct 2014 08:03:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410020803.s9283mM1025025@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 2 Oct 2014 08:03:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369801 - in head/devel: . p5-Data-Munge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 08:03:49 -0000 Author: wen Date: Thu Oct 2 08:03:47 2014 New Revision: 369801 URL: https://svnweb.freebsd.org/changeset/ports/369801 QAT: https://qat.redports.org/buildarchive/r369801/ Log: This module defines a few generally useful utility functions. WWW: http://search.cpan.org/dist/Data-Munge/ Added: head/devel/p5-Data-Munge/ head/devel/p5-Data-Munge/Makefile (contents, props changed) head/devel/p5-Data-Munge/distinfo (contents, props changed) head/devel/p5-Data-Munge/pkg-descr (contents, props changed) head/devel/p5-Data-Munge/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 2 07:53:52 2014 (r369800) +++ head/devel/Makefile Thu Oct 2 08:03:47 2014 (r369801) @@ -1746,6 +1746,7 @@ SUBDIR += p5-Data-MessagePack-Stream SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-Model + SUBDIR += p5-Data-Munge SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries Added: head/devel/p5-Data-Munge/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Munge/Makefile Thu Oct 2 08:03:47 2014 (r369801) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Data-Munge +PORTVERSION= 0.08 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Various utility functions + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Data-Munge/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Munge/distinfo Thu Oct 2 08:03:47 2014 (r369801) @@ -0,0 +1,2 @@ +SHA256 (Data-Munge-0.08.tar.gz) = f7751dc4902eff7932ce3558804b18d3d268708c4af94fe982aee61d4a9c7379 +SIZE (Data-Munge-0.08.tar.gz) = 7365 Added: head/devel/p5-Data-Munge/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Munge/pkg-descr Thu Oct 2 08:03:47 2014 (r369801) @@ -0,0 +1,3 @@ +This module defines a few generally useful utility functions. + +WWW: http://search.cpan.org/dist/Data-Munge/ Added: head/devel/p5-Data-Munge/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Munge/pkg-plist Thu Oct 2 08:03:47 2014 (r369801) @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/Data::Munge.3.gz +%%SITE_PERL%%/Data/Munge.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Munge/.packlist +@dirrmtry %%SITE_PERL%%/Data +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Munge +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 08:08:44 2014 Return-Path: Delivered-To: svn-ports-all@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 B8D2DB86; Thu, 2 Oct 2014 08:08:44 +0000 (UTC) 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 A4D8A992; Thu, 2 Oct 2014 08:08:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9288iBC025744; Thu, 2 Oct 2014 08:08:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9288iBG025742; Thu, 2 Oct 2014 08:08:44 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410020808.s9288iBG025742@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 2 Oct 2014 08:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369802 - head/devel/p5-Return-MultiLevel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 08:08:44 -0000 Author: wen Date: Thu Oct 2 08:08:43 2014 New Revision: 369802 URL: https://svnweb.freebsd.org/changeset/ports/369802 QAT: https://qat.redports.org/buildarchive/r369802/ Log: - Add missing DEPENDS Modified: head/devel/p5-Return-MultiLevel/Makefile Modified: head/devel/p5-Return-MultiLevel/Makefile ============================================================================== --- head/devel/p5-Return-MultiLevel/Makefile Thu Oct 2 08:03:47 2014 (r369801) +++ head/devel/p5-Return-MultiLevel/Makefile Thu Oct 2 08:08:43 2014 (r369802) @@ -3,6 +3,7 @@ PORTNAME= Return-MultiLevel PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAUKE @@ -14,6 +15,9 @@ COMMENT= Return across multiple call lev LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Data-Munge>=0.07:${PORTSDIR}/devel/p5-Data-Munge +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 08:14:46 2014 Return-Path: Delivered-To: svn-ports-all@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 024DBE8C; Thu, 2 Oct 2014 08:14:46 +0000 (UTC) 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 E2EB6AA2; Thu, 2 Oct 2014 08:14:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s928EjCL030154; Thu, 2 Oct 2014 08:14:45 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s928EjOE030153; Thu, 2 Oct 2014 08:14:45 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410020814.s928EjOE030153@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 2 Oct 2014 08:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369803 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 08:14:46 -0000 Author: wen Date: Thu Oct 2 08:14:45 2014 New Revision: 369803 URL: https://svnweb.freebsd.org/changeset/ports/369803 QAT: https://qat.redports.org/buildarchive/r369803/ Log: - Add missing DEPENDS Reported by: info@alvin.be Modified: head/www/p5-Dancer2/Makefile Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Thu Oct 2 08:08:43 2014 (r369802) +++ head/www/p5-Dancer2/Makefile Thu Oct 2 08:14:45 2014 (r369803) @@ -3,6 +3,7 @@ PORTNAME= Dancer2 PORTVERSION= 0.150000 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -33,6 +34,7 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ + p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \ p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 08:59:04 2014 Return-Path: Delivered-To: svn-ports-all@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 BDC27E04; Thu, 2 Oct 2014 08:59:04 +0000 (UTC) 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 A9B83F16; Thu, 2 Oct 2014 08:59:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s928x47F050890; Thu, 2 Oct 2014 08:59:04 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s928x3DI050883; Thu, 2 Oct 2014 08:59:03 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410020859.s928x3DI050883@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 2 Oct 2014 08:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369804 - in head/net-im: . tg tg/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 08:59:04 -0000 Author: gahr Date: Thu Oct 2 08:59:02 2014 New Revision: 369804 URL: https://svnweb.freebsd.org/changeset/ports/369804 QAT: https://qat.redports.org/buildarchive/r369804/ Log: - New port: net-im/tg -- a command-line client for the Telegram network WWW: https://github.com/vysheng/tg Added: head/net-im/tg/ head/net-im/tg/Makefile (contents, props changed) head/net-im/tg/distinfo (contents, props changed) head/net-im/tg/files/ head/net-im/tg/files/patch-main.c (contents, props changed) head/net-im/tg/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Thu Oct 2 08:14:45 2014 (r369803) +++ head/net-im/Makefile Thu Oct 2 08:59:02 2014 (r369804) @@ -152,6 +152,7 @@ SUBDIR += telepathy-qt4 SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip + SUBDIR += tg SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += tkabbur Added: head/net-im/tg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/tg/Makefile Thu Oct 2 08:59:02 2014 (r369804) @@ -0,0 +1,32 @@ +# Created by: gahr +# $FreeBSD$ + +PORTNAME= tg +PORTVERSION= 1.0.5.1 +CATEGORIES= net-im + +MAINTAINER= gahr@FreeBSD.org +COMMENT= Command-line interface for Telegram + +LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig + +USE_GITHUB= yes +GH_ACCOUNT= vysheng +GH_TAGNAME= 1.0.5.1 +GH_COMMIT= 77bbb4c + +USES= execinfo gmake lua:52 readline +GNU_CONFIGURE= yes +CFLAGS+= -g -O0 + +PLIST_FILES= bin/telegram-cli \ + etc/tg-server.pub + +post-patch: + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/main.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/telegram-cli ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/tg-server.pub ${STAGEDIR}${PREFIX}/etc + +.include Added: head/net-im/tg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/tg/distinfo Thu Oct 2 08:59:02 2014 (r369804) @@ -0,0 +1,2 @@ +SHA256 (tg-1.0.5.1.tar.gz) = 42fcb2208a3534f15277fe466f9372db088910e7c5aa550b3e2269b84152aa31 +SIZE (tg-1.0.5.1.tar.gz) = 390920 Added: head/net-im/tg/files/patch-main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/tg/files/patch-main.c Thu Oct 2 08:59:02 2014 (r369804) @@ -0,0 +1,19 @@ +--- main.c.orig 2014-09-24 12:35:27.000000000 +0200 ++++ main.c 2014-10-02 10:22:46.000000000 +0200 +@@ -59,6 +59,7 @@ + + #include + #include ++#include + + #include "telegram.h" + #include "loop.h" +@@ -803,7 +804,7 @@ + running_for_first_time (); + parse_config (); + +- tgl_set_rsa_key ("/etc/" PROG_NAME "/server.pub"); ++ tgl_set_rsa_key ("%%PREFIX%%/etc/tg-server.pub"); + tgl_set_rsa_key ("tg-server.pub"); + + Added: head/net-im/tg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/tg/pkg-descr Thu Oct 2 08:59:02 2014 (r369804) @@ -0,0 +1,3 @@ +tg is a command-line interface for the Telegram instant-messaging network. + +WWW: https://github.com/vysheng/tg From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 09:16:21 2014 Return-Path: Delivered-To: svn-ports-all@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 CED7222B; Thu, 2 Oct 2014 09:16:21 +0000 (UTC) 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 BBA7B184; Thu, 2 Oct 2014 09:16:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s929GLxi060111; Thu, 2 Oct 2014 09:16:21 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s929GL7G060110; Thu, 2 Oct 2014 09:16:21 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410020916.s929GL7G060110@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 2 Oct 2014 09:16:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369805 - head/net-im/tg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 09:16:21 -0000 Author: gahr Date: Thu Oct 2 09:16:21 2014 New Revision: 369805 URL: https://svnweb.freebsd.org/changeset/ports/369805 QAT: https://qat.redports.org/buildarchive/r369805/ Log: - Remove debug CFLAGS Modified: head/net-im/tg/Makefile Modified: head/net-im/tg/Makefile ============================================================================== --- head/net-im/tg/Makefile Thu Oct 2 08:59:02 2014 (r369804) +++ head/net-im/tg/Makefile Thu Oct 2 09:16:21 2014 (r369805) @@ -17,7 +17,6 @@ GH_COMMIT= 77bbb4c USES= execinfo gmake lua:52 readline GNU_CONFIGURE= yes -CFLAGS+= -g -O0 PLIST_FILES= bin/telegram-cli \ etc/tg-server.pub From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 09:54:48 2014 Return-Path: Delivered-To: svn-ports-all@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 BB92CB6D; Thu, 2 Oct 2014 09:54:48 +0000 (UTC) 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 A7D8E7C8; Thu, 2 Oct 2014 09:54:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s929smwY078398; Thu, 2 Oct 2014 09:54:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s929sm3K078397; Thu, 2 Oct 2014 09:54:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410020954.s929sm3K078397@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Oct 2014 09:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369806 - head/games/searchandrescue-data X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 09:54:48 -0000 Author: amdmi3 Date: Thu Oct 2 09:54:47 2014 New Revision: 369806 URL: https://svnweb.freebsd.org/changeset/ports/369806 QAT: https://qat.redports.org/buildarchive/r369806/ Log: - Switch to PORTDATA Deleted: head/games/searchandrescue-data/pkg-plist Modified: head/games/searchandrescue-data/Makefile Modified: head/games/searchandrescue-data/Makefile ============================================================================== --- head/games/searchandrescue-data/Makefile Thu Oct 2 09:16:21 2014 (r369805) +++ head/games/searchandrescue-data/Makefile Thu Oct 2 09:54:47 2014 (r369806) @@ -17,6 +17,7 @@ STAGEDIR= ${WRKDIR}/.stage NO_ARCH= yes DATADIR= ${PREFIX}/share/${PORTNAME:tl} +PORTDATA= * do-install: ${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 09:56:36 2014 Return-Path: Delivered-To: svn-ports-all@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 0EFA2C75; Thu, 2 Oct 2014 09:56:36 +0000 (UTC) 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 EFC7B7E2; Thu, 2 Oct 2014 09:56:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s929uZ0t078754; Thu, 2 Oct 2014 09:56:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s929uZn6078753; Thu, 2 Oct 2014 09:56:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410020956.s929uZn6078753@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Oct 2014 09:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369807 - head/net/quagga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 09:56:36 -0000 Author: mat Date: Thu Oct 2 09:56:35 2014 New Revision: 369807 URL: https://svnweb.freebsd.org/changeset/ports/369807 QAT: https://qat.redports.org/buildarchive/r369807/ Log: Take this. Sponsored by: Absolight Modified: head/net/quagga/Makefile Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Oct 2 09:54:47 2014 (r369806) +++ head/net/quagga/Makefile Thu Oct 2 09:56:35 2014 (r369807) @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= quagga PATCH_SITES= http://quagga.net/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mat@FreeBSD.org COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 10:19:10 2014 Return-Path: Delivered-To: svn-ports-all@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 F39592B2; Thu, 2 Oct 2014 10:19:09 +0000 (UTC) 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 C1027A0D; Thu, 2 Oct 2014 10:19:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s92AJ9jp088618; Thu, 2 Oct 2014 10:19:09 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92AJ9Di088615; Thu, 2 Oct 2014 10:19:09 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410021019.s92AJ9Di088615@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 2 Oct 2014 10:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369808 - in head/net-im/tg: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 10:19:10 -0000 Author: gahr Date: Thu Oct 2 10:19:08 2014 New Revision: 369808 URL: https://svnweb.freebsd.org/changeset/ports/369808 QAT: https://qat.redports.org/buildarchive/r369808/ Log: - Fix build on older releases - Add LICENSE and missing dependencies - Bump PORTREVISION Added: head/net-im/tg/files/patch-mtproto-client.c (contents, props changed) head/net-im/tg/files/patch-net.c (contents, props changed) Modified: head/net-im/tg/Makefile Modified: head/net-im/tg/Makefile ============================================================================== --- head/net-im/tg/Makefile Thu Oct 2 09:56:35 2014 (r369807) +++ head/net-im/tg/Makefile Thu Oct 2 10:19:08 2014 (r369808) @@ -3,19 +3,24 @@ PORTNAME= tg PORTVERSION= 1.0.5.1 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= gahr@FreeBSD.org COMMENT= Command-line interface for Telegram -LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig +LICENSE= GPLv2 + +LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig \ + libevent.so:${PORTSDIR}/devel/libevent2 USE_GITHUB= yes GH_ACCOUNT= vysheng GH_TAGNAME= 1.0.5.1 GH_COMMIT= 77bbb4c -USES= execinfo gmake lua:52 readline +USES= execinfo gmake lua:52 ncurses pkgconfig readline +USE_OPENSSL= yes GNU_CONFIGURE= yes PLIST_FILES= bin/telegram-cli \ Added: head/net-im/tg/files/patch-mtproto-client.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/tg/files/patch-mtproto-client.c Thu Oct 2 10:19:08 2014 (r369808) @@ -0,0 +1,11 @@ +--- mtproto-client.c.orig 2014-10-02 12:07:49.000000000 +0200 ++++ mtproto-client.c 2014-10-02 12:08:13.000000000 +0200 +@@ -80,7 +80,7 @@ + #define MAX_NET_RES (1L << 16) + //extern int log_level; + +-#ifndef HAVE___BUILTIN_BSWAP32 ++#if !defined(HAVE___BUILTIN_BSWAP32) && !defined(__FreeBSD__) && !defined(__OpenBSD__) + static inline unsigned __builtin_bswap32(unsigned x) { + return ((x << 24) & 0xff000000 ) | + ((x << 8) & 0x00ff0000 ) | Added: head/net-im/tg/files/patch-net.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/tg/files/patch-net.c Thu Oct 2 10:19:08 2014 (r369808) @@ -0,0 +1,15 @@ +--- net.c.orig 2014-10-02 12:12:58.000000000 +0200 ++++ net.c 2014-10-02 12:13:09.000000000 +0200 +@@ -26,11 +26,11 @@ + #include + #include + #include ++#include + #include + #include + #include + #include +-#include + #include + #include + #include From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 10:58:18 2014 Return-Path: Delivered-To: svn-ports-all@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 137B6456; Thu, 2 Oct 2014 10:58:18 +0000 (UTC) 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 F40A0DD2; Thu, 2 Oct 2014 10:58:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s92AwHC6007535; Thu, 2 Oct 2014 10:58:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92AwHTE007534; Thu, 2 Oct 2014 10:58:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410021058.s92AwHTE007534@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Oct 2014 10:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369809 - head/misc/getopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: ,