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: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 10:58:18 -0000 Author: sunpoet Date: Thu Oct 2 10:58:17 2014 New Revision: 369809 URL: https://svnweb.freebsd.org/changeset/ports/369809 QAT: https://qat.redports.org/buildarchive/r369809/ Log: - Fix typo Modified: head/misc/getopt/Makefile Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Thu Oct 2 10:19:08 2014 (r369808) +++ head/misc/getopt/Makefile Thu Oct 2 10:58:17 2014 (r369809) @@ -27,7 +27,7 @@ NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl 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 11:00: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 E2CEF6AA for ; Thu, 2 Oct 2014 11:00:50 +0000 (UTC) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) (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 5A882E7F for ; Thu, 2 Oct 2014 11:00:50 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pv20so2111480lab.6 for ; Thu, 02 Oct 2014 04:00:47 -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=vECmucULxF/sqb7/B8cclcu5COpLD0pIgngSkrwmoXg=; b=dXMhPMNr0XsM4M/XxHPYZPdU/BYfVAsagjwGd55lhIRSa0E4wWj2uoMKobRwlSp2kQ T7aZEwk+5vdyn5tKsqUvY9SCH2aIZX8fCXgLGdLRsU52sAYsijqOsmR8weqINVNQTmD9 eFpXICQj8eoykjFIFfZK8RaRneFq57zCqvbKR5LHhMXllpuVZJl6kfqWlJZTY7nx2qlc b5ZDrhmz+BGcwMpPAPwMaAsQr4LYot+jDjhyiMpQ3tsPjIQYllf+9inGvDi3MuKbhKKO LNywz65n/X2m1D1WvcwEGVaDtOaNMxWlt0bpW/LsNPu3NMDkk6vVX7uKv2ARBE974Y1W YdNQ== X-Gm-Message-State: ALoCoQlZ6DzsA6H+QxqDOVYLUwPbi4YokIeTE6Dc08S8vZmxfULS2CICdQGDuI0ypPIgMrzbX6u+ X-Received: by 10.112.26.103 with SMTP id k7mr25284823lbg.86.1412247647654; Thu, 02 Oct 2014 04:00:47 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.171.40 with HTTP; Thu, 2 Oct 2014 04:00:27 -0700 (PDT) In-Reply-To: <201410020733.s927Xc3S027566@gw.catspoiler.org> References: <201410012016.s91KGGsK087451@svn.freebsd.org> <201410020733.s927Xc3S027566@gw.catspoiler.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Oct 2014 19:00:27 +0800 X-Google-Sender-Auth: k1EIszG71kFDVocZiVe9lXb7MTo Message-ID: Subject: Re: svn commit: r369764 - head/misc/getopt To: Don Lewis 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: Thu, 02 Oct 2014 11:00:51 -0000 On Thu, Oct 2, 2014 at 3:33 PM, Don Lewis wrote: > 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}/ > > Thanks. It should be OK in r369809. :) Regards, sunpoet From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 11:09: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 E77FE894; Thu, 2 Oct 2014 11:09: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 D3B12F12; Thu, 2 Oct 2014 11:09: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 s92B9YcX012660; Thu, 2 Oct 2014 11:09:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92B9Yix012659; Thu, 2 Oct 2014 11:09:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201410021109.s92B9Yix012659@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Oct 2014 11:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369810 - head/devel/py-parsing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 11:09:35 -0000 Author: olgeni Date: Thu Oct 2 11:09:34 2014 New Revision: 369810 URL: https://svnweb.freebsd.org/changeset/ports/369810 QAT: https://qat.redports.org/buildarchive/r369810/ Log: Convert to USES=python. Approved by: portmgr (implicit) Modified: head/devel/py-parsing/Makefile Modified: head/devel/py-parsing/Makefile ============================================================================== --- head/devel/py-parsing/Makefile Thu Oct 2 10:58:17 2014 (r369809) +++ head/devel/py-parsing/Makefile Thu Oct 2 11:09:34 2014 (r369810) @@ -13,8 +13,7 @@ COMMENT= General parsing module for Pyth LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 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 EA19497A; Thu, 2 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 D6B17F1C; Thu, 2 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 s92BADsJ013530; Thu, 2 Oct 2014 11:10:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92BADsX013528; Thu, 2 Oct 2014 11:10:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201410021110.s92BADsX013528@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 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: r369811 - head/devel/ipython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 11:10:14 -0000 Author: olgeni Date: Thu Oct 2 11:10:12 2014 New Revision: 369811 URL: https://svnweb.freebsd.org/changeset/ports/369811 QAT: https://qat.redports.org/buildarchive/r369811/ Log: Upgrade to version 2.3.0 and convert to USES=python. Modified: head/devel/ipython/Makefile head/devel/ipython/distinfo Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Thu Oct 2 11:09:34 2014 (r369810) +++ head/devel/ipython/Makefile Thu Oct 2 11:10:12 2014 (r369811) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +14,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sq RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=2:${PORTSDIR}/misc/py-pexpect \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= autoplist distutils +USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 OPTIONS_DEFINE= X11 HTML_NOTEBOOK ZMQ EXAMPLES OPTIONS_DEFAULT=X11 ZMQ Modified: head/devel/ipython/distinfo ============================================================================== --- head/devel/ipython/distinfo Thu Oct 2 11:09:34 2014 (r369810) +++ head/devel/ipython/distinfo Thu Oct 2 11:10:12 2014 (r369811) @@ -1,2 +1,2 @@ -SHA256 (ipython-2.2.0.tar.gz) = b7ca77ba54a02f032055b73f5f62b01431f818ae00f63716b78f881c2b2564e2 -SIZE (ipython-2.2.0.tar.gz) = 11912007 +SHA256 (ipython-2.3.0.tar.gz) = a2f81afe3eca5c8b2e8cf4ec35518fd007a39231770e67e6c2c4f9bd2b857aae +SIZE (ipython-2.3.0.tar.gz) = 11913980 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 11:17: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 A43A2B38; Thu, 2 Oct 2014 11:17: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 906EE97; Thu, 2 Oct 2014 11:17: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 s92BHF2p017242; Thu, 2 Oct 2014 11:17:15 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92BHFP0017241; Thu, 2 Oct 2014 11:17:15 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410021117.s92BHFP0017241@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 2 Oct 2014 11:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369812 - head/mail/opendmarc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 11:17:15 -0000 Author: robak Date: Thu Oct 2 11:17:14 2014 New Revision: 369812 URL: https://svnweb.freebsd.org/changeset/ports/369812 QAT: https://qat.redports.org/buildarchive/r369812/ Log: mail/opendmarc: add SPF option PR: 192999 Submitted by: Daniel Austin Reviewed by: maintainer Approved by: mentors (implicit) Modified: head/mail/opendmarc/Makefile Modified: head/mail/opendmarc/Makefile ============================================================================== --- head/mail/opendmarc/Makefile Thu Oct 2 11:10:12 2014 (r369811) +++ head/mail/opendmarc/Makefile Thu Oct 2 11:17:14 2014 (r369812) @@ -3,6 +3,7 @@ PORTNAME= opendmarc PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ @@ -32,6 +33,18 @@ GNU_CONFIGURE= yes PORTDOCS= * +OPTIONS_DEFINE= SPF +OPTIONS_DEFAULT= SPF +SPF_DESC= Include direct SPF checking support + +SPF_BUILD_DEPENDS+= libspf2>=1.2.5:${PORTSDIR}/mail/libspf2 + +.include + +.if ${PORT_OPTIONS:MSPF} +CONFIGURE_ARGS+= --with-spf --with-spf2-include=${LOCALBASE}/include/spf2 --with-spf2-lib=${LOCALBASE}/lib +.endif + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail ${INSTALL_DATA} \ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 11:17: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 A773BC22; Thu, 2 Oct 2014 11:17: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 799FCA0; Thu, 2 Oct 2014 11:17: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 s92BHiit017456; Thu, 2 Oct 2014 11:17:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92BHhTe017450; Thu, 2 Oct 2014 11:17:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410021117.s92BHhTe017450@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 11:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369813 - in head/games/sdlroids: . 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 11:17:44 -0000 Author: amdmi3 Date: Thu Oct 2 11:17:43 2014 New Revision: 369813 URL: https://svnweb.freebsd.org/changeset/ports/369813 QAT: https://qat.redports.org/buildarchive/r369813/ Log: - Fix binary referencing STAGEDIR - Add LICENSE_FILE - Drop @dirrm* from plist Added: head/games/sdlroids/files/ head/games/sdlroids/files/patch-Makefile.in (contents, props changed) Modified: head/games/sdlroids/Makefile head/games/sdlroids/pkg-plist Modified: head/games/sdlroids/Makefile ============================================================================== --- head/games/sdlroids/Makefile Thu Oct 2 11:17:14 2014 (r369812) +++ head/games/sdlroids/Makefile Thu Oct 2 11:17:43 2014 (r369813) @@ -3,7 +3,7 @@ PORTNAME= sdlroids PORTVERSION= 1.3.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -16,10 +16,11 @@ MAINTAINER= games@FreeBSD.org COMMENT= Enhanced shoot-the-asteroids game LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${STAGEDIR}${PREFIX}/share +CONFIGURE_ARGS= --datadir=${PREFIX}/share USE_GCC= yes USE_CSTD= gnu89 USE_SDL= mixer sdl Added: head/games/sdlroids/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/sdlroids/files/patch-Makefile.in Thu Oct 2 11:17:43 2014 (r369813) @@ -0,0 +1,15 @@ +--- Makefile.in.orig 2001-03-28 03:27:52.000000000 +0400 ++++ Makefile.in 2014-10-02 14:40:03.770371160 +0400 +@@ -434,9 +434,9 @@ + + + install-data-local: +- @/bin/sh $(srcdir)/mkinstalldirs $(SOUNDSDIR) $(GFXDIR) +- $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(SOUNDSDIR) +- $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(GFXDIR) ++ @/bin/sh $(srcdir)/mkinstalldirs $(DESTDIR)$(SOUNDSDIR) $(DESTDIR)$(GFXDIR) ++ $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(DESTDIR)$(SOUNDSDIR) ++ $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(DESTDIR)$(GFXDIR) + + # Rule to build tar-gzipped distribution package + $(PACKAGE)-$(VERSION).tar.gz: dist Modified: head/games/sdlroids/pkg-plist ============================================================================== --- head/games/sdlroids/pkg-plist Thu Oct 2 11:17:14 2014 (r369812) +++ head/games/sdlroids/pkg-plist Thu Oct 2 11:17:43 2014 (r369813) @@ -31,6 +31,3 @@ share/pixmaps/sdlroids.png %%DATADIR%%/sounds/swarmsplit.wav %%DATADIR%%/sounds/thrust.wav %%DATADIR%%/sounds/title.wav -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/bmp -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 11:18: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 85C92D11; Thu, 2 Oct 2014 11:18: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 59556AE; Thu, 2 Oct 2014 11:18: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 s92BIZuC017702; Thu, 2 Oct 2014 11:18:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92BIYE8017700; Thu, 2 Oct 2014 11:18:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410021118.s92BIYE8017700@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 11:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369814 - head/games/bubbros X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 11:18:35 -0000 Author: amdmi3 Date: Thu Oct 2 11:18:34 2014 New Revision: 369814 URL: https://svnweb.freebsd.org/changeset/ports/369814 QAT: https://qat.redports.org/buildarchive/r369814/ Log: - Fix installation and stripping as non-root - Drop @dirrm* from plist Modified: head/games/bubbros/Makefile head/games/bubbros/pkg-plist Modified: head/games/bubbros/Makefile ============================================================================== --- head/games/bubbros/Makefile Thu Oct 2 11:17:43 2014 (r369813) +++ head/games/bubbros/Makefile Thu Oct 2 11:18:34 2014 (r369814) @@ -16,7 +16,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYGAME} BUILD_DEPENDS:= ${RUN_DEPENDS} -USE_PYTHON= yes +USES= python PORTDOCS= *.html OPTIONS_DEFINE= DOCS @@ -51,11 +51,13 @@ do-install: .endfor ${INSTALL_SCRIPT} ${WRKSRC}/BubBob.py ${STAGEDIR}${DATADIR} # build different colors + @${FIND} ${STAGEDIR}${DATADIR} -name "*.ppm" -exec chmod u+w {} \; @${PYTHON_CMD} ${STAGEDIR}${DATADIR}/bubbob/images/buildcolors.py ${LN} -sf ${DATADIR}/http2/data/bob.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .for l in bubbob/statesaver.so display/xshm.so + ${CHMOD} u+w ${STAGEDIR}${DATADIR}/${l} ${STRIP_CMD} ${STAGEDIR}${DATADIR}/${l} .endfor Modified: head/games/bubbros/pkg-plist ============================================================================== --- head/games/bubbros/pkg-plist Thu Oct 2 11:17:43 2014 (r369813) +++ head/games/bubbros/pkg-plist Thu Oct 2 11:18:34 2014 (r369814) @@ -450,27 +450,3 @@ man/man1/bb.py.1.gz %%DATADIR%%/metaserver/pipelayer.py %%DATADIR%%/metaserver/socketoverudp.py share/pixmaps/bubbros.png -@dirrm %%DATADIR%%/bubbob/doc/images -@dirrm %%DATADIR%%/bubbob/doc -@dirrm %%DATADIR%%/bubbob/ext1 -@dirrm %%DATADIR%%/bubbob/ext2 -@dirrm %%DATADIR%%/bubbob/ext3 -@dirrm %%DATADIR%%/bubbob/ext4 -@dirrm %%DATADIR%%/bubbob/ext5 -@dirrm %%DATADIR%%/bubbob/ext6 -@dirrm %%DATADIR%%/bubbob/ext7 -@dirrm %%DATADIR%%/bubbob/images -@dirrm %%DATADIR%%/bubbob/levels -@dirrm %%DATADIR%%/bubbob/music -@dirrm %%DATADIR%%/bubbob/sounds -@dirrm %%DATADIR%%/bubbob/tmp -@dirrm %%DATADIR%%/bubbob -@dirrm %%DATADIR%%/common -@dirrm %%DATADIR%%/display/windows -@dirrm %%DATADIR%%/display -@dirrm %%DATADIR%%/http2/data -@dirrm %%DATADIR%%/http2/sf -@dirrm %%DATADIR%%/http2 -@dirrm %%DATADIR%%/java -@dirrm %%DATADIR%%/metaserver -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 11:53: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 298DC5C3; Thu, 2 Oct 2014 11:53: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 15D8D672; Thu, 2 Oct 2014 11:53: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 s92BrHsF036755; Thu, 2 Oct 2014 11:53:17 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92BrH5N036753; Thu, 2 Oct 2014 11:53:17 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201410021153.s92BrH5N036753@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 2 Oct 2014 11:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369815 - in head: . www www/rubygem-puma16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 11:53:18 -0000 Author: rene Date: Thu Oct 2 11:53:17 2014 New Revision: 369815 URL: https://svnweb.freebsd.org/changeset/ports/369815 QAT: https://qat.redports.org/buildarchive/r369815/ Log: Remove expired port: 2014-10-01 www/rubygem-puma16: Old version no longer needed Deleted: head/www/rubygem-puma16/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Oct 2 11:18:34 2014 (r369814) +++ head/MOVED Thu Oct 2 11:53:17 2014 (r369815) @@ -7150,3 +7150,4 @@ net-mgmt/scdp||2014-09-30|Has expired: D 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 +www/rubygem-puma16||2014-10-02|Has expired: Old version no longer needed Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 2 11:18:34 2014 (r369814) +++ head/www/Makefile Thu Oct 2 11:53:17 2014 (r369815) @@ -1831,7 +1831,6 @@ SUBDIR += rubygem-pagerduty SUBDIR += rubygem-passenger SUBDIR += rubygem-puma - SUBDIR += rubygem-puma16 SUBDIR += rubygem-rabbirack SUBDIR += rubygem-rack SUBDIR += rubygem-rack-accept From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 11:58: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 68DD1773; Thu, 2 Oct 2014 11:58: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 49BEE6BB; Thu, 2 Oct 2014 11:58: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 s92BwxAS038162; Thu, 2 Oct 2014 11:58:59 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Bwwlr038158; Thu, 2 Oct 2014 11:58:58 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201410021158.s92Bwwlr038158@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 2 Oct 2014 11:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369816 - head/devel/p5-DateTime-TimeZone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 11:58:59 -0000 Author: jadawin Date: Thu Oct 2 11:58:57 2014 New Revision: 369816 URL: https://svnweb.freebsd.org/changeset/ports/369816 QAT: https://qat.redports.org/buildarchive/r369816/ Log: - Update to 1.75 Modified: head/devel/p5-DateTime-TimeZone/Makefile head/devel/p5-DateTime-TimeZone/distinfo head/devel/p5-DateTime-TimeZone/pkg-plist Modified: head/devel/p5-DateTime-TimeZone/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone/Makefile Thu Oct 2 11:53:17 2014 (r369815) +++ head/devel/p5-DateTime-TimeZone/Makefile Thu Oct 2 11:58:57 2014 (r369816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-TimeZone -PORTVERSION= 1.74 +PORTVERSION= 1.75 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-TimeZone/distinfo ============================================================================== --- head/devel/p5-DateTime-TimeZone/distinfo Thu Oct 2 11:53:17 2014 (r369815) +++ head/devel/p5-DateTime-TimeZone/distinfo Thu Oct 2 11:58:57 2014 (r369816) @@ -1,2 +1,2 @@ -SHA256 (DateTime-TimeZone-1.74.tar.gz) = f0f43c46e60ad598dfdee0b817a18dba401905eb54290477fafc1dbbf73cbf8f -SIZE (DateTime-TimeZone-1.74.tar.gz) = 889723 +SHA256 (DateTime-TimeZone-1.75.tar.gz) = 8ea1282f1ab348766e9a81b46dac6e764375e319f442c24e030d14beb03a6e73 +SIZE (DateTime-TimeZone-1.75.tar.gz) = 888615 Modified: head/devel/p5-DateTime-TimeZone/pkg-plist ============================================================================== --- head/devel/p5-DateTime-TimeZone/pkg-plist Thu Oct 2 11:53:17 2014 (r369815) +++ head/devel/p5-DateTime-TimeZone/pkg-plist Thu Oct 2 11:58:57 2014 (r369816) @@ -6,26 +6,17 @@ %%SITE_PERL%%/DateTime/TimeZone/Africa/Algiers.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Asmara.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Bissau.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Blantyre.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Bujumbura.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Cairo.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Casablanca.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Ceuta.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Dar_es_Salaam.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Djibouti.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/El_Aaiun.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Gaborone.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Harare.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Johannesburg.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Kampala.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Khartoum.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Kigali.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Lagos.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Lubumbashi.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Lusaka.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Maputo.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Maseru.pm -%%SITE_PERL%%/DateTime/TimeZone/Africa/Mbabane.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Mogadishu.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Monrovia.pm %%SITE_PERL%%/DateTime/TimeZone/Africa/Nairobi.pm @@ -399,22 +390,21 @@ %%PERL5_MAN3%%/DateTime::TimeZone::OffsetOnly.3.gz %%PERL5_MAN3%%/DateTime::TimeZone::OlsonDB.3.gz %%PERL5_MAN3%%/DateTime::TimeZone::UTC.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/TimeZone/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Pacific -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/OlsonDB -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Local -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Indian -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Europe -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Australia -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Atlantic -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Asia -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Antarctica -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/America/North_Dakota -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/America/Kentucky -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/America/Indiana -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/America/Argentina -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/America -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone/Africa -@dirrmtry %%SITE_PERL%%/DateTime/TimeZone -@dirrmtry %%SITE_PERL%%/DateTime +@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dir %%SITE_PERL%%/DateTime/TimeZone/Pacific +@dir %%SITE_PERL%%/DateTime/TimeZone/OlsonDB +@dir %%SITE_PERL%%/DateTime/TimeZone/Local +@dir %%SITE_PERL%%/DateTime/TimeZone/Indian +@dir %%SITE_PERL%%/DateTime/TimeZone/Europe +@dir %%SITE_PERL%%/DateTime/TimeZone/Australia +@dir %%SITE_PERL%%/DateTime/TimeZone/Atlantic +@dir %%SITE_PERL%%/DateTime/TimeZone/Asia +@dir %%SITE_PERL%%/DateTime/TimeZone/Antarctica +@dir %%SITE_PERL%%/DateTime/TimeZone/America/North_Dakota +@dir %%SITE_PERL%%/DateTime/TimeZone/America/Kentucky +@dir %%SITE_PERL%%/DateTime/TimeZone/America/Indiana +@dir %%SITE_PERL%%/DateTime/TimeZone/America/Argentina +@dir %%SITE_PERL%%/DateTime/TimeZone/America +@dir %%SITE_PERL%%/DateTime/TimeZone/Africa +@dir %%SITE_PERL%%/DateTime/TimeZone +@dir %%SITE_PERL%%/DateTime From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 12:25: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 22E0DD91; Thu, 2 Oct 2014 12:25: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 03BE09EC; Thu, 2 Oct 2014 12:25: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 s92CPenM052130; Thu, 2 Oct 2014 12:25:40 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92CPek8052125; Thu, 2 Oct 2014 12:25:40 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410021225.s92CPek8052125@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Oct 2014 12:25:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369817 - in head: . Mk x11-toolkits x11-toolkits/gnome-desktop-sharp20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 12:25:41 -0000 Author: kwm Date: Thu Oct 2 12:25:39 2014 New Revision: 369817 URL: https://svnweb.freebsd.org/changeset/ports/369817 QAT: https://qat.redports.org/buildarchive/r369817/ Log: Retire gnome-desktop-sharp20 it depends gnome-panel which is going away in the GNOME 3 import. Deleted: head/x11-toolkits/gnome-desktop-sharp20/ Modified: head/MOVED head/Mk/bsd.gnome.mk head/x11-toolkits/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Oct 2 11:58:57 2014 (r369816) +++ head/MOVED Thu Oct 2 12:25:39 2014 (r369817) @@ -7151,3 +7151,4 @@ net-mgmt/angst||2014-09-30|Has expired: security/py-otr||2014-09-30|Has expired: Abandoned upstream net-p2p/cdonkey||2014-09-30|Has expired: depends on deprecated db41 version www/rubygem-puma16||2014-10-02|Has expired: Old version no longer needed +x11-toolkits/gnome-desktop-sharp20||2014-10-02|Removed, no users and depends on gnome-panel which will be removed Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Thu Oct 2 11:58:57 2014 (r369816) +++ head/Mk/bsd.gnome.mk Thu Oct 2 12:25:39 2014 (r369817) @@ -78,7 +78,7 @@ _USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 # GNOME 2 components _USE_GNOME_ALL+= atk atspi cairo desktopfileutils eel2 evolutiondataserver gal2 \ gdkpixbuf2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop \ - gnomedesktopsharp20 gnomedocutils gnomemenus gnomepanel gnomesharp20 \ + gnomedocutils gnomemenus gnomepanel gnomesharp20 \ gnomespeech gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 gtksharp10 \ gtksharp20 gtksourceview gtksourceview2 gvfs libartlgpl2 libbonobo \ libbonoboui libgda4 libglade2 libgnome \ @@ -359,12 +359,6 @@ gnomedesktop_LIB_DEPENDS= libgnome-deskt gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc gnomedesktop_USE_GNOME_IMPL= gconf2 gnomedocutils pygtk2 -gnomedesktopsharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-sharp-2.0.pc -gnomedesktopsharp20_BUILD_DEPENDS= ${gnomedesktopsharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-desktop-sharp20 -gnomedesktopsharp20_RUN_DEPENDS= ${gnomedesktopsharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-desktop-sharp20 -gnomedesktopsharp20_USE_GNOME_IMPL= gnomesharp20 gnomepanel gtkhtml3 librsvg2 vte libgnomeprintui gtksourceview2 libwnck -gnomedesktopsharp20_GNOME_DESKTOP_VERSION=2 - libwnck_LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck libwnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libwnck-1.0.pc libwnck_USE_GNOME_IMPL= gtk20 Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Thu Oct 2 11:58:57 2014 (r369816) +++ head/x11-toolkits/Makefile Thu Oct 2 12:25:39 2014 (r369817) @@ -29,7 +29,6 @@ SUBDIR += gdl SUBDIR += girara SUBDIR += gnocl - SUBDIR += gnome-desktop-sharp20 SUBDIR += gnome-pty-helper SUBDIR += gnome-sharp20 SUBDIR += gnomemm From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 12: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 031E0F4; Thu, 2 Oct 2014 12: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 CA55AA6D; Thu, 2 Oct 2014 12:28: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 s92CS3wQ052594; Thu, 2 Oct 2014 12:28:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92CS3oP052591; Thu, 2 Oct 2014 12:28:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201410021228.s92CS3oP052591@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 2 Oct 2014 12:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369818 - in head/security/sshguard: . 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 12:28:04 -0000 Author: feld Date: Thu Oct 2 12:28:02 2014 New Revision: 369818 URL: https://svnweb.freebsd.org/changeset/ports/369818 QAT: https://qat.redports.org/buildarchive/r369818/ Log: The default pardon and prescribe settings in the rc script were swapped and did not match the documentation. Users should tune to their needs instead of relying on the defaults, but if they are this will be an improvement. Submitted by: John Vinopal Modified: head/security/sshguard/Makefile head/security/sshguard/files/sshguard.in Modified: head/security/sshguard/Makefile ============================================================================== --- head/security/sshguard/Makefile Thu Oct 2 12:25:39 2014 (r369817) +++ head/security/sshguard/Makefile Thu Oct 2 12:28:02 2014 (r369818) @@ -3,7 +3,7 @@ PORTNAME= sshguard PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/sshguard-${PORTVERSION} Modified: head/security/sshguard/files/sshguard.in ============================================================================== --- head/security/sshguard/files/sshguard.in Thu Oct 2 12:25:39 2014 (r369817) +++ head/security/sshguard/files/sshguard.in Thu Oct 2 12:28:02 2014 (r369818) @@ -49,10 +49,10 @@ # by default. # sshguard_safety_thresh (int): Safety threshold. Set to "40" by default. # sshguard_pardon_min_interval (int): -# Minimum pardon interval. Set to "1200" +# Minimum pardon interval. Set to "420" # by default. # sshguard_prescribe_interval (int): -# Prescribe interval. Set to "420" by +# Prescribe interval. Set to "1200" by # default. # sshguard_whitelistfile (str): Path to the whitelist. # Set to "%%PREFIX%%/etc/sshguard.whitelist" @@ -69,8 +69,8 @@ load_rc_config sshguard : ${sshguard_enable:=NO} : ${sshguard_blacklist=40:/var/db/sshguard/blacklist.db} : ${sshguard_safety_thresh=40} -: ${sshguard_pardon_min_interval=1200} -: ${sshguard_prescribe_interval=420} +: ${sshguard_pardon_min_interval=420} +: ${sshguard_prescribe_interval=1200} : ${sshguard_whitelistfile="%%PREFIX%%/etc/sshguard.whitelist"} : ${sshguard_watch_logs=/var/log/auth.log:/var/log/maillog} From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 12:39: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 3F1674A4; Thu, 2 Oct 2014 12:39: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 26568BA5; Thu, 2 Oct 2014 12:39: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 s92CdxNh057538; Thu, 2 Oct 2014 12:39:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Cdw8Y057533; Thu, 2 Oct 2014 12:39:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410021239.s92Cdw8Y057533@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 12:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369819 - head/Keywords X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 12:39:59 -0000 Author: mat Date: Thu Oct 2 12:39:57 2014 New Revision: 369819 URL: https://svnweb.freebsd.org/changeset/ports/369819 QAT: https://qat.redports.org/buildarchive/r369819/ Log: Replace the dirrmtry action with dir. With hat: portmgr Sponsored by: Absolight Modified: head/Keywords/fc.ucl head/Keywords/fcfontsdir.ucl head/Keywords/fontsdir.ucl Modified: head/Keywords/fc.ucl ============================================================================== --- head/Keywords/fc.ucl Thu Oct 2 12:28:02 2014 (r369818) +++ head/Keywords/fc.ucl Thu Oct 2 12:39:57 2014 (r369819) @@ -2,7 +2,7 @@ # # MAINTAINER: x11@FreeBSD.org -actions: [dirrmtry] +actions: [dir] post-install: </dev/null || true EOD Modified: head/Keywords/fcfontsdir.ucl ============================================================================== --- head/Keywords/fcfontsdir.ucl Thu Oct 2 12:28:02 2014 (r369818) +++ head/Keywords/fcfontsdir.ucl Thu Oct 2 12:39:57 2014 (r369819) @@ -2,7 +2,7 @@ # # MAINTAINER: x11@FreeBSD.org -actions: [dirrmtry] +actions: [dir] post-install: </dev/null || true mkfontscale %D/%@ 2>/dev/null || true Modified: head/Keywords/fontsdir.ucl ============================================================================== --- head/Keywords/fontsdir.ucl Thu Oct 2 12:28:02 2014 (r369818) +++ head/Keywords/fontsdir.ucl Thu Oct 2 12:39:57 2014 (r369819) @@ -2,7 +2,7 @@ # # MAINTAINER: x11@FreeBSD.org -actions: [dirrmtry] +actions: [dir] post-install: </dev/null || true mkfontdir %D/%@ 2>/dev/null || true From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 13:04: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 7DD34ACA; Thu, 2 Oct 2014 13:04: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 69936E89; Thu, 2 Oct 2014 13:04: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 s92D47N1070831; Thu, 2 Oct 2014 13:04:07 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92D46mX070828; Thu, 2 Oct 2014 13:04:06 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201410021304.s92D46mX070828@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 2 Oct 2014 13:04:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369820 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 13:04:07 -0000 Author: danilo Date: Thu Oct 2 13:04:06 2014 New Revision: 369820 URL: https://svnweb.freebsd.org/changeset/ports/369820 QAT: https://qat.redports.org/buildarchive/r369820/ Log: - Update from 4.450.0 to 4.450.2 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Thu Oct 2 12:39:57 2014 (r369819) +++ head/math/armadillo/Makefile Thu Oct 2 13:04:06 2014 (r369820) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 4.450.0 +PORTVERSION= 4.450.2 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Thu Oct 2 12:39:57 2014 (r369819) +++ head/math/armadillo/distinfo Thu Oct 2 13:04:06 2014 (r369820) @@ -1,2 +1,2 @@ -SHA256 (armadillo-4.450.0.tar.gz) = 31e25cc6f021ec33ba5732246646728c906c1786c572b9fc467018d09190d8b1 -SIZE (armadillo-4.450.0.tar.gz) = 5341904 +SHA256 (armadillo-4.450.2.tar.gz) = 0e454e5a6b8eee320e2347a7f0b920f43dcf59afd90760d5709093aab925c1d0 +SIZE (armadillo-4.450.2.tar.gz) = 5342251 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Thu Oct 2 12:39:57 2014 (r369819) +++ head/math/armadillo/pkg-plist Thu Oct 2 13:04:06 2014 (r369820) @@ -403,7 +403,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.4 -lib/libarmadillo.so.4.450.0 +lib/libarmadillo.so.4.450.2 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 13:05: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 2BDFCC06; Thu, 2 Oct 2014 13:05: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 F2E31E9B; Thu, 2 Oct 2014 13:05: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 s92D53ud071127; Thu, 2 Oct 2014 13:05:03 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92D533h071119; Thu, 2 Oct 2014 13:05:03 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201410021305.s92D533h071119@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 2 Oct 2014 13:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369821 - in head/graphics: nip2 vips X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 13:05:04 -0000 Author: danilo Date: Thu Oct 2 13:05:02 2014 New Revision: 369821 URL: https://svnweb.freebsd.org/changeset/ports/369821 QAT: https://qat.redports.org/buildarchive/r369821/ Log: - Update from 7.40.9 to 7.40.10 Modified: head/graphics/nip2/Makefile head/graphics/vips/Makefile head/graphics/vips/distinfo head/graphics/vips/pkg-plist Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Thu Oct 2 13:04:06 2014 (r369820) +++ head/graphics/nip2/Makefile Thu Oct 2 13:05:02 2014 (r369821) @@ -3,7 +3,7 @@ PORTNAME= nip2 PORTVERSION= 7.40.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Thu Oct 2 13:04:06 2014 (r369820) +++ head/graphics/vips/Makefile Thu Oct 2 13:05:02 2014 (r369821) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vips -PORTVERSION= 7.40.9 +PORTVERSION= 7.40.10 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/vips/distinfo ============================================================================== --- head/graphics/vips/distinfo Thu Oct 2 13:04:06 2014 (r369820) +++ head/graphics/vips/distinfo Thu Oct 2 13:05:02 2014 (r369821) @@ -1,2 +1,2 @@ -SHA256 (vips-7.40.9.tar.gz) = 279a9d6a9475d075830122d75a428edec269593f8415fb406cd9f911be53e922 -SIZE (vips-7.40.9.tar.gz) = 3452448 +SHA256 (vips-7.40.10.tar.gz) = 8457dcf3d6284923dea73f700fe4073e0dc67abd76b1e3ba30d64aa7bb184453 +SIZE (vips-7.40.10.tar.gz) = 3522978 Modified: head/graphics/vips/pkg-plist ============================================================================== --- head/graphics/vips/pkg-plist Thu Oct 2 13:04:06 2014 (r369820) +++ head/graphics/vips/pkg-plist Thu Oct 2 13:05:02 2014 (r369821) @@ -66,11 +66,11 @@ include/vips/vipscpp.h lib/libvips.a lib/libvips.so lib/libvips.so.38 -lib/libvips.so.38.0.6 +lib/libvips.so.38.0.7 lib/libvipsCC.a lib/libvipsCC.so lib/libvipsCC.so.38 -lib/libvipsCC.so.38.0.6 +lib/libvipsCC.so.38.0.7 %%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyo From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 13:21: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 2AD49F9D; Thu, 2 Oct 2014 13:21: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 165AF120; Thu, 2 Oct 2014 13:21: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 s92DLN7x077604; Thu, 2 Oct 2014 13:21:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92DLNE0077601; Thu, 2 Oct 2014 13:21:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201410021321.s92DLNE0077601@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 2 Oct 2014 13:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369822 - head/net-mgmt/unifi3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 13:21:24 -0000 Author: feld Date: Thu Oct 2 13:21:22 2014 New Revision: 369822 URL: https://svnweb.freebsd.org/changeset/ports/369822 QAT: https://qat.redports.org/buildarchive/r369822/ Log: Update to 3.2.5 Convert @dirrm to @dir Modified: head/net-mgmt/unifi3/Makefile head/net-mgmt/unifi3/distinfo head/net-mgmt/unifi3/pkg-plist Modified: head/net-mgmt/unifi3/Makefile ============================================================================== --- head/net-mgmt/unifi3/Makefile Thu Oct 2 13:05:02 2014 (r369821) +++ head/net-mgmt/unifi3/Makefile Thu Oct 2 13:21:22 2014 (r369822) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unifi3 -PORTVERSION= 3.2.1 -PORTREVISION= 2 +PORTVERSION= 3.2.5 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}/ DISTNAME= UniFi.unix Modified: head/net-mgmt/unifi3/distinfo ============================================================================== --- head/net-mgmt/unifi3/distinfo Thu Oct 2 13:05:02 2014 (r369821) +++ head/net-mgmt/unifi3/distinfo Thu Oct 2 13:21:22 2014 (r369822) @@ -1,2 +1,2 @@ -SHA256 (unifi3-3.2.1/UniFi.unix.zip) = 6c142b0ee86f5a9ef342f2ee7d0b5cd5b12b6bcdad0a4634cb80cfced32cfa74 -SIZE (unifi3-3.2.1/UniFi.unix.zip) = 34944504 +SHA256 (unifi3-3.2.5/UniFi.unix.zip) = 7949f26ecd4aa16d44bb36b93f73ca01d967e45ffca8c29ed90e1fcf8624d447 +SIZE (unifi3-3.2.5/UniFi.unix.zip) = 39719255 Modified: head/net-mgmt/unifi3/pkg-plist ============================================================================== --- head/net-mgmt/unifi3/pkg-plist Thu Oct 2 13:05:02 2014 (r369821) +++ head/net-mgmt/unifi3/pkg-plist Thu Oct 2 13:21:22 2014 (r369822) @@ -1,9 +1,10 @@ %%JAVASHAREDIR%%/unifi/readme.txt %%JAVASHAREDIR%%/unifi/bin/mongod -%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.1.2601/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U2S48/3.2.1.2601/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.1.2601/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.1.2601/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.5.2791/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2S48/3.2.5.2791/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2Sv2/3.2.5.2791/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.5.2791/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.5.2791/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json %%JAVASHAREDIR%%/unifi/lib/MRJAdapter.jar %%JAVASHAREDIR%%/unifi/lib/ace.jar @@ -91,17 +92,17 @@ %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli/usercss-1.css %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli/usercss-2.css %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli/usercss-3.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/unifi.3.2.1.css +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/unifi.3.2.5.css %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/flex/expressInstall.swf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-hotspot.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-lib.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-manage.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_en_US.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_zh_TW.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-shell.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-waiting.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-wizard.3.2.1.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi.3.2.1.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-hotspot.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-lib.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-manage.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_en_US.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_zh_TW.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-shell.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-waiting.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-wizard.3.2.5.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi.3.2.5.js %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/swf/MapApplet.swf %%JAVASHAREDIR%%/unifi/webapps/ROOT/login.jsp %%JAVASHAREDIR%%/unifi/webapps/ROOT/manage.jsp @@ -242,54 +243,54 @@ %%JAVASHAREDIR%%/unifi/webapps/ROOT/upnp.jsp %%JAVASHAREDIR%%/unifi/webapps/ROOT/waiting.jsp %%JAVASHAREDIR%%/unifi/webapps/ROOT/wizard.jsp -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/temp -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/pages -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/wizard -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/ubntui -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/settings -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/global -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/p2N -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7P -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7O -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7E -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U5O -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2S48 -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2O -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2M -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2L48 -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2HSR -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/data-table -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/alerts -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/media -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/swf -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/flex -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/library -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/tabs -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/settings -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/panels -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/dialogs -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/controls -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT/META-INF -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps/ROOT -@dirrmtry %%JAVASHAREDIR%%/unifi/webapps -@dirrmtry %%JAVASHAREDIR%%/unifi/lib -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.1.2601 -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7P -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.1.2601 -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7E -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48/3.2.1.2601 -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48 -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.1.2601 -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2 -@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware -@dirrmtry %%JAVASHAREDIR%%/unifi/dl -@dirrmtry %%JAVASHAREDIR%%/unifi/conf -@dirrmtry %%JAVASHAREDIR%%/unifi/bin -@dirrmtry %%JAVASHAREDIR%%/unifi +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/temp +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/pages +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/wizard +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/ubntui +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/settings +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/global +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/p2N +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7P +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7O +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7E +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U5O +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2S48 +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2O +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2M +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2L48 +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2HSR +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/data-table +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/alerts +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/swf +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/flex +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/tabs +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/settings +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/panels +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/dialogs +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/controls +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/META-INF +@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT +@dir %%JAVASHAREDIR%%/unifi/webapps +@dir %%JAVASHAREDIR%%/unifi/lib +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.5.2791 +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7P +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.5.2791 +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7E +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48/3.2.5.2791 +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48 +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.5.2791 +@dir %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2 +@dir %%JAVASHAREDIR%%/unifi/dl/firmware +@dir %%JAVASHAREDIR%%/unifi/dl +@dir %%JAVASHAREDIR%%/unifi/conf +@dir %%JAVASHAREDIR%%/unifi/bin +@dir %%JAVASHAREDIR%%/unifi @exec chown -R unifi:unifi %D/%%JAVASHAREDIR%%/unifi From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 13:23: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 0B1D715D; Thu, 2 Oct 2014 13:23: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 EB979149; Thu, 2 Oct 2014 13:23: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 s92DNBG8080370; Thu, 2 Oct 2014 13:23:11 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92DNBCu080369; Thu, 2 Oct 2014 13:23:11 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410021323.s92DNBCu080369@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Oct 2014 13:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369823 - head/x11-toolkits/gnome-sharp20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 13:23:12 -0000 Author: kwm Date: Thu Oct 2 13:23:11 2014 New Revision: 369823 URL: https://svnweb.freebsd.org/changeset/ports/369823 QAT: https://qat.redports.org/buildarchive/r369823/ Log: Remove gnomepanel dependancy, the requirement was removed from gnome-sharp. Modified: head/x11-toolkits/gnome-sharp20/Makefile Modified: head/x11-toolkits/gnome-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-sharp20/Makefile Thu Oct 2 13:21:22 2014 (r369822) +++ head/x11-toolkits/gnome-sharp20/Makefile Thu Oct 2 13:23:11 2014 (r369823) @@ -3,7 +3,7 @@ PORTNAME= gnome-sharp PORTVERSION= 2.24.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake libtool mono pathfix perl5 pkgconfig tar:bzip2 USE_PERL5= run -USE_GNOME= gnomepanel gtksharp20 librsvg2 vte libgnomeprintui libgnomeui +USE_GNOME= gnomevfs2 gtksharp20 librsvg2 vte libgnomeprintui libgnomeui MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 13: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 CBE014BB; Thu, 2 Oct 2014 13: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 B86C11D7; Thu, 2 Oct 2014 13: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 s92DTlgF081190; Thu, 2 Oct 2014 13:29:47 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92DTlrp081189; Thu, 2 Oct 2014 13:29:47 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410021329.s92DTlrp081189@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Oct 2014 13:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369824 - 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: Thu, 02 Oct 2014 13:29:47 -0000 Author: kwm Date: Thu Oct 2 13:29:46 2014 New Revision: 369824 URL: https://svnweb.freebsd.org/changeset/ports/369824 QAT: https://qat.redports.org/buildarchive/r369824/ Log: Also update gnomesharp dependacy in bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Thu Oct 2 13:23:11 2014 (r369823) +++ head/Mk/bsd.gnome.mk Thu Oct 2 13:29:46 2014 (r369824) @@ -537,7 +537,7 @@ gtksharp20_USE_GNOME_IMPL= gtk20 gnomesharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-sharp-2.0.pc gnomesharp20_BUILD_DEPENDS= ${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20 gnomesharp20_RUN_DEPENDS= ${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20 -gnomesharp20_USE_GNOME_IMPL= gnomepanel3 gtkhtml3 gtksharp20 librsvg2 vte +gnomesharp20_USE_GNOME_IMPL= gnomevfs2 gtkhtml3 gtksharp20 librsvg2 vte libgnomekbd_DETECT= ${LOCALBASE}/lib/libgnomekbd.so.4 libgnomekbd_LIB_DEPENDS= libgnomekbd.so.4:${PORTSDIR}/x11/libgnomekbd From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 13:36: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 683997C9; Thu, 2 Oct 2014 13:36: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 549892F0; Thu, 2 Oct 2014 13:36: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 s92DaAZb085588; Thu, 2 Oct 2014 13:36:10 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92DaA4Q085587; Thu, 2 Oct 2014 13:36:10 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410021336.s92DaA4Q085587@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Thu, 2 Oct 2014 13:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369825 - 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: Thu, 02 Oct 2014 13:36:10 -0000 Author: demon Date: Thu Oct 2 13:36:09 2014 New Revision: 369825 URL: https://svnweb.freebsd.org/changeset/ports/369825 QAT: https://qat.redports.org/buildarchive/r369825/ Log: Add missing dep. Submitted by: olgeni Approved by: maintainer Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Thu Oct 2 13:29:46 2014 (r369824) +++ head/math/py-matplotlib/Makefile Thu Oct 2 13:36:09 2014 (r369825) @@ -14,7 +14,8 @@ LICENSE= PSFL BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz + ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 14:06: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 3F3C9EA9; Thu, 2 Oct 2014 14:06: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 2B9AF881; Thu, 2 Oct 2014 14:06: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 s92E6ET3099555; Thu, 2 Oct 2014 14:06:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92E6EE5099554; Thu, 2 Oct 2014 14:06:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410021406.s92E6EE5099554@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 14:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369826 - 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: Thu, 02 Oct 2014 14:06:14 -0000 Author: mat Date: Thu Oct 2 14:06:13 2014 New Revision: 369826 URL: https://svnweb.freebsd.org/changeset/ports/369826 QAT: https://qat.redports.org/buildarchive/r369826/ Log: Make buildable. Pointy hat to: skreuzer Sponsored by: Absolight Modified: head/www/p5-HTML-Strip/Makefile Modified: head/www/p5-HTML-Strip/Makefile ============================================================================== --- head/www/p5-HTML-Strip/Makefile Thu Oct 2 13:36:09 2014 (r369825) +++ head/www/p5-HTML-Strip/Makefile Thu Oct 2 14:06:13 2014 (r369826) @@ -13,4 +13,6 @@ COMMENT= Perl5 module for strip HTML tag USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/${PORTNAME} + .include From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 14:56: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 E971FE66; Thu, 2 Oct 2014 14:56: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 CA278E11; Thu, 2 Oct 2014 14:56: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 s92Eu3gp023156; Thu, 2 Oct 2014 14:56:03 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Eu3r4023147; Thu, 2 Oct 2014 14:56:03 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410021456.s92Eu3r4023147@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 14:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369827 - in head/net/cnd: . 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 14:56:04 -0000 Author: glebius (src committer) Date: Thu Oct 2 14:56:02 2014 New Revision: 369827 URL: https://svnweb.freebsd.org/changeset/ports/369827 QAT: https://qat.redports.org/buildarchive/r369827/ Log: Patch cnd so that it uses getifaddrs(3) instead of nosing in kernel memory via kvm(3). This fixes breakage on head, as well as avoid breakages in the future. Approved by: lme Added: head/net/cnd/files/patch-main.c (contents, props changed) Modified: head/net/cnd/Makefile head/net/cnd/files/patch-Makefile Modified: head/net/cnd/Makefile ============================================================================== --- head/net/cnd/Makefile Thu Oct 2 14:06:13 2014 (r369826) +++ head/net/cnd/Makefile Thu Oct 2 14:56:02 2014 (r369827) @@ -3,6 +3,7 @@ PORTNAME= cnd PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ Modified: head/net/cnd/files/patch-Makefile ============================================================================== --- head/net/cnd/files/patch-Makefile Thu Oct 2 14:06:13 2014 (r369826) +++ head/net/cnd/files/patch-Makefile Thu Oct 2 14:56:02 2014 (r369827) @@ -1,8 +1,15 @@ ---- ./Makefile.orig 2011-06-21 13:15:49.000000000 +0200 -+++ ./Makefile 2011-06-21 13:16:07.000000000 +0200 -@@ -1,4 +1,4 @@ +--- Makefile.orig 2005-03-03 08:59:05.000000000 +0300 ++++ Makefile 2014-10-02 18:10:01.000000000 +0400 +@@ -1,10 +1,10 @@ -CC = cc +CC ?= cc CFLAGS += -Wall PREFIX ?= /usr/local OBJS = main.o + + all: $(OBJS) +- $(CC) $(CFLAGS) -o cnd $(OBJS) -lcurses -lkvm ++ $(CC) $(CFLAGS) -o cnd $(OBJS) -lcurses + .c.o: + $(CC) $(CFLAGS) -c -I/usr/include/ -o $@ $< + .SUFFIXS: .c .o Added: head/net/cnd/files/patch-main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cnd/files/patch-main.c Thu Oct 2 14:56:02 2014 (r369827) @@ -0,0 +1,248 @@ +--- main.c.orig 2014-10-02 17:44:25.000000000 +0400 ++++ main.c 2014-10-02 18:08:23.000000000 +0400 +@@ -41,14 +41,13 @@ + #include + #include + #include ++#include + + #include + #include +-#include + #include + + #include +-#include + + #include + +@@ -59,21 +58,10 @@ + #define DISP_BYTE 1 + int disp_format = DISP_BYTE; + +-struct nlist netl[] = { {"_ifnet"}, {""} }; +-kvm_t *kvmd; +-char *nlistf = NULL; +-char *memf = NULL; +-#if __FreeBSD_version >= 501113 +-char name[IFNAMSIZ]; +-#else +-char name[32]; +-char tname[16]; +-#endif +-unsigned long ifnetaddr = 0; +- + unsigned long long in_total = 0; + unsigned long long out_total = 0; + char *in_dev = NULL; ++char name[IFNAMSIZ]; + + int winw,winh; + WINDOW *mainw; +@@ -173,7 +161,6 @@ + getmaxyx(stdscr,winh,winw); + if(winh < 20 || winw < 20) { + endwin(); +- kvm_close(kvmd); + fprintf(stderr,"Screen size is too small, sorry\n"); + exit(1); + } +@@ -241,35 +228,37 @@ + return; + } + +-/* read kernel memory, based off of netstat */ +-int kread(u_long addr,char *buf,int size) { +- if(kvmd != NULL) { +- if(kvm_nlist(kvmd,netl) < 0) { +- if(nlistf) +- fprintf(stderr,"error, kvm_nlist(%s): %s\n",nlistf,kvm_geterr(kvmd)); +- else +- fprintf(stderr,"error, kvm_nlist: %s\n",kvm_geterr(kvmd)); +- exit(1); +- } +- +- if(netl[0].n_type == 0) { +- if(nlistf) +- fprintf(stderr,"error, no namelist: %s\n",nlistf); +- else +- fprintf(stderr,"error, no namelist\n"); +- exit(1); +- } +- } else { +- fprintf(stderr,"error, kvm not available\n"); ++void readstat(u_long *ibytes, u_long *obytes) ++{ ++ struct ifaddrs *ifap, *ifa; ++ ++ if (getifaddrs(&ifap) != 0) { ++ fprintf(stderr,"getifaddrs()\n"); + exit(1); + } +- if(!buf) +- return 0; +- if(kvm_read(kvmd,addr,buf,size) != size) { +- fprintf(stderr,"error, %s\n",kvm_geterr(kvmd)); ++ ++ for (ifa = ifap; ifa; ifa = ifa->ifa_next) { ++ if (ifa->ifa_addr->sa_family != AF_LINK) ++ continue; ++ if (in_dev != NULL) { ++ if (strcmp(ifa->ifa_name, in_dev) == 0) ++ break; ++ } else ++ break; ++ } ++ if (ifa == NULL) { ++ fprintf(stderr,"error, interface not found\n"); + exit(1); + } +- return 0; ++ ++ strncpy(name, ifa->ifa_name, IFNAMSIZ); ++ ++#define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s) ++ *ibytes = IFA_STAT(ibytes); ++ *obytes = IFA_STAT(obytes); ++#undef IFA_STAT ++ ++ freeifaddrs(ifap); + } + + int main(int argc, char *argv[]) { +@@ -280,9 +269,6 @@ + unsigned long curo = 0; + #define CURIS curi / timea.tv_sec + #define CUROS curo / timea.tv_sec +- /* all goods are defined in net/if.h and net/if_var.h */ +- struct ifnet foonet; +- struct ifnethead ifnethead; + int i = 0; + int x = 0; + int j = 0; +@@ -393,48 +379,10 @@ + argc -= optind; + argv += optind; + +- for(i=0;i= 501113 +- strncpy(name,foonet.if_xname,sizeof(name)); +-#else +- if(kread((u_long)foonet.if_name, tname, 16)) +- return 1; +- snprintf(name,32,"%s%d",tname,foonet.if_unit); +-#endif +- +- while(in_dev != NULL && strncmp(in_dev,name,strlen(in_dev)) != 0) { +- ifnetaddr = (u_long)TAILQ_NEXT(&foonet,if_link); +- if(ifnetaddr < 1) { +- fprintf(stderr,"error, interface not found\n"); +- exit(1); +- } +- if(kread(ifnetaddr,(char *)&foonet,sizeof foonet)) +- return 1; +- +-#if __FreeBSD_version >= 501113 +- strncpy(name,foonet.if_xname,sizeof(name)); +-#else +- if(kread((u_long)foonet.if_name, tname, 16)) +- return 1; +- snprintf(name,32,"%s%d",tname,foonet.if_unit); +-#endif +- +- } ++ ++ readstat(&lasti, &lasto); ++ gettimeofday(&last,NULL); + + /* start curses */ + initscr(); +@@ -486,37 +434,32 @@ + } + /* screen init.. */ + screen_init(); +- +- lasti = foonet.if_ibytes; +- lasto = foonet.if_obytes; +- gettimeofday(&last,NULL); +- ++ + for(i=0;i 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 BEDD7F89; Thu, 2 Oct 2014 14:57: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 A9C73E35; Thu, 2 Oct 2014 14:57: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 s92Evg0Y023484; Thu, 2 Oct 2014 14:57:42 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Evgcq023481; Thu, 2 Oct 2014 14:57:42 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201410021457.s92Evgcq023481@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Thu, 2 Oct 2014 14:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369828 - head/multimedia/kdenlive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 14:57:42 -0000 Author: avilla Date: Thu Oct 2 14:57:41 2014 New Revision: 369828 URL: https://svnweb.freebsd.org/changeset/ports/369828 QAT: https://qat.redports.org/buildarchive/r369828/ Log: - Update to 0.9.10. - Make DOCS optional. - Add dependency on nepomuk-core. [1] [1] nepomuk-core isn't Nepomuk itself, it's just a tiny support library with few extra dependencies. This is a bugfix release with a few minor changes: http://kdenlive.org/discover/0.9.10 Modified: head/multimedia/kdenlive/Makefile head/multimedia/kdenlive/distinfo head/multimedia/kdenlive/pkg-plist Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Thu Oct 2 14:56:02 2014 (r369827) +++ head/multimedia/kdenlive/Makefile Thu Oct 2 14:57:41 2014 (r369828) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kdenlive -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.10 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src/ @@ -15,8 +15,8 @@ LIB_DEPENDS= libmlt.so:${PORTSDIR}/multi libqjson.so:${PORTSDIR}/devel/qjson RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX} -USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USE_QT4= dbus gui opengl script svg xml \ +USE_KDE4= automoc4 kdehier kdelibs kdeprefix nepomuk-core +USE_QT4= corelib dbus gui opengl script svg xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 USES= cmake pkgconfig shared-mime-info tar:bzip2 @@ -25,15 +25,17 @@ CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FF # Keep in sync with multimedia/mlt, possibly. FFMPEG_SUFX= # Currently empty. -OPTIONS_DEFINE= DVDWIZARD FREI0R LADSPA NLS SCREENCAST V4L XINE +OPTIONS_DEFINE= DOCS DVDWIZARD FREI0R LADSPA NLS SCREENCAST V4L XINE OPTIONS_DEFAULT=DVDWIZARD FREI0R LADSPA SCREENCAST V4L XINE OPTIONS_SUB= yes DVDWIZARD_DESC= DVD authoring via DVDAuthor and cdrtools SCREENCAST_DESC=Screen capture support via recordMyDesktop -V4L_DESC= Webcam support via Video 4 Linux +V4L_DESC= Webcam support via Video4Linux XINE_DESC= DVD preview support via xine +DOCS_CMAKE_OFF= -DBUILD_doc:BOOL=FALSE + DVDWIZARD_RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ cdrecord:${PORTSDIR}/sysutils/cdrtools @@ -54,12 +56,7 @@ XINE_RUN_DEPENDS= xine:${PORTSDIR}/multi post-patch: @${REINPLACE_CMD} -E -e '/${PORTNAME}.(menu|xpm)/ d' \ + -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \ ${PATCH_WRKSRC}/data/CMakeLists.txt - @${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \ - ${PATCH_WRKSRC}/src/mimetypes/CMakeLists.txt -.for lang in bs ca ca@valencia cs da de el es et fi fr ga gl he hr hu it ja lt mr nb nds nl pl pt pt_BR ro ru sk sl sv tr ug uk zh_CN zh_TW - @${REINPLACE_CMD} -e 's,fr ALL,${lang} ALL,' \ - ${PATCH_WRKSRC}/po/${lang}/CMakeLists.txt -.endfor .include Modified: head/multimedia/kdenlive/distinfo ============================================================================== --- head/multimedia/kdenlive/distinfo Thu Oct 2 14:56:02 2014 (r369827) +++ head/multimedia/kdenlive/distinfo Thu Oct 2 14:57:41 2014 (r369828) @@ -1,2 +1,2 @@ -SHA256 (kdenlive-0.9.8.tar.bz2) = 96ca31f9f6d4dc339b1e1daf46ec0803516118e712a5a2d75d9433ee5fd6a59f -SIZE (kdenlive-0.9.8.tar.bz2) = 4775988 +SHA256 (kdenlive-0.9.10.tar.bz2) = f68fdb39173e69ce422fdd57bbc4ced47711317e538b0101eee6a1bc9cedb763 +SIZE (kdenlive-0.9.10.tar.bz2) = 4666332 Modified: head/multimedia/kdenlive/pkg-plist ============================================================================== --- head/multimedia/kdenlive/pkg-plist Thu Oct 2 14:56:02 2014 (r369827) +++ head/multimedia/kdenlive/pkg-plist Thu Oct 2 14:57:41 2014 (r369828) @@ -170,27 +170,57 @@ share/config/kdenlive_titles.knsrc share/config/kdenlive_wipes.knsrc share/config/kdenliveeffectscategory.rc share/config/kdenlivetranscodingrc -share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png -share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Transition.png -share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-EffectStack.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Clips.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Effect.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Effect-Flag.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Fadeout.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Folder-Structure.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Keyframes.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Mainwindow.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-New-Project.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Overlap-Clips.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Renderer.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Rendering.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Resize-Marker.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Save-Project.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Timeline-Clips.png -share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-TimelineCursor.png -share/doc/HTML/en/kdenlive/common -share/doc/HTML/en/kdenlive/index.cache.bz2 -share/doc/HTML/en/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/ca/kdenlive/common +%%PORTDOCS%%share/doc/HTML/ca/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/ca/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/de/kdenlive/common +%%PORTDOCS%%share/doc/HTML/de/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/de/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Transition.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-EffectStack.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Clips.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Effect.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Effect-Flag.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Fadeout.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Folder-Structure.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Keyframes.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Mainwindow.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-New-Project.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Overlap-Clips.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Renderer.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Rendering.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Resize-Marker.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Save-Project.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Timeline-Clips.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-TimelineCursor.png +%%PORTDOCS%%share/doc/HTML/en/kdenlive/common +%%PORTDOCS%%share/doc/HTML/en/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/en/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/es/kdenlive/common +%%PORTDOCS%%share/doc/HTML/es/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/es/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/fr/kdenlive/common +%%PORTDOCS%%share/doc/HTML/fr/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/fr/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/it/kdenlive/common +%%PORTDOCS%%share/doc/HTML/it/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/it/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/nl/kdenlive/common +%%PORTDOCS%%share/doc/HTML/nl/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/nl/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/pt/kdenlive/common +%%PORTDOCS%%share/doc/HTML/pt/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/pt/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/pt_BR/kdenlive/common +%%PORTDOCS%%share/doc/HTML/pt_BR/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/pt_BR/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/sv/kdenlive/common +%%PORTDOCS%%share/doc/HTML/sv/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/sv/kdenlive/index.docbook +%%PORTDOCS%%share/doc/HTML/uk/kdenlive/common +%%PORTDOCS%%share/doc/HTML/uk/kdenlive/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/uk/kdenlive/index.docbook share/icons/hicolor/128x128/actions/kdenlive-select-all.png share/icons/hicolor/128x128/mimetypes/application-x-kdenlivetitle.png share/icons/hicolor/16x16/actions/kdenlive-add-clip.png @@ -361,6 +391,7 @@ share/kde4/services/westleypreview.deskt %%NLS%%share/locale/da/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/de/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/el/LC_MESSAGES/kdenlive.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/es/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/et/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/fi/LC_MESSAGES/kdenlive.mo @@ -386,6 +417,7 @@ share/kde4/services/westleypreview.deskt %%NLS%%share/locale/sl/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/sv/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/tr/LC_MESSAGES/kdenlive.mo +%%NLS%%share/locale/ug/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdenlive.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/kdenlive.mo From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 15:01: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 D135D24F; Thu, 2 Oct 2014 15:01: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 BDAF1F0B; Thu, 2 Oct 2014 15:01: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 s92F1RZl027516; Thu, 2 Oct 2014 15:01:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92F1R70027515; Thu, 2 Oct 2014 15:01:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201410021501.s92F1R70027515@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 2 Oct 2014 15:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369829 - head/net-mgmt/unifi3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 15:01:28 -0000 Author: feld Date: Thu Oct 2 15:01:26 2014 New Revision: 369829 URL: https://svnweb.freebsd.org/changeset/ports/369829 QAT: https://qat.redports.org/buildarchive/r369829/ Log: Simplify plist now that I fully understand the new @dir functionality Modified: head/net-mgmt/unifi3/pkg-plist Modified: head/net-mgmt/unifi3/pkg-plist ============================================================================== --- head/net-mgmt/unifi3/pkg-plist Thu Oct 2 14:57:41 2014 (r369828) +++ head/net-mgmt/unifi3/pkg-plist Thu Oct 2 15:01:26 2014 (r369829) @@ -243,54 +243,4 @@ %%JAVASHAREDIR%%/unifi/webapps/ROOT/upnp.jsp %%JAVASHAREDIR%%/unifi/webapps/ROOT/waiting.jsp %%JAVASHAREDIR%%/unifi/webapps/ROOT/wizard.jsp -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/temp -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/pages -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/wizard -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/ubntui -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/settings -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/global -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/p2N -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7P -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7O -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U7E -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U5O -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2S48 -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2O -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2M -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2L48 -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog/U2HSR -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/dialog -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/data-table -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media/alerts -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/media -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/swf -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/flex -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/library -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/tabs -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/settings -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/panels -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/dialogs -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes/controls -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/includes -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/META-INF -@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT -@dir %%JAVASHAREDIR%%/unifi/webapps -@dir %%JAVASHAREDIR%%/unifi/lib -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.5.2791 -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7P -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.5.2791 -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U7E -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48/3.2.5.2791 -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48 -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.5.2791 -@dir %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2 -@dir %%JAVASHAREDIR%%/unifi/dl/firmware -@dir %%JAVASHAREDIR%%/unifi/dl -@dir %%JAVASHAREDIR%%/unifi/conf -@dir %%JAVASHAREDIR%%/unifi/bin -@dir %%JAVASHAREDIR%%/unifi @exec chown -R unifi:unifi %D/%%JAVASHAREDIR%%/unifi From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 15:31: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 CD385F59; Thu, 2 Oct 2014 15:31: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 B726B26C; Thu, 2 Oct 2014 15:31: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 s92FVVHR041717; Thu, 2 Oct 2014 15:31:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92FVV6a041716; Thu, 2 Oct 2014 15:31:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410021531.s92FVV6a041716@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 15:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369830 - head/audio/libshout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 15:31:31 -0000 Author: sunpoet Date: Thu Oct 2 15:31:31 2014 New Revision: 369830 URL: https://svnweb.freebsd.org/changeset/ports/369830 QAT: https://qat.redports.org/buildarchive/r369830/ Log: - Use INSTALL_TARGET=install-strip Modified: head/audio/libshout/Makefile Modified: head/audio/libshout/Makefile ============================================================================== --- head/audio/libshout/Makefile Thu Oct 2 15:01:26 2014 (r369829) +++ head/audio/libshout/Makefile Thu Oct 2 15:31:31 2014 (r369830) @@ -21,6 +21,7 @@ CONFLICTS= libshout2-[0-9]* OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig @@ -32,7 +33,4 @@ post-patch: @${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in @${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/net/sock.c -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libshout.so.3.2.0 - .include From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 15:44: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 B88523E9; Thu, 2 Oct 2014 15:44: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 A3E0D63F; Thu, 2 Oct 2014 15:44: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 s92Fi6uT047464; Thu, 2 Oct 2014 15:44:06 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Fi4wJ047447; Thu, 2 Oct 2014 15:44:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410021544.s92Fi4wJ047447@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 15:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369831 - in head/net/quagga: . 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 15:44:06 -0000 Author: mat Date: Thu Oct 2 15:44:03 2014 New Revision: 369831 URL: https://svnweb.freebsd.org/changeset/ports/369831 QAT: https://qat.redports.org/buildarchive/r369831/ Log: Update to 0.99.23.1. [1] General cleanup. PR: 194090 [1] Submitted by: Olivier Cochard [1] Sponsored by: Absolight Added: head/net/quagga/files/patch-configure.ac (contents, props changed) head/net/quagga/files/patch-doc__bgpd.8 - copied, changed from r369814, head/net/quagga/files/patch-doc-bgpd.8 head/net/quagga/files/patch-lib__zebra.h - copied, changed from r369814, head/net/quagga/files/patch-lib-zebra.h head/net/quagga/files/patch-vtysh__extract.pl.in - copied, changed from r369814, head/net/quagga/files/patch-vtysh-extract Deleted: head/net/quagga/files/patch-doc-bgpd.8 head/net/quagga/files/patch-lib-zebra.h head/net/quagga/files/patch-vtysh-extract Modified: head/net/quagga/Makefile head/net/quagga/distinfo head/net/quagga/files/extra-patch-ospf-nexthop head/net/quagga/files/quagga.in head/net/quagga/files/watchquagga.in head/net/quagga/pkg-plist Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Oct 2 15:31:31 2014 (r369830) +++ head/net/quagga/Makefile Thu Oct 2 15:44:03 2014 (r369831) @@ -2,13 +2,9 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 0.99.22.4 -PORTREVISION= 4 +PORTVERSION= 0.99.23.1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH -MASTER_SITE_SUBDIR= quagga - -PATCH_SITES= http://quagga.net/ MAINTAINER= mat@FreeBSD.org COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software @@ -22,7 +18,7 @@ CONFLICTS= openbgpd-[0-9]* openospfd-[0- GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-exampledir=${PREFIX}/share/examples/quagga INSTALL_TARGET= install-strip -USES= gmake libtool makeinfo perl5 readline +USES= gmake libtool makeinfo perl5 readline autoreconf USE_LDCONFIG= yes USE_PERL5= build @@ -30,6 +26,8 @@ INFO= quagga OPTIONS_DEFINE= ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \ NO_BGP_ANNOUNCE OSPF_NEXTHOP +WITHOUT=${OPTIONS_DEFINE} +OPTIONS_SUB= yes ISISD_DESC= Enable experimental ISIS daemon PAM_DESC= PAM authentication for vtysh @@ -46,73 +44,30 @@ ENABLE_GROUP?= quagga USERS= ${ENABLE_USER} GROUPS= ${ENABLE_GROUP} -CONFIGURE_ARGS+=--enable-user=${ENABLE_USER} -CONFIGURE_ARGS+=--enable-group=${ENABLE_GROUP} - SYSCONF_DIR?= ${ETCDIR} LOCALSTATE_DIR?=/var/run/quagga -CONFIGURE_ARGS+=--sysconfdir=${SYSCONF_DIR} -CONFIGURE_ARGS+=--localstatedir=${LOCALSTATE_DIR} +CONFIGURE_ARGS= --enable-user=${ENABLE_USER} \ + --enable-group=${ENABLE_GROUP} \ + --sysconfdir=${SYSCONF_DIR} \ + --localstatedir=${LOCALSTATE_DIR} \ + --enable-vtysh .if defined(ENABLE_VTY_GROUP) CONFIGURE_ARGS+=--enable-vty-group=${ENABLE_VTY_GROUP} .endif -CONFIGURE_ARGS+=--enable-vtysh - -.include - -.if ${PORT_OPTIONS:MISISD} -CONFIGURE_ARGS+=--enable-isisd -MAN8+= isisd.8 -PLIST_SUB+= ISISD="" -.else -PLIST_SUB+= ISISD="@comment " -.endif - -.if ${PORT_OPTIONS:MPAM} -CONFIGURE_ARGS+=--with-libpam -.endif - -.if ${PORT_OPTIONS:MOSPF_OPAQUE_LSA} -CONFIGURE_ARGS+=--enable-opaque-lsa -MAN8+= ospfclient.8 -PLIST_SUB+= OSPFAPI="" -.else -CONFIGURE_ARGS+=--disable-opaque-lsa -PLIST_SUB+= OSPFAPI="@comment " -.endif - -.if ${PORT_OPTIONS:MRTADV} -CONFIGURE_ARGS+=--enable-rtadv -.endif - -.if ${PORT_OPTIONS:MSNMP} -CONFIGURE_ARGS+=--enable-snmp -LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp -.endif - -.if ${PORT_OPTIONS:MTCPSOCKETS} -CONFIGURE_ARGS+=--enable-tcp-zebra -.endif - -.if ${PORT_OPTIONS:MDLMALLOC} -LIB_DEPENDS+= libdlmalloc.so:${PORTSDIR}/devel/libdlmalloc -LIBS+= -L${LOCALBASE}/lib -ldlmalloc -SUB_LIST= RCLDCONFIG=ldconfig -.else -SUB_LIST= RCLDCONFIG= -.endif - -.if ${PORT_OPTIONS:MNO_BGP_ANNOUNCE} -CONFIGURE_ARGS+=--disable-bgp-announce -.endif - -.if ${PORT_OPTIONS:MOSPF_NEXTHOP} -post-patch: - @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-ospf-nexthop -.endif +ISISD_CONFIGURE_ENABLE= isisd +PAM_CONFIGURE_WITH= libpam +OSPF_OPAQUE_LSA_CONFIGURE_ENABLE= opaque-lsa +RTADV_CONFIGURE_ENABLE= rtadv +SNMP_CONFIGURE_ENABLE= snmp +SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +TCPSOCKETS_CONFIGURE_ENABLE= tcp-zebra +DLMALLOC_LIB_DEPENDS= libdlmalloc.so:${PORTSDIR}/devel/libdlmalloc +DLMALLOC_LIBS= -L${LOCALBASE}/lib -ldlmalloc +NO_BGP_ANNOUNCE_CONFIGURE_ARGS+=--disable-bgp-announce +OSPF_NEXTHOP_EXTRA_PATCH= ${PATCHDIR}/extra-patch-ospf-nexthop USE_RC_SUBR= quagga watchquagga @@ -136,12 +91,8 @@ pre-everything:: @${ECHO} "LOCALSTATE_DIR Specify directory for Quagga runtime files" post-install: - ${MKDIR} ${STAGEDIR}${LOCALSTATE_DIR} - ${MKDIR} ${STAGEDIR}${SYSCONF_DIR} - -.if !defined(BATCH) -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc -.endif + ${MKDIR} ${STAGEDIR}${LOCALSTATE_DIR} ${STAGEDIR}${SYSCONF_DIR} \ + ${STAGEDIR}${EXAMPLESDIR} + @${MV} ${STAGEDIR}${ETCDIR}/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/net/quagga/distinfo ============================================================================== --- head/net/quagga/distinfo Thu Oct 2 15:31:31 2014 (r369830) +++ head/net/quagga/distinfo Thu Oct 2 15:44:03 2014 (r369831) @@ -1,2 +1,2 @@ -SHA256 (quagga-0.99.22.4.tar.gz) = cbe48d5cc57bbaa07cfd8362ba598447dc94aa866ddc5794e57172709d36ba79 -SIZE (quagga-0.99.22.4.tar.gz) = 2352406 +SHA256 (quagga-0.99.23.1.tar.gz) = 3abf2046bc27539ce2d17c238e06c8fd0d479a8e402580c6aa455808bd48e004 +SIZE (quagga-0.99.23.1.tar.gz) = 2526612 Modified: head/net/quagga/files/extra-patch-ospf-nexthop ============================================================================== --- head/net/quagga/files/extra-patch-ospf-nexthop Thu Oct 2 15:31:31 2014 (r369830) +++ head/net/quagga/files/extra-patch-ospf-nexthop Thu Oct 2 15:44:03 2014 (r369831) @@ -1,6 +1,5 @@ -diff -Nur ./ospfd/ospf_asbr.c /tmp/quagga-0.99.20-patched/ospfd/ospf_asbr.c ---- ./ospfd/ospf_asbr.c 2011-09-29 16:59:32.000000000 +0400 -+++ /tmp/quagga-0.99.20-patched/ospfd/ospf_asbr.c 2012-01-15 18:44:18.000000000 +0400 +--- ospfd/ospf_asbr.c.orig 2014-08-25 16:56:53 UTC ++++ ospfd/ospf_asbr.c @@ -122,6 +122,7 @@ { values->metric = -1; @@ -9,9 +8,8 @@ diff -Nur ./ospfd/ospf_asbr.c /tmp/quagg } int -diff -Nur ./ospfd/ospf_asbr.h /tmp/quagga-0.99.20-patched/ospfd/ospf_asbr.h ---- ./ospfd/ospf_asbr.h 2011-09-29 16:59:32.000000000 +0400 -+++ /tmp/quagga-0.99.20-patched/ospfd/ospf_asbr.h 2012-01-15 18:44:18.000000000 +0400 +--- ospfd/ospf_asbr.h.orig 2014-08-25 16:56:53 UTC ++++ ospfd/ospf_asbr.h @@ -27,6 +27,7 @@ { int32_t metric; @@ -28,10 +26,9 @@ diff -Nur ./ospfd/ospf_asbr.h /tmp/quagg }; #define OSPF_ASBR_CHECK_DELAY 30 -diff -Nur ./ospfd/ospf_lsa.c /tmp/quagga-0.99.20-patched/ospfd/ospf_lsa.c ---- ./ospfd/ospf_lsa.c 2011-09-29 16:59:32.000000000 +0400 -+++ /tmp/quagga-0.99.20-patched/ospfd/ospf_lsa.c 2012-01-15 18:44:18.000000000 +0400 -@@ -1614,7 +1614,8 @@ +--- ospfd/ospf_lsa.c.orig 2014-08-25 16:56:53 UTC ++++ ospfd/ospf_lsa.c +@@ -1633,7 +1633,8 @@ stream_put_ospf_metric (s, mvalue); /* Get forwarding address to nexthop if on the Connection List, else 0. */ @@ -41,10 +38,9 @@ diff -Nur ./ospfd/ospf_lsa.c /tmp/quagga /* Put forwarding address. */ stream_put_ipv4 (s, fwd_addr.s_addr); -diff -Nur ./ospfd/ospf_routemap.c /tmp/quagga-0.99.20-patched/ospfd/ospf_routemap.c ---- ./ospfd/ospf_routemap.c 2011-09-29 16:59:32.000000000 +0400 -+++ /tmp/quagga-0.99.20-patched/ospfd/ospf_routemap.c 2012-01-15 18:44:18.000000000 +0400 -@@ -527,6 +527,62 @@ +--- ospfd/ospf_routemap.c.orig 2014-08-25 16:56:53 UTC ++++ ospfd/ospf_routemap.c +@@ -531,6 +531,62 @@ route_set_metric_type_free, }; @@ -107,7 +103,7 @@ diff -Nur ./ospfd/ospf_routemap.c /tmp/q DEFUN (match_ip_nexthop, match_ip_nexthop_cmd, "match ip next-hop (<1-199>|<1300-2699>|WORD)", -@@ -781,6 +837,49 @@ +@@ -785,6 +841,49 @@ "OSPF[6] external type 1 metric\n" "OSPF[6] external type 2 metric\n") @@ -157,7 +153,7 @@ diff -Nur ./ospfd/ospf_routemap.c /tmp/q /* Route-map init */ void ospf_route_map_init (void) -@@ -800,6 +899,7 @@ +@@ -804,6 +903,7 @@ route_map_install_set (&route_set_metric_cmd); route_map_install_set (&route_set_metric_type_cmd); @@ -165,7 +161,7 @@ diff -Nur ./ospfd/ospf_routemap.c /tmp/q install_element (RMAP_NODE, &match_ip_nexthop_cmd); install_element (RMAP_NODE, &no_match_ip_nexthop_cmd); -@@ -823,4 +923,7 @@ +@@ -827,4 +927,7 @@ install_element (RMAP_NODE, &set_metric_type_cmd); install_element (RMAP_NODE, &no_set_metric_type_cmd); install_element (RMAP_NODE, &no_set_metric_type_val_cmd); Added: head/net/quagga/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/quagga/files/patch-configure.ac Thu Oct 2 15:44:03 2014 (r369831) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2014-08-25 16:56:53 UTC ++++ configure.ac +@@ -1415,7 +1415,7 @@ + dnl ------------------ + dnl check Net-SNMP library + dnl ------------------ +-if test "${enable_snmp}" != ""; then ++if test "x${enable_snmp}" != "xno"; then + AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], [no]) + if test x"$NETSNMP_CONFIG" = x"no"; then + AC_MSG_ERROR([--enable-snmp given but unable to find net-snmp-config]) Copied and modified: head/net/quagga/files/patch-doc__bgpd.8 (from r369814, head/net/quagga/files/patch-doc-bgpd.8) ============================================================================== --- head/net/quagga/files/patch-doc-bgpd.8 Thu Oct 2 11:18:34 2014 (r369814, copy source) +++ head/net/quagga/files/patch-doc__bgpd.8 Thu Oct 2 15:44:03 2014 (r369831) @@ -1,5 +1,5 @@ ---- doc/bgpd.8.orig 2012-07-13 23:02:24.000000000 +0600 -+++ doc/bgpd.8 2013-03-23 10:08:50.551916290 +0600 +--- doc/bgpd.8.orig 2014-08-25 16:56:53 UTC ++++ doc/bgpd.8 @@ -28,6 +28,8 @@ ] [ .B \-g Copied and modified: head/net/quagga/files/patch-lib__zebra.h (from r369814, head/net/quagga/files/patch-lib-zebra.h) ============================================================================== --- head/net/quagga/files/patch-lib-zebra.h Thu Oct 2 11:18:34 2014 (r369814, copy source) +++ head/net/quagga/files/patch-lib__zebra.h Thu Oct 2 15:44:03 2014 (r369831) @@ -1,6 +1,6 @@ ---- lib/zebra.h.orig 2014-03-16 09:54:05.510349508 +0100 -+++ lib/zebra.h 2014-03-16 10:57:36.640087484 +0100 -@@ -355,7 +355,8 @@ +--- lib/zebra.h.orig 2014-08-25 16:56:53 UTC ++++ lib/zebra.h +@@ -358,7 +358,8 @@ * OpenBSD: network byte order, apart from older versions which are as per * *BSD */ @@ -8,5 +8,5 @@ +#if defined(__NetBSD__) \ + || (defined(__FreeBSD__) && (__FreeBSD_version < 1100030)) \ || (defined(__OpenBSD__) && (OpenBSD < 200311)) \ + || (defined(__APPLE__)) \ || (defined(SUNOS_5) && defined(WORDS_BIGENDIAN)) - #define HAVE_IP_HDRINCL_BSD_ORDER Copied and modified: head/net/quagga/files/patch-vtysh__extract.pl.in (from r369814, head/net/quagga/files/patch-vtysh-extract) ============================================================================== --- head/net/quagga/files/patch-vtysh-extract Thu Oct 2 11:18:34 2014 (r369814, copy source) +++ head/net/quagga/files/patch-vtysh__extract.pl.in Thu Oct 2 15:44:03 2014 (r369831) @@ -1,5 +1,5 @@ ---- vtysh/extract.pl.in-orig 2014-06-14 21:41:20.000000000 +0200 -+++ vtysh/extract.pl.in 2014-06-14 21:41:44.000000000 +0200 +--- vtysh/extract.pl.in.orig 2014-08-25 16:56:53 UTC ++++ vtysh/extract.pl.in @@ -63,7 +63,7 @@ foreach (@ARGV) { $file = $_; Modified: head/net/quagga/files/quagga.in ============================================================================== --- head/net/quagga/files/quagga.in Thu Oct 2 15:31:31 2014 (r369830) +++ head/net/quagga/files/quagga.in Thu Oct 2 15:44:03 2014 (r369831) @@ -1,14 +1,14 @@ #!/bin/sh - +# # $FreeBSD$ # + # PROVIDE: quagga # REQUIRE: netif routing -# KEYWORD: nojail +# KEYWORD: nojail shutdown -# # Add the following line to /etc/rc.conf to enable quagga: -#quagga_enable="YES" +# quagga_enable="YES" # # You may also wish to use the following variables to fine-tune startup: # quagga_flags="-d" @@ -28,15 +28,61 @@ . /etc/rc.subr -name="quagga" +name=quagga rcvar=quagga_enable start_postcmd=start_postcmd -stop_postcmd=stop_postcmd +stop_postcmd="rm -f $pidfile" configtest_cmd=check_config -extra_commands="configtest" +extra_commands=configtest + +load_rc_config $name + +quagga_enable=${quagga_enable:-"NO"} +quagga_flags=${quagga_flags:-"-d"} +quagga_daemons=${quagga_daemons:-"zebra ripd ripngd ospfd ospf6d bgpd isisd"} +quagga_vtysh_boot=${quagga_vtysh_boot:-"NO"} + +quagga_cmd=$1 + +case "$1" in + force*) + quagga_cmd=${quagga_cmd#force} + ;; + fast*) + quagga_cmd=${quagga_cmd#fast} + ;; +esac +shift + +if [ $# -ge 1 ]; then + quagga_daemons="$*" +fi -check_config() { +case "${quagga_cmd}" in + start) + if [ ! -z ${quagga_extralibs_path} ]; then + /sbin/ldconfig -m ${quagga_extralibs_path} + fi + do_cmd "start" + ;; + stop) + quagga_daemons=$(reverse_list ${quagga_daemons}) + do_cmd "stop" + ;; + restart) + quagga_daemons=$(reverse_list ${quagga_daemons}) + do_cmd "stop" + quagga_daemons=$(reverse_list ${quagga_daemons}) + do_cmd "start" + ;; + *) + do_cmd "${quagga_cmd}" + ;; +esac + +check_config() +{ echo "Checking $daemon.conf" $command $daemon_flags -C result=$? @@ -63,11 +109,6 @@ start_postcmd() fi } -stop_postcmd() -{ - rm -f $pidfile -} - do_cmd() { local ret @@ -96,50 +137,3 @@ do_cmd() fi return ${ret} } - -# set defaults - -load_rc_config $name - -: ${quagga_enable="NO"} -: ${quagga_flags="-d"} -: ${quagga_daemons="zebra ripd ripngd ospfd ospf6d bgpd isisd"} -: ${quagga_vtysh_boot="NO"} - -quagga_cmd=$1 - -case "$1" in - force*) - quagga_cmd=${quagga_cmd#force} - ;; - fast*) - quagga_cmd=${quagga_cmd#fast} - ;; -esac -shift - -if [ $# -ge 1 ]; then - quagga_daemons="$*" -fi - -case "${quagga_cmd}" in - start) - if [ ! -z ${quagga_extralibs_path} ]; then - /sbin/ldconfig -m ${quagga_extralibs_path} - fi - do_cmd "start" - ;; - stop) - quagga_daemons=$(reverse_list ${quagga_daemons}) - do_cmd "stop" - ;; - restart) - quagga_daemons=$(reverse_list ${quagga_daemons}) - do_cmd "stop" - quagga_daemons=$(reverse_list ${quagga_daemons}) - do_cmd "start" - ;; - *) - do_cmd "${quagga_cmd}" - ;; -esac Modified: head/net/quagga/files/watchquagga.in ============================================================================== --- head/net/quagga/files/watchquagga.in Thu Oct 2 15:31:31 2014 (r369830) +++ head/net/quagga/files/watchquagga.in Thu Oct 2 15:44:03 2014 (r369831) @@ -1,37 +1,30 @@ #!/bin/sh - +# # $FreeBSD$ # + # PROVIDE: watchquagga # REQUIRE: NETWORKING quagga -# -# Add the following line to /etc/rc.conf to enable quagga: +# KEYWORD: shutdown + +# Add the following line to /etc/rc.conf to enable watchquagga: # watchquagga_enable="YES" # # You may also wish to use the following variables to fine-tune startup: # watchquagga_flags -# -# . /etc/rc.subr -name="watchquagga" +name=watchquagga rcvar=watchquagga_enable - -stop_postcmd=stop_postcmd - -stop_postcmd() -{ - rm -f $pidfile -} - -# set defaults - load_rc_config $name -: ${watchquagga_enable="NO"} +stop_postcmd="rm -f $pidfile" + +watchquagga_enable=${watchquagga_enable:-"NO"} command=%%PREFIX%%/sbin/watchquagga pidfile=%%LOCALSTATE_DIR%%/watchquagga.pid + run_rc_command "$1" Modified: head/net/quagga/pkg-plist ============================================================================== --- head/net/quagga/pkg-plist Thu Oct 2 15:31:31 2014 (r369830) +++ head/net/quagga/pkg-plist Thu Oct 2 15:44:03 2014 (r369831) @@ -2,7 +2,7 @@ sbin/babeld sbin/bgpd %%ISISD%%sbin/isisd sbin/ospf6d -%%OSPFAPI%%sbin/ospfclient +%%OSPF_OPAQUE_LSA%%sbin/ospfclient sbin/ospfd sbin/ripd sbin/ripngd @@ -13,10 +13,10 @@ lib/libospf.a lib/libospf.so lib/libospf.so.0 lib/libospf.so.0.0.0 -%%OSPFAPI%%lib/libospfapiclient.a -%%OSPFAPI%%lib/libospfapiclient.so -%%OSPFAPI%%lib/libospfapiclient.so.0 -%%OSPFAPI%%lib/libospfapiclient.so.0.0.0 +%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.a +%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.so +%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.so.0 +%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.so.0.0.0 lib/libzebra.a lib/libzebra.so lib/libzebra.so.0 @@ -32,13 +32,14 @@ include/quagga/if.h include/quagga/if_rmap.h include/quagga/jhash.h include/quagga/keychain.h +include/quagga/libospf.h include/quagga/linklist.h include/quagga/log.h include/quagga/md5.h include/quagga/memory.h include/quagga/memtypes.h include/quagga/network.h -%%OSPFAPI%%include/quagga/ospfapi/ospf_apiclient.h +%%OSPF_OPAQUE_LSA%%include/quagga/ospfapi/ospf_apiclient.h include/quagga/ospfd/ospf_api.h include/quagga/ospfd/ospf_asbr.h include/quagga/ospfd/ospf_dump.h @@ -81,20 +82,13 @@ include/quagga/zebra.h %%EXAMPLESDIR%%/zebra.conf.sample man/man1/vtysh.1.gz man/man8/bgpd.8.gz +%%ISISD%%man/man8/isisd.8.gz man/man8/ospf6d.8.gz man/man8/ospfd.8.gz -%%OSPFAPI%%man/man8/ospfclient.8.gz +%%OSPF_OPAQUE_LSA%%man/man8/ospfclient.8.gz man/man8/ripd.8.gz man/man8/ripngd.8.gz man/man8/watchquagga.8.gz man/man8/zebra.8.gz -@dirrm include/quagga/ospfd -%%OSPFAPI%%@dirrm include/quagga/ospfapi -@dirrm include/quagga -@dirrm share/examples/quagga -@owner %%ENABLE_USER%% -@group %%ENABLE_GROUP%% -@dirrmtry %%LOCALSTATE_DIR%% -@dirrmtry %%ETCDIR%% -@group wheel -@owner root +@dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%LOCALSTATE_DIR%% +@dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%ETCDIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 15:45: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 2D168506; Thu, 2 Oct 2014 15:45: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 F394065E; Thu, 2 Oct 2014 15:45: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 s92FjgAC047848; Thu, 2 Oct 2014 15:45:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92FjgmN047846; Thu, 2 Oct 2014 15:45:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410021545.s92FjgmN047846@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 15:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369832 - head/net/aoe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 15:45:43 -0000 Author: bapt Date: Thu Oct 2 15:45:42 2014 New Revision: 369832 URL: https://svnweb.freebsd.org/changeset/ports/369832 QAT: https://qat.redports.org/buildarchive/r369832/ Log: Make sure the package respect SRC_BASE Use the kmod framework Cleanup the plist Reported by: glebius Modified: head/net/aoe/Makefile head/net/aoe/pkg-plist Modified: head/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Thu Oct 2 15:44:03 2014 (r369831) +++ head/net/aoe/Makefile Thu Oct 2 15:45:42 2014 (r369832) @@ -3,6 +3,7 @@ PORTNAME= aoe PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net kld MASTER_SITES= http://www.son.org/download/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} @@ -10,22 +11,17 @@ DISTNAME= ${PORTNAME}-freebsd-${PORTVERS MAINTAINER= fjoe@FreeBSD.org COMMENT= FreeBSD driver for ATA over Ethernet (AoE) -NO_PACKAGE= Should be in sync with the kernel to work correctly SSP_UNSAFE= kernel module does not support ssp +USES= kmod + WRKSRC= ${WRKDIR}/dev/aoe -USE_RC_SUBR= aoe +KMODDIR= ${PREFIX}/lib/aoe -pre-everything:: - @if [ ! -f /usr/src/sys/Makefile ]; then \ - ${ECHO_MSG} ">> The AoE port needs FreeBSD kernel source code to compile."; \ - ${ECHO_MSG} ">> Please install FreeBSD kernel source code in /usr/src/sys."; \ - ${FALSE}; \ - fi +USE_RC_SUBR= aoe do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/aoe ${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe - ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4 + ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4/ .include Modified: head/net/aoe/pkg-plist ============================================================================== --- head/net/aoe/pkg-plist Thu Oct 2 15:44:03 2014 (r369831) +++ head/net/aoe/pkg-plist Thu Oct 2 15:45:42 2014 (r369832) @@ -1,3 +1,2 @@ lib/aoe/aoe.ko man/man4/aoe.4.gz -@dirrm lib/aoe From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 16:04: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 421F5D2E; Thu, 2 Oct 2014 16:04: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 2F3B28FE; Thu, 2 Oct 2014 16:04: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 s92G4QOi057188; Thu, 2 Oct 2014 16:04:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92G4Qfg057187; Thu, 2 Oct 2014 16:04:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410021604.s92G4Qfg057187@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 16:04:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369833 - head/net-mgmt/netxms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 16:04:26 -0000 Author: bapt Date: Thu Oct 2 16:04:25 2014 New Revision: 369833 URL: https://svnweb.freebsd.org/changeset/ports/369833 QAT: https://qat.redports.org/buildarchive/r369833/ Log: Enforce bundling jansson and libtre instead of leaving the configure figure out if it should bundle of not The clean fix would be to always unbundle, but I will let that to the maintainer while here strip binaries and allow packaging Reported by: glebius Modified: head/net-mgmt/netxms/Makefile Modified: head/net-mgmt/netxms/Makefile ============================================================================== --- head/net-mgmt/netxms/Makefile Thu Oct 2 15:45:42 2014 (r369832) +++ head/net-mgmt/netxms/Makefile Thu Oct 2 16:04:25 2014 (r369833) @@ -24,13 +24,14 @@ SERVER_DESC= Install NetXMS server & age CLIENT_DESC= Install NetXMS client AGENT_DESC= Install NetXMS agent -NO_PACKAGE= yes - USE_OPENSSL= yes USES= gmake iconv libtool perl5 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules +CONFIGURE_ARGS= --disable-silent-rules \ + --with-internal-libjansson \ + --with-internal-libtre USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 16:05: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 37358F10; Thu, 2 Oct 2014 16:05: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 2392F90F; Thu, 2 Oct 2014 16:05: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 s92G5vmk057548; Thu, 2 Oct 2014 16:05:57 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92G5veV057547; Thu, 2 Oct 2014 16:05:57 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410021605.s92G5veV057547@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 16:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369834 - 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: Thu, 02 Oct 2014 16:05:57 -0000 Author: bdrewery Date: Thu Oct 2 16:05:56 2014 New Revision: 369834 URL: https://svnweb.freebsd.org/changeset/ports/369834 QAT: https://qat.redports.org/buildarchive/r369834/ Log: - Reinstate r369644 fully to add the OSVERSION==UNAME_r sanity check. FreshPorts, portsnap and indexbuild have all been fixed. Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Oct 2 16:04:25 2014 (r369833) +++ head/Mk/bsd.port.mk Thu Oct 2 16:05:56 2014 (r369834) @@ -1198,11 +1198,7 @@ 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 Thu Oct 2 16:06: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 B95F86F; Thu, 2 Oct 2014 16:06: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 A5A6E924; Thu, 2 Oct 2014 16:06: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 s92G6hRa057751; Thu, 2 Oct 2014 16:06:43 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92G6h5w057750; Thu, 2 Oct 2014 16:06:43 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410021606.s92G6h5w057750@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 16:06:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369835 - head/sysutils/zfstools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 16:06:43 -0000 Author: bdrewery Date: Thu Oct 2 16:06:42 2014 New Revision: 369835 URL: https://svnweb.freebsd.org/changeset/ports/369835 QAT: https://qat.redports.org/buildarchive/r369835/ Log: Bump only to test INDEX building for Freshports/portsnap/indexbuild after bsd.port.mk started enforcing OSVERSION==UNAME_r Modified: head/sysutils/zfstools/Makefile Modified: head/sysutils/zfstools/Makefile ============================================================================== --- head/sysutils/zfstools/Makefile Thu Oct 2 16:05:56 2014 (r369834) +++ head/sysutils/zfstools/Makefile Thu Oct 2 16:06:42 2014 (r369835) @@ -2,6 +2,7 @@ PORTNAME= zfstools PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= sysutils ruby MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/${PORTNAME}/ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 16: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 0600018D; Thu, 2 Oct 2014 16: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 E5DDF935; Thu, 2 Oct 2014 16:07: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 s92G7tEq058035; Thu, 2 Oct 2014 16:07:55 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92G7ts0058030; Thu, 2 Oct 2014 16:07:55 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201410021607.s92G7ts0058030@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 2 Oct 2014 16:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369836 - head/devel/mercurial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 16:07:56 -0000 Author: olivierd Date: Thu Oct 2 16:07:54 2014 New Revision: 369836 URL: https://svnweb.freebsd.org/changeset/ports/369836 QAT: https://qat.redports.org/buildarchive/r369836/ Log: - Update to 3.1.2 - Drop @dirm* in pkg-plist ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.1.2_.282014-10-01.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/pkg-plist Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Thu Oct 2 16:06:42 2014 (r369835) +++ head/devel/mercurial/Makefile Thu Oct 2 16:07:54 2014 (r369836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Thu Oct 2 16:06:42 2014 (r369835) +++ head/devel/mercurial/distinfo Thu Oct 2 16:07:54 2014 (r369836) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.1.1.tar.gz) = c7e8289840462d6787fab3ad83f317592cf345bf13b86ae30b4461d6f75398d9 -SIZE (mercurial-3.1.1.tar.gz) = 3982765 +SHA256 (mercurial-3.1.2.tar.gz) = 5dbe5ceb3707e378528dc9346af280919760aa1a8bcc27be12c1fe2bafa78d3a +SIZE (mercurial-3.1.2.tar.gz) = 3983825 Modified: head/devel/mercurial/pkg-plist ============================================================================== --- head/devel/mercurial/pkg-plist Thu Oct 2 16:06:42 2014 (r369835) +++ head/devel/mercurial/pkg-plist Thu Oct 2 16:07:54 2014 (r369836) @@ -752,55 +752,3 @@ man/man5/hgrc.5.gz %%DATA%%%%DATADIR%%/www/hgweb.cgi %%DATA%%%%DATADIR%%/www/hgweb.fcgi %%DATA%%%%DATADIR%%/www/hgweb.wsgi -%%DATA%%@dirrm %%DATADIR%%/www -%%DATA%%@dirrm %%DATADIR%%/contrib/vim -%%DATA%%@dirrm %%DATADIR%%/contrib/hgsh -%%DATA%%@dirrm %%DATADIR%%/contrib/hgfixes -%%DATA%%@dirrm %%DATADIR%%/contrib -%%DATA%%@dirrm %%DATADIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/static -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/spartan -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/rss -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/raw -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/paper -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/monoblue -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/gitweb -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/coal -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/atom -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/zh_TW/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/zh_TW -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/zh_CN -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/sv/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/sv -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/ru/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/ru -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/ro/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/ro -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/pt_BR -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/ja/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/ja -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/it/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/it -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/fr/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/fr -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/el/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/el -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/de/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/de -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/da/LC_MESSAGES -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale/da -%%NLS%%@dirrm %%PYTHON_SITELIBDIR%%/mercurial/locale -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/httpclient -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/hgweb -@dirrm %%PYTHON_SITELIBDIR%%/mercurial/help -@dirrm %%PYTHON_SITELIBDIR%%/mercurial -@dirrm %%PYTHON_SITELIBDIR%%/hgext/zeroconf -@dirrm %%PYTHON_SITELIBDIR%%/hgext/largefiles -@dirrm %%PYTHON_SITELIBDIR%%/hgext/highlight -@dirrm %%PYTHON_SITELIBDIR%%/hgext/convert -@dirrm %%PYTHON_SITELIBDIR%%/hgext From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 16:23: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 A65F46A2; Thu, 2 Oct 2014 16: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 9249EB90; Thu, 2 Oct 2014 16: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 s92GNW9e067186; Thu, 2 Oct 2014 16:23:32 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92GNWQ3067184; Thu, 2 Oct 2014 16:23:32 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410021623.s92GNWQ3067184@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 16:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369837 - in head/net/aoe: . 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 16:23:32 -0000 Author: glebius (src committer) Date: Thu Oct 2 16:23:31 2014 New Revision: 369837 URL: https://svnweb.freebsd.org/changeset/ports/369837 QAT: https://qat.redports.org/buildarchive/r369837/ Log: Fix build on head. Approved by: bapt Modified: head/net/aoe/Makefile head/net/aoe/files/patch-aoenet.c Modified: head/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Thu Oct 2 16:07:54 2014 (r369836) +++ head/net/aoe/Makefile Thu Oct 2 16:23:31 2014 (r369837) @@ -3,7 +3,7 @@ PORTNAME= aoe PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kld MASTER_SITES= http://www.son.org/download/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} Modified: head/net/aoe/files/patch-aoenet.c ============================================================================== --- head/net/aoe/files/patch-aoenet.c Thu Oct 2 16:07:54 2014 (r369836) +++ head/net/aoe/files/patch-aoenet.c Thu Oct 2 16:23:31 2014 (r369837) @@ -1,5 +1,5 @@ ---- aoenet.c.orig 2006-05-25 23:10:11.000000000 +0700 -+++ aoenet.c 2014-09-14 02:02:02.000000000 +0700 +--- aoenet.c.orig 2006-05-25 20:10:11.000000000 +0400 ++++ aoenet.c 2014-10-02 20:18:23.000000000 +0400 @@ -77,8 +77,11 @@ #define NECODES (sizeof(aoe_errlist) / sizeof(char *) - 1) #if (__FreeBSD_version < 600000) @@ -103,7 +103,31 @@ } -@@ -384,9 +416,9 @@ +@@ -362,7 +394,11 @@ + */ + if ((m->m_flags & M_PKTHDR) == 0) { + if_printf(ifp, "discard frame w/o packet header\n"); ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); ++#else + ifp->if_ierrors++; ++#endif + m_freem(m); + return; + } +@@ -371,7 +407,11 @@ + if_printf(ifp, "discard frame w/o leading ethernet " + "header (len %u pkt len %u)\n", + m->m_len, m->m_pkthdr.len); ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); ++#else + ifp->if_ierrors++; ++#endif + m_freem(m); + return; + } +@@ -384,17 +424,25 @@ if (m->m_pkthdr.len > ETHER_MAX_FRAME(ifp, etype, m->m_flags & M_HASFCS)) { if_printf(ifp, "discard oversize frame " @@ -113,9 +137,49 @@ - ETHER_MAX_FRAME(ifp, etype, + (int) ETHER_MAX_FRAME(ifp, etype, m->m_flags & M_HASFCS)); ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); ++#else ifp->if_ierrors++; ++#endif m_freem(m); -@@ -472,7 +504,11 @@ + return; + } + if (m->m_pkthdr.rcvif == NULL) { + if_printf(ifp, "discard frame w/o interface pointer\n"); ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); ++#else + ifp->if_ierrors++; ++#endif + m_freem(m); + return; + } +@@ -417,7 +465,11 @@ + m->m_flags &= ~M_HASFCS; + } + ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IBYTES, m->m_pkthdr.len); ++#else + ifp->if_ibytes += m->m_pkthdr.len; ++#endif + + if (ETHER_IS_MULTICAST(eh->ether_dhost)) { + if (bcmp(etherbroadcastaddr, eh->ether_dhost, +@@ -427,7 +479,11 @@ + m->m_flags |= M_MCAST; + } + if (m->m_flags & (M_BCAST|M_MCAST)) ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IMCASTS, 1); ++#else + ifp->if_imcasts++; ++#endif + + aoeintr(m); + /* netisr_dispatch(NETISR_AOE, m); */ +@@ -472,7 +528,11 @@ IFNET_RLOCK(); TAILQ_FOREACH(ifp, &ifnet, if_link) { @@ -127,7 +191,7 @@ case IFT_ETHER: case IFT_FASTETHER: case IFT_GIGABITETHERNET: -@@ -501,7 +537,11 @@ +@@ -501,7 +561,11 @@ IFNET_RLOCK(); TAILQ_FOREACH(ifp, &ifnet, if_link) { From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 16:35: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 2B4C4A91; Thu, 2 Oct 2014 16:35: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 169CACB3; Thu, 2 Oct 2014 16:35: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 s92GZSU1072572; Thu, 2 Oct 2014 16:35:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92GZR6A072563; Thu, 2 Oct 2014 16:35:27 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201410021635.s92GZR6A072563@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 2 Oct 2014 16:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369838 - in branches/2014Q4/multimedia/libva: . 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 16:35:29 -0000 Author: madpilot Date: Thu Oct 2 16:35:26 2014 New Revision: 369838 URL: https://svnweb.freebsd.org/changeset/ports/369838 QAT: https://qat.redports.org/buildarchive/r369838/ Log: MFH: r369769 - Update to 1.4.0 - Rename patch files - Remove dirrm Fixes fetch. Approved by: portmgr (bapt) Added: branches/2014Q4/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp - copied unchanged from r369769, head/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp branches/2014Q4/multimedia/libva/files/patch-va__glx__va_glx_private.h - copied unchanged from r369769, head/multimedia/libva/files/patch-va__glx__va_glx_private.h branches/2014Q4/multimedia/libva/files/patch-va__va.c - copied unchanged from r369769, head/multimedia/libva/files/patch-va__va.c Deleted: branches/2014Q4/multimedia/libva/files/patch-test-v4l_h264-encode-capture.cpp branches/2014Q4/multimedia/libva/files/patch-va-glx-va_glx_private.h branches/2014Q4/multimedia/libva/files/patch-va-va.c Modified: branches/2014Q4/multimedia/libva/Makefile branches/2014Q4/multimedia/libva/distinfo branches/2014Q4/multimedia/libva/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/multimedia/libva/Makefile ============================================================================== --- branches/2014Q4/multimedia/libva/Makefile Thu Oct 2 16:23:31 2014 (r369837) +++ branches/2014Q4/multimedia/libva/Makefile Thu Oct 2 16:35:26 2014 (r369838) @@ -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: branches/2014Q4/multimedia/libva/distinfo ============================================================================== --- branches/2014Q4/multimedia/libva/distinfo Thu Oct 2 16:23:31 2014 (r369837) +++ branches/2014Q4/multimedia/libva/distinfo Thu Oct 2 16:35:26 2014 (r369838) @@ -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: branches/2014Q4/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp (from r369769, head/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/multimedia/libva/files/patch-test__v4l_h264__encode__capture.cpp Thu Oct 2 16:35:26 2014 (r369838, copy of r369769, 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: branches/2014Q4/multimedia/libva/files/patch-va__glx__va_glx_private.h (from r369769, head/multimedia/libva/files/patch-va__glx__va_glx_private.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/multimedia/libva/files/patch-va__glx__va_glx_private.h Thu Oct 2 16:35:26 2014 (r369838, copy of r369769, 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: branches/2014Q4/multimedia/libva/files/patch-va__va.c (from r369769, head/multimedia/libva/files/patch-va__va.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/multimedia/libva/files/patch-va__va.c Thu Oct 2 16:35:26 2014 (r369838, copy of r369769, head/multimedia/libva/files/patch-va__va.c) @@ -0,0 +1,11 @@ +--- 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) ); + + va_infoMessage("Trying to open %s\n", driver_path); +-#ifndef ANDROID ++#if !defined(ANDROID) && defined(RTLD_NODELETE) + handle = dlopen( driver_path, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE ); + #else + handle = dlopen( driver_path, RTLD_NOW| RTLD_GLOBAL); Modified: branches/2014Q4/multimedia/libva/pkg-plist ============================================================================== --- branches/2014Q4/multimedia/libva/pkg-plist Thu Oct 2 16:23:31 2014 (r369837) +++ branches/2014Q4/multimedia/libva/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) @@ -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 Thu Oct 2 16:37: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 54DD7CF5; Thu, 2 Oct 2014 16:37: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 3EB29CE5; Thu, 2 Oct 2014 16:37: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 s92Gb87V073280; Thu, 2 Oct 2014 16:37:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Gb2TS073251; Thu, 2 Oct 2014 16:37:02 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410021637.s92Gb2TS073251@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 16:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369839 - in head: databases/p5-Bucardo devel/p5-POE-Component-Schedule devel/p5-Script-isAperlScript dns/bind10 dns/bundy dns/maradns dns/maradns1 dns/yadifa irc/anope irc/unreal mail/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 16:37:08 -0000 Author: mat Date: Thu Oct 2 16:37:02 2014 New Revision: 369839 URL: https://svnweb.freebsd.org/changeset/ports/369839 QAT: https://qat.redports.org/buildarchive/r369839/ Log: Cleanup @dirrm* from my ports. Sponsored by: Absolight Modified: head/databases/p5-Bucardo/pkg-plist head/devel/p5-POE-Component-Schedule/pkg-plist head/devel/p5-Script-isAperlScript/pkg-plist head/dns/bind10/pkg-plist head/dns/bundy/pkg-plist head/dns/maradns/pkg-plist head/dns/maradns1/pkg-plist head/dns/yadifa/pkg-plist head/irc/anope/pkg-plist head/irc/unreal/pkg-plist head/mail/dcc-dccd/pkg-plist head/net-mgmt/p5-Monitoring-Plugin/pkg-plist head/security/p5-POE-Filter-SSL/pkg-plist head/sysutils/munin-common/pkg-plist head/sysutils/munin-master/pkg-plist head/sysutils/munin-node/pkg-plist head/textproc/p5-Pod-WikiDoc/pkg-plist head/www/baikal/Makefile head/www/baikal/pkg-plist head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist Modified: head/databases/p5-Bucardo/pkg-plist ============================================================================== --- head/databases/p5-Bucardo/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/databases/p5-Bucardo/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -4,4 +4,3 @@ etc/rc.d/bucardo %%SITE_PERL%%/Bucardo.pm man/man1/bucardo.1.gz share/bucardo/bucardo.schema -@dirrm share/bucardo Modified: head/devel/p5-POE-Component-Schedule/pkg-plist ============================================================================== --- head/devel/p5-POE-Component-Schedule/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/devel/p5-POE-Component-Schedule/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -1,4 +1,2 @@ %%SITE_PERL%%/POE/Component/Schedule.pm %%PERL5_MAN3%%/POE::Component::Schedule.3.gz -@dirrmtry %%SITE_PERL%%/POE/Component -@dirrmtry %%SITE_PERL%%/POE Modified: head/devel/p5-Script-isAperlScript/pkg-plist ============================================================================== --- head/devel/p5-Script-isAperlScript/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/devel/p5-Script-isAperlScript/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -1,6 +1,3 @@ %%PERL5_MAN3%%/Script::isAperlScript.3.gz %%SITE_PERL%%/Script/isAperlScript.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script -@dirrmtry %%SITE_PERL%%/Script Modified: head/dns/bind10/pkg-plist ============================================================================== --- head/dns/bind10/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/dns/bind10/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -823,51 +823,3 @@ sbin/bind10 %%PORTDOCS%%%%DOCSDIR%%/bind10-messages.html @unexec rmdir "/var/bind10/mapped_files" >/dev/null 2>&1 || : @unexec rmdir "/var/bind10" >/dev/null 2>&1 || : -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry %%DATADIR%%/config_plugins -@dirrmtry %%DATADIR%% -@dirrmtry libexec/bind10/backends -@dirrmtry libexec/bind10 -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/xfrin -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/util/cio -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/util -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/sysinfo -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/statistics -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/server_common -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/notify -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/net -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/memmgr -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/log_messages -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/dns -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/ddns -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/datasrc -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/config -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/cc -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/bind10 -@dirrmtry %%PYTHON_SITELIBDIR%%/isc/acl -@dirrmtry %%PYTHON_SITELIBDIR%%/isc -@dirrmtry %%PYTHON_SITELIBDIR%%/bindctl -@dirrmtry include/bind10/util -@dirrmtry include/bind10/log -@dirrmtry include/bind10/hooks -@dirrmtry include/bind10/exceptions -@dirrmtry include/bind10/dns -@dirrmtry include/bind10/dhcp -@dirrmtry include/bind10/asiolink -@dirrmtry include/bind10/asio/windows -@dirrmtry include/bind10/asio/ssl/detail -@dirrmtry include/bind10/asio/ssl -@dirrmtry include/bind10/asio/posix -@dirrmtry include/bind10/asio/local/detail/impl -@dirrmtry include/bind10/asio/local/detail -@dirrmtry include/bind10/asio/local -@dirrmtry include/bind10/asio/ip/impl -@dirrmtry include/bind10/asio/ip/detail/impl -@dirrmtry include/bind10/asio/ip/detail -@dirrmtry include/bind10/asio/ip -@dirrmtry include/bind10/asio/impl -@dirrmtry include/bind10/asio/detail/impl -@dirrmtry include/bind10/asio/detail -@dirrmtry include/bind10/asio -@dirrmtry include/bind10 -@dirrmtry %%ETCDIR%% Modified: head/dns/bundy/pkg-plist ============================================================================== --- head/dns/bundy/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/dns/bundy/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -821,73 +821,5 @@ sbin/bundy-cmdctl-usermgr %%PORTDOCS%%%%DOCSDIR%%/bundy-guide.html %%PORTDOCS%%%%DOCSDIR%%/bundy-guide.txt %%PORTDOCS%%%%DOCSDIR%%/bundy-messages.html -@dirrmtry %%ETCDIR%% -@dirrmtry include/bundy/asio/detail/impl -@dirrmtry include/bundy/asio/detail -@dirrmtry include/bundy/asio/impl -@dirrmtry include/bundy/asio/ip/detail/impl -@dirrmtry include/bundy/asio/ip/detail -@dirrmtry include/bundy/asio/ip/impl -@dirrmtry include/bundy/asio/ip -@dirrmtry include/bundy/asio/local/detail/impl -@dirrmtry include/bundy/asio/local/detail -@dirrmtry include/bundy/asio/local -@dirrmtry include/bundy/asio/posix -@dirrmtry include/bundy/asio/ssl/detail -@dirrmtry include/bundy/asio/ssl -@dirrmtry include/bundy/asio/windows -@dirrmtry include/bundy/asio -@dirrmtry include/bundy/asiolink -@dirrmtry include/bundy/dhcp -@dirrmtry include/bundy/dns -@dirrmtry include/bundy/exceptions -@dirrmtry include/bundy/hooks -@dirrmtry include/bundy/log -@dirrmtry include/bundy/util -@dirrmtry include/bundy -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/acl/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/acl -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/bundy/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/bundy -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/cc/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/cc -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/config/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/config -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/datasrc/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/datasrc -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/ddns/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/ddns -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/dns/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/dns -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/log_messages/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/log_messages -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/memmgr/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/memmgr -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/net/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/net -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/notify/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/notify -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/server_common/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/server_common -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/statistics/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/statistics -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/sysinfo/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/sysinfo -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util/cio/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util/cio -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/util -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/xfrin/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy/xfrin -@dirrmtry %%PYTHON_SITELIBDIR%%/bundy -@dirrmtry %%PYTHON_SITELIBDIR%%/bundyctl/__pycache__ -@dirrmtry %%PYTHON_SITELIBDIR%%/bundyctl -@dirrmtry libexec/bundy/backends -@dirrmtry libexec/bundy -@dirrmtry %%DATADIR%%/config_plugins/__pycache__ -@dirrmtry %%DATADIR%%/config_plugins -@dirrmtry %%DATADIR%% -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry /var/bundy/mapped_files -@dirrmtry /var/bundy +@dir /var/bundy/mapped_files +@dir /var/bundy Modified: head/dns/maradns/pkg-plist ============================================================================== --- head/dns/maradns/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/dns/maradns/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -19,4 +19,3 @@ man/man8/zoneserver.8.gz sbin/Deadwood sbin/maradns sbin/zoneserver -@dirrmtry %%ETCDIR%% Modified: head/dns/maradns1/pkg-plist ============================================================================== --- head/dns/maradns1/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/dns/maradns1/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -148,13 +148,3 @@ sbin/zoneserver %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_full_mararc.orig %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_mararc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_recursive_mararc.txt -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/tutorial -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/text -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/misc/js-manpages -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/misc -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry etc/maradns/logger -@dirrmtry etc/maradns Modified: head/dns/yadifa/pkg-plist ============================================================================== --- head/dns/yadifa/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/dns/yadifa/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -185,12 +185,8 @@ sbin/yadifad /var/yadifa/masters/localhost.zone /var/yadifa/masters/localhost6.zone /var/yadifa/masters/somedomain.eu.zone -@dirrmtry include/dnscore -@dirrmtry include/dnsdb -@dirrmtry include/dnszone -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -@dirrmtry /var/yadifa/keys -@dirrmtry /var/yadifa/masters -@dirrmtry /var/yadifa/slaves -@dirrmtry /var/yadifa/xfr -@dirrmtry /var/yadifa +@dir /var/yadifa/keys +@dir /var/yadifa/masters +@dir /var/yadifa/slaves +@dir /var/yadifa/xfr +@dir /var/yadifa Modified: head/irc/anope/pkg-plist ============================================================================== --- head/irc/anope/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/irc/anope/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -176,11 +176,3 @@ libexec/anope/tools/epona2anope %%DATADIR%%/modules/viagra.so %%DATADIR%%/mydbgen %%DATADIR%%/tables.sql -@dirrmtry libexec/anope/tools -@dirrmtry libexec/anope -@dirrmtry %%DATADIR%%/backups -@dirrmtry %%DATADIR%%/languages -@dirrmtry %%DATADIR%%/logs -@dirrmtry %%DATADIR%%/modules/runtime -@dirrmtry %%DATADIR%%/modules -@dirrmtry %%DATADIR%% Modified: head/irc/unreal/pkg-plist ============================================================================== --- head/irc/unreal/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/irc/unreal/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -128,16 +128,13 @@ libexec/ircd %%EXAMPLESDIR%%/unrealircd.conf %%SQLMOD%%%%ETCDIR%%/m_sqlmod.conf %%SQLMOD%%lib/Unreal/m_sqlmod.so -@dirrmtry lib/Unreal -@dirrmtry %%EXAMPLESDIR%%/aliases -@dirrmtry %%EXAMPLESDIR%% @owner ircd @group ircd -@dirrmtry %%ETCDIR%%/aliases -@dirrmtry %%ETCDIR%% -@unexec rmdir "/var/log/ircd" >/dev/null 2>&1 || : -@unexec rmdir "/var/run/ircd/tmp" >/dev/null 2>&1 || : -@unexec rmdir "/var/run/ircd" >/dev/null 2>&1 || : +@dir %%ETCDIR%%/aliases +@dir %%ETCDIR%% +@dir /var/log/ircd +@dir /var/run/ircd/tmp +@dir /var/run/ircd @unexec if cmp -s %D/etc/Unreal/aliases/aliases.conf %D/%%EXAMPLESDIR%%/aliases/aliases.conf; then rm -f %D/etc/Unreal/aliases/aliases.conf; fi @exec [ -f %D/etc/Unreal/aliases/aliases.conf ] || cp %D/%%EXAMPLESDIR%%/aliases/aliases.conf %D/etc/Unreal/aliases/aliases.conf @unexec if cmp -s %D/etc/Unreal/aliases/atheme.conf %D/%%EXAMPLESDIR%%/aliases/atheme.conf; then rm -f %D/etc/Unreal/aliases/atheme.conf; fi Modified: head/mail/dcc-dccd/pkg-plist ============================================================================== --- head/mail/dcc-dccd/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/mail/dcc-dccd/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -55,8 +55,6 @@ man/man8/dccifd.8.gz man/man8/dccm.8.gz man/man8/dccproc.8.gz man/man8/dccsight.8.gz -@dirrm dcc/libexec -@dirrm dcc/cgi-bin %%ALT_HOME%%@dirrmtry dcc %%ALT_HOME%%@cwd /var @owner %%DCCUSER%% Modified: head/net-mgmt/p5-Monitoring-Plugin/pkg-plist ============================================================================== --- head/net-mgmt/p5-Monitoring-Plugin/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/net-mgmt/p5-Monitoring-Plugin/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -15,7 +15,3 @@ %%PERL5_MAN3%%/Monitoring::Plugin::Performance.3.gz %%PERL5_MAN3%%/Monitoring::Plugin::Range.3.gz %%PERL5_MAN3%%/Monitoring::Plugin::Threshold.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitoring/Plugin -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitoring -@dirrm %%SITE_PERL%%/Monitoring/Plugin -@dirrmtry %%SITE_PERL%%/Monitoring Modified: head/security/p5-POE-Filter-SSL/pkg-plist ============================================================================== --- head/security/p5-POE-Filter-SSL/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/security/p5-POE-Filter-SSL/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -1,8 +1,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/SSL/SSL.so %%SITE_PERL%%/%%PERL_ARCH%%/POE/Filter/SSL.pm %%PERL5_MAN3%%/POE::Filter::SSL.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/SSL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POE/Filter -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POE Modified: head/sysutils/munin-common/pkg-plist ============================================================================== --- head/sysutils/munin-common/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/sysutils/munin-common/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -12,8 +12,6 @@ man/man3/Munin::Common::TLS.3.gz man/man3/Munin::Common::TLSClient.3.gz man/man3/Munin::Common::TLSServer.3.gz man/man3/Munin::Common::Timeout.3.gz -@dirrmtry %%SITE_PERL%%/Munin/Common -@dirrmtry %%SITE_PERL%%/Munin -@dirrmtry(%%USER%%,%%GROUP%%,) %%LOGDIR%% -@dirrmtry(%%USER%%,%%GROUP%%,) %%STATEDIR%% -@dirrmtry(%%USER%%,%%GROUP%%,) %%SPOOLDIR%% +@dir(%%USER%%,%%GROUP%%,) %%LOGDIR%% +@dir(%%USER%%,%%GROUP%%,) %%STATEDIR%% +@dir(%%USER%%,%%GROUP%%,) %%SPOOLDIR%% Modified: head/sysutils/munin-master/pkg-plist ============================================================================== --- head/sysutils/munin-master/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/sysutils/munin-master/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -78,13 +78,5 @@ man/man8/munin-update.8.gz www/cgi-bin/munin-cgi-graph www/cgi-bin/munin-cgi-html @sample %%WWWDIR%%/.htaccess.sample -@dirrmtry %%ETCDIR%%/munin-conf.d -@dirrmtry %%ETCDIR%%/static -@dirrmtry %%ETCDIR%%/templates/partial -@dirrmtry %%ETCDIR%%/templates -@dirrmtry %%ETCDIR%% -@dirrmtry %%SITE_PERL%%/Munin/Master -@dirrmtry %%DATADIR%% -@dirrmtry www/cgi-bin -@dirrmtry(%%USER%%,%%GROUP%%,) %%WWWDIR%% -@dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) %%DBDIRNODE%%/cgi-tmp +@dir(%%USER%%,%%GROUP%%,) %%WWWDIR%% +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%DBDIRNODE%%/cgi-tmp Modified: head/sysutils/munin-node/pkg-plist ============================================================================== --- head/sysutils/munin-node/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/sysutils/munin-node/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -248,12 +248,4 @@ sbin/munin-sched %%DATADIR%%/plugins/varnish_ %%DATADIR%%/plugins/vmstat %%DATADIR%%/plugins/zimbra_ -@dirrmtry %%ETCDIR%%/plugin-conf.d -@dirrmtry %%ETCDIR%%/plugins -@dirrmtry %%ETCDIR%% -@dirrmtry %%SITE_PERL%%/Munin/Node/Configure -@dirrmtry %%SITE_PERL%%/Munin/Node -@dirrmtry %%SITE_PERL%%/Munin/Plugin -@dirrmtry %%DATADIR%%/plugins -@dirrmtry %%DATADIR%% -@dirrmtry(%%USER%%,%%GROUP%%,) %%DBDIR%%/plugin-state +@dir(%%USER%%,%%GROUP%%,) %%DBDIR%%/plugin-state Modified: head/textproc/p5-Pod-WikiDoc/pkg-plist ============================================================================== --- head/textproc/p5-Pod-WikiDoc/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/textproc/p5-Pod-WikiDoc/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -8,7 +8,3 @@ man/man1/wikidoc.1.gz %%SITE_PERL%%/Pod/WikiDoc/Parser.pm %%SITE_PERL%%/Pod/WikiDoc/Parser.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/WikiDoc/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/WikiDoc -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod -@dirrm %%SITE_PERL%%/Pod/WikiDoc -@dirrmtry %%SITE_PERL%%/Pod Modified: head/www/baikal/Makefile ============================================================================== --- head/www/baikal/Makefile Thu Oct 2 16:35:26 2014 (r369838) +++ head/www/baikal/Makefile Thu Oct 2 16:37:02 2014 (r369839) @@ -22,7 +22,7 @@ NO_BUILD= yes SUB_FILES= pkg-message -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} BINOWN=${BINOWN} BINGRP=${BINGRP} +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PORTDOCS= * PORTEXAMPLES= * Modified: head/www/baikal/pkg-plist ============================================================================== --- head/www/baikal/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/www/baikal/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -301,11 +301,7 @@ %%WWWDIR%%/Core/Resources/Web/README.md %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap %%WWWDIR%%/Specific/.htaccess -@owner %%WWWOWN%% -@group %%WWWGRP%% -@sample %%WWWDIR%%/Specific/db/db.sqlite.sample -@group %%BINGRP%% -@owner %%BINOWN%% +@sample(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/Specific/db/db.sqlite.sample %%WWWDIR%%/html/.htaccess %%WWWDIR%%/html/admin/index.php %%WWWDIR%%/html/admin/install/index.php @@ -823,186 +819,4 @@ %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf %%WWWDIR%%/vendor/sabre/vobject/tests/bootstrap.php %%WWWDIR%%/vendor/sabre/vobject/tests/phpunit.xml -@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Core -@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook -@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model/Calendar -@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model/Config -@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model -@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot -@dirrm %%WWWDIR%%/Core/Frameworks/Baikal -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Navigation -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Settings -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/User -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Images -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Strings/EN -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Strings -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Install -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Page -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Settings -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/User -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/Settings -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/User -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Install -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Settings -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/User -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/WWWRoot/install -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/WWWRoot -@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Controller -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/DOM -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Database -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Datastructure -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Model -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Render -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Requester -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Model/User -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Model -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Router -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig -@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util -@dirrm %%WWWDIR%%/Core/Frameworks/Flake -@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Core -@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Element -@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Form -@dirrm %%WWWDIR%%/Core/Frameworks/Formal -@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css -@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img -@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js -@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap -@dirrm %%WWWDIR%%/Core/Frameworks -@dirrm %%WWWDIR%%/Core/Resources/Db/MySQL -@dirrm %%WWWDIR%%/Core/Resources/Db/SQLite -@dirrm %%WWWDIR%%/Core/Resources/Db -@dirrm %%WWWDIR%%/Core/Resources/System -@dirrm %%WWWDIR%%/Core/Resources/Web -@dirrm %%WWWDIR%%/Core/Resources -@dirrm %%WWWDIR%%/Core -@owner %%WWWOWN%% -@group %%WWWGRP%% -@dirrmtry %%WWWDIR%%/Specific/db -@group %%BINGRP%% -@owner %%BINOWN%% -@dirrmtry %%WWWDIR%%/Specific -@dirrm %%WWWDIR%%/html/admin/install -@dirrm %%WWWDIR%%/html/admin -@dirrm %%WWWDIR%%/html/res -@dirrm %%WWWDIR%%/html -@dirrm %%WWWDIR%%/vendor/bin -@dirrm %%WWWDIR%%/vendor/composer -@dirrm %%WWWDIR%%/vendor/sabre/dav/bin -@dirrm %%WWWDIR%%/vendor/sabre/dav/docs -@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/sql -@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/webserver -@dirrm %%WWWDIR%%/vendor/sabre/dav/examples -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre -@dirrm %%WWWDIR%%/vendor/sabre/dav/lib -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Tree -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre -@dirrm %%WWWDIR%%/vendor/sabre/dav/tests -@dirrm %%WWWDIR%%/vendor/sabre/dav -@dirrm %%WWWDIR%%/vendor/sabre/vobject/bin -@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component -@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property -@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter -@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject -@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre -@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib -@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component -@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property -@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter -@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject -@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre -@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests -@dirrm %%WWWDIR%%/vendor/sabre/vobject -@dirrm %%WWWDIR%%/vendor/sabre -@dirrm %%WWWDIR%%/vendor -@dirrmtry %%WWWDIR%% +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/Specific/db Modified: head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist ============================================================================== --- head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist Thu Oct 2 16:35:26 2014 (r369838) +++ head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist Thu Oct 2 16:37:02 2014 (r369839) @@ -1,5 +1,3 @@ %%PERL5_MAN3%%/Mojolicious::Plugin::Authentication.3.gz %%SITE_PERL%%/Mojolicious/Plugin/Authentication.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Authentication/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Authentication -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 16:55: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 D46209DA; Thu, 2 Oct 2014 16:55:12 +0000 (UTC) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::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 7AD8DEFB; Thu, 2 Oct 2014 16:55:12 +0000 (UTC) Received: by mail-oi0-f41.google.com with SMTP id u20so2248884oif.14 for ; Thu, 02 Oct 2014 09:55:11 -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=bKcj+jxtFJczjzfWSB/zY5D26WBrrL0mxCacAvEa0wY=; b=Qi75keASgczdjHr4blQ2akhtLniiKXUR8jrE9Pk+nCJdeVRyY5OYXvao9em/J/6Csh zER13OXLCdCl9IzRoLDOeH9LdN4nmrKArSo2YpMFONWsLmYBKXZzefmjBVkS11k+4vcC q4e3wQGbpHoxQjSnvE4XNRBDSNxZqRYlqhg1SBmU0DmfQOlc074S17e9/e4IkbNr/xA0 S72tqdKZb2nt7BwoBHeLzmoWOqthc3Fl4wQCPbyPMqqseIun2Ofgpvc70scvgFLgugb1 R9PYtRV5QJd/QzVYi249Or9VX2gqXZ6XZ5rxe2VRwJ5fcfNpflVhdkO8FIPbYpWKJLDQ WO7Q== MIME-Version: 1.0 X-Received: by 10.182.33.66 with SMTP id p2mr64156902obi.51.1412268911249; Thu, 02 Oct 2014 09:55:11 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.19.133 with HTTP; Thu, 2 Oct 2014 09:55:11 -0700 (PDT) Received: by 10.182.19.133 with HTTP; Thu, 2 Oct 2014 09:55:11 -0700 (PDT) In-Reply-To: <201410021545.s92FjgmN047846@svn.freebsd.org> References: <201410021545.s92FjgmN047846@svn.freebsd.org> Date: Thu, 2 Oct 2014 18:55:11 +0200 X-Google-Sender-Auth: 82gCIGRnhWu6ziTvPUF78_SVCF0 Message-ID: Subject: Re: svn commit: r369832 - head/net/aoe From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Bapt Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 16:55:13 -0000 Op 2 okt. 2014 17:45 schreef "Baptiste Daroussin" : > > Author: bapt > Date: Thu Oct 2 15:45:42 2014 > New Revision: 369832 > URL: https://svnweb.freebsd.org/changeset/ports/369832 > QAT: https://qat.redports.org/buildarchive/r369832/ > > Log: > Make sure the package respect SRC_BASE > Use the kmod framework > Cleanup the plist > > Reported by: glebius > > Modified: > head/net/aoe/Makefile > head/net/aoe/pkg-plist > > Modified: head/net/aoe/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/aoe/Makefile Thu Oct 2 15:44:03 2014 (r369831) > +++ head/net/aoe/Makefile Thu Oct 2 15:45:42 2014 (r369832) > @@ -3,6 +3,7 @@ > > PORTNAME=3D aoe > PORTVERSION=3D 1.2.0 > +PORTREVISION=3D 1 > CATEGORIES=3D net kld Kmod already adds the kld category. > MASTER_SITES=3D http://www.son.org/download/ > DISTNAME=3D ${PORTNAME}-freebsd-${PORTVERSION} > @@ -10,22 +11,17 @@ DISTNAME=3D ${PORTNAME}-freebsd-${PORTVERS > MAINTAINER=3D fjoe@FreeBSD.org > COMMENT=3D FreeBSD driver for ATA over Ethernet (AoE) > > -NO_PACKAGE=3D Should be in sync with the kernel to work correctly > SSP_UNSAFE=3D kernel module does not support ssp > Kmod also sets SSP_UNSAFE Regards, Ren=C3=A9 > +USES=3D kmod > + > WRKSRC=3D ${WRKDIR}/dev/aoe > -USE_RC_SUBR=3D aoe > +KMODDIR=3D ${PREFIX}/lib/aoe > > -pre-everything:: > - @if [ ! -f /usr/src/sys/Makefile ]; then \ > - ${ECHO_MSG} ">> The AoE port needs FreeBSD kernel source code to compile."; \ > - ${ECHO_MSG} ">> Please install FreeBSD kernel source code in /usr/src/sys."; \ > - ${FALSE}; \ > - fi > +USE_RC_SUBR=3D aoe > > do-install: > - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/aoe > ${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe > - ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4 > + ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4/ > > .include > > Modified: head/net/aoe/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/net/aoe/pkg-plist Thu Oct 2 15:44:03 2014 (r369831) > +++ head/net/aoe/pkg-plist Thu Oct 2 15:45:42 2014 (r369832) > @@ -1,3 +1,2 @@ > lib/aoe/aoe.ko > man/man4/aoe.4.gz > -@dirrm lib/aoe > From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 17:32: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 129F4A54; Thu, 2 Oct 2014 17:32: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 F337664F; Thu, 2 Oct 2014 17:32: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 s92HWY7o001616; Thu, 2 Oct 2014 17:32:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92HWYtY001615; Thu, 2 Oct 2014 17:32:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410021732.s92HWYtY001615@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 17:32:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369840 - head/net/aoe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 17:32:35 -0000 Author: bapt Date: Thu Oct 2 17:32:34 2014 New Revision: 369840 URL: https://svnweb.freebsd.org/changeset/ports/369840 QAT: https://qat.redports.org/buildarchive/r369840/ Log: Remove what is already set by USES=kmod Submitted by: rene Modified: head/net/aoe/Makefile Modified: head/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Thu Oct 2 16:37:02 2014 (r369839) +++ head/net/aoe/Makefile Thu Oct 2 17:32:34 2014 (r369840) @@ -4,15 +4,13 @@ PORTNAME= aoe PORTVERSION= 1.2.0 PORTREVISION= 2 -CATEGORIES= net kld +CATEGORIES= net MASTER_SITES= http://www.son.org/download/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= FreeBSD driver for ATA over Ethernet (AoE) -SSP_UNSAFE= kernel module does not support ssp - USES= kmod WRKSRC= ${WRKDIR}/dev/aoe From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 17:55: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 EBCBB459; Thu, 2 Oct 2014 17:55: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 BC4B08FF; Thu, 2 Oct 2014 17:55: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 s92HtXtI011640; Thu, 2 Oct 2014 17:55:33 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92HtXhS011638; Thu, 2 Oct 2014 17:55:33 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410021755.s92HtXhS011638@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 17:55:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369841 - in head/net/wmnet: . 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 17:55:34 -0000 Author: glebius (src committer) Date: Thu Oct 2 17:55:32 2014 New Revision: 369841 URL: https://svnweb.freebsd.org/changeset/ports/369841 QAT: https://qat.redports.org/buildarchive/r369841/ Log: Rewrite if.c so that it uses getifaddrs(3) instead of nosing in kernel memory via kvm(3). Approved by: bapt (blanket) Modified: head/net/wmnet/Makefile head/net/wmnet/files/patch-if.c Modified: head/net/wmnet/Makefile ============================================================================== --- head/net/wmnet/Makefile Thu Oct 2 17:32:34 2014 (r369840) +++ head/net/wmnet/Makefile Thu Oct 2 17:55:32 2014 (r369841) @@ -3,7 +3,7 @@ PORTNAME= wmnet PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net windowmaker MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ \ ${MASTER_SITE_LOCAL} Modified: head/net/wmnet/files/patch-if.c ============================================================================== --- head/net/wmnet/files/patch-if.c Thu Oct 2 17:32:34 2014 (r369840) +++ head/net/wmnet/files/patch-if.c Thu Oct 2 17:55:32 2014 (r369841) @@ -1,89 +1,430 @@ ---- if.c.orig Sun Oct 11 19:13:16 1998 -+++ if.c Fri May 21 01:11:19 2004 -@@ -88,8 +88,13 @@ - - if (!newData) { - size -= IF_STEP; -+#if defined(__FreeBSD__) && __FreeBSD_version < 501113 - fprintf(stderr, "wmnet: Warning -- low memory; " - "ignoring %s interface\n", theData->if_name); -+#else -+ fprintf(stderr, "wmnet: Warning -- low memory; " -+ "ignoring %s interface\n", theData->if_xname); -+#endif - return 0; - } - -@@ -118,10 +123,13 @@ - ptr->flags = 0; - - #ifndef NDEBUG -+#if defined(__FreeBSD__) && __FreeBSD_version < 501113 - printf("Added '%.*s%d' to list.\n", IFNAMSIZ, theData->if_name, - theData->if_unit); -+#else -+ printf("Added '%.*s' to list.\n", IFNAMSIZ, theData->if_xname); -+#endif - #endif +--- if.c.orig 1998-10-12 06:13:16.000000000 +0400 ++++ if.c 2014-10-02 21:48:19.000000000 +0400 +@@ -11,32 +11,28 @@ + #include + #include + #include ++#include + #include + #include + #include + #include + #include + #include +-#if (__FreeBSD_version >= 300003) +-#include + #include +-#endif + #include +-#include +-#include + #include ++#include + #include "wmnet.h" + + #define IF_STEP 10 ++#define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s) + + /* + Local data types... + */ + typedef struct { +- unsigned long ifNetAddr; +- ++ char name[IFNAMSIZ]; + unsigned long flags; +- + unsigned current; + unsigned long xmt[G_WIDTH], xmtLast; + unsigned long rcv[G_WIDTH], rcvLast; +@@ -45,19 +41,15 @@ + /* + Local prototypes... + */ +-static int addIfData(unsigned long); +-static struct ifnet const* dereference(unsigned long); +-static void ifTerm(void); ++static int addIfData(struct ifaddrs *); + + /* + Local data... + */ +-static kvm_t* kd = 0; +-static unsigned long root = 0; - - // Bump the total. + static int total = 0; + static int size = 0; + static IfData* ifData = 0; ++static int sock; - ++total; -@@ -144,7 +152,9 @@ + /*------------------------------------------------------------------------------ + addIfData +@@ -66,134 +58,57 @@ + out of space, more space is allocated. If the interface already + exists in the list, we don't do anything. + ------------------------------------------------------------------------------*/ +-static int addIfData(unsigned long theAddr) ++static int addIfData(struct ifaddrs *ifa) { - static unsigned long c = 0; - static struct ifnet d; -+#if defined(__FreeBSD__) && __FreeBSD_version < 501113 - static char name[IFNAMSIZ]; -+#endif - - /* If we are passed a NULL, the caller wants us to stop caching - the current interface. */ -@@ -161,6 +171,7 @@ - return &d; - else if (sizeof(d) == kvm_read(kd, a, &d, sizeof(d))) { - -+#if defined(__FreeBSD__) && __FreeBSD_version < 501113 - /* We've read the structure's data, but the 'name' field still - points to kernel memory. We transfer the name to a local - buffer, and then modify the pointer to point to our -@@ -172,6 +183,7 @@ - if (sizeof(name) == n) { - name[IFNAMSIZ - 1] = '\0'; - d.if_name = name; -+#endif - #ifndef NDEBUG +- struct ifnet const* const theData = dereference(theAddr); ++ IfData* ptr = 0; ++ int ii; - /* These are other pointer fields that we shouldn't need -@@ -186,12 +198,13 @@ - #endif - d.if_bpf = 0; - d.if_linkmib = 0; + assert(total <= size); + +- /* Now read in the data so we can get to some of its goodies. */ +- +- if (0 != theData) { +- IfData* ptr = 0; +- int ii; +- +- /* First check to see if we have enough space in the list. If +- we don't, we'll have to add more space. */ +- +- if (total == size) { +- IfData* const newData = +- (IfData*) realloc(ifData, +- (size += IF_STEP) * sizeof(IfData)); +- +- if (!newData) { +- size -= IF_STEP; +- fprintf(stderr, "wmnet: Warning -- low memory; " +- "ignoring %s interface\n", theData->if_name); +- return 0; +- } +- +- /* Good. we got more space. */ +- +- ifData = newData; ++ /* First check to see if we have enough space in the list. If ++ we don't, we'll have to add more space. */ ++ if (total == size) { ++ IfData *newData; ++ ++ newData = realloc(ifData, (size += IF_STEP) * sizeof(IfData)); ++ ++ if (!newData) { ++ size -= IF_STEP; ++ fprintf(stderr, "wmnet: Warning -- low memory; " ++ "ignoring %s interface\n", ifa->ifa_name); ++ return ENOMEM; + } + +- assert(0 != ifData); +- assert(total < size); +- +- /* If we reached here, then 'total' points to the next +- bucket. Initialize the new bucket. XXX: This would be a +- good spot to insert-sort the new record. As it stands, the +- list builds up by the order that the interfaces were +- bootstrapped. */ +- +- ptr = ifData + total; +- +- ptr->ifNetAddr = theAddr; +- for (ii = 0; ii < G_WIDTH; ++ii) +- ptr->rcv[ii] = ptr->xmt[ii] = 0; +- ptr->rcvLast = theData->if_ibytes; +- ptr->xmtLast = theData->if_obytes; +- ptr->current = 0; +- ptr->flags = 0; +- +-#ifndef NDEBUG +- printf("Added '%.*s%d' to list.\n", IFNAMSIZ, theData->if_name, +- theData->if_unit); +-#endif +- +- // Bump the total. +- +- ++total; +- } else +- fprintf(stderr, "Couldn't read interface information\n"); +- return 1; +-} +- +-/*------------------------------------------------------------------------------ +- dereference +- +- Takes the kernel memory "pointer" and copies its pointed-to data +- into a local buffer. The only type of "pointer" we're using is a +- struct ifnet*, so this function only returns this type of data. +- +- Passing in 0 will reset the address cache and force the function +- to reload the data. +-------------------------------------------------------------------------------*/ +-static struct ifnet const* dereference(unsigned long a) +-{ +- static unsigned long c = 0; +- static struct ifnet d; +- static char name[IFNAMSIZ]; +- +- /* If we are passed a NULL, the caller wants us to stop caching +- the current interface. */ +- +- if (!a) { +- c = 0; +- return 0; ++ /* Good. we got more space. */ ++ ifData = newData; + } + +- /* If the requested address is the same that has been cached, just +- return the data. */ ++ assert(0 != ifData); ++ assert(total < size); + +- else if (a == c) +- return &d; +- else if (sizeof(d) == kvm_read(kd, a, &d, sizeof(d))) { +- +- /* We've read the structure's data, but the 'name' field still +- points to kernel memory. We transfer the name to a local +- buffer, and then modify the pointer to point to our +- buffer. */ +- +- ssize_t const n = kvm_read(kd, (unsigned long) d.if_name, name, +- sizeof(name)); +- +- if (sizeof(name) == n) { +- name[IFNAMSIZ - 1] = '\0'; +- d.if_name = name; +-#ifndef NDEBUG ++ /* If we reached here, then 'total' points to the next ++ bucket. Initialize the new bucket. XXX: This would be a ++ good spot to insert-sort the new record. As it stands, the ++ list builds up by the order that the interfaces were ++ bootstrapped. */ ++ ++ ptr = ifData + total; ++ ++ strncpy(ptr->name, ifa->ifa_name, IFNAMSIZ); ++ for (ii = 0; ii < G_WIDTH; ++ii) ++ ptr->rcv[ii] = ptr->xmt[ii] = 0; ++ ptr->rcvLast = IFA_STAT(ibytes); ++ ptr->xmtLast = IFA_STAT(obytes); ++ ptr->current = 0; ++ ptr->flags = 0; + +- /* These are other pointer fields that we shouldn't need +- to look at. While debugging, set these to NULL to trap +- any attempts. */ +- +- d.if_softc = 0; +-#if (__FreeBSD_version >= 300003) +- d.if_addrhead.tqh_first = 0; +-#else +- d.if_addrlist = 0; +-#endif +- d.if_bpf = 0; +- d.if_linkmib = 0; - d.if_poll_slowq = 0; ++#ifndef NDEBUG ++ printf("Added '%.*s' to list.\n", IFNAMSIZ, ifa->ifa_name); #endif - c = a; - return &d; -+#if defined(__FreeBSD__) && __FreeBSD_version < 501113 - } else - return 0; -+#endif - } else - return 0; +- c = a; +- return &d; +- } else +- return 0; +- } else +- return 0; ++ // Bump the total. ++ ++total; ++ ++ return 0; } -@@ -306,12 +319,16 @@ - if (idx < total) { - struct ifnet const* const ptr = dereference(ifData[idx].ifNetAddr); - -+#if defined(__FreeBSD__) && __FreeBSD_version < 501113 - if (ptr) { - static char buffer[IFNAMSIZ + 1]; - sprintf(buffer, "%.*s%d", IFNAMSIZ - 1, ptr->if_name, ptr->if_unit); - return buffer; + /*------------------------------------------------------------------------------ +@@ -222,56 +137,30 @@ + ------------------------------------------------------------------------------*/ + int ifInit(void) + { +- char errBuf[_POSIX2_LINE_MAX]; ++ struct ifaddrs *ifap, *ifa; + +- /* First try to open the kernel image. If we can't, the rest of +- the program is essentially useless. */ ++ sock = socket(AF_INET, SOCK_DGRAM, 0); ++ if (sock < 0) ++ fprintf(stderr, "socket(): %d\n", errno); ++ ++ if (getifaddrs(&ifap) != 0) { ++ fprintf(stderr, "getifaddrs(): %d\n", errno); ++ return (errno); ++ } + +- if (0 != (kd = kvm_openfiles(0, 0, 0, O_RDONLY, errBuf))) { +- static struct nlist nl[] = { +- { "_ifnet" }, +- { "" } +- }; +- +- /* Try to pull the address for the global kernel variable, +- ifnet. This variable is the root of the singly-linked list +- of network interfaces. */ +- +- if (0 == kvm_nlist(kd, nl)) { +- ssize_t const n = kvm_read(kd, nl[0].n_value, &root, sizeof(root)); +- +- /* We'll go ahead and make one dereference. We never +- really want this variable. We want what it points to. */ +- +- if (sizeof(root) == n) { +- unsigned long current = root; +- +- while (current) { +- addIfData(current); +-#if (__FreeBSD_version >= 300003) +- current = (unsigned long) dereference(current)->if_link.tqe_next; +-#else +- current = (unsigned long) dereference(current)->if_next; +-#endif +- } ++ for (ifa = ifap; ifa; ifa = ifa->ifa_next) { ++ int error; + +- /* Try to register our termination function. If it +- returns an error, we essentially ignore it because +- the OS will clean up our resources. */ +- +- (void) atexit(ifTerm); +- return 1; +- } ++ if (ifa->ifa_addr->sa_family != AF_LINK) ++ continue; ++ if ((error = addIfData(ifa)) != 0) { ++ freeifaddrs(ifap); ++ return (error); } -+#else -+ return ptr->if_xname; -+#endif ++ } + +- /* If we can't get a symbol list, close the kernel image and +- return an error. */ +- +- kvm_close(kd); +- kd = 0; +- } else +- fprintf(stderr, "kvm_open: %s\n", errBuf); +- return 0; ++ freeifaddrs(ifap); ++ return (0); + } + + /*------------------------------------------------------------------------------ +@@ -303,17 +192,7 @@ + ------------------------------------------------------------------------------*/ + char const* ifName(unsigned idx) + { +- if (idx < total) { +- struct ifnet const* const ptr = dereference(ifData[idx].ifNetAddr); +- +- if (ptr) { +- static char buffer[IFNAMSIZ + 1]; +- +- sprintf(buffer, "%.*s%d", IFNAMSIZ - 1, ptr->if_name, ptr->if_unit); +- return buffer; +- } +- } +- return 0; ++ return ifData[idx].name; + } + + /*------------------------------------------------------------------------------ +@@ -324,68 +203,53 @@ + ------------------------------------------------------------------------------*/ + int ifSample(void) + { ++ struct ifaddrs *ifap; + int ii; + +- /* Flush the kernel memory cache so that we're guaranteed to get +- new data during the next dereference(). */ +- +- dereference(0); ++ if (getifaddrs(&ifap) != 0) { ++ fprintf(stderr, "getifaddrs(): %d\n", errno); ++ return (errno); ++ } + + /* Loop through all the network interfaces. Even though we display + one interface's statistics, we keep track of all of them. */ +- + for (ii = 0; ii < total; ++ii) { +- IfData* const d = ifData + ii; +- struct ifnet const* const ptr = dereference(d->ifNetAddr); +- +- if (!ptr) { +- fprintf(stderr, "couldn't sample interface.\n"); +- return 0; +- } +- +- d->flags = ptr->if_flags; ++ struct ifreq ifr; ++ struct ifaddrs *ifa; ++ IfData *d; ++ ++ d = ifData + ii; ++ ++ for (ifa = ifap; ifa; ifa = ifa->ifa_next) ++ if (ifa->ifa_addr->sa_family == AF_LINK && ++ strcmp(ifa->ifa_name, d->name) == 0) ++ break; ++ ++ if (ifa == NULL) ++ /* Interface disappeared? */ ++ continue; + + /* Save the new delta for the transmit channel. */ +- +- d->xmt[d->current] = ptr->if_obytes - d->xmtLast; +- d->xmtLast = ptr->if_obytes; ++ d->xmt[d->current] = IFA_STAT(obytes) - d->xmtLast; ++ d->xmtLast = IFA_STAT(obytes); + + /* Save the new delta for the receive channel. */ +- +- d->rcv[d->current] = ptr->if_ibytes - d->rcvLast; +- d->rcvLast = ptr->if_ibytes; ++ d->rcv[d->current] = IFA_STAT(ibytes) - d->rcvLast; ++ d->rcvLast = IFA_STAT(ibytes); + + /* Prep the index for the next location to be written. */ +- + d->current = (d->current + 1) % G_WIDTH; +- } +- return 1; +-} +- +-/*------------------------------------------------------------------------------ +- ifTerm + +- This function will be called once when the application is ready to exit +-------------------------------------------------------------------------------*/ +-static void ifTerm(void) +-{ +-#ifndef NDEBUG +- printf("Cleaning up resources.\n"); +-#endif +- +- /* If the kernel image is open, close it. */ +- +- if (0 != kd) { +- kvm_close(kd); +- kd = 0; ++ memset(&ifr, 0, sizeof(ifr)); ++ strncpy(ifr.ifr_name, ifa->ifa_name, sizeof(ifr.ifr_name)); ++ if (ioctl(sock, SIOCGIFFLAGS, (caddr_t)&ifr) < 0) ++ continue; ++ d->flags = (ifr.ifr_flags & 0xffff) | (ifr.ifr_flagshigh << 16); } - return 0; + +- /* Now free up any memory we're using. */ ++ freeifaddrs(ifap); + +- if (ifData) { +- free(ifData); +- ifData = 0; +- } ++ return (0); } + + /*------------------------------------------------------------------------------ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:17: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 B8BDC6EB; Thu, 2 Oct 2014 18:17: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 99392B9B; Thu, 2 Oct 2014 18:17: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 s92IHn6O022282; Thu, 2 Oct 2014 18:17:49 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92IHnf5022280; Thu, 2 Oct 2014 18:17:49 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410021817.s92IHnf5022280@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 18:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369842 - in head/emulators/open-vm-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: Thu, 02 Oct 2014 18:17:49 -0000 Author: glebius (src committer) Date: Thu Oct 2 18:17:48 2014 New Revision: 369842 URL: https://svnweb.freebsd.org/changeset/ports/369842 QAT: https://qat.redports.org/buildarchive/r369842/ Log: Update for recent ifnet(9) changes in head. Approved by: bapt (blanket) Modified: head/emulators/open-vm-tools/Makefile head/emulators/open-vm-tools/files/patch-modules__freebsd__vmxnet__if_vxn.c Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Thu Oct 2 17:55:32 2014 (r369841) +++ head/emulators/open-vm-tools/Makefile Thu Oct 2 18:17:48 2014 (r369842) @@ -3,7 +3,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${BUILD_VER} -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-9.4.x Modified: head/emulators/open-vm-tools/files/patch-modules__freebsd__vmxnet__if_vxn.c ============================================================================== --- head/emulators/open-vm-tools/files/patch-modules__freebsd__vmxnet__if_vxn.c Thu Oct 2 17:55:32 2014 (r369841) +++ head/emulators/open-vm-tools/files/patch-modules__freebsd__vmxnet__if_vxn.c Thu Oct 2 18:17:48 2014 (r369842) @@ -1,5 +1,5 @@ ---- ./modules/freebsd/vmxnet/if_vxn.c.orig 2013-09-23 15:51:10.000000000 +0000 -+++ ./modules/freebsd/vmxnet/if_vxn.c 2014-04-23 15:36:44.347844739 +0000 +--- modules/freebsd/vmxnet/if_vxn.c.orig 2013-09-23 19:51:10.000000000 +0400 ++++ modules/freebsd/vmxnet/if_vxn.c 2014-10-02 22:13:31.000000000 +0400 @@ -76,6 +76,10 @@ #include #endif @@ -28,7 +28,19 @@ if (!(m_new->m_flags & M_EXT)) { m_freem(m_new); printf("vxn%d: no memory for tx list\n", VXN_IF_UNIT(ifp)); -@@ -1266,9 +1270,9 @@ +@@ -1067,7 +1071,11 @@ + VMXNET_INC(dd->txDriverNext, dd->txRingLength); + dd->txNumDeferred++; + sc->vxn_tx_pending++; ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_OPACKETS, 1); ++#else + ifp->if_opackets++; ++#endif + } + + /* +@@ -1266,9 +1274,9 @@ /* * Allocate a new mbuf cluster to replace the current one */ @@ -40,7 +52,20 @@ if (m_new->m_flags & M_EXT) { m_adj(m_new, ETHER_ALIGN); } else { -@@ -1401,10 +1405,10 @@ +@@ -1286,8 +1294,11 @@ + + sc->vxn_rx_buffptr[dd->rxDriverNext] = m_new; + rre->paddr = (uint32)vtophys(mtod(m_new, caddr_t)); +- ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IPACKETS, 1); ++#else + ifp->if_ipackets++; ++#endif + m->m_pkthdr.rcvif = ifp; + m->m_pkthdr.len = m->m_len = pkt_len; + +@@ -1401,10 +1412,10 @@ * Allocate an mbuf and initialize it to contain a packet header and * internal data. */ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:23: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 03EDCAA8; Thu, 2 Oct 2014 18: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 C9E12C74; Thu, 2 Oct 2014 18: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 s92INhpo026606; Thu, 2 Oct 2014 18:23:43 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92INg6h026604; Thu, 2 Oct 2014 18:23:42 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410021823.s92INg6h026604@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 18:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369843 - in head/emulators/parallels-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: Thu, 02 Oct 2014 18:23:44 -0000 Author: glebius (src committer) Date: Thu Oct 2 18:23:42 2014 New Revision: 369843 URL: https://svnweb.freebsd.org/changeset/ports/369843 QAT: https://qat.redports.org/buildarchive/r369843/ Log: Update for ifnet(9) changes in head. Approved by: bapt (blanket) Added: head/emulators/parallels-tools/files/ head/emulators/parallels-tools/files/patch-pvmnet-if_pvmnet.c (contents, props changed) Modified: head/emulators/parallels-tools/Makefile Modified: head/emulators/parallels-tools/Makefile ============================================================================== --- head/emulators/parallels-tools/Makefile Thu Oct 2 18:17:48 2014 (r369842) +++ head/emulators/parallels-tools/Makefile Thu Oct 2 18:23:42 2014 (r369843) @@ -3,6 +3,7 @@ PORTNAME= parallels-tools PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/bland Added: head/emulators/parallels-tools/files/patch-pvmnet-if_pvmnet.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/parallels-tools/files/patch-pvmnet-if_pvmnet.c Thu Oct 2 18:23:42 2014 (r369843) @@ -0,0 +1,47 @@ +--- pvmnet/if_pvmnet.c.orig 2014-10-02 22:19:21.000000000 +0400 ++++ pvmnet/if_pvmnet.c 2014-10-02 22:21:10.000000000 +0400 +@@ -364,12 +364,20 @@ + for (offset = io_get_rcv_offset(sc); + (size = io_get_packet_size(sc, offset)); offset += FULL_PACKET_SIZE(size)) { + if (size > ETHER_MAX_LEN) { ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); ++#else + ifp->if_ierrors++; ++#endif + continue; + } + m = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); + if (m == NULL) { ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); ++#else + ifp->if_ierrors++; ++#endif + continue; + } + m->m_pkthdr.rcvif = ifp; +@@ -379,7 +387,11 @@ + m->m_pkthdr.len = m->m_len = size; + io_read_data(sc, offset, m); + ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_IPACKETS, 1); ++#else + ifp->if_ipackets++; ++#endif + + PVMNET_UNLOCK(sc); + (*ifp->if_input)(ifp, m); +@@ -538,7 +550,11 @@ + io_notify_sndbuf_full(sc); + break; + } ++#if __FreeBSD_version >= 1100036 ++ if_inc_counter(ifp, IFCOUNTER_OPACKETS, 1); ++#else + ifp->if_opackets++; ++#endif + BPF_MTAP(ifp, m); + m_freem(m); + } From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:31: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 EB868E8F; Thu, 2 Oct 2014 18:31: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 D7650D61; Thu, 2 Oct 2014 18:31: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 s92IVUZB030340; Thu, 2 Oct 2014 18:31:30 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92IVUAQ030339; Thu, 2 Oct 2014 18:31:30 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410021831.s92IVUAQ030339@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 18:31:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369844 - head/mail/vpopmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 18:31:31 -0000 Author: bdrewery Date: Thu Oct 2 18:31:30 2014 New Revision: 369844 URL: https://svnweb.freebsd.org/changeset/ports/369844 QAT: https://qat.redports.org/buildarchive/r369844/ Log: Stop looking at devel versions Modified: head/mail/vpopmail/Makefile Modified: head/mail/vpopmail/Makefile ============================================================================== --- head/mail/vpopmail/Makefile Thu Oct 2 18:23:42 2014 (r369843) +++ head/mail/vpopmail/Makefile Thu Oct 2 18:31:30 2014 (r369844) @@ -5,8 +5,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.33 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} \ - SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= bdrewery@FreeBSD.org COMMENT= Easy virtual domain and authentication package for use with qmail From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:33: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 743F6308; Thu, 2 Oct 2014 18:33: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 46944D7D; Thu, 2 Oct 2014 18:33: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 s92IXi12031779; Thu, 2 Oct 2014 18:33:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92IXhgG031777; Thu, 2 Oct 2014 18:33:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410021833.s92IXhgG031777@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 18:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369845 - in head/net/quagga: . 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 18:33:44 -0000 Author: mat Date: Thu Oct 2 18:33:43 2014 New Revision: 369845 URL: https://svnweb.freebsd.org/changeset/ports/369845 QAT: https://qat.redports.org/buildarchive/r369845/ Log: Learn to write shell scripts. Pointy hat to: mat Sponsored by: Absolight Modified: head/net/quagga/Makefile head/net/quagga/files/quagga.in Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Oct 2 18:31:30 2014 (r369844) +++ head/net/quagga/Makefile Thu Oct 2 18:33:43 2014 (r369845) @@ -3,6 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.23.1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH Modified: head/net/quagga/files/quagga.in ============================================================================== --- head/net/quagga/files/quagga.in Thu Oct 2 18:31:30 2014 (r369844) +++ head/net/quagga/files/quagga.in Thu Oct 2 18:33:43 2014 (r369845) @@ -43,44 +43,6 @@ quagga_flags=${quagga_flags:-"-d"} quagga_daemons=${quagga_daemons:-"zebra ripd ripngd ospfd ospf6d bgpd isisd"} quagga_vtysh_boot=${quagga_vtysh_boot:-"NO"} -quagga_cmd=$1 - -case "$1" in - force*) - quagga_cmd=${quagga_cmd#force} - ;; - fast*) - quagga_cmd=${quagga_cmd#fast} - ;; -esac -shift - -if [ $# -ge 1 ]; then - quagga_daemons="$*" -fi - -case "${quagga_cmd}" in - start) - if [ ! -z ${quagga_extralibs_path} ]; then - /sbin/ldconfig -m ${quagga_extralibs_path} - fi - do_cmd "start" - ;; - stop) - quagga_daemons=$(reverse_list ${quagga_daemons}) - do_cmd "stop" - ;; - restart) - quagga_daemons=$(reverse_list ${quagga_daemons}) - do_cmd "stop" - quagga_daemons=$(reverse_list ${quagga_daemons}) - do_cmd "start" - ;; - *) - do_cmd "${quagga_cmd}" - ;; -esac - check_config() { echo "Checking $daemon.conf" @@ -137,3 +99,41 @@ do_cmd() fi return ${ret} } + +quagga_cmd=$1 + +case "$1" in + force*) + quagga_cmd=${quagga_cmd#force} + ;; + fast*) + quagga_cmd=${quagga_cmd#fast} + ;; +esac +shift + +if [ $# -ge 1 ]; then + quagga_daemons="$*" +fi + +case "${quagga_cmd}" in + start) + if [ ! -z ${quagga_extralibs_path} ]; then + /sbin/ldconfig -m ${quagga_extralibs_path} + fi + do_cmd "start" + ;; + stop) + quagga_daemons=$(reverse_list ${quagga_daemons}) + do_cmd "stop" + ;; + restart) + quagga_daemons=$(reverse_list ${quagga_daemons}) + do_cmd "stop" + quagga_daemons=$(reverse_list ${quagga_daemons}) + do_cmd "start" + ;; + *) + do_cmd "${quagga_cmd}" + ;; +esac From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:39: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 81DF1675; Thu, 2 Oct 2014 18:39: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 6D798DCE; Thu, 2 Oct 2014 18:39: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 s92Idcw3032769; Thu, 2 Oct 2014 18:39:38 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Idb7X032765; Thu, 2 Oct 2014 18:39:37 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201410021839.s92Idb7X032765@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Oct 2014 18:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369846 - in head/www: linux-c6-flashplugin11 linux-f10-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 18:39:38 -0000 Author: jkim Date: Thu Oct 2 18:39:36 2014 New Revision: 369846 URL: https://svnweb.freebsd.org/changeset/ports/369846 QAT: https://qat.redports.org/buildarchive/r369846/ Log: - Re-add PKGNAMEPREFIX for www/linux-f10-flashplugin11. [1] - Honor LINUXBASE in pkg-plist. - Reduce diff between linux-c6-flashplugin11 and linux-f10-flashplugin11. Reported by: nyan [1] Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/pkg-plist head/www/linux-f10-flashplugin11/Makefile head/www/linux-f10-flashplugin11/pkg-plist Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Thu Oct 2 18:33:43 2014 (r369845) +++ head/www/linux-c6-flashplugin11/Makefile Thu Oct 2 18:39:36 2014 (r369846) @@ -16,7 +16,7 @@ COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 -USE_LINUX_APPS= openssl-compat curl cyrus-sasl2 nspr nss gtk2 #-alsalib libssh2 openldap +USE_LINUX_APPS= curl cyrus-sasl2 gtk2 nspr nss openssl-compat #-alsalib libssh2 openldap WANT_GNOME= yes RESTRICTED= Redistribution not allowed @@ -31,10 +31,11 @@ WEBPLUGIN_FILES= libflashplayer.so OPTIONS_DEFINE= GNOME GNOME_DESC= include gnome support for .desktop file -CPE_VENDOR= adobe -CPE_PRODUCT= flash_player +CPE_VENDOR= adobe +CPE_PRODUCT= flash_player OPTIONS_SUB= yes +PLIST_SUB= LINUXBASE="${LINUXBASE}" .include Modified: head/www/linux-c6-flashplugin11/pkg-plist ============================================================================== --- head/www/linux-c6-flashplugin11/pkg-plist Thu Oct 2 18:33:43 2014 (r369845) +++ head/www/linux-c6-flashplugin11/pkg-plist Thu Oct 2 18:39:36 2014 (r369846) @@ -6,4 +6,4 @@ share/icons/hicolor/22x22/apps/flash-pla share/icons/hicolor/24x24/apps/flash-player-properties.png share/icons/hicolor/32x32/apps/flash-player-properties.png share/icons/hicolor/48x48/apps/flash-player-properties.png -/compat/linux/usr/lib/libflashsupport.so +%%LINUXBASE%%/usr/lib/libflashsupport.so Modified: head/www/linux-f10-flashplugin11/Makefile ============================================================================== --- head/www/linux-f10-flashplugin11/Makefile Thu Oct 2 18:33:43 2014 (r369845) +++ head/www/linux-f10-flashplugin11/Makefile Thu Oct 2 18:39:36 2014 (r369846) @@ -6,17 +6,17 @@ PORTVERSION= 11.2r202.406 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ LOCAL/nox:suplib +PKGNAMEPREFIX= linux-${USE_LINUX}- DISTFILES= install_flash_player_11_linux.i386.tar.gz:plugin \ linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Adobe Flash Player NPAPI Plugin -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} - ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX= yes -USE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap gtk2 +USE_LINUX= f10 +USE_LINUX_APPS= curl cyrus-sasl2 gtk2 libssh2 nspr nss openldap openssl WANT_GNOME= yes RESTRICTED= Redistribution not allowed @@ -35,6 +35,7 @@ CPE_VENDOR= adobe CPE_PRODUCT= flash_player OPTIONS_SUB= yes +PLIST_SUB= LINUXBASE="${LINUXBASE}" .include Modified: head/www/linux-f10-flashplugin11/pkg-plist ============================================================================== --- head/www/linux-f10-flashplugin11/pkg-plist Thu Oct 2 18:33:43 2014 (r369845) +++ head/www/linux-f10-flashplugin11/pkg-plist Thu Oct 2 18:39:36 2014 (r369846) @@ -6,4 +6,4 @@ share/icons/hicolor/22x22/apps/flash-pla share/icons/hicolor/24x24/apps/flash-player-properties.png share/icons/hicolor/32x32/apps/flash-player-properties.png share/icons/hicolor/48x48/apps/flash-player-properties.png -/compat/linux/usr/lib/libflashsupport.so +%%LINUXBASE%%/usr/lib/libflashsupport.so From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:40: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 8059E755; Thu, 2 Oct 2014 18:40: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 520FFDD2; Thu, 2 Oct 2014 18:40: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 s92IeC99033937; Thu, 2 Oct 2014 18:40:12 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92IeBkv033752; Thu, 2 Oct 2014 18:40:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201410021840.s92IeBkv033752@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 2 Oct 2014 18:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369847 - in head/x11-toolkits: qt4-gui qt5-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 18:40:12 -0000 Author: rakuco Date: Thu Oct 2 18:40:10 2014 New Revision: 369847 URL: https://svnweb.freebsd.org/changeset/ports/369847 QAT: https://qat.redports.org/buildarchive/r369847/ Log: - Use a new-style helper for the special powerpc64 CFLAGS setting. - Include only bsd.port.mk, the bsd.port.{pre,post}.mk combo is not needed here. Modified: head/x11-toolkits/qt4-gui/Makefile head/x11-toolkits/qt5-gui/Makefile Modified: head/x11-toolkits/qt4-gui/Makefile ============================================================================== --- head/x11-toolkits/qt4-gui/Makefile Thu Oct 2 18:39:36 2014 (r369846) +++ head/x11-toolkits/qt4-gui/Makefile Thu Oct 2 18:40:10 2014 (r369847) @@ -75,11 +75,7 @@ RUN_DEPENDS+= ${FONTSCALE}:${PORTSDIR}/x ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings .endif -.include - -.if ${ARCH} == powerpc64 -CFLAGS+= -mminimal-toc -.endif +CFLAGS_powerpc64= -mminimal-toc pre-configure: ${MKDIR} ${WRKSRC}/mkspecs @@ -100,4 +96,4 @@ post-install: ${INSTALL_DATA} ${BUILD_WRKSRC}/dialogs/images/qtlogo-64.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/qtlogo.png -.include +.include Modified: head/x11-toolkits/qt5-gui/Makefile ============================================================================== --- head/x11-toolkits/qt5-gui/Makefile Thu Oct 2 18:39:36 2014 (r369846) +++ head/x11-toolkits/qt5-gui/Makefile Thu Oct 2 18:40:10 2014 (r369847) @@ -61,12 +61,8 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/xorg-fonts-truetype .endif -.include - # Inherited from Qt 4. -.if ${ARCH} == powerpc64 -CFLAGS+= -mminimal-toc -.endif +CFLAGS_powerpc64= -mminimal-toc post-patch: @${REINPLACE_CMD} -e 's/-ldl/$$$$QMAKE_LIBS_DYNLOAD/' \ @@ -92,4 +88,4 @@ post-install: ${MAKE_ARGS} ${INSTALL_TARGET} .endfor -.include +.include From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:40: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 24780756; Thu, 2 Oct 2014 18:40: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 0545BDD3; Thu, 2 Oct 2014 18:40: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 s92IeCgg033959; Thu, 2 Oct 2014 18:40:12 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92IeC8x033755; Thu, 2 Oct 2014 18:40:12 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410021840.s92IeC8x033755@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 18:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369848 - in head/security/gnutls: . 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 18:40:13 -0000 Author: bdrewery Date: Thu Oct 2 18:40:11 2014 New Revision: 369848 URL: https://svnweb.freebsd.org/changeset/ports/369848 QAT: https://qat.redports.org/buildarchive/r369848/ Log: Update to 3.2.18 Modified: head/security/gnutls/Makefile head/security/gnutls/distinfo head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c head/security/gnutls/pkg-plist Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Thu Oct 2 18:40:10 2014 (r369847) +++ head/security/gnutls/Makefile Thu Oct 2 18:40:11 2014 (r369848) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.2.16 -PORTREVISION= 5 +PORTVERSION= 3.2.18 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 Modified: head/security/gnutls/distinfo ============================================================================== --- head/security/gnutls/distinfo Thu Oct 2 18:40:10 2014 (r369847) +++ head/security/gnutls/distinfo Thu Oct 2 18:40:11 2014 (r369848) @@ -1,2 +1,2 @@ -SHA256 (gnutls-3.2.16.tar.xz) = 781836a04a8bbb42e6590d6524d53c870850d26fc55146a7e0e5d7e1d183bcae -SIZE (gnutls-3.2.16.tar.xz) = 5337140 +SHA256 (gnutls-3.2.18.tar.xz) = 4762afab5e1b9e829c5f53d2b00cd5e41d43fa6d035efcf239e3fe0459134d45 +SIZE (gnutls-3.2.18.tar.xz) = 5154476 Modified: head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c ============================================================================== --- head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c Thu Oct 2 18:40:10 2014 (r369847) +++ head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c Thu Oct 2 18:40:11 2014 (r369848) @@ -1,10 +1,10 @@ ---- ./lib/x509/rfc2818_hostname.c.orig 2014-07-24 14:38:24.963183389 -0500 -+++ ./lib/x509/rfc2818_hostname.c 2014-07-24 14:38:55.151183492 -0500 -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include +--- lib/x509/rfc2818_hostname.c.orig 2014-10-02 13:35:09.427374817 -0500 ++++ lib/x509/rfc2818_hostname.c 2014-10-02 13:35:33.657427866 -0500 +@@ -19,6 +19,7 @@ + * + */ - static int - check_ip(gnutls_x509_crt_t cert, const void *ip, unsigned ip_size) ++#include + #include + #include + #include Modified: head/security/gnutls/pkg-plist ============================================================================== --- head/security/gnutls/pkg-plist Thu Oct 2 18:40:10 2014 (r369847) +++ head/security/gnutls/pkg-plist Thu Oct 2 18:40:11 2014 (r369848) @@ -47,7 +47,7 @@ lib/libgnutls-xssl.so.0.0.0 lib/libgnutls.a lib/libgnutls.so lib/libgnutls.so.28 -lib/libgnutls.so.28.30.7 +lib/libgnutls.so.28.30.9 lib/libgnutlsxx.a lib/libgnutlsxx.so lib/libgnutlsxx.so.28 @@ -979,5 +979,3 @@ man/man3/xssl_write.3.gz %%NLS%%share/locale/uk/LC_MESSAGES/gnutls.mo %%NLS%%share/locale/vi/LC_MESSAGES/gnutls.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gnutls.mo -@dirrm include/gnutls -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 18:48: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 B32F4BA5; Thu, 2 Oct 2014 18:48: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 9F234EBA; Thu, 2 Oct 2014 18:48: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 s92ImdkJ037770; Thu, 2 Oct 2014 18:48:39 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92ImdsV037769; Thu, 2 Oct 2014 18:48:39 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410021848.s92ImdsV037769@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 18:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369849 - 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: Thu, 02 Oct 2014 18:48:39 -0000 Author: bdrewery Date: Thu Oct 2 18:48:38 2014 New Revision: 369849 URL: https://svnweb.freebsd.org/changeset/ports/369849 QAT: https://qat.redports.org/buildarchive/r369849/ Log: Take maintainership Modified: head/shells/dash/Makefile Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Thu Oct 2 18:40:11 2014 (r369848) +++ head/shells/dash/Makefile Thu Oct 2 18:48:38 2014 (r369849) @@ -5,7 +5,7 @@ PORTVERSION= 0.5.8 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= POSIX-compliant implementation of /bin/sh GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:07: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 C8F863C3; Thu, 2 Oct 2014 19:07: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 B59701AC; Thu, 2 Oct 2014 19:07: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 s92J7ZVs047098; Thu, 2 Oct 2014 19:07:35 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92J7Zmx047097; Thu, 2 Oct 2014 19:07:35 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410021907.s92J7Zmx047097@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 19:07:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369850 - 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: Thu, 02 Oct 2014 19:07:35 -0000 Author: jhale Date: Thu Oct 2 19:07:34 2014 New Revision: 369850 URL: https://svnweb.freebsd.org/changeset/ports/369850 QAT: https://qat.redports.org/buildarchive/r369850/ Log: - Fix nsd username description PR: 193697 Submitted by: Approved by: (dns/nsd maintainer) Modified: head/UIDs Modified: head/UIDs ============================================================================== --- head/UIDs Thu Oct 2 18:48:38 2014 (r369849) +++ head/UIDs Thu Oct 2 19:07:34 2014 (r369850) @@ -130,7 +130,7 @@ git:*:211:211::0:0:gitosis user:/usr/loc hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin opendnssec:*:215:215::0:0:Opendnssec Pseudo User:/nonexistent:/usr/sbin/nologin -nsd:*:216:216::0:0:Opendnssec Pseudo User:/nonexistent:/usr/sbin/nologin +nsd:*:216:216::0:0:NSD DNS Server:/nonexistent:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh rtpproxy:*:222:222::0:0:& user:/nonexistent:/sbin/nologin postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:11: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 0EF5A52C; Thu, 2 Oct 2014 19:11: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 EE8411DC; Thu, 2 Oct 2014 19:11: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 s92JB8qP048402; Thu, 2 Oct 2014 19:11:08 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92JB82f048400; Thu, 2 Oct 2014 19:11:08 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410021911.s92JB82f048400@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 19:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369851 - in head/devel/plan9port: . 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 19:11:09 -0000 Author: glebius (src committer) Date: Thu Oct 2 19:11:07 2014 New Revision: 369851 URL: https://svnweb.freebsd.org/changeset/ports/369851 QAT: https://qat.redports.org/buildarchive/r369851/ Log: Use getifaddrs(3) instead of kvm(3) to access ifnet statistics. Fixes current breakage on head and future ones. Approved by: bapt (blanket) Added: head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c (contents, props changed) Modified: head/devel/plan9port/Makefile Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Thu Oct 2 19:07:34 2014 (r369850) +++ head/devel/plan9port/Makefile Thu Oct 2 19:11:07 2014 (r369851) @@ -3,7 +3,7 @@ PORTNAME= plan9port PORTVERSION= 20140306 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/${PORTNAME}/ Added: head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c Thu Oct 2 19:11:07 2014 (r369851) @@ -0,0 +1,89 @@ +--- src/cmd/auxstats/FreeBSD.c.orig 2010-03-18 01:25:34.000000000 +0300 ++++ src/cmd/auxstats/FreeBSD.c 2014-10-02 22:55:32.000000000 +0400 +@@ -8,20 +8,15 @@ + #include + #include + #include +-#include + #include + #include +-#if __FreeBSD_version < 600000 +-#include +-#endif + #include + #include + #include + #include ++#include + #include "dat.h" + +-/* XXX: #if __FreeBSD_version */ +- + void xapm(int); + void xloadavg(int); + void xcpu(int); +@@ -45,7 +40,6 @@ + static kvm_t *kvm; + + static struct nlist nl[] = { +- { "_ifnet" }, + { "_cp_time" }, + { "" } + }; +@@ -86,44 +80,26 @@ + void + xnet(int first) + { ++ struct ifaddrs *ifap, *ifa; + ulong out, in, outb, inb, err; +- static ulong ifnetaddr; +- ulong addr; +- struct ifnet ifnet; +- struct ifnethead ifnethead; +- char name[16]; + + if(first) + return; + +- if(ifnetaddr == 0){ +- ifnetaddr = nl[0].n_value; +- if(ifnetaddr == 0) +- return; +- } +- +- if(kread(ifnetaddr, (char*)&ifnethead, sizeof ifnethead) < 0) ++ if (getifaddrs(&ifap) != 0) + return; + + out = in = outb = inb = err = 0; +- addr = (ulong)TAILQ_FIRST(&ifnethead); +- while(addr){ +-#if __FreeBSD_version < 500000 +- if(kread(addr, (char*)&ifnet, sizeof ifnet) < 0 +- || kread((ulong)ifnet.if_name, name, 16) < 0) +- return; +-#else +- if(kread(addr, (char*)&ifnet, sizeof ifnet) < 0 +- || kread((ulong)ifnet.if_dname, name, 16) < 0) +- return; +-#endif +- name[15] = 0; +- addr = (ulong)TAILQ_NEXT(&ifnet, if_link); +- out += ifnet.if_opackets; +- in += ifnet.if_ipackets; +- outb += ifnet.if_obytes; +- inb += ifnet.if_ibytes; +- err += ifnet.if_oerrors+ifnet.if_ierrors; ++ ++#define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s) ++ for (ifa = ifap; ifa; ifa = ifa->ifa_next) { ++ if (ifa->ifa_addr->sa_family != AF_LINK) ++ continue; ++ out += IFA_STAT(opackets); ++ in += IFA_STAT(ipackets); ++ outb += IFA_STAT(obytes); ++ inb += IFA_STAT(ibytes); ++ err += IFA_STAT(oerrors) + IFA_STAT(ierrors); + } + Bprint(&bout, "etherin %lud 1000\n", in); + Bprint(&bout, "etherout %lud 1000\n", out); From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:12: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 E97F9765; Thu, 2 Oct 2014 19:12: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 D57B3280; Thu, 2 Oct 2014 19:12: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 s92JCHeR051619; Thu, 2 Oct 2014 19:12:17 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92JCHjj051618; Thu, 2 Oct 2014 19:12:17 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410021912.s92JCHjj051618@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 19:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369852 - head/dns/nsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 19:12:18 -0000 Author: bdrewery Date: Thu Oct 2 19:12:17 2014 New Revision: 369852 URL: https://svnweb.freebsd.org/changeset/ports/369852 QAT: https://qat.redports.org/buildarchive/r369852/ Log: Chase r369850 for updated nsd user information Modified: head/dns/nsd/Makefile Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Thu Oct 2 19:11:07 2014 (r369851) +++ head/dns/nsd/Makefile Thu Oct 2 19:12:17 2014 (r369852) @@ -3,6 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:30: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 14A36B19; Thu, 2 Oct 2014 19:30: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 0184D63A; Thu, 2 Oct 2014 19:30: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 s92JUuBS057610; Thu, 2 Oct 2014 19:30:56 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92JUu5F057609; Thu, 2 Oct 2014 19:30:56 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201410021930.s92JUu5F057609@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 2 Oct 2014 19:30:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369853 - 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 19:30:57 -0000 Author: brd (doc committer) Date: Thu Oct 2 19:30:56 2014 New Revision: 369853 URL: https://svnweb.freebsd.org/changeset/ports/369853 QAT: https://qat.redports.org/buildarchive/r369853/ Log: - Update the rsyslog entry to reflect the new versions Reviewed by: bdrewery Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 2 19:12:17 2014 (r369852) +++ head/security/vuxml/vuln.xml Thu Oct 2 19:30:56 2014 (r369853) @@ -298,8 +298,8 @@ Notes: rsyslog - 7.6.6 - 8.4.1 + 7.6.7 + 8.4.2 @@ -310,6 +310,7 @@ Notes: if the "pri-text" property was used in active templates, this could be abused to a remote denial of service from permitted senders

+

The original fix for CVE-2014-3634 was not adequate.

@@ -320,6 +321,7 @@ Notes: 2014-09-30 2014-09-30 + 2014-10-02
From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:31: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 953BDC02; Thu, 2 Oct 2014 19: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 812C56CF; Thu, 2 Oct 2014 19:31: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 s92JVspP060818; Thu, 2 Oct 2014 19:31:54 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92JVrP8060814; Thu, 2 Oct 2014 19:31:53 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201410021931.s92JVrP8060814@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 2 Oct 2014 19:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369854 - in head/sysutils: rsyslog7 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: Thu, 02 Oct 2014 19:31:54 -0000 Author: brd (doc committer) Date: Thu Oct 2 19:31:52 2014 New Revision: 369854 URL: https://svnweb.freebsd.org/changeset/ports/369854 QAT: https://qat.redports.org/buildarchive/r369854/ Log: - Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] to fix CVE-2014-3634 [3]. 1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/ 2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/ 3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/ Reviewed by: bdrewery Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 Deleted: head/sysutils/rsyslog8/files/patch-runtime--libgcry.c head/sysutils/rsyslog8/files/patch-runtime--lmcry_gcry.c head/sysutils/rsyslog8/files/patch-runtime--queue.c head/sysutils/rsyslog8/files/patch-runtime--stream.h Modified: head/sysutils/rsyslog7/distinfo head/sysutils/rsyslog8/Makefile head/sysutils/rsyslog8/distinfo head/sysutils/rsyslog8/pkg-plist Modified: head/sysutils/rsyslog7/distinfo ============================================================================== --- head/sysutils/rsyslog7/distinfo Thu Oct 2 19:30:56 2014 (r369853) +++ head/sysutils/rsyslog7/distinfo Thu Oct 2 19:31:52 2014 (r369854) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.6.6.tar.gz) = c77ae0db6204c5bd670fa96c354ee5fe1c62c876bd84ec06ed429138c78885bb -SIZE (rsyslog-7.6.6.tar.gz) = 3027663 +SHA256 (rsyslog-7.6.7.tar.gz) = fc29d2d9cbf3396091dd0bab2eb6f847aed4a44ef73138a97ddf9447446125ee +SIZE (rsyslog-7.6.7.tar.gz) = 3028684 Modified: head/sysutils/rsyslog8/Makefile ============================================================================== --- head/sysutils/rsyslog8/Makefile Thu Oct 2 19:30:56 2014 (r369853) +++ head/sysutils/rsyslog8/Makefile Thu Oct 2 19:31:52 2014 (r369854) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 8.4.1 +PORTVERSION= 8.4.2 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/rsyslog8/distinfo ============================================================================== --- head/sysutils/rsyslog8/distinfo Thu Oct 2 19:30:56 2014 (r369853) +++ head/sysutils/rsyslog8/distinfo Thu Oct 2 19:31:52 2014 (r369854) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-8.4.1.tar.gz) = 1c7f3e8ebb7f9865dd4100c4982d50567dded2218177086d1e02d698e352d8ac -SIZE (rsyslog-8.4.1.tar.gz) = 1938151 +SHA256 (rsyslog-8.4.2.tar.gz) = 71c3c6dac74fba2692f9fefb092cd3d22e2bd71eb702e0da06648de51b8b7b9a +SIZE (rsyslog-8.4.2.tar.gz) = 1938563 Modified: head/sysutils/rsyslog8/pkg-plist ============================================================================== --- head/sysutils/rsyslog8/pkg-plist Thu Oct 2 19:30:56 2014 (r369853) +++ head/sysutils/rsyslog8/pkg-plist Thu Oct 2 19:31:52 2014 (r369854) @@ -15,6 +15,7 @@ lib/rsyslog/lmstrmsrv.so lib/rsyslog/lmtcpclt.so lib/rsyslog/lmtcpsrv.so lib/rsyslog/lmzlibw.so +lib/rsyslog/mmexternal.so lib/rsyslog/ommail.so lib/rsyslog/omstdout.so lib/rsyslog/omtesting.so From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:50: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 CA377370; Thu, 2 Oct 2014 19:50: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 B6B4491C; Thu, 2 Oct 2014 19:50: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 s92JojG5068931; Thu, 2 Oct 2014 19:50:45 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92JojYX068929; Thu, 2 Oct 2014 19:50:45 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410021950.s92JojYX068929@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 19:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369855 - in head/devel/plan9port: . 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 19:50:45 -0000 Author: glebius (src committer) Date: Thu Oct 2 19:50:44 2014 New Revision: 369855 URL: https://svnweb.freebsd.org/changeset/ports/369855 QAT: https://qat.redports.org/buildarchive/r369855/ Log: Fix memory leak in last revision. Approved by: bapt (blanket) Modified: head/devel/plan9port/Makefile head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Thu Oct 2 19:31:52 2014 (r369854) +++ head/devel/plan9port/Makefile Thu Oct 2 19:50:44 2014 (r369855) @@ -3,7 +3,7 @@ PORTNAME= plan9port PORTVERSION= 20140306 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/${PORTNAME}/ Modified: head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c ============================================================================== --- head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c Thu Oct 2 19:31:52 2014 (r369854) +++ head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c Thu Oct 2 19:50:44 2014 (r369855) @@ -1,5 +1,5 @@ --- src/cmd/auxstats/FreeBSD.c.orig 2010-03-18 01:25:34.000000000 +0300 -+++ src/cmd/auxstats/FreeBSD.c 2014-10-02 22:55:32.000000000 +0400 ++++ src/cmd/auxstats/FreeBSD.c 2014-10-02 23:43:36.000000000 +0400 @@ -8,20 +8,15 @@ #include #include @@ -30,7 +30,7 @@ { "_cp_time" }, { "" } }; -@@ -86,44 +80,26 @@ +@@ -86,45 +80,28 @@ void xnet(int first) { @@ -85,5 +85,7 @@ + inb += IFA_STAT(ibytes); + err += IFA_STAT(oerrors) + IFA_STAT(ierrors); } ++ freeifaddrs(ifap); Bprint(&bout, "etherin %lud 1000\n", in); Bprint(&bout, "etherout %lud 1000\n", out); + Bprint(&bout, "etherinb %lud 1000000\n", inb); From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:55: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 A99F36DA; Thu, 2 Oct 2014 19:55: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 95E1795D; Thu, 2 Oct 2014 19:55: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 s92JtuXo071302; Thu, 2 Oct 2014 19:55:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Jtuot071300; Thu, 2 Oct 2014 19:55:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410021955.s92Jtuot071300@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 19:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369856 - 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: Thu, 02 Oct 2014 19:55:56 -0000 Author: amdmi3 Date: Thu Oct 2 19:55:55 2014 New Revision: 369856 URL: https://svnweb.freebsd.org/changeset/ports/369856 QAT: https://qat.redports.org/buildarchive/r369856/ Log: - Update to 3.2.1 Deleted: head/graphics/osg/files/patch-CMakeModules_FindFreeType.cmake head/graphics/osg/files/patch-src-osgPlugins-freetype-FreeTypeFont.cpp head/graphics/osg/files/patch-src-osgPlugins-osc-osc-OscHostEndianess.h Modified: head/graphics/osg/Makefile head/graphics/osg/distinfo Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Thu Oct 2 19:50:44 2014 (r369855) +++ head/graphics/osg/Makefile Thu Oct 2 19:55:55 2014 (r369856) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osg -PORTVERSION= 3.2.0 -PORTREVISION= 4 +PORTVERSION= 3.2.1 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -31,7 +30,7 @@ USE_LDCONFIG= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ OSG_SHLIBVER=100 \ OPENTHREADS_VERSION=${PORTVERSION} \ - OPENTHREADS_SHLIBVER=13 + OPENTHREADS_SHLIBVER=20 PORTSCOUT= limitw:1,even Modified: head/graphics/osg/distinfo ============================================================================== --- head/graphics/osg/distinfo Thu Oct 2 19:50:44 2014 (r369855) +++ head/graphics/osg/distinfo Thu Oct 2 19:55:55 2014 (r369856) @@ -1,2 +1,2 @@ -SHA256 (OpenSceneGraph-3.2.0.zip) = ceca56e58e9ba245d5f9d0661352ddf405a7cb105341a122c5541b69c0ce032e -SIZE (OpenSceneGraph-3.2.0.zip) = 7195748 +SHA256 (OpenSceneGraph-3.2.1.zip) = d9ae72263d0191855b0f804d93c586d489f119aca0499292acc09bb0fa0b3e6d +SIZE (OpenSceneGraph-3.2.1.zip) = 7219212 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:56: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 019587BE; Thu, 2 Oct 2014 19: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 E19B4960; Thu, 2 Oct 2014 19: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 s92Ju5eT071502; Thu, 2 Oct 2014 19:56:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Ju5u2071498; Thu, 2 Oct 2014 19:56:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410021956.s92Ju5u2071498@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 19:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369857 - in head/graphics/osg-devel: . 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 19:56:06 -0000 Author: amdmi3 Date: Thu Oct 2 19:56:04 2014 New Revision: 369857 URL: https://svnweb.freebsd.org/changeset/ports/369857 QAT: https://qat.redports.org/buildarchive/r369857/ Log: - Update to 3.3.2 Deleted: head/graphics/osg-devel/files/patch-CMakeModules_FindFreeType.cmake head/graphics/osg-devel/files/patch-src-osgPlugins-freetype-FreeTypeFont.cpp Modified: head/graphics/osg-devel/Makefile head/graphics/osg-devel/distinfo head/graphics/osg-devel/pkg-plist Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Thu Oct 2 19:55:55 2014 (r369856) +++ head/graphics/osg-devel/Makefile Thu Oct 2 19:56:04 2014 (r369857) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osg -PORTVERSION= 3.3.0 -PORTREVISION= 3 +PORTVERSION= 3.3.2 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -30,9 +29,9 @@ USE_XORG= x11 USE_LDCONFIG= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=110 \ - OPENTHREADS_VERSION=${PORTVERSION} \ - OPENTHREADS_SHLIBVER=14 + OSG_SHLIBVER=112 \ + OPENTHREADS_VERSION=3.3.0 \ + OPENTHREADS_SHLIBVER=20 PORTSCOUT= limitw:1,odd @@ -73,7 +72,7 @@ XRANDR_CMAKE_OFF= -DOSGVIEWER_USE_XRANDR QT4_USE= QT4=corelib,gui,opengl,qmake_build,moc_build,uic_build,rcc_build QT4_CMAKE_ON= -DOSG_USE_QT=ON QT4_CMAKE_OFF= -DOSG_USE_QT=OFF -LUA_USES= lua:51 +LUA_USES= lua:52 V8_LIB_DEPENDS= libv8.so:${PORTSDIR}/lang/v8 PYTHON_USE= PYTHON=2 Modified: head/graphics/osg-devel/distinfo ============================================================================== --- head/graphics/osg-devel/distinfo Thu Oct 2 19:55:55 2014 (r369856) +++ head/graphics/osg-devel/distinfo Thu Oct 2 19:56:04 2014 (r369857) @@ -1,2 +1,2 @@ -SHA256 (OpenSceneGraph-3.3.0.zip) = 55224da955d58705d1cf9ec46a4129f29e8f37e69f4e9430c28f978594e1a5c6 -SIZE (OpenSceneGraph-3.3.0.zip) = 7627299 +SHA256 (OpenSceneGraph-3.3.2.zip) = 759676cdccd0b88e60dc1f86ee143c7598a817506fce9a6d8a388998f4230099 +SIZE (OpenSceneGraph-3.3.2.zip) = 8089660 Modified: head/graphics/osg-devel/pkg-plist ============================================================================== --- head/graphics/osg-devel/pkg-plist Thu Oct 2 19:55:55 2014 (r369856) +++ head/graphics/osg-devel/pkg-plist Thu Oct 2 19:56:04 2014 (r369857) @@ -11,6 +11,26 @@ include/OpenThreads/Condition include/OpenThreads/Config include/OpenThreads/Exports include/OpenThreads/Mutex +include/osg/Callback +include/osgGA/Event +include/osgGA/EventHandler +include/osgGA/Widget +include/osgPresentation/PresentationInterface +include/osgUI/AlignmentSettings +include/osgUI/ColorPalette +include/osgUI/ComboBox +include/osgUI/Dialog +include/osgUI/Export +include/osgUI/FrameSettings +include/osgUI/Label +include/osgUI/LineEdit +include/osgUI/Popup +include/osgUI/PushButton +include/osgUI/Style +include/osgUI/TextSettings +include/osgUI/Widget +include/osgVolume/MultipassTechnique +include/osgVolume/VolumeScene include/OpenThreads/ReadWriteMutex include/OpenThreads/ReentrantMutex include/OpenThreads/ScopedLock @@ -716,6 +736,7 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_ser lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgsim.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgterrain.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgtext.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgui.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgviewer.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgvolume.so %%SDL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_sdl.so @@ -735,6 +756,9 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_vtf lib/osgPlugins-%%OSG_VERSION%%/osgdb_x.so %%XINE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_xine.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_zip.so +lib/libosgUI.so +lib/libosgUI.so.%%OSG_VERSION%% +lib/libosgUI.so.%%OSG_SHLIBVER%% libdata/pkgconfig/openscenegraph-osg.pc libdata/pkgconfig/openscenegraph-osgAnimation.pc libdata/pkgconfig/openscenegraph-osgDB.pc From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:57: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 CA3EF8AC; Thu, 2 Oct 2014 19:57: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 B6BD1973; Thu, 2 Oct 2014 19:57: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 s92JvRcO071803; Thu, 2 Oct 2014 19:57:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92JvRXT071800; Thu, 2 Oct 2014 19:57:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410021957.s92JvRXT071800@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 19:57:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369858 - head/sysutils/cbsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 19:57:27 -0000 Author: amdmi3 Date: Thu Oct 2 19:57:26 2014 New Revision: 369858 URL: https://svnweb.freebsd.org/changeset/ports/369858 QAT: https://qat.redports.org/buildarchive/r369858/ Log: - Update to 10.1.1 PR: 194005 Submitted by: olevole@olevole.ru (maintainer) Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Thu Oct 2 19:56:04 2014 (r369857) +++ head/sysutils/cbsd/Makefile Thu Oct 2 19:57:26 2014 (r369858) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 10.1.0 +PORTVERSION= 10.1.1 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru @@ -17,7 +17,8 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/secu USE_GITHUB= yes GH_ACCOUNT= olevole -GH_COMMIT= 3e08717 +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 1a5ce04 USE_RC_SUBR= cbsdd cbsdrsyncd Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Thu Oct 2 19:56:04 2014 (r369857) +++ head/sysutils/cbsd/distinfo Thu Oct 2 19:57:26 2014 (r369858) @@ -1,2 +1,2 @@ -SHA256 (cbsd-10.1.0.tar.gz) = 253ba4a4390b89a1ee7320f1308a3af107d4e5c9bfbd693fcfac87fa6ea47eed -SIZE (cbsd-10.1.0.tar.gz) = 395840 +SHA256 (cbsd-10.1.1.tar.gz) = 6d36723d8ef7e2f25a86c0d5b302026304fe09a4906b66b2e3ac93b2dc17f67b +SIZE (cbsd-10.1.1.tar.gz) = 396514 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 19:59: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 3AF539C0; Thu, 2 Oct 2014 19:59: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 0D4F3982; Thu, 2 Oct 2014 19:59: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 s92Jx2OR072091; Thu, 2 Oct 2014 19:59:02 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Jx2IY072089; Thu, 2 Oct 2014 19:59:02 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410021959.s92Jx2IY072089@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 2 Oct 2014 19:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369859 - 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 19:59:03 -0000 Author: matthew Date: Thu Oct 2 19:59:02 2014 New Revision: 369859 URL: https://svnweb.freebsd.org/changeset/ports/369859 QAT: https://qat.redports.org/buildarchive/r369859/ Log: www/rt42 < 4.2.8 is vulnerable to shellshock related exploits through its SMIME integration. Security: 81e2b308-4a6c-11e4-b711-6805ca0b3d42 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 2 19:57:26 2014 (r369858) +++ head/security/vuxml/vuln.xml Thu Oct 2 19:59:02 2014 (r369859) @@ -57,6 +57,42 @@ Notes: --> + + rt42 -- vulnerabilities related to shellshock + + + rt42 + 4.2.04.2.8 + + + + +

Best Practical reports:

+
+

RT 4.2.0 and above may be vulnerable to arbitrary + execution of code by way of CVE-2014-7169, CVE-2014-7186, + CVE-2014-7187, CVE-2014-6277, or CVE-2014-6271 -- + collectively known as "Shellshock." This vulnerability + requires a privileged user with access to an RT instance + running with SMIME integration enabled; it applies to both + mod_perl and fastcgi deployments. If you have already + taken upgrades to bash to resolve "Shellshock," you are + protected from this vulnerability in RT, and there is no + need to apply this patch. This vulnerability has been + assigned CVE-2014-7227.

+
+ +
+ + http://blog.bestpractical.com/2014/10/security-vulnerability-in-rt-42x-cve-2014-7227.html + CVE-2014-7227 + + + 2014-10-02 + 2014-10-02 + +
+ jenkins -- remote execution, privilege escalation, XSS, password exposure, ACL hole, DoS From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 20:07: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 C1B30E81; Thu, 2 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 AD0C5AC3; Thu, 2 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 s92K7CbU076851; Thu, 2 Oct 2014 20:07:12 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92K7C6o076848; Thu, 2 Oct 2014 20:07:12 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410022007.s92K7C6o076848@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 2 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: r369860 - head/www/rt42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 20:07:13 -0000 Author: matthew Date: Thu Oct 2 20:07:11 2014 New Revision: 369860 URL: https://svnweb.freebsd.org/changeset/ports/369860 QAT: https://qat.redports.org/buildarchive/r369860/ Log: Security update to 4.2.8 The SMIME integration has led to www/rt42 being vulnerable to shellshock related exploits. Also contains minor fixes to Oracle DB schema updates from 4.2.7. No changes for other RDBMS backends. While here: - Drop @dirrmtry from pkg-plist (mostly) and use @dir() to set the permissions on ${LOCALBASE}/etc/rt42/ Release Notes: http://bestpractical.com/release-notes/rt/4.2.8 MFH: 2014Q4 Security: 81e2b308-4a6c-11e4-b711-6805ca0b3d42 Modified: head/www/rt42/Makefile head/www/rt42/distinfo head/www/rt42/pkg-plist Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Thu Oct 2 19:59:02 2014 (r369859) +++ head/www/rt42/Makefile Thu Oct 2 20:07:11 2014 (r369860) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rt -DISTVERSION= 4.2.7 +DISTVERSION= 4.2.8 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 Modified: head/www/rt42/distinfo ============================================================================== --- head/www/rt42/distinfo Thu Oct 2 19:59:02 2014 (r369859) +++ head/www/rt42/distinfo Thu Oct 2 20:07:11 2014 (r369860) @@ -1,2 +1,2 @@ -SHA256 (rt-4.2.7.tar.gz) = d1631333e6cf9d6fa7712da5160a5205aa581f88ca97e7a0092e5ce8aece8fea -SIZE (rt-4.2.7.tar.gz) = 7592821 +SHA256 (rt-4.2.8.tar.gz) = 25009913d2d495ff91f21a47a61ebec1a246a2c89422e22700810a7ef51ede4c +SIZE (rt-4.2.8.tar.gz) = 7612063 Modified: head/www/rt42/pkg-plist ============================================================================== --- head/www/rt42/pkg-plist Thu Oct 2 19:59:02 2014 (r369859) +++ head/www/rt42/pkg-plist Thu Oct 2 20:07:11 2014 (r369860) @@ -2,12 +2,12 @@ bin/rt bin/rt-crontool bin/rt-mailgate +@dir(root,rt,0750) %%RT_ETC_DIR%% @mode 0440 %%RT_ETC_DIR%%/RT_Config.pm @unexec if cmp -s %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm-dist %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm ; then rm -f %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm; fi %%RT_ETC_DIR%%/RT_SiteConfig.pm-dist @exec [ -f %B/RT_SiteConfig.pm ] || cp -p %D/%F %B/RT_SiteConfig.pm -@mode %%RT_ETC_DIR%%/acl.Oracle %%RT_ETC_DIR%%/acl.Pg %%RT_ETC_DIR%%/acl.mysql @@ -16,8 +16,6 @@ bin/rt-mailgate %%RT_ETC_DIR%%/schema.Pg %%RT_ETC_DIR%%/schema.SQLite %%RT_ETC_DIR%%/schema.mysql -@exec chmod 0750 %D/%%RT_ETC_DIR%% -@exec chgrp rt %D/%%RT_ETC_DIR%% @group wheel %%SITE_PERL%%/RT.pm %%SITE_PERL%%/RT/ACE.pm @@ -480,6 +478,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.6/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.6/schema.mysql %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.7/content +%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.8/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/generate-rtaddressregexp %%PORTDOCS%%%%DOCSDIR%%/upgrade/sanity-check-stylesheets.pl %%PORTDOCS%%%%DOCSDIR%%/upgrade/shrink_cgm_table.pl @@ -1500,309 +1499,6 @@ sbin/standalone_httpd %%DATADIR%%/static/js/supersubs.js %%DATADIR%%/static/js/titlebox-state.js %%DATADIR%%/static/js/util.js -@dirrmtry %%RT_ETC_DIR%% -@dirrmtry %%SITE_PERL%%/RT/Action -@dirrmtry %%SITE_PERL%%/RT/Approval/Rule -@dirrmtry %%SITE_PERL%%/RT/Approval -@dirrmtry %%SITE_PERL%%/RT/Condition -@dirrmtry %%SITE_PERL%%/RT/Crypt/GnuPG -@dirrmtry %%SITE_PERL%%/RT/Crypt -@dirrmtry %%SITE_PERL%%/RT/CustomFieldValues -@dirrmtry %%SITE_PERL%%/RT/Dashboard -@dirrmtry %%SITE_PERL%%/RT/DependencyWalker -@dirrmtry %%SITE_PERL%%/RT/Graph -@dirrmtry %%SITE_PERL%%/RT/I18N -@dirrmtry %%SITE_PERL%%/RT/Interface/Email/Auth -@dirrmtry %%SITE_PERL%%/RT/Interface/Email -@dirrmtry %%SITE_PERL%%/RT/Interface/Web/Middleware -@dirrmtry %%SITE_PERL%%/RT/Interface/Web/QueryBuilder -@dirrmtry %%SITE_PERL%%/RT/Interface/Web -@dirrmtry %%SITE_PERL%%/RT/Interface -@dirrmtry %%SITE_PERL%%/RT/Lifecycle -@dirrmtry %%SITE_PERL%%/RT/Migrate/Importer -@dirrmtry %%SITE_PERL%%/RT/Migrate/Serializer -@dirrmtry %%SITE_PERL%%/RT/Migrate -@dirrmtry %%SITE_PERL%%/RT/Pod -@dirrmtry %%SITE_PERL%%/RT/Record/Role -@dirrmtry %%SITE_PERL%%/RT/Record -@dirrmtry %%SITE_PERL%%/RT/Report/Tickets -@dirrmtry %%SITE_PERL%%/RT/Report -@dirrmtry %%SITE_PERL%%/RT/Search -@dirrmtry %%SITE_PERL%%/RT/SearchBuilder/Role -@dirrmtry %%SITE_PERL%%/RT/SearchBuilder -@dirrmtry %%SITE_PERL%%/RT/Shredder/Plugin/Base -@dirrmtry %%SITE_PERL%%/RT/Shredder/Plugin -@dirrmtry %%SITE_PERL%%/RT/Shredder -@dirrmtry %%SITE_PERL%%/RT/Squish -@dirrmtry %%SITE_PERL%%/RT/Test -@dirrmtry %%SITE_PERL%%/RT/URI -@dirrmtry %%SITE_PERL%%/RT -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/customizing -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/extending -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/images -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/incremental-export -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/reporting -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.15 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.17 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.3.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.3.11 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.5.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.10 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.15 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.19 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.81 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.82 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.85 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.86 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.87 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.8 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.9 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.5 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.8 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.12 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.13 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.18 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.19 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.9 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.10 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.11 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.12 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.13 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.14 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.15 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.16 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.17 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.18 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.19 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.20 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.21 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.22 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.23 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.5 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.8 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.9 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry %%DATADIR%%/etc -@dirrmtry %%DATADIR%%/fonts -@dirrmtry %%DATADIR%%/html/Admin/Articles/Classes -@dirrmtry %%DATADIR%%/html/Admin/Articles/Elements -@dirrmtry %%DATADIR%%/html/Admin/Articles -@dirrmtry %%DATADIR%%/html/Admin/CustomFields -@dirrmtry %%DATADIR%%/html/Admin/Elements -@dirrmtry %%DATADIR%%/html/Admin/Global/CustomFields -@dirrmtry %%DATADIR%%/html/Admin/Global -@dirrmtry %%DATADIR%%/html/Admin/Groups -@dirrmtry %%DATADIR%%/html/Admin/Queues -@dirrmtry %%DATADIR%%/html/Admin/Scrips/Elements -@dirrmtry %%DATADIR%%/html/Admin/Scrips -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Dumps -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements/Error -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements/Object -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder -@dirrmtry %%DATADIR%%/html/Admin/Tools -@dirrmtry %%DATADIR%%/html/Admin/Users -@dirrmtry %%DATADIR%%/html/Admin -@dirrmtry %%DATADIR%%/html/Approvals/Elements -@dirrmtry %%DATADIR%%/html/Approvals -@dirrmtry %%DATADIR%%/html/Articles/Article/Elements -@dirrmtry %%DATADIR%%/html/Articles/Article -@dirrmtry %%DATADIR%%/html/Articles/Elements -@dirrmtry %%DATADIR%%/html/Articles -@dirrmtry %%DATADIR%%/html/Dashboards/Elements/ShowPortlet -@dirrmtry %%DATADIR%%/html/Dashboards/Elements -@dirrmtry %%DATADIR%%/html/Dashboards -@dirrmtry %%DATADIR%%/html/Download/CustomFieldValue -@dirrmtry %%DATADIR%%/html/Download -@dirrmtry %%DATADIR%%/html/Elements/CollectionAsTable -@dirrmtry %%DATADIR%%/html/Elements/Crypt -@dirrmtry %%DATADIR%%/html/Elements/RT__Article -@dirrmtry %%DATADIR%%/html/Elements/RT__Class -@dirrmtry %%DATADIR%%/html/Elements/RT__CustomField -@dirrmtry %%DATADIR%%/html/Elements/RT__Dashboard -@dirrmtry %%DATADIR%%/html/Elements/RT__Group -@dirrmtry %%DATADIR%%/html/Elements/RT__Queue -@dirrmtry %%DATADIR%%/html/Elements/RT__SavedSearch -@dirrmtry %%DATADIR%%/html/Elements/RT__Scrip -@dirrmtry %%DATADIR%%/html/Elements/RT__Template -@dirrmtry %%DATADIR%%/html/Elements/RT__Ticket -@dirrmtry %%DATADIR%%/html/Elements/RT__User -@dirrmtry %%DATADIR%%/html/Elements -@dirrmtry %%DATADIR%%/html/Errors/WebRemoteUser -@dirrmtry %%DATADIR%%/html/Errors -@dirrmtry %%DATADIR%%/html/Helpers/Autocomplete -@dirrmtry %%DATADIR%%/html/Helpers/Toggle -@dirrmtry %%DATADIR%%/html/Helpers -@dirrmtry %%DATADIR%%/html/Install/Elements -@dirrmtry %%DATADIR%%/html/Install -@dirrmtry %%DATADIR%%/html/NoAuth/Helpers/CustomLogo -@dirrmtry %%DATADIR%%/html/NoAuth/Helpers -@dirrmtry %%DATADIR%%/html/NoAuth/RichText -@dirrmtry %%DATADIR%%/html/NoAuth/css/aileron -@dirrmtry %%DATADIR%%/html/NoAuth/css/ballard -@dirrmtry %%DATADIR%%/html/NoAuth/css/base -@dirrmtry %%DATADIR%%/html/NoAuth/css/rudder -@dirrmtry %%DATADIR%%/html/NoAuth/css/web2 -@dirrmtry %%DATADIR%%/html/NoAuth/css -@dirrmtry %%DATADIR%%/html/NoAuth/iCal -@dirrmtry %%DATADIR%%/html/NoAuth/js -@dirrmtry %%DATADIR%%/html/NoAuth/rss -@dirrmtry %%DATADIR%%/html/NoAuth -@dirrmtry %%DATADIR%%/html/Prefs -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/attachment -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/group -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/queue -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/ticket -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/transaction -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/user -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms -@dirrmtry %%DATADIR%%/html/REST/1.0/NoAuth -@dirrmtry %%DATADIR%%/html/REST/1.0/search -@dirrmtry %%DATADIR%%/html/REST/1.0/ticket -@dirrmtry %%DATADIR%%/html/REST/1.0 -@dirrmtry %%DATADIR%%/html/REST -@dirrmtry %%DATADIR%%/html/Search/Elements -@dirrmtry %%DATADIR%%/html/Search -@dirrmtry %%DATADIR%%/html/SelfService/Article -@dirrmtry %%DATADIR%%/html/SelfService/Attachment -@dirrmtry %%DATADIR%%/html/SelfService/Elements -@dirrmtry %%DATADIR%%/html/SelfService/Helpers/Autocomplete -@dirrmtry %%DATADIR%%/html/SelfService/Helpers -@dirrmtry %%DATADIR%%/html/SelfService -@dirrmtry %%DATADIR%%/html/Ticket/Attachment/WithHeaders -@dirrmtry %%DATADIR%%/html/Ticket/Attachment -@dirrmtry %%DATADIR%%/html/Ticket/Elements -@dirrmtry %%DATADIR%%/html/Ticket/Graphs/Elements -@dirrmtry %%DATADIR%%/html/Ticket/Graphs -@dirrmtry %%DATADIR%%/html/Ticket -@dirrmtry %%DATADIR%%/html/Tools -@dirrmtry %%DATADIR%%/html/User/Elements/Portlets -@dirrmtry %%DATADIR%%/html/User/Elements -@dirrmtry %%DATADIR%%/html/User -@dirrmtry %%DATADIR%%/html/Widgets/Form -@dirrmtry %%DATADIR%%/html/Widgets -@dirrmtry %%DATADIR%%/html/m/_elements -@dirrmtry %%DATADIR%%/html/m/ticket -@dirrmtry %%DATADIR%%/html/m/tickets -@dirrmtry %%DATADIR%%/html/m -@dirrmtry %%DATADIR%%/html -@dirrmtry %%DATADIR%%/lib -@dirrmtry %%DATADIR%%/plugins -@dirrmtry %%DATADIR%%/po -@dirrmtry %%DATADIR%%/static/RichText/lang -@dirrmtry %%DATADIR%%/static/RichText/plugins/a11yhelp/dialogs/lang -@dirrmtry %%DATADIR%%/static/RichText/plugins/a11yhelp/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/a11yhelp -@dirrmtry %%DATADIR%%/static/RichText/plugins/about/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/about -@dirrmtry %%DATADIR%%/static/RichText/plugins/clipboard/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/clipboard -@dirrmtry %%DATADIR%%/static/RichText/plugins/colordialog/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/colordialog -@dirrmtry %%DATADIR%%/static/RichText/plugins/dialog -@dirrmtry %%DATADIR%%/static/RichText/plugins/div/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/div -@dirrmtry %%DATADIR%%/static/RichText/plugins/fakeobjects/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/fakeobjects -@dirrmtry %%DATADIR%%/static/RichText/plugins/find/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/find -@dirrmtry %%DATADIR%%/static/RichText/plugins/flash/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/flash/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/flash -@dirrmtry %%DATADIR%%/static/RichText/plugins/forms/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/forms/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/forms -@dirrmtry %%DATADIR%%/static/RichText/plugins/iframe/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/iframe/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/iframe -@dirrmtry %%DATADIR%%/static/RichText/plugins/image/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/image/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/image -@dirrmtry %%DATADIR%%/static/RichText/plugins/link/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/link/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/link -@dirrmtry %%DATADIR%%/static/RichText/plugins/liststyle/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/liststyle -@dirrmtry %%DATADIR%%/static/RichText/plugins/magicline/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/magicline -@dirrmtry %%DATADIR%%/static/RichText/plugins/pagebreak/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/pagebreak -@dirrmtry %%DATADIR%%/static/RichText/plugins/pastefromword/filter -@dirrmtry %%DATADIR%%/static/RichText/plugins/pastefromword -@dirrmtry %%DATADIR%%/static/RichText/plugins/preview -@dirrmtry %%DATADIR%%/static/RichText/plugins/scayt/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/scayt -@dirrmtry %%DATADIR%%/static/RichText/plugins/showblocks/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/showblocks -@dirrmtry %%DATADIR%%/static/RichText/plugins/smiley/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/smiley/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/smiley -@dirrmtry %%DATADIR%%/static/RichText/plugins/specialchar/dialogs/lang -@dirrmtry %%DATADIR%%/static/RichText/plugins/specialchar/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/specialchar -@dirrmtry %%DATADIR%%/static/RichText/plugins/table/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/table -@dirrmtry %%DATADIR%%/static/RichText/plugins/tabletools/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/tabletools -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates/templates/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates/templates -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates -@dirrmtry %%DATADIR%%/static/RichText/plugins/wsc/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/wsc -@dirrmtry %%DATADIR%%/static/RichText/plugins -@dirrmtry %%DATADIR%%/static/RichText/skins/kama/images -@dirrmtry %%DATADIR%%/static/RichText/skins/kama -@dirrmtry %%DATADIR%%/static/RichText/skins -@dirrmtry %%DATADIR%%/static/RichText -@dirrmtry %%DATADIR%%/static/css/aileron -@dirrmtry %%DATADIR%%/static/css/ballard -@dirrmtry %%DATADIR%%/static/css/base -@dirrmtry %%DATADIR%%/static/css/images -@dirrmtry %%DATADIR%%/static/css/rudder -@dirrmtry %%DATADIR%%/static/css/web2 -@dirrmtry %%DATADIR%%/static/css -@dirrmtry %%DATADIR%%/static/images/css -@dirrmtry %%DATADIR%%/static/images/farbtastic -@dirrmtry %%DATADIR%%/static/images/jquery_ui -@dirrmtry %%DATADIR%%/static/images/tablesorter -@dirrmtry %%DATADIR%%/static/images -@dirrmtry %%DATADIR%%/static/js -@dirrmtry %%DATADIR%%/static -@dirrmtry %%DATADIR%% -@dirrmtry %%WWWDIR%%42 @unexec rmdir "/var/run/rt42/mason_data/cache" >/dev/null 2>&1 || : @unexec rmdir "/var/run/rt42/mason_data/etc" >/dev/null 2>&1 || : @unexec rmdir "/var/run/rt42/mason_data/obj" >/dev/null 2>&1 || : From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 20:39: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 AB18FA63; Thu, 2 Oct 2014 20:39: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 8C63FDB9; Thu, 2 Oct 2014 20:39: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 s92KdG6O091930; Thu, 2 Oct 2014 20:39:16 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92KdGRZ091928; Thu, 2 Oct 2014 20:39:16 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201410022039.s92KdGRZ091928@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 2 Oct 2014 20:39:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369861 - in head/sysutils/xosview: . 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 20:39:16 -0000 Author: glebius (src committer) Date: Thu Oct 2 20:39:15 2014 New Revision: 369861 URL: https://svnweb.freebsd.org/changeset/ports/369861 QAT: https://qat.redports.org/buildarchive/r369861/ Log: - Get interface stats via getifaddrs(3) instead of kvm(3). - Get vmstat via sysctl(3) instead of kvm(3). Approved by: bapt (blanket) Added: head/sysutils/xosview/files/ head/sysutils/xosview/files/patch-bsd-kernel.cc (contents, props changed) Modified: head/sysutils/xosview/Makefile Modified: head/sysutils/xosview/Makefile ============================================================================== --- head/sysutils/xosview/Makefile Thu Oct 2 20:07:11 2014 (r369860) +++ head/sysutils/xosview/Makefile Thu Oct 2 20:39:15 2014 (r369861) @@ -3,7 +3,7 @@ PORTNAME= xosview PORTVERSION= 1.16 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.pogo.org.uk/~mark/xosview/releases/ Added: head/sysutils/xosview/files/patch-bsd-kernel.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xosview/files/patch-bsd-kernel.cc Thu Oct 2 20:39:15 2014 (r369861) @@ -0,0 +1,222 @@ +--- bsd/kernel.cc.orig 2013-08-23 13:40:35.000000000 +0400 ++++ bsd/kernel.cc 2014-10-03 00:35:05.000000000 +0400 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -43,7 +44,6 @@ + #if defined(XOSVIEW_FREEBSD) || defined(XOSVIEW_DFBSD) + static const char ACPIDEV[] = "/dev/acpi"; + static const char APMDEV[] = "/dev/apm"; +-#include + #include + #include + #include +@@ -115,56 +115,41 @@ + // this later on. This keeps the indices within the nlist constant. + #define DUMMY_SYM "dummy_sym" + +-#if defined(XOSVIEW_FREEBSD) +-{ "_cnt" }, +-#define VMMETER_SYM_INDEX 0 +-#else +-{ DUMMY_SYM }, +-#define DUMMY_0 +-#endif +-#if !defined(XOSVIEW_OPENBSD) +-{ "_ifnet" }, +-#define IFNET_SYM_INDEX 1 +-#else +-{ DUMMY_SYM }, +-#define DUMMY_1 +-#endif +- + #if defined(XOSVIEW_OPENBSD) + { "_disklist" }, +-#define DISKLIST_SYM_INDEX 2 ++#define DISKLIST_SYM_INDEX 0 + #else + { DUMMY_SYM }, +-#define DUMMY_2 ++#define DUMMY_0 + #endif + #if defined(XOSVIEW_NETBSD) + { "_allevents" }, +-#define ALLEVENTS_SYM_INDEX 3 ++#define ALLEVENTS_SYM_INDEX 1 + { "_bufmem" }, +-#define BUFMEM_SYM_INDEX 4 ++#define BUFMEM_SYM_INDEX 2 + #else + { DUMMY_SYM }, +-#define DUMMY_3 ++#define DUMMY_1 + { DUMMY_SYM }, +-#define DUMMY_4 ++#define DUMMY_2 + #endif + #if defined(XOSVIEW_FREEBSD) + { "_intrnames" }, +-#define INTRNAMES_SYM_INDEX 5 ++#define INTRNAMES_SYM_INDEX 3 + # if __FreeBSD_version >= 900040 + { "_sintrnames" }, + # else + { "_eintrnames" }, + # endif +-#define EINTRNAMES_SYM_INDEX 6 ++#define EINTRNAMES_SYM_INDEX 4 + { "_intrcnt" }, +-#define INTRCNT_SYM_INDEX 7 ++#define INTRCNT_SYM_INDEX 5 + # if __FreeBSD_version >= 900040 + { "_sintrcnt" }, + # else + { "_eintrcnt" }, + # endif +-#define EINTRCNT_SYM_INDEX 8 ++#define EINTRCNT_SYM_INDEX 6 + #endif + { NULL } + }; +@@ -337,7 +322,21 @@ + #else /* HAVE_UVM */ + struct vmmeter vm; + #if defined(XOSVIEW_FREEBSD) +- safe_kvm_read_symbol(VMMETER_SYM_INDEX, &vm, sizeof(vm)); ++ size_t size = sizeof(unsigned int); ++ ++#define GET_VM_STATS(name) \ ++ sysctlbyname("vm.stats.vm." #name, &vm.name, &size, NULL, 0) ++ GET_VM_STATS(v_active_count); ++ GET_VM_STATS(v_inactive_count); ++ GET_VM_STATS(v_wire_count); ++ GET_VM_STATS(v_cache_count); ++ GET_VM_STATS(v_free_count); ++ GET_VM_STATS(v_page_size); ++ GET_VM_STATS(v_vnodepgsin); ++ GET_VM_STATS(v_vnodepgsout); ++ GET_VM_STATS(v_swappgsin); ++ GET_VM_STATS(v_swappgsout); ++#undef GET_VM_STATS + #else /* XOSVIEW_DFBSD */ + struct vmstats vms; + size_t size = sizeof(vms); +@@ -421,99 +420,37 @@ + int + BSDNetInit() { + OpenKDIfNeeded(); +-#if defined(XOSVIEW_NETBSD) +- return ValidSymbol(IFNET_SYM_INDEX); +-#else + return 1; +-#endif + } + + void + BSDGetNetInOut(unsigned long long *inbytes, unsigned long long *outbytes, const char *netIface, bool ignored) { +- char ifname[IFNAMSIZ]; ++ struct ifaddrs *ifap, *ifa; + *inbytes = 0; + *outbytes = 0; +-#if defined(XOSVIEW_OPENBSD) +- size_t size; +- char *buf, *next; +- struct if_msghdr *ifm; +- struct if_data ifd; +- struct sockaddr_dl *sdl; +- +- if ( sysctl(mib_ifl, 6, NULL, &size, NULL, 0) < 0 ) +- err(EX_OSERR, "BSDGetNetInOut(): sysctl 1 failed"); +- if ( (buf = (char *)malloc(size)) == NULL) +- err(EX_OSERR, "BSDGetNetInOut(): malloc failed"); +- if ( sysctl(mib_ifl, 6, buf, &size, NULL, 0) < 0 ) +- err(EX_OSERR, "BSDGetNetInOut(): sysctl 2 failed"); + +- for (next = buf; next < buf + size; next += ifm->ifm_msglen) { +- bool skipif = false; +- ifm = (struct if_msghdr *)next; +- if (ifm->ifm_type != RTM_IFINFO || ifm->ifm_addrs & RTAX_IFP == 0) +- continue; +- ifd = ifm->ifm_data; +- sdl = (struct sockaddr_dl *)(ifm + 1); +- if (sdl->sdl_family != AF_LINK) +- continue; +- if ( strncmp(netIface, "False", 5) != 0 ) { +- memcpy(ifname, sdl->sdl_data, (sdl->sdl_nlen >= IFNAMSIZ ? IFNAMSIZ - 1 : sdl->sdl_nlen)); +- if ( (!ignored && strncmp(sdl->sdl_data, netIface, sdl->sdl_nlen) != 0) || +- ( ignored && strncmp(sdl->sdl_data, netIface, sdl->sdl_nlen) == 0) ) +- skipif = true; +- } +- if (!skipif) { +- *inbytes += ifd.ifi_ibytes; +- *outbytes += ifd.ifi_obytes; +- } +- } +- free(buf); +-#else /* XOSVIEW_OPENBSD */ +- struct ifnet *ifnetp; +- struct ifnet ifnet; +-#if defined (XOSVIEW_NETBSD) +- struct ifnet_head ifnethd; +-#else +- struct ifnethead ifnethd; +-#endif +- safe_kvm_read(nlst[IFNET_SYM_INDEX].n_value, &ifnethd, sizeof(ifnethd)); +- ifnetp = TAILQ_FIRST(&ifnethd); ++ if (getifaddrs(&ifap) != 0) ++ return; + +- while (ifnetp) { ++ for (ifa = ifap; ifa; ifa = ifa->ifa_next) { + bool skipif = false; +- // Now, dereference the pointer to get the ifnet struct. +- safe_kvm_read((u_long)ifnetp, &ifnet, sizeof(ifnet)); +- strlcpy(ifname, ifnet.if_xname, sizeof(ifname)); +-#if defined(XOSVIEW_NETBSD) +- ifnetp = TAILQ_NEXT(&ifnet, if_list); +-#else +- ifnetp = TAILQ_NEXT(&ifnet, if_link); +-#endif +- if (!(ifnet.if_flags & IFF_UP)) ++ ++ if (ifa->ifa_addr->sa_family != AF_LINK) + continue; ++ + if ( strncmp(netIface, "False", 5) != 0 ) { +- if ( (!ignored && strncmp(ifname, netIface, 256) != 0) || +- ( ignored && strncmp(ifname, netIface, 256) == 0) ) ++ if ( (!ignored && strncmp(ifa->ifa_name, netIface, 256) != 0) || ++ ( ignored && strncmp(ifa->ifa_name, netIface, 256) == 0) ) + skipif = true; + } ++#define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s) + if (!skipif) { +-#if defined(XOSVIEW_DFBSD) && __DragonFly_version > 300304 +- struct ifdata_pcpu *ifdatap = ifnet.if_data_pcpu; +- struct ifdata_pcpu ifdata; +- int ncpus = BSDCountCpus(); +- for (int cpu = 0; cpu < ncpus; cpu++) { +- safe_kvm_read((u_long)ifdatap + cpu * sizeof(ifdata), +- &ifdata, sizeof(ifdata)); +- *inbytes += ifdata.ifd_ibytes; +- *outbytes += ifdata.ifd_obytes; +- } +-#else +- *inbytes += ifnet.if_ibytes; +- *outbytes += ifnet.if_obytes; +-#endif ++ *inbytes += IFA_STAT(ibytes); ++ *outbytes += IFA_STAT(obytes); + } ++#undef IFA_STAT + } +-#endif /* XOSVIEW_OPENBSD */ ++ freeifaddrs(ifap); + } + + From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 21:04: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 80DF652D; Thu, 2 Oct 2014 21: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 53E83128; Thu, 2 Oct 2014 21: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 s92L4Ki6005468; Thu, 2 Oct 2014 21:04:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92L4KcS005467; Thu, 2 Oct 2014 21:04:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410022104.s92L4KcS005467@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 21:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369862 - 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: Thu, 02 Oct 2014 21:04:20 -0000 Author: antoine Date: Thu Oct 2 21:04:19 2014 New Revision: 369862 URL: https://svnweb.freebsd.org/changeset/ports/369862 QAT: https://qat.redports.org/buildarchive/r369862/ Log: Remove duplicate patch Deleted: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 21:11: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 B3C9077B; Thu, 2 Oct 2014 21:11:35 +0000 (UTC) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.allbsd.org", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2D21A1; Thu, 2 Oct 2014 21:11:35 +0000 (UTC) Received: from alph.d.allbsd.org ([IPv6:2001:2f0:104:e010:862b:2bff:febc:8956]) (authenticated bits=56) by mail.allbsd.org (8.14.9/8.14.8) with ESMTP id s92LBDdA056257 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 3 Oct 2014 06:11:24 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.8/8.14.8) with ESMTP id s92LBD6G024087; Fri, 3 Oct 2014 06:11:13 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 03 Oct 2014 06:10:59 +0900 (JST) Message-Id: <20141003.061059.1891422435360891210.hrs@allbsd.org> To: mat@FreeBSD.org Subject: Re: svn commit: r369831 - in head/net/quagga: . files From: Hiroki Sato In-Reply-To: <201410021544.s92Fi4wJ047447@svn.freebsd.org> References: <201410021544.s92Fi4wJ047447@svn.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.6 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Oct__3_06_10_59_2014_843)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mail.allbsd.org [IPv6:2001:2f0:104:e001::32]); Fri, 03 Oct 2014 06:11:29 +0900 (JST) X-Spam-Status: No, score=-97.9 required=13.0 tests=CONTENT_TYPE_PRESENT, RDNS_NONE,SPF_SOFTFAIL,USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org 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 21:11:35 -0000 ----Security_Multipart(Fri_Oct__3_06_10_59_2014_843)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Mathieu, Mathieu Arnold wrote in <201410021544.s92Fi4wJ047447@svn.freebsd.org>: ma> Author: mat ma> Date: Thu Oct 2 15:44:03 2014 ma> New Revision: 369831 ma> URL: https://svnweb.freebsd.org/changeset/ports/369831 ma> QAT: https://qat.redports.org/buildarchive/r369831/ ma> ma> Log: ma> Update to 0.99.23.1. [1] ma> General cleanup. ma> ma> PR: 194090 [1] ma> Submitted by: Olivier Cochard [1] ma> Sponsored by: Absolight ... ma> @@ -30,6 +26,8 @@ INFO= quagga ma> ma> OPTIONS_DEFINE= ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \ ma> NO_BGP_ANNOUNCE OSPF_NEXTHOP ma> +WITHOUT=${OPTIONS_DEFINE} ma> +OPTIONS_SUB= yes What is the purpose of WITHOUT=${OPTIONS_DEFINE} here? -- Hiroki ----Security_Multipart(Fri_Oct__3_06_10_59_2014_843)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlQtv2MACgkQTyzT2CeTzy0W+ACfc02tZlW16yNL69AWmf7wwYUq MFoAoLlk9DFZyr1t+1p2AzdGUKsCvo/I =7rDS -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Oct__3_06_10_59_2014_843)---- From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 21: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 0F0CE8A1; Thu, 2 Oct 2014 21:14: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 EFA35256; Thu, 2 Oct 2014 21:14: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 s92LEV8J010308; Thu, 2 Oct 2014 21:14:31 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92LEV5C010307; Thu, 2 Oct 2014 21:14:31 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410022114.s92LEV5C010307@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 21:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369863 - 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 21:14:32 -0000 Author: bdrewery Date: Thu Oct 2 21:14:31 2014 New Revision: 369863 URL: https://svnweb.freebsd.org/changeset/ports/369863 QAT: https://qat.redports.org/buildarchive/r369863/ Log: Fix rsyslog entry for pkgname matching Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 2 21:04:19 2014 (r369862) +++ head/security/vuxml/vuln.xml Thu Oct 2 21:14:31 2014 (r369863) @@ -335,6 +335,9 @@ Notes: rsyslog 7.6.7 + + + rsyslog8 8.4.2 From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 21:17: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 74495A22; Thu, 2 Oct 2014 21:17: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 60E0D27E; Thu, 2 Oct 2014 21:17: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 s92LHcvC010801; Thu, 2 Oct 2014 21:17:38 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92LHcFD010800; Thu, 2 Oct 2014 21:17:38 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410022117.s92LHcFD010800@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 21:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369864 - head/sysutils/rsyslog7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: 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 21:17:38 -0000 Author: bdrewery Date: Thu Oct 2 21:17:37 2014 New Revision: 369864 URL: https://svnweb.freebsd.org/changeset/ports/369864 QAT: https://qat.redports.org/buildarchive/r369864/ Log: Add missed PORTVERSION bump from r369854 Modified: head/sysutils/rsyslog7/Makefile Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Thu Oct 2 21:14:31 2014 (r369863) +++ head/sysutils/rsyslog7/Makefile Thu Oct 2 21:17:37 2014 (r369864) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.6.6 +PORTVERSION= 7.6.7 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 21:18: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 ECB4FC4D; Thu, 2 Oct 2014 21:18: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 D9782289; Thu, 2 Oct 2014 21:18: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 s92LIaoI011070; Thu, 2 Oct 2014 21:18:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92LIaxU011069; Thu, 2 Oct 2014 21:18:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410022118.s92LIaxU011069@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 21:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369865 - 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 21:18:37 -0000 Author: mat Date: Thu Oct 2 21:18:36 2014 New Revision: 369865 URL: https://svnweb.freebsd.org/changeset/ports/369865 QAT: https://qat.redports.org/buildarchive/r369865/ Log: And allow people building with options. Noticed by: hrs Pointy hat to: mat Sponsored by: Absolight Modified: head/net/quagga/Makefile Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Oct 2 21:17:37 2014 (r369864) +++ head/net/quagga/Makefile Thu Oct 2 21:18:36 2014 (r369865) @@ -3,7 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.23.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH @@ -27,7 +27,6 @@ INFO= quagga OPTIONS_DEFINE= ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \ NO_BGP_ANNOUNCE OSPF_NEXTHOP -WITHOUT=${OPTIONS_DEFINE} OPTIONS_SUB= yes ISISD_DESC= Enable experimental ISIS daemon From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 21:29: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 99CF73D2; Thu, 2 Oct 2014 21:29: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 6C9CA3C9; Thu, 2 Oct 2014 21:29: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 s92LTKeA015932; Thu, 2 Oct 2014 21:29:20 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92LTKxq015931; Thu, 2 Oct 2014 21:29:20 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201410022129.s92LTKxq015931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 2 Oct 2014 21:29:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369866 - head/sysutils/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: Thu, 02 Oct 2014 21:29:20 -0000 Author: brd (doc committer) Date: Thu Oct 2 21:29:19 2014 New Revision: 369866 URL: https://svnweb.freebsd.org/changeset/ports/369866 QAT: https://qat.redports.org/buildarchive/r369866/ Log: - Remove an old patch that does not apply anymore that I missed in the previous commit Reviewed by: bdrewery Deleted: head/sysutils/rsyslog8/files/patch-grammar__lexer.l From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 22:02: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 7DCE3929; Thu, 2 Oct 2014 22:02: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 68810958; Thu, 2 Oct 2014 22:02: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 s92M2QWr033827; Thu, 2 Oct 2014 22:02:26 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92M2POP033824; Thu, 2 Oct 2014 22:02:25 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410022202.s92M2POP033824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 2 Oct 2014 22:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369867 - branches/2014Q4/www/rt42 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 22:02:26 -0000 Author: matthew Date: Thu Oct 2 22:02:25 2014 New Revision: 369867 URL: https://svnweb.freebsd.org/changeset/ports/369867 QAT: https://qat.redports.org/buildarchive/r369867/ Log: MFH: r369860 Security update to 4.2.8 The SMIME integration has led to www/rt42 being vulnerable to shellshock related exploits. Also contains minor fixes to Oracle DB schema updates from 4.2.7. No changes for other RDBMS backends. While here: - Drop @dirrmtry from pkg-plist (mostly) and use @dir() to set the permissions on ${LOCALBASE}/etc/rt42/ Approved by: portmgr (erwin) Release Notes: http://bestpractical.com/release-notes/rt/4.2.8 Security: 81e2b308-4a6c-11e4-b711-6805ca0b3d42 Modified: branches/2014Q4/www/rt42/Makefile branches/2014Q4/www/rt42/distinfo branches/2014Q4/www/rt42/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/rt42/Makefile ============================================================================== --- branches/2014Q4/www/rt42/Makefile Thu Oct 2 21:29:19 2014 (r369866) +++ branches/2014Q4/www/rt42/Makefile Thu Oct 2 22:02:25 2014 (r369867) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rt -DISTVERSION= 4.2.7 +DISTVERSION= 4.2.8 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 Modified: branches/2014Q4/www/rt42/distinfo ============================================================================== --- branches/2014Q4/www/rt42/distinfo Thu Oct 2 21:29:19 2014 (r369866) +++ branches/2014Q4/www/rt42/distinfo Thu Oct 2 22:02:25 2014 (r369867) @@ -1,2 +1,2 @@ -SHA256 (rt-4.2.7.tar.gz) = d1631333e6cf9d6fa7712da5160a5205aa581f88ca97e7a0092e5ce8aece8fea -SIZE (rt-4.2.7.tar.gz) = 7592821 +SHA256 (rt-4.2.8.tar.gz) = 25009913d2d495ff91f21a47a61ebec1a246a2c89422e22700810a7ef51ede4c +SIZE (rt-4.2.8.tar.gz) = 7612063 Modified: branches/2014Q4/www/rt42/pkg-plist ============================================================================== --- branches/2014Q4/www/rt42/pkg-plist Thu Oct 2 21:29:19 2014 (r369866) +++ branches/2014Q4/www/rt42/pkg-plist Thu Oct 2 22:02:25 2014 (r369867) @@ -2,12 +2,12 @@ bin/rt bin/rt-crontool bin/rt-mailgate +@dir(root,rt,0750) %%RT_ETC_DIR%% @mode 0440 %%RT_ETC_DIR%%/RT_Config.pm @unexec if cmp -s %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm-dist %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm ; then rm -f %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm; fi %%RT_ETC_DIR%%/RT_SiteConfig.pm-dist @exec [ -f %B/RT_SiteConfig.pm ] || cp -p %D/%F %B/RT_SiteConfig.pm -@mode %%RT_ETC_DIR%%/acl.Oracle %%RT_ETC_DIR%%/acl.Pg %%RT_ETC_DIR%%/acl.mysql @@ -16,8 +16,6 @@ bin/rt-mailgate %%RT_ETC_DIR%%/schema.Pg %%RT_ETC_DIR%%/schema.SQLite %%RT_ETC_DIR%%/schema.mysql -@exec chmod 0750 %D/%%RT_ETC_DIR%% -@exec chgrp rt %D/%%RT_ETC_DIR%% @group wheel %%SITE_PERL%%/RT.pm %%SITE_PERL%%/RT/ACE.pm @@ -480,6 +478,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.6/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.6/schema.mysql %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.7/content +%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.8/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/generate-rtaddressregexp %%PORTDOCS%%%%DOCSDIR%%/upgrade/sanity-check-stylesheets.pl %%PORTDOCS%%%%DOCSDIR%%/upgrade/shrink_cgm_table.pl @@ -1500,309 +1499,6 @@ sbin/standalone_httpd %%DATADIR%%/static/js/supersubs.js %%DATADIR%%/static/js/titlebox-state.js %%DATADIR%%/static/js/util.js -@dirrmtry %%RT_ETC_DIR%% -@dirrmtry %%SITE_PERL%%/RT/Action -@dirrmtry %%SITE_PERL%%/RT/Approval/Rule -@dirrmtry %%SITE_PERL%%/RT/Approval -@dirrmtry %%SITE_PERL%%/RT/Condition -@dirrmtry %%SITE_PERL%%/RT/Crypt/GnuPG -@dirrmtry %%SITE_PERL%%/RT/Crypt -@dirrmtry %%SITE_PERL%%/RT/CustomFieldValues -@dirrmtry %%SITE_PERL%%/RT/Dashboard -@dirrmtry %%SITE_PERL%%/RT/DependencyWalker -@dirrmtry %%SITE_PERL%%/RT/Graph -@dirrmtry %%SITE_PERL%%/RT/I18N -@dirrmtry %%SITE_PERL%%/RT/Interface/Email/Auth -@dirrmtry %%SITE_PERL%%/RT/Interface/Email -@dirrmtry %%SITE_PERL%%/RT/Interface/Web/Middleware -@dirrmtry %%SITE_PERL%%/RT/Interface/Web/QueryBuilder -@dirrmtry %%SITE_PERL%%/RT/Interface/Web -@dirrmtry %%SITE_PERL%%/RT/Interface -@dirrmtry %%SITE_PERL%%/RT/Lifecycle -@dirrmtry %%SITE_PERL%%/RT/Migrate/Importer -@dirrmtry %%SITE_PERL%%/RT/Migrate/Serializer -@dirrmtry %%SITE_PERL%%/RT/Migrate -@dirrmtry %%SITE_PERL%%/RT/Pod -@dirrmtry %%SITE_PERL%%/RT/Record/Role -@dirrmtry %%SITE_PERL%%/RT/Record -@dirrmtry %%SITE_PERL%%/RT/Report/Tickets -@dirrmtry %%SITE_PERL%%/RT/Report -@dirrmtry %%SITE_PERL%%/RT/Search -@dirrmtry %%SITE_PERL%%/RT/SearchBuilder/Role -@dirrmtry %%SITE_PERL%%/RT/SearchBuilder -@dirrmtry %%SITE_PERL%%/RT/Shredder/Plugin/Base -@dirrmtry %%SITE_PERL%%/RT/Shredder/Plugin -@dirrmtry %%SITE_PERL%%/RT/Shredder -@dirrmtry %%SITE_PERL%%/RT/Squish -@dirrmtry %%SITE_PERL%%/RT/Test -@dirrmtry %%SITE_PERL%%/RT/URI -@dirrmtry %%SITE_PERL%%/RT -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/customizing -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/extending -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/images -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/incremental-export -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/reporting -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.15 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.17 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.3.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.3.11 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.5.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.10 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.15 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.19 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.81 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.82 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.85 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.86 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.87 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.8 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.9 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.5 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.8 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.12 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.13 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.18 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.19 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.3 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.9 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.0 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.10 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.11 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.12 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.13 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.14 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.15 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.16 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.17 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.18 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.19 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.20 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.21 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.22 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.23 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.5 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.8 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.1.9 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.1 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.2 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.4 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.6 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.7 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry %%DATADIR%%/etc -@dirrmtry %%DATADIR%%/fonts -@dirrmtry %%DATADIR%%/html/Admin/Articles/Classes -@dirrmtry %%DATADIR%%/html/Admin/Articles/Elements -@dirrmtry %%DATADIR%%/html/Admin/Articles -@dirrmtry %%DATADIR%%/html/Admin/CustomFields -@dirrmtry %%DATADIR%%/html/Admin/Elements -@dirrmtry %%DATADIR%%/html/Admin/Global/CustomFields -@dirrmtry %%DATADIR%%/html/Admin/Global -@dirrmtry %%DATADIR%%/html/Admin/Groups -@dirrmtry %%DATADIR%%/html/Admin/Queues -@dirrmtry %%DATADIR%%/html/Admin/Scrips/Elements -@dirrmtry %%DATADIR%%/html/Admin/Scrips -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Dumps -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements/Error -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements/Object -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements -@dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder -@dirrmtry %%DATADIR%%/html/Admin/Tools -@dirrmtry %%DATADIR%%/html/Admin/Users -@dirrmtry %%DATADIR%%/html/Admin -@dirrmtry %%DATADIR%%/html/Approvals/Elements -@dirrmtry %%DATADIR%%/html/Approvals -@dirrmtry %%DATADIR%%/html/Articles/Article/Elements -@dirrmtry %%DATADIR%%/html/Articles/Article -@dirrmtry %%DATADIR%%/html/Articles/Elements -@dirrmtry %%DATADIR%%/html/Articles -@dirrmtry %%DATADIR%%/html/Dashboards/Elements/ShowPortlet -@dirrmtry %%DATADIR%%/html/Dashboards/Elements -@dirrmtry %%DATADIR%%/html/Dashboards -@dirrmtry %%DATADIR%%/html/Download/CustomFieldValue -@dirrmtry %%DATADIR%%/html/Download -@dirrmtry %%DATADIR%%/html/Elements/CollectionAsTable -@dirrmtry %%DATADIR%%/html/Elements/Crypt -@dirrmtry %%DATADIR%%/html/Elements/RT__Article -@dirrmtry %%DATADIR%%/html/Elements/RT__Class -@dirrmtry %%DATADIR%%/html/Elements/RT__CustomField -@dirrmtry %%DATADIR%%/html/Elements/RT__Dashboard -@dirrmtry %%DATADIR%%/html/Elements/RT__Group -@dirrmtry %%DATADIR%%/html/Elements/RT__Queue -@dirrmtry %%DATADIR%%/html/Elements/RT__SavedSearch -@dirrmtry %%DATADIR%%/html/Elements/RT__Scrip -@dirrmtry %%DATADIR%%/html/Elements/RT__Template -@dirrmtry %%DATADIR%%/html/Elements/RT__Ticket -@dirrmtry %%DATADIR%%/html/Elements/RT__User -@dirrmtry %%DATADIR%%/html/Elements -@dirrmtry %%DATADIR%%/html/Errors/WebRemoteUser -@dirrmtry %%DATADIR%%/html/Errors -@dirrmtry %%DATADIR%%/html/Helpers/Autocomplete -@dirrmtry %%DATADIR%%/html/Helpers/Toggle -@dirrmtry %%DATADIR%%/html/Helpers -@dirrmtry %%DATADIR%%/html/Install/Elements -@dirrmtry %%DATADIR%%/html/Install -@dirrmtry %%DATADIR%%/html/NoAuth/Helpers/CustomLogo -@dirrmtry %%DATADIR%%/html/NoAuth/Helpers -@dirrmtry %%DATADIR%%/html/NoAuth/RichText -@dirrmtry %%DATADIR%%/html/NoAuth/css/aileron -@dirrmtry %%DATADIR%%/html/NoAuth/css/ballard -@dirrmtry %%DATADIR%%/html/NoAuth/css/base -@dirrmtry %%DATADIR%%/html/NoAuth/css/rudder -@dirrmtry %%DATADIR%%/html/NoAuth/css/web2 -@dirrmtry %%DATADIR%%/html/NoAuth/css -@dirrmtry %%DATADIR%%/html/NoAuth/iCal -@dirrmtry %%DATADIR%%/html/NoAuth/js -@dirrmtry %%DATADIR%%/html/NoAuth/rss -@dirrmtry %%DATADIR%%/html/NoAuth -@dirrmtry %%DATADIR%%/html/Prefs -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/attachment -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/group -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/queue -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/ticket -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/transaction -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms/user -@dirrmtry %%DATADIR%%/html/REST/1.0/Forms -@dirrmtry %%DATADIR%%/html/REST/1.0/NoAuth -@dirrmtry %%DATADIR%%/html/REST/1.0/search -@dirrmtry %%DATADIR%%/html/REST/1.0/ticket -@dirrmtry %%DATADIR%%/html/REST/1.0 -@dirrmtry %%DATADIR%%/html/REST -@dirrmtry %%DATADIR%%/html/Search/Elements -@dirrmtry %%DATADIR%%/html/Search -@dirrmtry %%DATADIR%%/html/SelfService/Article -@dirrmtry %%DATADIR%%/html/SelfService/Attachment -@dirrmtry %%DATADIR%%/html/SelfService/Elements -@dirrmtry %%DATADIR%%/html/SelfService/Helpers/Autocomplete -@dirrmtry %%DATADIR%%/html/SelfService/Helpers -@dirrmtry %%DATADIR%%/html/SelfService -@dirrmtry %%DATADIR%%/html/Ticket/Attachment/WithHeaders -@dirrmtry %%DATADIR%%/html/Ticket/Attachment -@dirrmtry %%DATADIR%%/html/Ticket/Elements -@dirrmtry %%DATADIR%%/html/Ticket/Graphs/Elements -@dirrmtry %%DATADIR%%/html/Ticket/Graphs -@dirrmtry %%DATADIR%%/html/Ticket -@dirrmtry %%DATADIR%%/html/Tools -@dirrmtry %%DATADIR%%/html/User/Elements/Portlets -@dirrmtry %%DATADIR%%/html/User/Elements -@dirrmtry %%DATADIR%%/html/User -@dirrmtry %%DATADIR%%/html/Widgets/Form -@dirrmtry %%DATADIR%%/html/Widgets -@dirrmtry %%DATADIR%%/html/m/_elements -@dirrmtry %%DATADIR%%/html/m/ticket -@dirrmtry %%DATADIR%%/html/m/tickets -@dirrmtry %%DATADIR%%/html/m -@dirrmtry %%DATADIR%%/html -@dirrmtry %%DATADIR%%/lib -@dirrmtry %%DATADIR%%/plugins -@dirrmtry %%DATADIR%%/po -@dirrmtry %%DATADIR%%/static/RichText/lang -@dirrmtry %%DATADIR%%/static/RichText/plugins/a11yhelp/dialogs/lang -@dirrmtry %%DATADIR%%/static/RichText/plugins/a11yhelp/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/a11yhelp -@dirrmtry %%DATADIR%%/static/RichText/plugins/about/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/about -@dirrmtry %%DATADIR%%/static/RichText/plugins/clipboard/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/clipboard -@dirrmtry %%DATADIR%%/static/RichText/plugins/colordialog/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/colordialog -@dirrmtry %%DATADIR%%/static/RichText/plugins/dialog -@dirrmtry %%DATADIR%%/static/RichText/plugins/div/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/div -@dirrmtry %%DATADIR%%/static/RichText/plugins/fakeobjects/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/fakeobjects -@dirrmtry %%DATADIR%%/static/RichText/plugins/find/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/find -@dirrmtry %%DATADIR%%/static/RichText/plugins/flash/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/flash/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/flash -@dirrmtry %%DATADIR%%/static/RichText/plugins/forms/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/forms/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/forms -@dirrmtry %%DATADIR%%/static/RichText/plugins/iframe/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/iframe/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/iframe -@dirrmtry %%DATADIR%%/static/RichText/plugins/image/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/image/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/image -@dirrmtry %%DATADIR%%/static/RichText/plugins/link/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/link/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/link -@dirrmtry %%DATADIR%%/static/RichText/plugins/liststyle/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/liststyle -@dirrmtry %%DATADIR%%/static/RichText/plugins/magicline/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/magicline -@dirrmtry %%DATADIR%%/static/RichText/plugins/pagebreak/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/pagebreak -@dirrmtry %%DATADIR%%/static/RichText/plugins/pastefromword/filter -@dirrmtry %%DATADIR%%/static/RichText/plugins/pastefromword -@dirrmtry %%DATADIR%%/static/RichText/plugins/preview -@dirrmtry %%DATADIR%%/static/RichText/plugins/scayt/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/scayt -@dirrmtry %%DATADIR%%/static/RichText/plugins/showblocks/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/showblocks -@dirrmtry %%DATADIR%%/static/RichText/plugins/smiley/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/smiley/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/smiley -@dirrmtry %%DATADIR%%/static/RichText/plugins/specialchar/dialogs/lang -@dirrmtry %%DATADIR%%/static/RichText/plugins/specialchar/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/specialchar -@dirrmtry %%DATADIR%%/static/RichText/plugins/table/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/table -@dirrmtry %%DATADIR%%/static/RichText/plugins/tabletools/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/tabletools -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates/templates/images -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates/templates -@dirrmtry %%DATADIR%%/static/RichText/plugins/templates -@dirrmtry %%DATADIR%%/static/RichText/plugins/wsc/dialogs -@dirrmtry %%DATADIR%%/static/RichText/plugins/wsc -@dirrmtry %%DATADIR%%/static/RichText/plugins -@dirrmtry %%DATADIR%%/static/RichText/skins/kama/images -@dirrmtry %%DATADIR%%/static/RichText/skins/kama -@dirrmtry %%DATADIR%%/static/RichText/skins -@dirrmtry %%DATADIR%%/static/RichText -@dirrmtry %%DATADIR%%/static/css/aileron -@dirrmtry %%DATADIR%%/static/css/ballard -@dirrmtry %%DATADIR%%/static/css/base -@dirrmtry %%DATADIR%%/static/css/images -@dirrmtry %%DATADIR%%/static/css/rudder -@dirrmtry %%DATADIR%%/static/css/web2 -@dirrmtry %%DATADIR%%/static/css -@dirrmtry %%DATADIR%%/static/images/css -@dirrmtry %%DATADIR%%/static/images/farbtastic -@dirrmtry %%DATADIR%%/static/images/jquery_ui -@dirrmtry %%DATADIR%%/static/images/tablesorter -@dirrmtry %%DATADIR%%/static/images -@dirrmtry %%DATADIR%%/static/js -@dirrmtry %%DATADIR%%/static -@dirrmtry %%DATADIR%% -@dirrmtry %%WWWDIR%%42 @unexec rmdir "/var/run/rt42/mason_data/cache" >/dev/null 2>&1 || : @unexec rmdir "/var/run/rt42/mason_data/etc" >/dev/null 2>&1 || : @unexec rmdir "/var/run/rt42/mason_data/obj" >/dev/null 2>&1 || : From owner-svn-ports-all@FreeBSD.ORG Thu Oct 2 22:48: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 4D95B6DE; Thu, 2 Oct 2014 22:48: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 393A4D7F; Thu, 2 Oct 2014 22:48: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 s92Mmm9H053493; Thu, 2 Oct 2014 22:48:48 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92Mmm1X053492; Thu, 2 Oct 2014 22:48:48 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410022248.s92Mmm1X053492@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 22:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369868 - head/sysutils/rsyslog7/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 22:48:48 -0000 Author: bdrewery Date: Thu Oct 2 22:48:47 2014 New Revision: 369868 URL: https://svnweb.freebsd.org/changeset/ports/369868 QAT: https://qat.redports.org/buildarchive/r369868/ Log: Fix build Modified: head/sysutils/rsyslog7/files/patch-grammar__lexer.l Modified: head/sysutils/rsyslog7/files/patch-grammar__lexer.l ============================================================================== --- head/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 2 22:02:25 2014 (r369867) +++ head/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 2 22:48:47 2014 (r369868) @@ -1,11 +1,11 @@ ---- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC -+++ grammar/lexer.l +--- grammar/lexer.l.orig 2014-10-02 17:44:03.599344945 -0500 ++++ grammar/lexer.l 2014-10-02 17:44:08.808344494 -0500 @@ -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... */ +-extern char *strdup(__const char*); /* somehow we may not get this from string.h... */ ++//extern char *strdup(__const char*); /* somehow we may not get this from string.h... */ %} %option noyywrap nodefault case-insensitive yylineno From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 02:04: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 7FA21122; Fri, 3 Oct 2014 02:04: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 6C7811FD; Fri, 3 Oct 2014 02:04: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 s9324m34050418; Fri, 3 Oct 2014 02:04:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9324md7050416; Fri, 3 Oct 2014 02:04:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410030204.s9324md7050416@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 3 Oct 2014 02:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369869 - head/devel/rubygem-simple_form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 02:04:48 -0000 Author: swills Date: Fri Oct 3 02:04:47 2014 New Revision: 369869 URL: https://svnweb.freebsd.org/changeset/ports/369869 QAT: https://qat.redports.org/buildarchive/r369869/ Log: devel/rubygem-simple_form: update to 3.0.2 Modified: head/devel/rubygem-simple_form/Makefile head/devel/rubygem-simple_form/distinfo Modified: head/devel/rubygem-simple_form/Makefile ============================================================================== --- head/devel/rubygem-simple_form/Makefile Thu Oct 2 22:48:47 2014 (r369868) +++ head/devel/rubygem-simple_form/Makefile Fri Oct 3 02:04:47 2014 (r369869) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= simple_form -PORTVERSION= 2.1.0 +PORTVERSION= 3.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Forms made easy -RUN_DEPENDS= rubygem-activemodel>=3.0:${PORTSDIR}/databases/rubygem-activemodel \ - rubygem-actionpack>=3.0:${PORTSDIR}/www/rubygem-actionpack +RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \ + rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4 USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-simple_form/distinfo ============================================================================== --- head/devel/rubygem-simple_form/distinfo Thu Oct 2 22:48:47 2014 (r369868) +++ head/devel/rubygem-simple_form/distinfo Fri Oct 3 02:04:47 2014 (r369869) @@ -1,2 +1,2 @@ -SHA256 (rubygem/simple_form-2.1.0.gem) = 631d97972196bbd8aa597c756f5ddbe15622b6f10ac5b5ce85254bed12d3fcd7 -SIZE (rubygem/simple_form-2.1.0.gem) = 66560 +SHA256 (rubygem/simple_form-3.0.2.gem) = f58b20d10ab1f07d142997e3a65bbecca88c5312b88c3c7375a0a99d807cbcbf +SIZE (rubygem/simple_form-3.0.2.gem) = 64512 From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 07:22: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 4C3B8E37; Fri, 3 Oct 2014 07:22: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 385BA180; Fri, 3 Oct 2014 07:22: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 s937Mr7H098662; Fri, 3 Oct 2014 07:22:53 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s937MrA9098661; Fri, 3 Oct 2014 07:22:53 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201410030722.s937MrA9098661@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 3 Oct 2014 07:22:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369870 - head/java/berkeley-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: Fri, 03 Oct 2014 07:22:53 -0000 Author: ale Date: Fri Oct 3 07:22:52 2014 New Revision: 369870 URL: https://svnweb.freebsd.org/changeset/ports/369870 QAT: https://qat.redports.org/buildarchive/r369870/ Log: Doesn't build with java 6. Modified: head/java/berkeley-db/Makefile Modified: head/java/berkeley-db/Makefile ============================================================================== --- head/java/berkeley-db/Makefile Fri Oct 3 02:04:47 2014 (r369869) +++ head/java/berkeley-db/Makefile Fri Oct 3 07:22:52 2014 (r369870) @@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES TEST BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.7+ USE_ANT= yes MAKE_ENV+= JAVALIBDIR="${JAVALIBDIR}" MAKE_ARGS+= -cp ${JAVALIBDIR}/junit.jar From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 07:27: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 DAB81F5D; Fri, 3 Oct 2014 07:27: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 C7CB61A6; Fri, 3 Oct 2014 07:27: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 s937R8lX099259; Fri, 3 Oct 2014 07:27:08 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s937R8ij099258; Fri, 3 Oct 2014 07:27:08 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410030727.s937R8ij099258@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 3 Oct 2014 07:27:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369871 - head/games/gbrainy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 07:27:09 -0000 Author: marino Date: Fri Oct 3 07:27:08 2014 New Revision: 369871 URL: https://svnweb.freebsd.org/changeset/ports/369871 QAT: https://qat.redports.org/buildarchive/r369871/ Log: games/gbrainy: Fix build by requiring gnome-doc-utils I think the removal of gnome-panel by one of the dependencies could have exposed the lack of USE_gnome=gnomedocutils here. Modified: head/games/gbrainy/Makefile Modified: head/games/gbrainy/Makefile ============================================================================== --- head/games/gbrainy/Makefile Fri Oct 3 07:22:52 2014 (r369870) +++ head/games/gbrainy/Makefile Fri Oct 3 07:27:08 2014 (r369871) @@ -16,7 +16,7 @@ BUILD_DEPENDS= mautil:${PORTSDIR}/devel/ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= gtksharp20 gnomesharp20 +USE_GNOME= gtksharp20 gnomesharp20 gnomedocutils USES= gettext gmake mono pathfix pkgconfig \ shebangfix SHEBANG_FILES= src/Clients/Classical/gbrainy.in From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08:00: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 A5F3A4B7; Fri, 3 Oct 2014 08:00: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 786646D0; Fri, 3 Oct 2014 08:00: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 s9380APb013817; Fri, 3 Oct 2014 08:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9380A87013815; Fri, 3 Oct 2014 08:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410030800.s9380A87013815@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Oct 2014 08:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369872 - head/games/zephulor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 08:00:10 -0000 Author: amdmi3 Date: Fri Oct 3 08:00:09 2014 New Revision: 369872 URL: https://svnweb.freebsd.org/changeset/ports/369872 QAT: https://qat.redports.org/buildarchive/r369872/ Log: - Fix LICENSE - Add LICENSE_FILE - Convert to USES=python - Simplify docs installation Modified: head/games/zephulor/Makefile head/games/zephulor/pkg-plist Modified: head/games/zephulor/Makefile ============================================================================== --- head/games/zephulor/Makefile Fri Oct 3 07:27:08 2014 (r369871) +++ head/games/zephulor/Makefile Fri Oct 3 08:00:09 2014 (r369872) @@ -14,25 +14,19 @@ EXTRACT_ONLY= ${PORTNAME}-source${EXTRAC MAINTAINER= games@FreeBSD.org COMMENT= Side scrolling arcade game -LICENSE= LGPL20 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter WRKSRC= ${WRKDIR}/zephulor-source -USE_PYTHON= 2 +USES= python:2 NO_BUILD= yes PORTDOCS= * -DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= README.txt manual.txt readme-*.txt - -DOCSRCDIR2= ${WRKSRC}/maptool -DOCSDIR2= ${DOCSDIR}/maptool -DOC_FILES2= manual.txt - OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Adventures on Planet Zephulor" "" "${PORTNAME}" \ @@ -53,13 +47,10 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) ${INSTALL_SCRIPT} ${WRKSRC}/maptool/*.py ${STAGEDIR}${DATADIR}/maptool/ - -post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - - @${MKDIR} ${STAGEDIR}${DOCSDIR2} - ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} + cd ${WRKSRC} && ${COPYTREE_SHARE} \ + "README.txt manual.txt readme-*.txt maptool/manual.txt" \ + ${STAGEDIR}${DOCSDIR} .include Modified: head/games/zephulor/pkg-plist ============================================================================== --- head/games/zephulor/pkg-plist Fri Oct 3 07:27:08 2014 (r369871) +++ head/games/zephulor/pkg-plist Fri Oct 3 08:00:09 2014 (r369872) @@ -121,6 +121,3 @@ share/pixmaps/zephulor.png %%DATADIR%%/myimg.py %%DATADIR%%/scnloadtool.py %%DATADIR%%/zephulor.py -@dirrm %%DATADIR%%/maptool -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08: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 A04F2594; Fri, 3 Oct 2014 08: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 8CAB76D2; Fri, 3 Oct 2014 08: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 s9380FlR015402; Fri, 3 Oct 2014 08:00:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9380FNf015044; Fri, 3 Oct 2014 08:00:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410030800.s9380FNf015044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Oct 2014 08:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369873 - head/games/gemdropx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 08:00:15 -0000 Author: amdmi3 Date: Fri Oct 3 08:00:14 2014 New Revision: 369873 URL: https://svnweb.freebsd.org/changeset/ports/369873 QAT: https://qat.redports.org/buildarchive/r369873/ Log: - Drop @dirrm* from plist - Add LICENSE_FILE Modified: head/games/gemdropx/Makefile head/games/gemdropx/pkg-plist Modified: head/games/gemdropx/Makefile ============================================================================== --- head/games/gemdropx/Makefile Fri Oct 3 08:00:09 2014 (r369872) +++ head/games/gemdropx/Makefile Fri Oct 3 08:00:14 2014 (r369873) @@ -15,6 +15,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Interesting one-player puzzle game for X (SDL) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= gmake USE_SDL= image mixer sdl Modified: head/games/gemdropx/pkg-plist ============================================================================== --- head/games/gemdropx/pkg-plist Fri Oct 3 08:00:09 2014 (r369872) +++ head/games/gemdropx/pkg-plist Fri Oct 3 08:00:14 2014 (r369873) @@ -64,6 +64,3 @@ bin/gemdropx %%DATADIR%%/sounds/wildcard.wav %%DATADIR%%/sounds/win.wav share/pixmaps/gemdropx.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08:22: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 C7DDBD4C; Fri, 3 Oct 2014 08:22: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 A886B936; Fri, 3 Oct 2014 08:22: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 s938Mf6P027183; Fri, 3 Oct 2014 08:22:41 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s938Me4K027177; Fri, 3 Oct 2014 08:22:40 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201410030822.s938Me4K027177@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Fri, 3 Oct 2014 08:22:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369874 - head/www/xpi-conkeror X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 08:22:41 -0000 Author: ashish Date: Fri Oct 3 08:22:40 2014 New Revision: 369874 URL: https://svnweb.freebsd.org/changeset/ports/369874 QAT: https://qat.redports.org/buildarchive/r369874/ Log: - Update to latest HEAD PR: 193849 Modified: head/www/xpi-conkeror/Makefile head/www/xpi-conkeror/distinfo head/www/xpi-conkeror/pkg-plist Modified: head/www/xpi-conkeror/Makefile ============================================================================== --- head/www/xpi-conkeror/Makefile Fri Oct 3 08:00:14 2014 (r369873) +++ head/www/xpi-conkeror/Makefile Fri Oct 3 08:22:40 2014 (r369874) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= conkeror -PORTVERSION= 20131117 -PORTREVISION= 2 +PORTVERSION= 20140911 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dhn +MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ashish MAINTAINER= ashish@FreeBSD.org COMMENT= Keyboard-oriented, customizable web browser based on Mozilla XULRunner @@ -22,9 +22,8 @@ OPTIONS_DEFAULT+= LIBXUL USES= desktop-file-utils tar:xz -WRKSRC= ${WRKDIR}/conkeror LIBXUL_USES= gecko -FIREFOX_USES= gecko:firefox,25 +FIREFOX_USES= gecko:firefox,32 .include Modified: head/www/xpi-conkeror/distinfo ============================================================================== --- head/www/xpi-conkeror/distinfo Fri Oct 3 08:00:14 2014 (r369873) +++ head/www/xpi-conkeror/distinfo Fri Oct 3 08:22:40 2014 (r369874) @@ -1,2 +1,2 @@ -SHA256 (conkeror-20131117.tar.xz) = 8d2fca65ec22b58d49305fd44553c4bfded7501154fc39b2d30348db05f12c72 -SIZE (conkeror-20131117.tar.xz) = 229356 +SHA256 (conkeror-20140911.tar.xz) = c5ac96c56ff7695f522162e2a4080e3c8c111a62131b6912718475c6ff2890d8 +SIZE (conkeror-20140911.tar.xz) = 240232 Modified: head/www/xpi-conkeror/pkg-plist ============================================================================== --- head/www/xpi-conkeror/pkg-plist Fri Oct 3 08:00:14 2014 (r369873) +++ head/www/xpi-conkeror/pkg-plist Fri Oct 3 08:22:40 2014 (r369874) @@ -93,6 +93,9 @@ share/applications/conkeror.desktop %%DATADIR%%/modules/client-redirect.jsx %%DATADIR%%/modules/command-line.js %%DATADIR%%/modules/commands.js +%%DATADIR%%/modules/compat/Map.js +%%DATADIR%%/modules/compat/Promise.jsm +%%DATADIR%%/modules/completers.js %%DATADIR%%/modules/conkeror.js %%DATADIR%%/modules/content-buffer-input.js %%DATADIR%%/modules/content-buffer.js @@ -120,6 +123,7 @@ share/applications/conkeror.desktop %%DATADIR%%/modules/hints.js %%DATADIR%%/modules/history.js %%DATADIR%%/modules/hook.js +%%DATADIR%%/modules/http-request-hook.js %%DATADIR%%/modules/index-webjump.js %%DATADIR%%/modules/input.js %%DATADIR%%/modules/interactive.js @@ -133,7 +137,6 @@ share/applications/conkeror.desktop %%DATADIR%%/modules/media.js %%DATADIR%%/modules/mime-type-override.js %%DATADIR%%/modules/mime.js -%%DATADIR%%/modules/minibuffer-completion.js %%DATADIR%%/modules/minibuffer-read-file.js %%DATADIR%%/modules/minibuffer-read-mime-type.js %%DATADIR%%/modules/minibuffer-read-option.js @@ -192,6 +195,7 @@ share/applications/conkeror.desktop %%DATADIR%%/modules/timer.js %%DATADIR%%/modules/universal-argument.js %%DATADIR%%/modules/user-agent.js +%%DATADIR%%/modules/user-agent-policy.jsx %%DATADIR%%/modules/user-variable.js %%DATADIR%%/modules/utils.js %%DATADIR%%/modules/walnut.js @@ -221,38 +225,37 @@ share/applications/conkeror.desktop %%DATADIR%%/style/gesso/theme.json %%DATADIR%%/style/mono/conkeror--mono.css %%DATADIR%%/style/mono/theme.json -@dirrm %%DATADIR%%/style/default -@dirrm %%DATADIR%%/style/gesso -@dirrm %%DATADIR%%/style/mono -@dirrm %%DATADIR%%/style -@dirrm %%DATADIR%%/search-engines -@dirrm %%DATADIR%%/modules/page-modes -@dirrm %%DATADIR%%/modules/extensions -@dirrm %%DATADIR%%/modules/bindings/default/content-buffer -@dirrm %%DATADIR%%/modules/bindings/default -@dirrm %%DATADIR%%/modules/bindings -@dirrm %%DATADIR%%/modules -@dirrm %%DATADIR%%/locale/sv-SE -@dirrm %%DATADIR%%/locale/en-US -@dirrm %%DATADIR%%/locale -@dirrm %%DATADIR%%/help -@dirrm %%DATADIR%%/defaults/preferences -@dirrm %%DATADIR%%/defaults -@dirrm %%DATADIR%%/contrib/art -@dirrm %%DATADIR%%/contrib/config -@dirrm %%DATADIR%%/contrib/modules -@dirrm %%DATADIR%%/contrib/xrev/defaults/preferences -@dirrm %%DATADIR%%/contrib/xrev/defaults -@dirrm %%DATADIR%%/contrib/xrev/content -@dirrm %%DATADIR%%/contrib/xrev/chrome -@dirrm %%DATADIR%%/contrib/xrev -@dirrm %%DATADIR%%/contrib -@dirrm %%DATADIR%%/content -@dirrm %%DATADIR%%/components -@dirrm %%DATADIR%%/chrome -@dirrm %%DATADIR%%/branding/content -@dirrm %%DATADIR%%/branding -@dirrm %%DATADIR%% -@dirrm libexec/conkeror -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dir %%DATADIR%%/style/default +@dir %%DATADIR%%/style/gesso +@dir %%DATADIR%%/style/mono +@dir %%DATADIR%%/style +@dir %%DATADIR%%/search-engines +@dir %%DATADIR%%/modules/page-modes +@dir %%DATADIR%%/modules/extensions +@dir %%DATADIR%%/modules/compat +@dir %%DATADIR%%/modules/bindings/default/content-buffer +@dir %%DATADIR%%/modules/bindings/default +@dir %%DATADIR%%/modules/bindings +@dir %%DATADIR%%/modules +@dir %%DATADIR%%/locale/sv-SE +@dir %%DATADIR%%/locale/en-US +@dir %%DATADIR%%/locale +@dir %%DATADIR%%/help +@dir %%DATADIR%%/defaults/preferences +@dir %%DATADIR%%/defaults +@dir %%DATADIR%%/contrib/art +@dir %%DATADIR%%/contrib/config +@dir %%DATADIR%%/contrib/modules +@dir %%DATADIR%%/contrib/xrev/defaults/preferences +@dir %%DATADIR%%/contrib/xrev/defaults +@dir %%DATADIR%%/contrib/xrev/content +@dir %%DATADIR%%/contrib/xrev/chrome +@dir %%DATADIR%%/contrib/xrev +@dir %%DATADIR%%/contrib +@dir %%DATADIR%%/content +@dir %%DATADIR%%/components +@dir %%DATADIR%%/chrome +@dir %%DATADIR%%/branding/content +@dir %%DATADIR%%/branding +@dir %%DATADIR%% +@dir libexec/conkeror From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08:35: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 DD03D4DA; Fri, 3 Oct 2014 08:35: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 AF73FAB2; Fri, 3 Oct 2014 08:35: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 s938ZTxm032271; Fri, 3 Oct 2014 08:35:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s938ZTcC032268; Fri, 3 Oct 2014 08:35:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410030835.s938ZTcC032268@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 08:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369875 - 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: Fri, 03 Oct 2014 08:35:30 -0000 Author: bapt Date: Fri Oct 3 08:35:28 2014 New Revision: 369875 URL: https://svnweb.freebsd.org/changeset/ports/369875 QAT: https://qat.redports.org/buildarchive/r369875/ Log: Switch to WITH_NEW_XORG for all supported version of FreeBSD by default Modified: head/Mk/bsd.port.mk head/UPDATING Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Oct 3 08:22:40 2014 (r369874) +++ head/Mk/bsd.port.mk Fri Oct 3 08:35:28 2014 (r369875) @@ -1213,12 +1213,10 @@ _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 -. if !defined(WITHOUT_NEW_XORG) +.if !defined(WITHOUT_NEW_XORG) WITH_NEW_XORG?= yes -. else +.else .undef WITH_NEW_XORG -. endif .endif # Only define tools here (for transition period with between pkg tools) Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Oct 3 08:22:40 2014 (r369874) +++ head/UPDATING Fri Oct 3 08:35:28 2014 (r369875) @@ -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. +20141003: + AFFECTS: xorg users + AUTHOR: bapt@FreeBSD.org + + The WITH_NEW_XORG setting has been activated by default on all versions + of FreeBSD, 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. + 20141001: AFFECTS: xorg users AUTHOR: bapt@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08:36: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 CDB935C6; Fri, 3 Oct 2014 08:36: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 B98C4ABB; Fri, 3 Oct 2014 08:36: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 s938aI99032527; Fri, 3 Oct 2014 08:36:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s938aH7C032522; Fri, 3 Oct 2014 08:36:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410030836.s938aH7C032522@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 08:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369876 - in head/x11-drivers: . xf86-video-ati-ums X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 08:36:18 -0000 Author: bapt Date: Fri Oct 3 08:36:17 2014 New Revision: 369876 URL: https://svnweb.freebsd.org/changeset/ports/369876 QAT: https://qat.redports.org/buildarchive/r369876/ Log: Add a ums only version of the ati drivers Added: head/x11-drivers/xf86-video-ati-ums/ - copied from r369769, head/x11-drivers/xf86-video-ati/ Modified: head/x11-drivers/Makefile head/x11-drivers/xf86-video-ati-ums/Makefile head/x11-drivers/xf86-video-ati-ums/distinfo head/x11-drivers/xf86-video-ati-ums/pkg-plist Modified: head/x11-drivers/Makefile ============================================================================== --- head/x11-drivers/Makefile Fri Oct 3 08:35:28 2014 (r369875) +++ head/x11-drivers/Makefile Fri Oct 3 08:36:17 2014 (r369876) @@ -20,6 +20,7 @@ SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark SUBDIR += xf86-video-ati + SUBDIR += xf86-video-ati-ums SUBDIR += xf86-video-chips SUBDIR += xf86-video-cirrus SUBDIR += xf86-video-dummy Modified: head/x11-drivers/xf86-video-ati-ums/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Wed Oct 1 21:49:25 2014 (r369769) +++ head/x11-drivers/xf86-video-ati-ums/Makefile Fri Oct 3 08:36:17 2014 (r369876) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= xf86-video-ati -PORTVERSION= ${ATI_VERSION} -PORTREVISION= ${ATI_REVISION} +PORTVERSION= 6.14.6 +PORTREVISION= 4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -12,44 +12,7 @@ USE_GL= gl XORG_CAT= driver USE_XORG= xf86driproto xineramaproto xf86miscproto glproto -.include - -.if (${OSVERSION} >= 902508 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000051 -# 902508: Radeon kernel driver imported in FreeBSD 9.x -# 1000051: Radeon kernel driver imported in FreeBSD 10.x -. if defined(WITH_NEW_XORG) -NEW_ATI_DRIVER= yes -. else -NEW_ATI_DRIVER= no -. endif -.else -# FreeBSD < 902508 doesn't have the Radeon kernel driver. No need to -# check for WITH_NEW_XORG. But we do support a flag to force the usage -# of the KMS-only DDX: this is used by the build cluster only. -. if defined(FORCE_KMS_ONLY_DDX) -NEW_ATI_DRIVER= yes -. else -NEW_ATI_DRIVER= no -. endif -.endif - -.if (${ARCH} != i386 && ${ARCH} != amd64) -# No Radeon kernel driver on non-x86 and PC98. -NEW_ATI_DRIVER= no -.endif - -.if ${NEW_ATI_DRIVER} == no -ATI_VERSION= 6.14.6 -ATI_REVISION= 4 CONFIGURE_ARGS+=--disable-kms -PLIST_SUB+= OLD="" -.else -ATI_VERSION= 7.2.0 -ATI_REVISION= 4 -CONFIGURE_ARGS+=--disable-udev -CONFIGURE_ARGS+=--disable-glamor -EXTRA_PATCHES+= ${FILESDIR}/extra-src__radeon_kms.c -PLIST_SUB+= OLD="@comment " -.endif +INSTALL_TARGET= install-strip .include Modified: head/x11-drivers/xf86-video-ati-ums/distinfo ============================================================================== --- head/x11-drivers/xf86-video-ati/distinfo Wed Oct 1 21:49:25 2014 (r369769) +++ head/x11-drivers/xf86-video-ati-ums/distinfo Fri Oct 3 08:36:17 2014 (r369876) @@ -1,4 +1,2 @@ SHA256 (xorg/driver/xf86-video-ati-6.14.6.tar.bz2) = aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36 SIZE (xorg/driver/xf86-video-ati-6.14.6.tar.bz2) = 1139495 -SHA256 (xorg/driver/xf86-video-ati-7.2.0.tar.bz2) = f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4 -SIZE (xorg/driver/xf86-video-ati-7.2.0.tar.bz2) = 824613 Modified: head/x11-drivers/xf86-video-ati-ums/pkg-plist ============================================================================== --- head/x11-drivers/xf86-video-ati/pkg-plist Wed Oct 1 21:49:25 2014 (r369769) +++ head/x11-drivers/xf86-video-ati-ums/pkg-plist Fri Oct 3 08:36:17 2014 (r369876) @@ -1,11 +1,7 @@ lib/xorg/modules/drivers/ati_drv.so lib/xorg/modules/drivers/radeon_drv.so -%%OLD%%lib/xorg/modules/multimedia/theatre200_drv.so -%%OLD%%lib/xorg/modules/multimedia/theatre_detect_drv.so -%%OLD%%lib/xorg/modules/multimedia/theatre_drv.so +lib/xorg/modules/multimedia/theatre200_drv.so +lib/xorg/modules/multimedia/theatre_detect_drv.so +lib/xorg/modules/multimedia/theatre_drv.so man/man4/ati.4x.gz man/man4/radeon.4x.gz -@dirrmtry lib/xorg/modules/drivers -%%OLD%%@dirrmtry lib/xorg/modules/multimedia -@dirrmtry lib/xorg/modules -@dirrmtry lib/xorg From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08:38: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 1A04A6C4; Fri, 3 Oct 2014 08:38: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 E086EACD; Fri, 3 Oct 2014 08:38: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 s938c8nB032866; Fri, 3 Oct 2014 08:38:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s938c8sn032861; Fri, 3 Oct 2014 08:38:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410030838.s938c8sn032861@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 08:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369877 - in branches/2014Q4: . Mk 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: Fri, 03 Oct 2014 08:38:09 -0000 Author: bapt Date: Fri Oct 3 08:38:08 2014 New Revision: 369877 URL: https://svnweb.freebsd.org/changeset/ports/369877 QAT: https://qat.redports.org/buildarchive/r369877/ Log: MFH: r369875 Switch to WITH_NEW_XORG for all supported version of FreeBSD by default Modified: branches/2014Q4/Mk/bsd.port.mk branches/2014Q4/UPDATING Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/Mk/bsd.port.mk ============================================================================== --- branches/2014Q4/Mk/bsd.port.mk Fri Oct 3 08:36:17 2014 (r369876) +++ branches/2014Q4/Mk/bsd.port.mk Fri Oct 3 08:38:08 2014 (r369877) @@ -1217,12 +1217,10 @@ _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 -. if !defined(WITHOUT_NEW_XORG) +.if !defined(WITHOUT_NEW_XORG) WITH_NEW_XORG?= yes -. else +.else .undef WITH_NEW_XORG -. endif .endif # Only define tools here (for transition period with between pkg tools) Modified: branches/2014Q4/UPDATING ============================================================================== --- branches/2014Q4/UPDATING Fri Oct 3 08:36:17 2014 (r369876) +++ branches/2014Q4/UPDATING Fri Oct 3 08:38:08 2014 (r369877) @@ -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. +20141003: + AFFECTS: xorg users + AUTHOR: bapt@FreeBSD.org + + The WITH_NEW_XORG setting has been activated by default on all versions + of FreeBSD, 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. + 20141001: AFFECTS: xorg users AUTHOR: bapt@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08: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 4307F7B0; Fri, 3 Oct 2014 08: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 2EC27AD4; Fri, 3 Oct 2014 08: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 s938cdhA033045; Fri, 3 Oct 2014 08:38:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s938cdTg033044; Fri, 3 Oct 2014 08:38:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410030838.s938cdTg033044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 08:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369878 - in branches/2014Q4/x11-drivers: . xf86-video-ati-ums 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: Fri, 03 Oct 2014 08:38:39 -0000 Author: bapt Date: Fri Oct 3 08:38:38 2014 New Revision: 369878 URL: https://svnweb.freebsd.org/changeset/ports/369878 QAT: https://qat.redports.org/buildarchive/r369878/ Log: MFH: r369876 Add a ums only version of the ati drivers Added: branches/2014Q4/x11-drivers/xf86-video-ati-ums/ - copied from r369876, head/x11-drivers/xf86-video-ati-ums/ Modified: branches/2014Q4/x11-drivers/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/x11-drivers/Makefile ============================================================================== --- branches/2014Q4/x11-drivers/Makefile Fri Oct 3 08:38:08 2014 (r369877) +++ branches/2014Q4/x11-drivers/Makefile Fri Oct 3 08:38:38 2014 (r369878) @@ -20,6 +20,7 @@ SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark SUBDIR += xf86-video-ati + SUBDIR += xf86-video-ati-ums SUBDIR += xf86-video-chips SUBDIR += xf86-video-cirrus SUBDIR += xf86-video-dummy From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 09:20: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 2FC016F4; Fri, 3 Oct 2014 09:20: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 02602F5A; Fri, 3 Oct 2014 09:20: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 s939Km9L052667; Fri, 3 Oct 2014 09:20:48 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s939KmZ7052664; Fri, 3 Oct 2014 09:20:48 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410030920.s939KmZ7052664@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 09:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369879 - in head/sysutils/torque: . 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: Fri, 03 Oct 2014 09:20:49 -0000 Author: tijl Date: Fri Oct 3 09:20:47 2014 New Revision: 369879 URL: https://svnweb.freebsd.org/changeset/ports/369879 QAT: https://qat.redports.org/buildarchive/r369879/ Log: Complete USES=libtool conversion Modified: head/sysutils/torque/Makefile head/sysutils/torque/files/patch-configure head/sysutils/torque/pkg-plist Modified: head/sysutils/torque/Makefile ============================================================================== --- head/sysutils/torque/Makefile Fri Oct 3 08:38:38 2014 (r369878) +++ head/sysutils/torque/Makefile Fri Oct 3 09:20:47 2014 (r369879) @@ -3,6 +3,7 @@ PORTNAME= torque PORTVERSION= 2.5.13 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/ @@ -12,7 +13,6 @@ COMMENT= Open source distributed computi FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog \ --disable-spool Modified: head/sysutils/torque/files/patch-configure ============================================================================== --- head/sysutils/torque/files/patch-configure Fri Oct 3 08:38:38 2014 (r369878) +++ head/sysutils/torque/files/patch-configure Fri Oct 3 09:20:47 2014 (r369879) @@ -1,18 +1,5 @@ --- configure.orig 2012-04-13 23:06:17.000000000 +0200 +++ configure 2013-04-12 13:23:42.785303064 +0200 -@@ -19730,10 +19730,10 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" %%LOCALBASE%%/share/libtool/config/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) %%LOCALBASE%%/bin/libtool' - - # Prevent multiple expansion - @@ -20294,8 +20294,8 @@ else echo "$as_me:$LINENO: result: yes" >&5 Modified: head/sysutils/torque/pkg-plist ============================================================================== --- head/sysutils/torque/pkg-plist Fri Oct 3 08:38:38 2014 (r369878) +++ head/sysutils/torque/pkg-plist Fri Oct 3 09:20:47 2014 (r369879) @@ -43,6 +43,7 @@ include/tm_.h lib/libtorque.a lib/libtorque.so lib/libtorque.so.2 +lib/libtorque.so.2.0.0 man/man1/basl2c.1.gz man/man1/nqs2pbs.1.gz man/man1/pbs.1.gz From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 10:53: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 078F5CFB; Fri, 3 Oct 2014 10:53: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 E68E9AB8; Fri, 3 Oct 2014 10: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 s93Arf6m097475; Fri, 3 Oct 2014 10:53:41 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93Are5O097463; Fri, 3 Oct 2014 10:53:40 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410031053.s93Are5O097463@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 3 Oct 2014 10:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369880 - in head: . Mk deskutils deskutils/gnome-main-menu editors editors/mlview textproc textproc/gnome-translate x11-toolkits x11-toolkits/eel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 10:53:42 -0000 Author: kwm Date: Fri Oct 3 10:53:39 2014 New Revision: 369880 URL: https://svnweb.freebsd.org/changeset/ports/369880 QAT: https://qat.redports.org/buildarchive/r369880/ Log: Remove eel and ports that use it. Eel doesn't build after the gnome3 import. Deleted: head/deskutils/gnome-main-menu/ head/editors/mlview/ head/textproc/gnome-translate/ head/x11-toolkits/eel/ Modified: head/MOVED head/Mk/bsd.gnome.mk head/deskutils/Makefile head/editors/Makefile head/textproc/Makefile head/x11-toolkits/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 3 09:20:47 2014 (r369879) +++ head/MOVED Fri Oct 3 10:53:39 2014 (r369880) @@ -7152,3 +7152,7 @@ security/py-otr||2014-09-30|Has expired: net-p2p/cdonkey||2014-09-30|Has expired: depends on deprecated db41 version www/rubygem-puma16||2014-10-02|Has expired: Old version no longer needed x11-toolkits/gnome-desktop-sharp20||2014-10-02|Removed, no users and depends on gnome-panel which will be removed +x11-toolkits/eel||2014-10-03|Removed, doesn't build with updated gnome-desktop +deskutils/gnome-main-menu||2014-10-03|Removed, because x11-toolkits/eel was removed +editors/mlview||2014-10-03|Removed, because x11-toolkits/eel was removed +textproc/gnome-translate||2014-10-03|Removed, because x11-toolkits/eel was removed Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Fri Oct 3 09:20:47 2014 (r369879) +++ head/Mk/bsd.gnome.mk Fri Oct 3 10:53:39 2014 (r369880) @@ -76,7 +76,7 @@ _USE_GNOME_ALL= esound intlhack intltool _USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 imlib # GNOME 2 components -_USE_GNOME_ALL+= atk atspi cairo desktopfileutils eel2 evolutiondataserver gal2 \ +_USE_GNOME_ALL+= atk atspi cairo desktopfileutils evolutiondataserver gal2 \ gdkpixbuf2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop \ gnomedocutils gnomemenus gnomepanel gnomesharp20 \ gnomespeech gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 gtksharp10 \ @@ -383,10 +383,6 @@ librsvg2_LIB_DEPENDS= librsvg-2.so:${POR librsvg2_DETECT= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc librsvg2_USE_GNOME_IMPL=libgsf gtk20 -eel2_LIB_DEPENDS= libeel-2.so:${PORTSDIR}/x11-toolkits/eel -eel2_DETECT= ${LOCALBASE}/libdata/pkgconfig/eel-2.0.pc -eel2_USE_GNOME_IMPL= gnomedesktop - gnomepanel_LIB_DEPENDS=libpanel-applet-3.so:${PORTSDIR}/x11/gnome-panel gnomepanel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libpanelapplet-3.0.pc gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2 Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Oct 3 09:20:47 2014 (r369879) +++ head/deskutils/Makefile Fri Oct 3 10:53:39 2014 (r369880) @@ -64,7 +64,6 @@ SUBDIR += global-menu SUBDIR += gnochm SUBDIR += gnome-blog - SUBDIR += gnome-main-menu SUBDIR += gnome-utils SUBDIR += gnote SUBDIR += gnotime Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Fri Oct 3 09:20:47 2014 (r369879) +++ head/editors/Makefile Fri Oct 3 10:53:39 2014 (r369880) @@ -201,7 +201,6 @@ SUBDIR += manedit SUBDIR += mg SUBDIR += mined - SUBDIR += mlview SUBDIR += morla SUBDIR += mousepad SUBDIR += mp Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Oct 3 09:20:47 2014 (r369879) +++ head/textproc/Makefile Fri Oct 3 10:53:39 2014 (r369880) @@ -190,7 +190,6 @@ SUBDIR += gmetadom SUBDIR += gnome-doc-utils SUBDIR += gnome-spell - SUBDIR += gnome-translate SUBDIR += gnugrep SUBDIR += go-text SUBDIR += go.text Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Fri Oct 3 09:20:47 2014 (r369879) +++ head/x11-toolkits/Makefile Fri Oct 3 10:53:39 2014 (r369880) @@ -10,7 +10,6 @@ SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils - SUBDIR += eel SUBDIR += elementary SUBDIR += flowcanvas SUBDIR += fltk From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 11: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 23321F6D; Fri, 3 Oct 2014 11: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 E9643BC9; Fri, 3 Oct 2014 11: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 s93B7BWj002817; Fri, 3 Oct 2014 11:07:11 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93B7Bng002814; Fri, 3 Oct 2014 11:07:11 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410031107.s93B7Bng002814@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 3 Oct 2014 11:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369881 - head/www/grafana X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 11:07:12 -0000 Author: robak Date: Fri Oct 3 11:07:10 2014 New Revision: 369881 URL: https://svnweb.freebsd.org/changeset/ports/369881 QAT: https://qat.redports.org/buildarchive/r369881/ Log: www/grafana: update 1.8.0 -> 1.8.1 Approved by: mentors (implicit) Modified: head/www/grafana/Makefile head/www/grafana/distinfo head/www/grafana/pkg-plist Modified: head/www/grafana/Makefile ============================================================================== --- head/www/grafana/Makefile Fri Oct 3 10:53:39 2014 (r369880) +++ head/www/grafana/Makefile Fri Oct 3 11:07:10 2014 (r369881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grafana -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= www MASTER_SITES= http://grafanarel.s3.amazonaws.com/ Modified: head/www/grafana/distinfo ============================================================================== --- head/www/grafana/distinfo Fri Oct 3 10:53:39 2014 (r369880) +++ head/www/grafana/distinfo Fri Oct 3 11:07:10 2014 (r369881) @@ -1,2 +1,2 @@ -SHA256 (grafana-1.8.0.tar.gz) = ef14a6e652347105b6bdc10b788bdd6d681ada69abb5bc1de805c3dab3c25352 -SIZE (grafana-1.8.0.tar.gz) = 1257521 +SHA256 (grafana-1.8.1.tar.gz) = 08a923508d1a0ef2af4c23827e715e438240d3e348f85f9ffd968709a91370d4 +SIZE (grafana-1.8.1.tar.gz) = 1257977 Modified: head/www/grafana/pkg-plist ============================================================================== --- head/www/grafana/pkg-plist Fri Oct 3 10:53:39 2014 (r369880) +++ head/www/grafana/pkg-plist Fri Oct 3 11:07:10 2014 (r369881) @@ -1,7 +1,7 @@ %%WWWDIR%%/LICENSE.md %%WWWDIR%%/NOTICE.md %%WWWDIR%%/README.md -%%WWWDIR%%/app/app.d064aca0.js +%%WWWDIR%%/app/app.ae1e5ed0.js %%WWWDIR%%/app/app.js %%WWWDIR%%/app/components/require.config.js %%WWWDIR%%/app/controllers/console-ctrl.js @@ -52,10 +52,10 @@ %%WWWDIR%%/css/bootstrap-responsive.min.css %%WWWDIR%%/css/bootstrap.dark.min.css %%WWWDIR%%/css/bootstrap.light.min.css -%%WWWDIR%%/css/grafana.dark.min.6fc35b62.css +%%WWWDIR%%/css/grafana.dark.min.a8479ac1.css %%WWWDIR%%/css/grafana.dark.min.css +%%WWWDIR%%/css/grafana.light.min.b909fae1.css %%WWWDIR%%/css/grafana.light.min.css -%%WWWDIR%%/css/grafana.light.min.dca81073.css %%WWWDIR%%/font/FontAwesome.otf %%WWWDIR%%/font/fontawesome-webfont.eot %%WWWDIR%%/font/fontawesome-webfont.svg From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 11:32: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 46956503; Fri, 3 Oct 2014 11:32: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 30839E51; Fri, 3 Oct 2014 11:32: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 s93BW9iZ016467; Fri, 3 Oct 2014 11:32:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93BW6Mf016449; Fri, 3 Oct 2014 11:32:06 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201410031132.s93BW6Mf016449@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 3 Oct 2014 11:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369882 - in head/audio/hydrogen: . 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: Fri, 03 Oct 2014 11:32:09 -0000 Author: riggs Date: Fri Oct 3 11:32:06 2014 New Revision: 369882 URL: https://svnweb.freebsd.org/changeset/ports/369882 QAT: https://qat.redports.org/buildarchive/r369882/ Log: - Update to upstream version 0.9.6.1 - Simplify OPTIONS handling - Add OPTIONS for LADSPA, PULSEAUDIO and RDF - Update pkg-plist (@dirrm) PR: 193234 Submitted by: FreeBSD@ShaneWare.Biz (maintainer) Added: head/audio/hydrogen/files/patch-CMakeLists.txt (contents, props changed) head/audio/hydrogen/files/patch-src__cli__CMakeLists.txt (contents, props changed) head/audio/hydrogen/files/patch-src__core__src__IO__PortAudioDriver.h (contents, props changed) head/audio/hydrogen/files/patch-src__gui__CMakeLists.txt (contents, props changed) head/audio/hydrogen/files/patch-src__player__CMakeLists.txt (contents, props changed) head/audio/hydrogen/files/patch-src__synth__CMakeLists.txt (contents, props changed) Deleted: head/audio/hydrogen/files/patch-Sconstruct Modified: head/audio/hydrogen/Makefile head/audio/hydrogen/distinfo head/audio/hydrogen/pkg-plist Modified: head/audio/hydrogen/Makefile ============================================================================== --- head/audio/hydrogen/Makefile Fri Oct 3 11:07:10 2014 (r369881) +++ head/audio/hydrogen/Makefile Fri Oct 3 11:32:06 2014 (r369882) @@ -2,77 +2,69 @@ # $FreeBSD$ PORTNAME= hydrogen -PORTVERSION= 0.9.5.1 -PORTREVISION= 1 +PORTVERSION= 0.9.6.1 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/Hydrogen/${MAJORVERSION}%20Sources +MASTER_SITES= GH MAINTAINER= FreeBSD@ShaneWare.Biz COMMENT= Advanced drum machine LICENSE= GPLv2 -CONFLICTS= hydrogen-devel-0.* - -LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libtar.so:${PORTSDIR}/devel/libtar \ - liblrdf.so:${PORTSDIR}/textproc/liblrdf - -MAJORVERSION= 0.9.5 -USE_QT4= corelib gui linguist_build moc_build network qt3support rcc_build sql uic_build xml -USES= pkgconfig scons - -OPTIONS_DEFINE= JACK ALSA PORTAUDIO LIBARCHIVE LASH -OPTIONS_DEFAULT= JACK - -LIBARCHIVE_DESC= LibArchive support - -post-patch: - ${REINPLACE_CMD} -e "s|includes = \[\]|includes = \['-I${QT_INCDIR}/QtCore', '-I${QT_INCDIR}/QtXml', '-I${QT_INCDIR}/QtGui', '-I${QT_INCDIR}', '-I${QT_INCDIR}/Qt', '-I${LOCALBASE}/include', '-I${LOCALBASE}/include/raptor2'\]|g; s|ldflags = \[\]|ldflags = \['-L${QT_LIBDIR}','-L${LOCALBASE}/lib'\,'-lQtCore', '-lQtGui', '-lQtXml', '-lQtNetwork']|g" ${WRKSRC}/Sconstruct - -.include - -MAKE_ARGS+= oss=1 - -.if ${PORT_OPTIONS:MJACK} -LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack -MAKE_ARGS+= jack=1 -.else -MAKE_ARGS+= jack=0 -.endif - -.if ${PORT_OPTIONS:MPORTAUDIO} -LIB_DEPENDS+= libportaudio.so:${PORTSDIR}/audio/portaudio -MAKE_ARGS+= portaudio=1 -.else -MAKE_ARGS+= portaudio=0 -.endif - -.if ${PORT_OPTIONS:MLIBARCHIVE} -LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive -MAKE_ARGS+= libarchive=1 -.else -MAKE_ARGS+= libarchive=0 -.endif - -.if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib -RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins -MAKE_ARGS+= alsa=1 -.else -MAKE_ARGS+= alsa=0 -.endif - -.if ${PORT_OPTIONS:MLASH} -LIB_DEPENDS+= liblash.so:${PORTSDIR}/audio/lash -MAKE_ARGS+= lash=1 -.else -MAKE_ARGS+= lash=0 -.endif +LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile -MAKE_ARGS+= cppflags="${CXXFLAGS}" linkflags="${LINKFLAGS}" prefix="${PREFIX}" CC="${CC}" CXX="${CXX}" +CONFLICTS= hydrogen-devel-0.* -pre-install: - -@${RM} -rf ${WRKSRC}/data/doc/man +USE_GITHUB= yes +GH_ACCOUNT= hydrogen-music +GH_PROJECT= hydrogen +GH_TAGNAME= 0.9.6.1 +GH_COMMIT= 71ec7c5 + +USE_QT4= corelib gui qmake_build linguist_build moc_build network \ + qt3support rcc_build sql uic_build xml +USES= cmake:outsource desktop-file-utils pkgconfig +CMAKE_ARGS+= -DTHREADS_HAVE_PTHREAD_ARG:BOOL=ON -DWANT_DEBUG:BOOL=OFF \ + -DLIBSNDFILE_INCLUDE_DIR:STRING=${LOCALBASE}/include \ + -DWANT_OSS:BOOL=ON +USE_LDCONFIG= yes +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= ALSA JACK LADSPA LASH PORTAUDIO PULSEAUDIO RDF +OPTIONS_DEFAULT= JACK LADSPA RDF + +ALSA_CMAKE_ON= -DWANT_ALSA:BOOL=ON +ALSA_CMAKE_OFF= -DWANT_ALSA:BOOL=OFF +ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_RUN_DEPENDS= alsa-plugins>=0:${PORTSDIR}/audio/alsa-plugins + +JACK_CMAKE_ON= -DWANT_JACK:BOOL=ON -DWANT_JACKSESSION:BOOL=ON +JACK_CMAKE_OFF= -DWANT_JACK:BOOL=OFF -DWANT_JACKSESSION:BOOL=OFF +JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack + +LADSPA_CMAKE_ON= -DWANT_LADSPA:BOOL=ON \ + -DLADSPA_LIBRARIES:STRING=${LOCALBASE}/lib/ladspa +LADSPA_CMAKE_OFF= -DWANT_LADSPA:BOOL=OFF +LADSPA_BUILD_DEPENDS= ladspa>=0:${PORTSDIR}/audio/ladspa +LADSPA_RUN_DEPENDS= analyseplugin:${PORTSDIR}/audio/ladspa + +LASH_CMAKE_ON= -DWANT_LASH:BOOL=ON +LASH_CMAKE_OFF= -DWANT_LASH:BOOL=OFF +LASH_LIB_DEPENDS= liblash.so:${PORTSDIR}/audio/lash + +PORTAUDIO_CMAKE_ON= -DWANT_PORTAUDIO:BOOL=ON \ + -DPORTAUDIO_LIBRARIES:STRING=${LOCALBASE}/lib/portaudio2/libportaudio.so +PORTAUDIO_CMAKE_OFF= -DWANT_PORTAUDIO:BOOL=OFF +PORTAUDIO_LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 + +PULSEAUDIO_CMAKE_ON= -DWANT_PULSEAUDIO:BOOL=ON +PULSEAUDIO_CMAKE_OFF= -DWANT_PULSEAUDIO:BOOL=OFF +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio + +RDF_DESC= RDF File support +RDF_CMAKE_ON= -DWANT_LRDF:BOOL=ON \ + -DLRDF_INCLUDE_DIR:STRING=${LOCALBASE}/include/raptor2 +RDF_CMAKE_OFF= -DWANT_LRDF:BOOL=OFF +RDF_LIB_DEPENDS= liblrdf.so:${PORTSDIR}/textproc/liblrdf .include Modified: head/audio/hydrogen/distinfo ============================================================================== --- head/audio/hydrogen/distinfo Fri Oct 3 11:07:10 2014 (r369881) +++ head/audio/hydrogen/distinfo Fri Oct 3 11:32:06 2014 (r369882) @@ -1,2 +1,2 @@ -SHA256 (hydrogen-0.9.5.1.tar.gz) = ebe105fec9ce8e2129f9e1bb5bfe675f1c7143a80babda40620cb3ef9eb97ebb -SIZE (hydrogen-0.9.5.1.tar.gz) = 5515314 +SHA256 (hydrogen-0.9.6.1.tar.gz) = 1837739acd7aa27d27930e314a1759bbdcb97dac592b5e1b4907c2b0c23fbc3e +SIZE (hydrogen-0.9.6.1.tar.gz) = 6625987 Added: head/audio/hydrogen/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/hydrogen/files/patch-CMakeLists.txt Fri Oct 3 11:32:06 2014 (r369882) @@ -0,0 +1,52 @@ +--- CMakeLists.txt.orig 2014-09-09 20:39:33.000000000 +0200 ++++ CMakeLists.txt 2014-09-18 10:21:00.739505710 +0200 +@@ -100,12 +100,12 @@ + IF(APPLE) + SET(CMAKE_CXX_FLAGS "-O2") + ELSE() +- SET(CMAKE_CXX_FLAGS "-O2 -fno-implement-inlines") ++ SET(CMAKE_CXX_FLAGS "-O2 ${CMAKE_CXX_FLAGS}") + ENDIF() + +-SET(CMAKE_CXX_FLAGS_RELEASE "") ++SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}") + +-SET(CMAKE_CXX_FLAGS_DEBUG "-g ")#-Winline") ++SET(CMAKE_CXX_FLAGS_DEBUG "-g ${CMAKE_CXX_FLAGS_DEBUG}")#-Winline") + + + IF(APPLE) +@@ -138,7 +138,6 @@ + ENDIF(APPLE) + ENDIF(WIN32) + +- + # + # HEADER LIBRARY FUNCTIONS + # +@@ -178,7 +177,11 @@ + IF("${CMAKE_SYSTEM_NAME}" MATCHES "NetBSD") + FIND_HELPER(OSS oss sys/soundcard.h ossaudio ) + ELSE() +- FIND_HELPER(OSS oss sys/soundcard.h OSSlib ) ++ IF("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") ++ FIND_HELPER(OSS oss sys/soundcard.h c ) ++ ELSE() ++ FIND_HELPER(OSS oss sys/soundcard.h OSSlib ) ++ ENDIF() + ENDIF() + + FIND_HELPER(JACK jack jack/jack.h jack) +@@ -195,9 +198,9 @@ + FIND_HELPER(LASH lash-1.0 lash/lash.h lash) + FIND_HELPER(LRDF lrdf lrdf.h lrdf) + +-IF(LRDF_FOUND) +- include_directories(${LRDF_INCLUDE_DIRS}) # see github issue 194 +-ENDIF(LRDF_FOUND) ++#IF(LRDF_FOUND) ++# include_directories(${LRDF_INCLUDE_DIRS}) # see github issue 194 ++#ENDIF(LRDF_FOUND) + + FIND_HELPER(RUBBERBAND rubberband RubberBandStretcher.h rubberband) + FIND_HELPER(CPPUNIT cppunit cppunit/TestCase.h cppunit) Added: head/audio/hydrogen/files/patch-src__cli__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/hydrogen/files/patch-src__cli__CMakeLists.txt Fri Oct 3 11:32:06 2014 (r369882) @@ -0,0 +1,10 @@ +--- ./src/cli/CMakeLists.txt.orig 2014-06-19 06:38:04.000000000 +0930 ++++ ./src/cli/CMakeLists.txt 2014-08-13 02:18:54.938462662 +0930 +@@ -6,6 +6,7 @@ + ${CMAKE_BINARY_DIR}/src/core/include # generated config.h + ${QT_INCLUDES} + ${LASH_INCLUDE_DIR} ++ ${CMAKE_INSTALL_PREFIX}/include + ) + + ADD_EXECUTABLE(h2cli WIN32 MACOSX_BUNDLE ${h2cli_SRCS} ) Added: head/audio/hydrogen/files/patch-src__core__src__IO__PortAudioDriver.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/hydrogen/files/patch-src__core__src__IO__PortAudioDriver.h Fri Oct 3 11:32:06 2014 (r369882) @@ -0,0 +1,14 @@ +--- src/core/src/IO/PortAudioDriver.h.orig 2014-09-09 18:39:33 UTC ++++ src/core/src/IO/PortAudioDriver.h +@@ -31,7 +31,11 @@ + #ifdef H2CORE_HAVE_PORTAUDIO + + #include ++#if defined(__FreeBSD__) ++#include ++#else + #include ++#endif + + namespace H2Core + { Added: head/audio/hydrogen/files/patch-src__gui__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/hydrogen/files/patch-src__gui__CMakeLists.txt Fri Oct 3 11:32:06 2014 (r369882) @@ -0,0 +1,10 @@ +--- ./src/gui/CMakeLists.txt.orig 2014-06-19 06:38:04.000000000 +0930 ++++ ./src/gui/CMakeLists.txt 2014-08-13 02:18:55.069463221 +0930 +@@ -22,6 +22,7 @@ + ${CMAKE_BINARY_DIR}/src/core/include # generated config.h + ${LASH_INCLUDE_DIR} + ${QT_INCLUDES} ++ ${LIBSNDFILE_INCLUDE_DIR} + ) + + IF(APPLE) Added: head/audio/hydrogen/files/patch-src__player__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/hydrogen/files/patch-src__player__CMakeLists.txt Fri Oct 3 11:32:06 2014 (r369882) @@ -0,0 +1,10 @@ +--- ./src/player/CMakeLists.txt.orig 2014-06-19 06:38:04.000000000 +0930 ++++ ./src/player/CMakeLists.txt 2014-08-13 02:18:55.093462388 +0930 +@@ -4,6 +4,7 @@ + INCLUDE_DIRECTORIES( + ${CMAKE_SOURCE_DIR}/src/core/include # core headers + ${CMAKE_BINARY_DIR}/src/core/include # generated config.h ++ ${LIBSNDFILE_INCLUDE_DIR} + ${QT_INCLUDES} + ) + Added: head/audio/hydrogen/files/patch-src__synth__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/hydrogen/files/patch-src__synth__CMakeLists.txt Fri Oct 3 11:32:06 2014 (r369882) @@ -0,0 +1,10 @@ +--- ./src/synth/CMakeLists.txt.orig 2014-06-19 06:38:04.000000000 +0930 ++++ ./src/synth/CMakeLists.txt 2014-08-13 02:18:55.095462906 +0930 +@@ -4,6 +4,7 @@ + INCLUDE_DIRECTORIES( + ${CMAKE_SOURCE_DIR}/src/core/include # core headers + ${CMAKE_BINARY_DIR}/src/core/include # generated config.h ++ ${LIBSNDFILE_INCLUDE_DIR} + ${QT_INCLUDES} + ) + Modified: head/audio/hydrogen/pkg-plist ============================================================================== --- head/audio/hydrogen/pkg-plist Fri Oct 3 11:07:10 2014 (r369881) +++ head/audio/hydrogen/pkg-plist Fri Oct 3 11:32:06 2014 (r369882) @@ -1,109 +1,82 @@ +bin/h2cli +bin/h2player +bin/h2synth bin/hydrogen +include/hydrogen/audio_engine.h +include/hydrogen/basics/adsr.h +include/hydrogen/basics/drumkit.h +include/hydrogen/basics/instrument_layer.h +include/hydrogen/basics/instrument_list.h +include/hydrogen/basics/instrument.h +include/hydrogen/basics/note.h +include/hydrogen/basics/pattern_list.h +include/hydrogen/basics/pattern.h +include/hydrogen/basics/sample.h +include/hydrogen/basics/song.h +include/hydrogen/config.h +include/hydrogen/event_queue.h +include/hydrogen/fx/Effects.h +include/hydrogen/fx/ladspa.h +include/hydrogen/fx/LadspaFX.h +include/hydrogen/globals.h +include/hydrogen/h2_exception.h +include/hydrogen/helpers/filesystem.h +include/hydrogen/helpers/legacy.h +include/hydrogen/helpers/xml.h +include/hydrogen/hydrogen.h +include/hydrogen/IO/AudioOutput.h +include/hydrogen/IO/CoreMidiDriver.h +include/hydrogen/IO/JackOutput.h +include/hydrogen/IO/MidiCommon.h +include/hydrogen/IO/MidiInput.h +include/hydrogen/IO/MidiOutput.h +include/hydrogen/IO/NullDriver.h +include/hydrogen/IO/TransportInfo.h +include/hydrogen/LashClient.h +include/hydrogen/LocalFileMng.h +include/hydrogen/logger.h +include/hydrogen/midi_action.h +include/hydrogen/midi_map.h +include/hydrogen/object.h +include/hydrogen/playlist.h +include/hydrogen/Preferences.h +include/hydrogen/rt_clock.h +include/hydrogen/sampler/Sampler.h +include/hydrogen/smf/SMF.h +include/hydrogen/smf/SMFEvent.h +include/hydrogen/synth/Synth.h +include/hydrogen/timehelper.h +include/hydrogen/version.h +lib/libhydrogen-core-0.9.6.1.so share/applications/hydrogen.desktop -%%DATADIR%%/data/DefaultSong.h2song %%DATADIR%%/data/click.wav -%%DATADIR%%/data/demo_songs/GM_kit_Diddley.h2song -%%DATADIR%%/data/demo_songs/GM_kit_Jazzy.h2song +%%DATADIR%%/data/DefaultSong.h2song %%DATADIR%%/data/demo_songs/GM_kit_demo1.h2song %%DATADIR%%/data/demo_songs/GM_kit_demo2.h2song %%DATADIR%%/data/demo_songs/GM_kit_demo3.h2song +%%DATADIR%%/data/demo_songs/GM_kit_Diddley.h2song +%%DATADIR%%/data/demo_songs/GM_kit_Jazzy.h2song %%DATADIR%%/data/demo_songs/TR808kit-demo.h2song %%DATADIR%%/data/demo_songs/tutorial_georgyporgy.h2song -%%DATADIR%%/data/doc/Makefile -%%DATADIR%%/data/doc/README.DOCUMENTATION.txt -%%DATADIR%%/data/doc/img/AudioEngineInfoDialog.png -%%DATADIR%%/data/doc/img/CreateNewPattern.png -%%DATADIR%%/data/doc/img/Director.png -%%DATADIR%%/data/doc/img/Downloading_SoundLibrary.png -%%DATADIR%%/data/doc/img/DrumkitExport.png -%%DATADIR%%/data/doc/img/DrumkitImport.png -%%DATADIR%%/data/doc/img/DrumkitLoad.png -%%DATADIR%%/data/doc/img/DrumkitSave.png -%%DATADIR%%/data/doc/img/FX_send_knobs.png -%%DATADIR%%/data/doc/img/GUI_Sections.svg -%%DATADIR%%/data/doc/img/GUI_Sections_0.9.5.png -%%DATADIR%%/data/doc/img/HearNewNotes.png -%%DATADIR%%/data/doc/img/Hydrogen_0.9.5_gui.png -%%DATADIR%%/data/doc/img/InstrumentMapping.png -%%DATADIR%%/data/doc/img/Instrument_General.png -%%DATADIR%%/data/doc/img/Instrument_Layers.png -%%DATADIR%%/data/doc/img/JackTrans_Master.png -%%DATADIR%%/data/doc/img/LADSPA_FX_Properties.png -%%DATADIR%%/data/doc/img/MainControls_Rubberband_btn.png -%%DATADIR%%/data/doc/img/MainModePattern.png -%%DATADIR%%/data/doc/img/MainModeSong.png -%%DATADIR%%/data/doc/img/MainPlay.png -%%DATADIR%%/data/doc/img/MainRecord.png -%%DATADIR%%/data/doc/img/MainStop.png -%%DATADIR%%/data/doc/img/MainToolbar.png -%%DATADIR%%/data/doc/img/MainToolbar_V2.png -%%DATADIR%%/data/doc/img/MeasureSettings.png -%%DATADIR%%/data/doc/img/MidiIN_CPU.png -%%DATADIR%%/data/doc/img/Midi_Actions.png -%%DATADIR%%/data/doc/img/Mixer.png -%%DATADIR%%/data/doc/img/MixerDelay.png -%%DATADIR%%/data/doc/img/MixerFX.png -%%DATADIR%%/data/doc/img/MixerFXButton.png -%%DATADIR%%/data/doc/img/MixerFXEdit.png -%%DATADIR%%/data/doc/img/MixerFXEditButton.png -%%DATADIR%%/data/doc/img/MixerFXKnob.png -%%DATADIR%%/data/doc/img/MixerFXSelect.png -%%DATADIR%%/data/doc/img/MixerLED.png -%%DATADIR%%/data/doc/img/MixerLoadSample.png -%%DATADIR%%/data/doc/img/MixerMute.png -%%DATADIR%%/data/doc/img/MixerPan.png -%%DATADIR%%/data/doc/img/MixerPlayTest.png -%%DATADIR%%/data/doc/img/MixerSolo.png -%%DATADIR%%/data/doc/img/MovePatternDown.png -%%DATADIR%%/data/doc/img/MovePatternUp.png -%%DATADIR%%/data/doc/img/NoteKey.png -%%DATADIR%%/data/doc/img/NoteOff_NoteLength.png -%%DATADIR%%/data/doc/img/PatternEditor.png -%%DATADIR%%/data/doc/img/PatternEditorButtons.png -%%DATADIR%%/data/doc/img/PatternEditorControls.png -%%DATADIR%%/data/doc/img/PatternEditorDownUp.png -%%DATADIR%%/data/doc/img/PatternEditorInstr.png -%%DATADIR%%/data/doc/img/PatternEditorInstr_V2.png -%%DATADIR%%/data/doc/img/PatternEditorPattern.png -%%DATADIR%%/data/doc/img/PatternEditorRecording.png -%%DATADIR%%/data/doc/img/PatternEditorSizeRes.png -%%DATADIR%%/data/doc/img/PatternEditor_DrumMode.png -%%DATADIR%%/data/doc/img/PatternEditor_PianoMode.png -%%DATADIR%%/data/doc/img/PreferencesAppearance.png -%%DATADIR%%/data/doc/img/PreferencesAudioSystem.png -%%DATADIR%%/data/doc/img/PreferencesAudioSystem_V2.png -%%DATADIR%%/data/doc/img/PreferencesGeneral.png -%%DATADIR%%/data/doc/img/PreferencesGeneral_V2.png -%%DATADIR%%/data/doc/img/PreferencesMidiSystem.png -%%DATADIR%%/data/doc/img/PreferencesMidiSystem_V2.png -%%DATADIR%%/data/doc/img/Rec_button.png -%%DATADIR%%/data/doc/img/Res.png -%%DATADIR%%/data/doc/img/SampleEditor.png -%%DATADIR%%/data/doc/img/SampleEditor_V5.png -%%DATADIR%%/data/doc/img/SongEditor.png -%%DATADIR%%/data/doc/img/SongEditorAddLayer.png -%%DATADIR%%/data/doc/img/SongEditorButtons.png -%%DATADIR%%/data/doc/img/SongEditorInsertMode.png -%%DATADIR%%/data/doc/img/SongEditorLayerClear.png -%%DATADIR%%/data/doc/img/SongEditorLayerDownUp.png -%%DATADIR%%/data/doc/img/SongEditorSelectInsertMode.png -%%DATADIR%%/data/doc/img/SongEditorSelectMode.png -%%DATADIR%%/data/doc/img/SongLoop.png -%%DATADIR%%/data/doc/img/SongOperations.png -%%DATADIR%%/data/doc/img/SoundLibrary.png -%%DATADIR%%/data/doc/img/Sound_Library_import.png -%%DATADIR%%/data/doc/img/SoundlibraryHierarchy.svg -%%DATADIR%%/data/doc/img/SoundlibraryHierarchy_V3.png -%%DATADIR%%/data/doc/img/SoundlibraryHierarchy_V4.png -%%DATADIR%%/data/doc/img/Tutorial2.h2song -%%DATADIR%%/data/doc/img/TutorialEnd.png -%%DATADIR%%/data/doc/img/TutorialStart.png -%%DATADIR%%/data/doc/img/Virtual_patterns_menu.png +%%DATADIR%%/data/doc/img_tutorial/Bridge1_4th.png +%%DATADIR%%/data/doc/img_tutorial/Bridge3_3a_hh.png +%%DATADIR%%/data/doc/img_tutorial/C3_6+7.png +%%DATADIR%%/data/doc/img_tutorial/Intro4th.png +%%DATADIR%%/data/doc/img_tutorial/PatternBase1.png +%%DATADIR%%/data/doc/img_tutorial/PatternBase2.png +%%DATADIR%%/data/doc/img_tutorial/Riff1b.png +%%DATADIR%%/data/doc/img_tutorial/Riff1c.png +%%DATADIR%%/data/doc/img_tutorial/Riff1d.png +%%DATADIR%%/data/doc/img_tutorial/Verse8th.png +%%DATADIR%%/data/doc/img_tutorial/VerseAll.png +%%DATADIR%%/data/doc/img_tutorial/VerseBridge_hh.png +%%DATADIR%%/data/doc/img_tutorial/VerseBridge.png %%DATADIR%%/data/doc/img/add_tag.png %%DATADIR%%/data/doc/img/add_tempo_change.png +%%DATADIR%%/data/doc/img/AudioEngineInfoDialog.png %%DATADIR%%/data/doc/img/background_BPM.png -%%DATADIR%%/data/doc/img/background_Control.png %%DATADIR%%/data/doc/img/background_Control_V2.png +%%DATADIR%%/data/doc/img/background_Control.png %%DATADIR%%/data/doc/img/background_Load.png %%DATADIR%%/data/doc/img/background_Mode.png %%DATADIR%%/data/doc/img/bg_topPanel.png @@ -111,24 +84,24 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/doc/img/btn_clear_off.png %%DATADIR%%/data/doc/img/btn_draw.png %%DATADIR%%/data/doc/img/btn_edit_on.png -%%DATADIR%%/data/doc/img/btn_hear.png %%DATADIR%%/data/doc/img/btn_hear_on.png +%%DATADIR%%/data/doc/img/btn_hear.png %%DATADIR%%/data/doc/img/btn_live_on.png %%DATADIR%%/data/doc/img/btn_loop_on.png %%DATADIR%%/data/doc/img/btn_mute_on.png %%DATADIR%%/data/doc/img/btn_new_on.png %%DATADIR%%/data/doc/img/btn_on_on.png %%DATADIR%%/data/doc/img/btn_pattern_mode.png -%%DATADIR%%/data/doc/img/btn_play_on.png %%DATADIR%%/data/doc/img/btn_play_on_mixer.png +%%DATADIR%%/data/doc/img/btn_play_on.png %%DATADIR%%/data/doc/img/btn_quant_off.png %%DATADIR%%/data/doc/img/btn_quant_on.png %%DATADIR%%/data/doc/img/btn_quant_over.png %%DATADIR%%/data/doc/img/btn_record_off.png %%DATADIR%%/data/doc/img/btn_record_over.png -%%DATADIR%%/data/doc/img/btn_select.png %%DATADIR%%/data/doc/img/btn_select_off.png %%DATADIR%%/data/doc/img/btn_select_on.png +%%DATADIR%%/data/doc/img/btn_select.png %%DATADIR%%/data/doc/img/btn_solo_on.png %%DATADIR%%/data/doc/img/btn_song_on.png %%DATADIR%%/data/doc/img/btn_stop_on.png @@ -136,17 +109,63 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/doc/img/bypass_on.png %%DATADIR%%/data/doc/img/bypass_over.png %%DATADIR%%/data/doc/img/cpuload.png +%%DATADIR%%/data/doc/img/CreateNewPattern.png +%%DATADIR%%/data/doc/img/Director.png %%DATADIR%%/data/doc/img/director.png %%DATADIR%%/data/doc/img/downBtn_on.png +%%DATADIR%%/data/doc/img/Downloading_SoundLibrary.png +%%DATADIR%%/data/doc/img/DrumkitExport.png +%%DATADIR%%/data/doc/img/DrumkitImport.png +%%DATADIR%%/data/doc/img/DrumkitLoad.png +%%DATADIR%%/data/doc/img/DrumkitSave.png %%DATADIR%%/data/doc/img/edit_off.png +%%DATADIR%%/data/doc/img/Export_song.png %%DATADIR%%/data/doc/img/fill_clear_pattern.png +%%DATADIR%%/data/doc/img/FX_send_knobs.png +%%DATADIR%%/data/doc/img/GUI_Sections_0.9.5_v2.png +%%DATADIR%%/data/doc/img/GUI_Sections_0.9.5.png %%DATADIR%%/data/doc/img/hearBtn_on.png +%%DATADIR%%/data/doc/img/HearNewNotes.png +%%DATADIR%%/data/doc/img/Hydrogen_0.9.5_gui.png %%DATADIR%%/data/doc/img/instr_ed0.png %%DATADIR%%/data/doc/img/instr_ed1.png +%%DATADIR%%/data/doc/img/Instrument_General.png +%%DATADIR%%/data/doc/img/Instrument_Layers.png +%%DATADIR%%/data/doc/img/InstrumentMapping.png %%DATADIR%%/data/doc/img/item_selected.png %%DATADIR%%/data/doc/img/jack_transport.png +%%DATADIR%%/data/doc/img/JackTrans_Master.png +%%DATADIR%%/data/doc/img/LADSPA_FX_Properties.png +%%DATADIR%%/data/doc/img/MainControls_Rubberband_btn.png +%%DATADIR%%/data/doc/img/MainModePattern.png +%%DATADIR%%/data/doc/img/MainModeSong.png +%%DATADIR%%/data/doc/img/MainPlay.png +%%DATADIR%%/data/doc/img/MainRecord.png +%%DATADIR%%/data/doc/img/MainStop.png +%%DATADIR%%/data/doc/img/MainToolbar_V2.png +%%DATADIR%%/data/doc/img/MainToolbar.png +%%DATADIR%%/data/doc/img/MainUI_tabbed.png +%%DATADIR%%/data/doc/img/MeasureSettings.png +%%DATADIR%%/data/doc/img/Midi_Actions.png %%DATADIR%%/data/doc/img/midi_in.png +%%DATADIR%%/data/doc/img/MidiIN_CPU.png %%DATADIR%%/data/doc/img/mixer-instrrack_btn.png +%%DATADIR%%/data/doc/img/Mixer.png +%%DATADIR%%/data/doc/img/MixerDelay.png +%%DATADIR%%/data/doc/img/MixerFX.png +%%DATADIR%%/data/doc/img/MixerFXButton.png +%%DATADIR%%/data/doc/img/MixerFXEdit.png +%%DATADIR%%/data/doc/img/MixerFXEditButton.png +%%DATADIR%%/data/doc/img/MixerFXKnob.png +%%DATADIR%%/data/doc/img/MixerFXSelect.png +%%DATADIR%%/data/doc/img/MixerLED.png +%%DATADIR%%/data/doc/img/MixerLoadSample.png +%%DATADIR%%/data/doc/img/MixerMute.png +%%DATADIR%%/data/doc/img/MixerPan.png +%%DATADIR%%/data/doc/img/MixerPlayTest.png +%%DATADIR%%/data/doc/img/MixerSolo.png +%%DATADIR%%/data/doc/img/MovePatternDown.png +%%DATADIR%%/data/doc/img/MovePatternUp.png %%DATADIR%%/data/doc/img/newPatternBtn_on.png %%DATADIR%%/data/doc/img/nl/DrumkitExport.png %%DATADIR%%/data/doc/img/nl/DrumkitImport.png @@ -166,37 +185,68 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/doc/img/nl/SongEditorInsertMode.png %%DATADIR%%/data/doc/img/nl/SongEditorSelectMode.png %%DATADIR%%/data/doc/img/nl/SongEditorSelectModeCopy.png +%%DATADIR%%/data/doc/img/NoteKey.png +%%DATADIR%%/data/doc/img/NoteOff_NoteLength.png %%DATADIR%%/data/doc/img/pattern_properties.png +%%DATADIR%%/data/doc/img/PatternEditor_DrumMode.png +%%DATADIR%%/data/doc/img/PatternEditor_PianoMode.png +%%DATADIR%%/data/doc/img/PatternEditor.png +%%DATADIR%%/data/doc/img/PatternEditorButtons.png +%%DATADIR%%/data/doc/img/PatternEditorControls.png +%%DATADIR%%/data/doc/img/PatternEditorDownUp.png +%%DATADIR%%/data/doc/img/PatternEditorInstr_V2.png +%%DATADIR%%/data/doc/img/PatternEditorInstr.png +%%DATADIR%%/data/doc/img/PatternEditorPattern.png +%%DATADIR%%/data/doc/img/PatternEditorRecording.png +%%DATADIR%%/data/doc/img/PatternEditorSizeRes.png +%%DATADIR%%/data/doc/img/PreferencesAppearance_V2.png +%%DATADIR%%/data/doc/img/PreferencesAppearance.png +%%DATADIR%%/data/doc/img/PreferencesAudioSystem_V2.png +%%DATADIR%%/data/doc/img/PreferencesAudioSystem_V3.png +%%DATADIR%%/data/doc/img/PreferencesAudioSystem.png +%%DATADIR%%/data/doc/img/PreferencesGeneral_V2.png +%%DATADIR%%/data/doc/img/PreferencesGeneral_V3.png +%%DATADIR%%/data/doc/img/PreferencesGeneral.png +%%DATADIR%%/data/doc/img/PreferencesMidiSystem_V2.png +%%DATADIR%%/data/doc/img/PreferencesMidiSystem.png %%DATADIR%%/data/doc/img/quantBtn_off.png %%DATADIR%%/data/doc/img/quantBtn_on.png +%%DATADIR%%/data/doc/img/Rec_button.png %%DATADIR%%/data/doc/img/recBtn_on.png +%%DATADIR%%/data/doc/img/Res.png +%%DATADIR%%/data/doc/img/SampleEditor_V5.png +%%DATADIR%%/data/doc/img/SampleEditor.png %%DATADIR%%/data/doc/img/screenshot-director.png %%DATADIR%%/data/doc/img/showFX_on.png %%DATADIR%%/data/doc/img/showPeaks_on.png +%%DATADIR%%/data/doc/img/SongEditor.png +%%DATADIR%%/data/doc/img/SongEditorAddLayer.png +%%DATADIR%%/data/doc/img/SongEditorButtons.png +%%DATADIR%%/data/doc/img/SongEditorInsertMode.png +%%DATADIR%%/data/doc/img/SongEditorLayerClear.png +%%DATADIR%%/data/doc/img/SongEditorLayerDownUp.png +%%DATADIR%%/data/doc/img/SongEditorSelectInsertMode.png +%%DATADIR%%/data/doc/img/SongEditorSelectMode.png %%DATADIR%%/data/doc/img/songFuncBtn_on.png +%%DATADIR%%/data/doc/img/SongLoop.png +%%DATADIR%%/data/doc/img/SongOperations.png +%%DATADIR%%/data/doc/img/Sound_Library_import.png +%%DATADIR%%/data/doc/img/SoundLibrary.png +%%DATADIR%%/data/doc/img/SoundlibraryHierarchy_V3.png +%%DATADIR%%/data/doc/img/SoundlibraryHierarchy_V4.png +%%DATADIR%%/data/doc/img/stacked_mode_V3.png %%DATADIR%%/data/doc/img/tag_bar.png %%DATADIR%%/data/doc/img/tastiera.png %%DATADIR%%/data/doc/img/tempo_bar.png +%%DATADIR%%/data/doc/img/Tutorial2.h2song +%%DATADIR%%/data/doc/img/TutorialEnd.png +%%DATADIR%%/data/doc/img/TutorialStart.png %%DATADIR%%/data/doc/img/upBtn_on.png -%%DATADIR%%/data/doc/img_tutorial/Bridge1_4th.png -%%DATADIR%%/data/doc/img_tutorial/Bridge3_3a_hh.png -%%DATADIR%%/data/doc/img_tutorial/C3_6+7.png -%%DATADIR%%/data/doc/img_tutorial/Intro4th.png -%%DATADIR%%/data/doc/img_tutorial/PatternBase1.png -%%DATADIR%%/data/doc/img_tutorial/PatternBase2.png -%%DATADIR%%/data/doc/img_tutorial/Riff1b.png -%%DATADIR%%/data/doc/img_tutorial/Riff1c.png -%%DATADIR%%/data/doc/img_tutorial/Riff1d.png -%%DATADIR%%/data/doc/img_tutorial/Verse8th.png -%%DATADIR%%/data/doc/img_tutorial/VerseAll.png -%%DATADIR%%/data/doc/img_tutorial/VerseBridge.png -%%DATADIR%%/data/doc/img_tutorial/VerseBridge_hh.png +%%DATADIR%%/data/doc/img/Virtual_patterns_menu.png %%DATADIR%%/data/doc/infoSplash/aboutLogo.png %%DATADIR%%/data/doc/infoSplash/news-070620.html %%DATADIR%%/data/doc/infoSplash/news-081104.html -%%DATADIR%%/data/doc/manual.docbook -%%DATADIR%%/data/doc/manual.html -%%DATADIR%%/data/doc/manual.pot +%%DATADIR%%/data/doc/Makefile %%DATADIR%%/data/doc/manual_ca.html %%DATADIR%%/data/doc/manual_ca.po %%DATADIR%%/data/doc/manual_en.html @@ -208,16 +258,19 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/doc/manual_it.po %%DATADIR%%/data/doc/manual_nl.html %%DATADIR%%/data/doc/manual_nl.po -%%DATADIR%%/data/doc/tutorial.docbook -%%DATADIR%%/data/doc/tutorial.pot +%%DATADIR%%/data/doc/manual.docbook +%%DATADIR%%/data/doc/manual.html +%%DATADIR%%/data/doc/manual.pot +%%DATADIR%%/data/doc/MidiInstrumentMapping.ods +%%DATADIR%%/data/doc/README.DOCUMENTATION.txt +%%DATADIR%%/data/doc/TODO %%DATADIR%%/data/doc/tutorial_en.html -%%DATADIR%%/data/doc/tutorial_es.docbook -%%DATADIR%%/data/doc/tutorial_es.html -%%DATADIR%%/data/doc/tutorial_es.po %%DATADIR%%/data/doc/tutorial_fr.html %%DATADIR%%/data/doc/tutorial_fr.po %%DATADIR%%/data/doc/tutorial_it.html %%DATADIR%%/data/doc/tutorial_it.po +%%DATADIR%%/data/doc/tutorial.docbook +%%DATADIR%%/data/doc/tutorial.pot %%DATADIR%%/data/drumkits/GMkit/clap_Dry_c.flac %%DATADIR%%/data/drumkits/GMkit/cra_Jazz.flac %%DATADIR%%/data/drumkits/GMkit/cra_Rock_a.flac @@ -267,6 +320,8 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/i18n/hydrogen.es.ts %%DATADIR%%/data/i18n/hydrogen.fr.qm %%DATADIR%%/data/i18n/hydrogen.fr.ts +%%DATADIR%%/data/i18n/hydrogen.gl.qm +%%DATADIR%%/data/i18n/hydrogen.gl.ts %%DATADIR%%/data/i18n/hydrogen.hr.qm %%DATADIR%%/data/i18n/hydrogen.hr.ts %%DATADIR%%/data/i18n/hydrogen.hu_HU.qm @@ -283,8 +338,12 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/i18n/hydrogen.pt_BR.ts %%DATADIR%%/data/i18n/hydrogen.ru.qm %%DATADIR%%/data/i18n/hydrogen.ru.ts +%%DATADIR%%/data/i18n/hydrogen.sr.qm +%%DATADIR%%/data/i18n/hydrogen.sr.ts %%DATADIR%%/data/i18n/hydrogen.sv.qm %%DATADIR%%/data/i18n/hydrogen.sv.ts +%%DATADIR%%/data/i18n/stats.py +%%DATADIR%%/data/i18n/updateTranslations.sh %%DATADIR%%/data/img/gray/about/aboutLogo.png %%DATADIR%%/data/img/gray/audiFileBrowser/go-home.png %%DATADIR%%/data/img/gray/audiFileBrowser/go-up.png @@ -303,6 +362,9 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/drumkitManager/btn_save_off.png %%DATADIR%%/data/img/gray/drumkitManager/btn_save_on.png %%DATADIR%%/data/img/gray/drumkitManager/btn_save_over.png +%%DATADIR%%/data/img/gray/h2-icon.svg +%%DATADIR%%/data/img/gray/icon.icns +%%DATADIR%%/data/img/gray/icon.svg %%DATADIR%%/data/img/gray/icon16.png %%DATADIR%%/data/img/gray/icon24.png %%DATADIR%%/data/img/gray/icon32.png @@ -317,10 +379,10 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/instrumentEditor/editLayer_off.png %%DATADIR%%/data/img/gray/instrumentEditor/editLayer_on.png %%DATADIR%%/data/img/gray/instrumentEditor/editLayer_over.png -%%DATADIR%%/data/img/gray/instrumentEditor/instrumentTab.png -%%DATADIR%%/data/img/gray/instrumentEditor/instrumentTab_top.png %%DATADIR%%/data/img/gray/instrumentEditor/instrument_show_off.png %%DATADIR%%/data/img/gray/instrumentEditor/instrument_show_on.png +%%DATADIR%%/data/img/gray/instrumentEditor/instrumentTab_top.png +%%DATADIR%%/data/img/gray/instrumentEditor/instrumentTab.png %%DATADIR%%/data/img/gray/instrumentEditor/layerTab.png %%DATADIR%%/data/img/gray/instrumentEditor/layerTabnew.png %%DATADIR%%/data/img/gray/instrumentEditor/library_show_off.png @@ -332,6 +394,7 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/lcd/LCDLargeFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDLargeGrayFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDSmallBlueFontSet.png +%%DATADIR%%/data/img/gray/lcd/LCDSmallFontSetRed.xcf %%DATADIR%%/data/img/gray/lcd/LCDSmallGrayFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDSmallRedFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDSpinBox_down_off.png @@ -372,15 +435,15 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/mixerPanel/knob_images.png %%DATADIR%%/data/img/gray/mixerPanel/led_trigger_off.png %%DATADIR%%/data/img/gray/mixerPanel/led_trigger_on.png -%%DATADIR%%/data/img/gray/mixerPanel/masterMixer_background.png -%%DATADIR%%/data/img/gray/mixerPanel/masterMixer_leds.png -%%DATADIR%%/data/img/gray/mixerPanel/masterMixerline_background.png %%DATADIR%%/data/img/gray/mixerPanel/master_mute_off.png %%DATADIR%%/data/img/gray/mixerPanel/master_mute_on.png %%DATADIR%%/data/img/gray/mixerPanel/master_mute_over.png +%%DATADIR%%/data/img/gray/mixerPanel/masterMixer_background.png +%%DATADIR%%/data/img/gray/mixerPanel/masterMixer_leds.png +%%DATADIR%%/data/img/gray/mixerPanel/masterMixerline_background.png %%DATADIR%%/data/img/gray/mixerPanel/mixer_background.png -%%DATADIR%%/data/img/gray/mixerPanel/mixerline_background.png %%DATADIR%%/data/img/gray/mixerPanel/mixerline_background_on.png +%%DATADIR%%/data/img/gray/mixerPanel/mixerline_background.png %%DATADIR%%/data/img/gray/mixerPanel/mixerline_label_background.png %%DATADIR%%/data/img/gray/mixerPanel/mixerline_text_background.png %%DATADIR%%/data/img/gray/mixerPanel/panFader_background.png @@ -405,6 +468,8 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/patternEditor/btn_dropdown_off.png %%DATADIR%%/data/img/gray/patternEditor/btn_dropdown_on.png %%DATADIR%%/data/img/gray/patternEditor/btn_dropdown_over.png +%%DATADIR%%/data/img/gray/patternEditor/btn_drum_piano_off.png +%%DATADIR%%/data/img/gray/patternEditor/btn_drum_piano_on.png %%DATADIR%%/data/img/gray/patternEditor/btn_hear_off.png %%DATADIR%%/data/img/gray/patternEditor/btn_hear_on.png %%DATADIR%%/data/img/gray/patternEditor/btn_mute_off.png @@ -418,14 +483,14 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/patternEditor/btn_solo_off.png %%DATADIR%%/data/img/gray/patternEditor/btn_solo_on.png %%DATADIR%%/data/img/gray/patternEditor/editor_top.png -%%DATADIR%%/data/img/gray/patternEditor/instrument_line.png %%DATADIR%%/data/img/gray/patternEditor/instrument_line_selected.png +%%DATADIR%%/data/img/gray/patternEditor/instrument_line.png %%DATADIR%%/data/img/gray/patternEditor/tickPosition.png -%%DATADIR%%/data/img/gray/playerControlPanel/background.png %%DATADIR%%/data/img/gray/playerControlPanel/background_BPM.png %%DATADIR%%/data/img/gray/playerControlPanel/background_Control.png %%DATADIR%%/data/img/gray/playerControlPanel/background_Jack.png %%DATADIR%%/data/img/gray/playerControlPanel/background_Mode.png +%%DATADIR%%/data/img/gray/playerControlPanel/background.png %%DATADIR%%/data/img/gray/playerControlPanel/bbt_off.png %%DATADIR%%/data/img/gray/playerControlPanel/bbt_on.png %%DATADIR%%/data/img/gray/playerControlPanel/bc_off.old.png @@ -498,9 +563,11 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/playerControlPanel/midiActivity_back.png %%DATADIR%%/data/img/gray/playerControlPanel/midiActivity_on.png %%DATADIR%%/data/img/gray/playerControlPanel/onoff.png +%%DATADIR%%/data/img/gray/playerControlPanel/pattern_mode.png %%DATADIR%%/data/img/gray/playerControlPanel/playlist_background_Control.png %%DATADIR%%/data/img/gray/playerControlPanel/rubber_off.png %%DATADIR%%/data/img/gray/playerControlPanel/rubber_on.png +%%DATADIR%%/data/img/gray/playerControlPanel/song_mode.png %%DATADIR%%/data/img/gray/playerControlPanel/statusLED_off.png %%DATADIR%%/data/img/gray/playerControlPanel/statusLED_on.png %%DATADIR%%/data/img/gray/preferencesDialog/rec.png @@ -549,30 +616,20 @@ share/applications/hydrogen.desktop %%DATADIR%%/data/img/gray/waveDisplay/detailsamplewavedisplay.png %%DATADIR%%/data/img/gray/waveDisplay/mainsamplewavedisplay.png %%DATADIR%%/data/img/gray/waveDisplay/targetsamplewavedisplay.png -share/pixmaps/h2-icon.svg -@dirrm %%DATADIR%%/data/img/gray/waveDisplay -@dirrm %%DATADIR%%/data/img/gray/splash -@dirrm %%DATADIR%%/data/img/gray/songEditor -@dirrm %%DATADIR%%/data/img/gray/preferencesDialog -@dirrm %%DATADIR%%/data/img/gray/playerControlPanel -@dirrm %%DATADIR%%/data/img/gray/patternEditor -@dirrm %%DATADIR%%/data/img/gray/mixerPanel -@dirrm %%DATADIR%%/data/img/gray/lcd -@dirrm %%DATADIR%%/data/img/gray/instrumentEditor -@dirrm %%DATADIR%%/data/img/gray/drumkitManager -@dirrm %%DATADIR%%/data/img/gray/audiFileBrowser -@dirrm %%DATADIR%%/data/img/gray/about -@dirrm %%DATADIR%%/data/img/gray -@dirrm %%DATADIR%%/data/img -@dirrm %%DATADIR%%/data/i18n -@dirrm %%DATADIR%%/data/drumkits/TR808EmulationKit -@dirrm %%DATADIR%%/data/drumkits/GMkit -@dirrm %%DATADIR%%/data/drumkits -@dirrm %%DATADIR%%/data/doc/infoSplash -@dirrm %%DATADIR%%/data/doc/img_tutorial -@dirrm %%DATADIR%%/data/doc/img/nl -@dirrm %%DATADIR%%/data/doc/img -@dirrm %%DATADIR%%/data/doc -@dirrm %%DATADIR%%/data/demo_songs -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% +%%DATADIR%%/data/new_tutorial/img_tutorial/Bridge1_4th.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Bridge3_3a_hh.png +%%DATADIR%%/data/new_tutorial/img_tutorial/C3_6+7.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Intro4th.png +%%DATADIR%%/data/new_tutorial/img_tutorial/PatternBase1.png +%%DATADIR%%/data/new_tutorial/img_tutorial/PatternBase2.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Riff1b.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Riff1c.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Riff1d.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Verse8th.png +%%DATADIR%%/data/new_tutorial/img_tutorial/VerseAll.png +%%DATADIR%%/data/new_tutorial/img_tutorial/VerseBridge_hh.png +%%DATADIR%%/data/new_tutorial/img_tutorial/VerseBridge.png +%%DATADIR%%/data/new_tutorial/img_tutorial/warn.png +%%DATADIR%%/data/new_tutorial/tutorial_en.html +%%DATADIR%%/data/xsd/drumkit_pattern.xsd +%%DATADIR%%/data/xsd/drumkit.xsd From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 11:34: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 386D660E; Fri, 3 Oct 2014 11:34: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 19FC8E61; Fri, 3 Oct 2014 11:34: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 s93BY3d1016882; Fri, 3 Oct 2014 11:34:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93BY3Wc016880; Fri, 3 Oct 2014 11:34:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031134.s93BY3Wc016880@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 11:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369883 - head/multimedia/transcode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 11:34:04 -0000 Author: tijl Date: Fri Oct 3 11:34:03 2014 New Revision: 369883 URL: https://svnweb.freebsd.org/changeset/ports/369883 QAT: https://qat.redports.org/buildarchive/r369883/ Log: - Replace FAKEDIR with STAGEDIR and only use auto-plist for lib/transcode - Remove USE_AUTOTOOLS - Add DOCS option - Remove -lpthread patching Added: head/multimedia/transcode/pkg-plist (contents, props changed) Modified: head/multimedia/transcode/Makefile Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Fri Oct 3 11:32:06 2014 (r369882) +++ head/multimedia/transcode/Makefile Fri Oct 3 11:34:03 2014 (r369883) @@ -3,7 +3,7 @@ PORTNAME= transcode PORTVERSION= 1.1.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= multimedia MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/ @@ -14,20 +14,18 @@ LICENSE= GPLv2 LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg -FAKEDIR= ${WRKDIR}/fake -PLIST= ${WRKDIR}/plist USE_LDCONFIG= yes USES= gmake pkgconfig tar:bzip2 libtool WANT_SDL= yes WANT_GNOME= yes -USE_AUTOTOOLS= libtoolize +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-oss CPPFLAGS+= -isystem ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --enable-oss NO_OPTIONS_SORT= yes -OPTIONS_DEFINE= OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME XVID \ - X264 OGG VORBIS THEORA DVDREAD DV QUICKTIME LZO A52 \ +OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME \ + XVID X264 OGG VORBIS THEORA DVDREAD DV QUICKTIME LZO A52 \ FAAC LIBXML2 MJPEGTOOLS SDL IMAGEMAGICK JPEG ICONV V4L OPTIONS_DEFAULT= LAME DVDREAD JPEG ICONV BKTR_DESC= Bktr capture card support @@ -139,8 +137,6 @@ post-patch: s|-lMagick|-lMagickCore|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -pre-configure: - @${REINPLACE_CMD} -E -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|-ldl||g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|WRKSRC|${WRKSRC}|g' ${WRKSRC}/export/Makefile.in @@ -151,19 +147,8 @@ pre-configure: ${WRKSRC}/import/import_mov.c \ ${WRKSRC}/import/probe_mov.c -pre-install: - ${RM} -rf ${PLIST} ${FAKEDIR} - ${MKDIR} ${FAKEDIR} - ${TOUCH} -f ${PLIST} - @(cd ${WRKSRC} && ${MAKE_CMD} install prefix=${FAKEDIR} mandir=${FAKEDIR}/man) -.for dir in bin share/doc lib - @(cd ${FAKEDIR}/${dir} && ${FIND} -s * -type f -o -type l | \ - ${SED} -e 's|^|${dir}/|' | grep -v \\.la$$ >> ${PLIST}) - @(cd ${FAKEDIR}/${dir} && ${FIND} -d * -type d | \ - ${SED} -e 's|^|@dirrm ${dir}/|' >> ${PLIST}) -.endfor - @(cd ${FAKEDIR}/man && ${FIND} -s * -type f -o -type l | \ - ${SED} -e 's|^|man/|' \ - -e 's|$$|.gz|' >> ${PLIST}) +post-stage: + @(cd ${STAGEDIR}${PREFIX} && \ + ${FIND} -s lib/transcode -type f >> ${TMPPLIST}) .include Added: head/multimedia/transcode/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/transcode/pkg-plist Fri Oct 3 11:34:03 2014 (r369883) @@ -0,0 +1,130 @@ +bin/avifix +bin/aviindex +bin/avimerge +bin/avisplit +bin/avisync +bin/tccat +bin/tcdecode +bin/tcdemux +bin/tcextract +bin/tcmodinfo +bin/tcmp3cut +bin/tcprobe +bin/tcscan +bin/tcxmlcheck +bin/tcxpm2rgb +bin/tcyait +bin/transcode +man/man1/avifix.1.gz +man/man1/aviindex.1.gz +man/man1/avimerge.1.gz +man/man1/avisplit.1.gz +man/man1/avisync.1.gz +man/man1/tccat.1.gz +man/man1/tcdecode.1.gz +man/man1/tcdemux.1.gz +man/man1/tcexport.1.gz +man/man1/tcextract.1.gz +man/man1/tcmodchain.1.gz +man/man1/tcmodinfo.1.gz +man/man1/tcprobe.1.gz +man/man1/tcpvmexportd.1.gz +man/man1/tcscan.1.gz +man/man1/tcxmlcheck.1.gz +man/man1/transcode.1.gz +man/man1/transcode_export.1.gz +man/man1/transcode_filter.1.gz +man/man1/transcode_import.1.gz +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/DV-to-DVD-HOWTO.txt +%%PORTDOCS%%%%DOCSDIR%%/README.Inverse.Telecine.txt +%%PORTDOCS%%%%DOCSDIR%%/README.cluster +%%PORTDOCS%%%%DOCSDIR%%/README.dv +%%PORTDOCS%%%%DOCSDIR%%/README.filter.modfps +%%PORTDOCS%%%%DOCSDIR%%/README.rip +%%PORTDOCS%%%%DOCSDIR%%/README.sync +%%PORTDOCS%%%%DOCSDIR%%/README.vcd +%%PORTDOCS%%%%DOCSDIR%%/README.xvid-credits +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES-0.6.13 +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES-1.1.0 +%%PORTDOCS%%%%DOCSDIR%%/export_ffmpeg.txt +%%PORTDOCS%%%%DOCSDIR%%/export_mp2.txt +%%PORTDOCS%%%%DOCSDIR%%/faq +%%PORTDOCS%%%%DOCSDIR%%/filter-socket.txt +%%PORTDOCS%%%%DOCSDIR%%/filter_dnr.txt +%%PORTDOCS%%%%DOCSDIR%%/filter_logo.txt +%%PORTDOCS%%%%DOCSDIR%%/filter_logoaway.txt +%%PORTDOCS%%%%DOCSDIR%%/filter_text.txt +%%PORTDOCS%%%%DOCSDIR%%/filter_yuvdenoise.txt +%%PORTDOCS%%%%DOCSDIR%%/framerate.txt +%%PORTDOCS%%%%DOCSDIR%%/html/dv.html +%%PORTDOCS%%%%DOCSDIR%%/html/dvd.html +%%PORTDOCS%%%%DOCSDIR%%/html/export_divx.html +%%PORTDOCS%%%%DOCSDIR%%/html/export_divx4.php +%%PORTDOCS%%%%DOCSDIR%%/html/export_divx5.php +%%PORTDOCS%%%%DOCSDIR%%/html/export_fame.php +%%PORTDOCS%%%%DOCSDIR%%/html/export_ogg.php +%%PORTDOCS%%%%DOCSDIR%%/html/export_opendivx.php +%%PORTDOCS%%%%DOCSDIR%%/html/export_xvid.php +%%PORTDOCS%%%%DOCSDIR%%/html/import_avi.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_dv.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_dvd.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_mp3.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_mpeg2.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_mpeg3.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_null.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_nuv.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_ogg.php +%%PORTDOCS%%%%DOCSDIR%%/html/import_raw.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_vob.html +%%PORTDOCS%%%%DOCSDIR%%/html/import_yuv4mpeg.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/intro.html +%%PORTDOCS%%%%DOCSDIR%%/html/mes0-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/mes4-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/mes5-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/mes6-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/mes7-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/misc.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules.html +%%PORTDOCS%%%%DOCSDIR%%/html/mpeg.html +%%PORTDOCS%%%%DOCSDIR%%/html/new.png +%%PORTDOCS%%%%DOCSDIR%%/html/other.html +%%PORTDOCS%%%%DOCSDIR%%/html/post.html +%%PORTDOCS%%%%DOCSDIR%%/html/pre.html +%%PORTDOCS%%%%DOCSDIR%%/html/smart.html +%%PORTDOCS%%%%DOCSDIR%%/html/sorry.html +%%PORTDOCS%%%%DOCSDIR%%/html/sub0-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/sub1-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/sub2-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/sub3-00000.png +%%PORTDOCS%%%%DOCSDIR%%/html/subtitles.html +%%PORTDOCS%%%%DOCSDIR%%/html/table.php +%%PORTDOCS%%%%DOCSDIR%%/html/tc.png +%%PORTDOCS%%%%DOCSDIR%%/import-xml.txt +%%PORTDOCS%%%%DOCSDIR%%/import_nvrec.txt +%%PORTDOCS%%%%DOCSDIR%%/import_v4l2.txt +%%PORTDOCS%%%%DOCSDIR%%/import_x11.txt +%%PORTDOCS%%%%DOCSDIR%%/import_yuv.txt +%%PORTDOCS%%%%DOCSDIR%%/pvm3/export_pvm.txt +%%PORTDOCS%%%%DOCSDIR%%/pvm3/pvm_10x.cfg +%%PORTDOCS%%%%DOCSDIR%%/pvm3/pvm_11x.cfg +%%PORTDOCS%%%%DOCSDIR%%/pvm3/pvm_config.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/OPTIMIZERS +%%PORTDOCS%%%%DOCSDIR%%/tech/architecture.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/avi_comments.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/clone.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/export-API.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/filter-API.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/filter_template.c +%%PORTDOCS%%%%DOCSDIR%%/tech/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/tech/html/tc_basic.css +%%PORTDOCS%%%%DOCSDIR%%/tech/html/tc_frame_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/tech/html/tc_input_rotation.html +%%PORTDOCS%%%%DOCSDIR%%/tech/html/tc_libraries.html +%%PORTDOCS%%%%DOCSDIR%%/tech/html/tc_logo.png +%%PORTDOCS%%%%DOCSDIR%%/tech/ibp_support.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/import-API.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/libraries.txt +%%PORTDOCS%%%%DOCSDIR%%/tech/module-system-API.txt +%%PORTDOCS%%%%DOCSDIR%%/template.cfg.txt From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 11:36: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 A9575730; Fri, 3 Oct 2014 11:36: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 7B525E7A; Fri, 3 Oct 2014 11:36: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 s93BaPgU017365; Fri, 3 Oct 2014 11:36:25 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93BaOHL017362; Fri, 3 Oct 2014 11:36:24 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031136.s93BaOHL017362@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 11:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369884 - in head/devel/rudiments: . 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: Fri, 03 Oct 2014 11:36:25 -0000 Author: tijl Date: Fri Oct 3 11:36:24 2014 New Revision: 369884 URL: https://svnweb.freebsd.org/changeset/ports/369884 QAT: https://qat.redports.org/buildarchive/r369884/ Log: - Remove :keepla from USES=libtool - Remove pthread patching Modified: head/devel/rudiments/Makefile head/devel/rudiments/files/patch-configure head/devel/rudiments/pkg-plist Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Fri Oct 3 11:34:03 2014 (r369883) +++ head/devel/rudiments/Makefile Fri Oct 3 11:36:24 2014 (r369884) @@ -3,6 +3,7 @@ PORTNAME= rudiments PORTVERSION= 0.47 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -12,7 +13,7 @@ COMMENT= C++ class library for daemons, LICENSE= LGPL20 GNU_CONFIGURE= yes -USES= libtool:keepla pkgconfig shebangfix +USES= libtool pkgconfig shebangfix SHEBANG_FILES= doc/programming/insert.pl USE_LDCONFIG= yes Modified: head/devel/rudiments/files/patch-configure ============================================================================== --- head/devel/rudiments/files/patch-configure Fri Oct 3 11:34:03 2014 (r369883) +++ head/devel/rudiments/files/patch-configure Fri Oct 3 11:36:24 2014 (r369884) @@ -10,37 +10,6 @@ *) ;; esac -@@ -17738,8 +17741,8 @@ - - - HAVE_PTHREAD="" -- PTHREADINCLUDES="" -- PTHREADLIB="" -+ #PTHREADINCLUDES="" -+ #PTHREADLIB="" - - if ( test "$cross_compiling" = "yes" ) - then -@@ -17795,9 +17798,6 @@ - STATIC="" - HEADERSANDLIBSPATH="" - --eval "PTHREADINCLUDES=\"\"" --eval "PTHREADLIB=\"\"" --eval "PTHREADLIBPATH=\"\"" - eval "PTHREADSTATIC=\"\"" - if ( test -n "" ) - then -@@ -18012,9 +18012,6 @@ - LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib$||g" -e "s|-L/lib$||g" -e "s|-L/usr/lib ||g" -e "s|-L/lib ||g"` - LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib64$||g" -e "s|-L/lib64$||g" -e "s|-L/usr/lib64 ||g" -e "s|-L/lib64 ||g"` - --eval "PTHREADINCLUDES=\"$INCLUDESTRING\"" --eval "PTHREADLIB=\"$LIBSTRING\"" --eval "PTHREADLIBPATH=\"$LIBPATH\"" - eval "PTHREADSTATIC=\"$STATIC\"" - if ( test -n "" ) - then @@ -30750,47 +30747,47 @@ # prepend DESTDIR where appropriate if ( test "`echo $ac_default_prefix | cut -c1`" = "/" ) Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Fri Oct 3 11:34:03 2014 (r369883) +++ head/devel/rudiments/pkg-plist Fri Oct 3 11:36:24 2014 (r369884) @@ -209,9 +209,6 @@ include/rudiments/xmlsax.h lib/librudiments-%%VERSION%%.so.1 lib/librudiments-%%VERSION%%.so.1.0.0 lib/librudiments.a -lib/librudiments.la lib/librudiments.so libdata/pkgconfig/rudiments.pc man/man1/rudiments-config.1.gz -@dirrm include/rudiments/private -@dirrm include/rudiments From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:05: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 D573D176; Fri, 3 Oct 2014 12:05: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 B6431238; Fri, 3 Oct 2014 12:05: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 s93C5jCE031427; Fri, 3 Oct 2014 12:05:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93C5iX4031416; Fri, 3 Oct 2014 12:05:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031205.s93C5iX4031416@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 12:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369885 - in head/databases: py-sqlrelay sqlrelay sqlrelay/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: Fri, 03 Oct 2014 12:05:45 -0000 Author: tijl Date: Fri Oct 3 12:05:43 2014 New Revision: 369885 URL: https://svnweb.freebsd.org/changeset/ports/369885 QAT: https://qat.redports.org/buildarchive/r369885/ Log: Remove some unneeded patches and other bits so USES=autoreconf can be removed (avoids a problem with upcoming devel/libtool update) PR: 194068 Deleted: head/databases/sqlrelay/files/patch-acsite.m4 head/databases/sqlrelay/files/patch-configure.in Modified: head/databases/py-sqlrelay/Makefile head/databases/sqlrelay/Makefile head/databases/sqlrelay/Makefile.common head/databases/sqlrelay/files/patch-config.mk.in head/databases/sqlrelay/pkg-plist Modified: head/databases/py-sqlrelay/Makefile ============================================================================== --- head/databases/py-sqlrelay/Makefile Fri Oct 3 11:36:24 2014 (r369884) +++ head/databases/py-sqlrelay/Makefile Fri Oct 3 12:05:43 2014 (r369885) @@ -3,6 +3,7 @@ PORTNAME= ${SQLRELAY_PORTNAME} PORTVERSION= ${SQLRELAY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= # none PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,33 +15,25 @@ COMMENT= Python modules to access to SQL EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch LIB_DEPENDS= libsqlrclient.so:${SQLRELAY_PORTDIR} -USE_PYTHON= yes -USES= perl5 gmake +USES= gmake perl5 python USE_PERL5= build patch WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/src/api/python INSTALL_WRKSRC= ${BUILD_WRKSRC} GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \ - PTHREADLIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ --with-python-prefix="${LOCALBASE}" .include "${.CURDIR}/../sqlrelay/Makefile.common" -.include - do-extract: ${MKDIR} ${WRKDIR} ${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC} - ${RM} -f ${WRKSRC}/config.cache post-patch: ${PERL} -i -p \ -e 's,"2\.4" "2\.3" "2\.2" "2\.1",${PYTHON_VERSION:S/^python//},g;' \ ${WRKSRC}/configure - ${CP} ${TEMPLATES}/config.sub ${WRKSRC} - ${CP} ${TEMPLATES}/config.guess ${WRKSRC} -.include +.include Modified: head/databases/sqlrelay/Makefile ============================================================================== --- head/databases/sqlrelay/Makefile Fri Oct 3 11:36:24 2014 (r369884) +++ head/databases/sqlrelay/Makefile Fri Oct 3 12:05:43 2014 (r369885) @@ -3,6 +3,7 @@ PORTNAME= ${SQLRELAY_PORTNAME} PORTVERSION= ${SQLRELAY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF @@ -12,10 +13,9 @@ COMMENT= Persistent DB connection poolin LIB_DEPENDS= librudiments.so:${PORTSDIR}/devel/rudiments WANT_GNOME= yes -USES= gmake autoreconf libtool +USES= gmake libtool CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -CONFIGURE_ENV= ${SQLRELAY_CONFIGURE_ENV} CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ --disable-tcl \ --disable-java \ @@ -43,16 +43,16 @@ TOSTRIP= bin/sqlr-start \ bin/sqlr-pwdenc \ bin/sqlr-status \ bin/sqlrsh \ - lib/libsqlrutil.so.0.0.0 \ - lib/libsqlrclient.so.0.0.0 \ - lib/libsqlrclientwrapper.so.0.0.0 \ - lib/libpqsqlrelay.so.0.0.0 \ - lib/libmysql3sqlrelay.so.0.0.0 \ - lib/libmysql40sqlrelay.so.0.0.0 \ - lib/libmysql41sqlrelay.so.0.0.0 \ - lib/libmysql50sqlrelay.so.0.0.0 \ - lib/libmysql51sqlrelay.so.0.0.0 \ - lib/libsqlrserver.so.0.0.0 \ + lib/libsqlrutil.so.1.0.0 \ + lib/libsqlrclient.so.1.0.0 \ + lib/libsqlrclientwrapper.so.1.0.0 \ + lib/libpqsqlrelay.so.1.0.0 \ + lib/libmysql3sqlrelay.so.1.0.0 \ + lib/libmysql40sqlrelay.so.1.0.0 \ + lib/libmysql41sqlrelay.so.1.0.0 \ + lib/libmysql50sqlrelay.so.1.0.0 \ + lib/libmysql51sqlrelay.so.1.0.0 \ + lib/libsqlrserver.so.1.0.0 \ libexec/sqlrelay/sqlrquery_sqlrcmdgstat.so \ libexec/sqlrelay/sqlrquery_sqlrcmdcstat.so \ libexec/sqlrelay/sqlrlogger_debug.so \ @@ -126,10 +126,6 @@ post-patch: -e 's,\$$\(initroot\),\$$\(initroot\)${PREFIX},g' \ -e 's,/etc/rc.conf,/etc/defaults/rc.conf,g' \ ${WRKSRC}/init/Makefile - ${REINPLACE_CMD} -E \ - -e 's,/usr/local[[:>:]],${PREFIX},g;' \ - -e 's,[[:<:]]gtk-config[[:>:]],${GTK_CONFIG:T},g;' \ - ${WRKSRC}/acsite.m4 @${REINPLACE_CMD} -e '/EXAMPLEDIR/d' ${WRKSRC}/etc/Makefile ${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -E \ -e 's#-release \$$\(SQLR_VERSION\)##g;' Modified: head/databases/sqlrelay/Makefile.common ============================================================================== --- head/databases/sqlrelay/Makefile.common Fri Oct 3 11:36:24 2014 (r369884) +++ head/databases/sqlrelay/Makefile.common Fri Oct 3 12:05:43 2014 (r369885) @@ -9,6 +9,3 @@ SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTD SQLRELAY_CONFIGURE_ARGS= \ --localstatedir=/var \ --with-rudiments-prefix="${LOCALBASE}" -SQLRELAY_CONFIGURE_ENV= \ - PTHREADINCLUDES="${PTHREAD_CFLAGS}" \ - PTHREADLIBS="${PTHREAD_LIBS}" Modified: head/databases/sqlrelay/files/patch-config.mk.in ============================================================================== --- head/databases/sqlrelay/files/patch-config.mk.in Fri Oct 3 11:36:24 2014 (r369884) +++ head/databases/sqlrelay/files/patch-config.mk.in Fri Oct 3 12:05:43 2014 (r369885) @@ -9,12 +9,3 @@ libexecdir = @libexecdir@/sqlrelay bindir = @bindir@ localstatedir = @localstatedir@ -@@ -89,7 +89,7 @@ - # rudiments library - RUDIMENTSPATH = @RUDIMENTSPATH@ - RUDIMENTSINCLUDES = @RUDIMENTSINCLUDES@ --RUDIMENTSLIBS = @RUDIMENTSLIBS@ -+RUDIMENTSLIBS = @RUDIMENTSLIBS@ -lssl -lcrypto -lpthread - RUDIMENTSLIBSPATH = @RUDIMENTSLIBSPATH@ - - #iconv Modified: head/databases/sqlrelay/pkg-plist ============================================================================== --- head/databases/sqlrelay/pkg-plist Fri Oct 3 11:36:24 2014 (r369884) +++ head/databases/sqlrelay/pkg-plist Fri Oct 3 12:05:43 2014 (r369885) @@ -35,41 +35,43 @@ include/sqlrelay/sqlrclient.h include/sqlrelay/sqlrclientwrapper.h include/sqlrelay/sqlrpwdenc.h lib/libmysql3sqlrelay.so -lib/libmysql3sqlrelay.so.0 -lib/libmysql3sqlrelay.so.0.0.0 +lib/libmysql3sqlrelay.so.1 +lib/libmysql3sqlrelay.so.1.0.0 lib/libmysql40sqlrelay.so -lib/libmysql40sqlrelay.so.0 -lib/libmysql40sqlrelay.so.0.0.0 +lib/libmysql40sqlrelay.so.1 +lib/libmysql40sqlrelay.so.1.0.0 lib/libmysql41sqlrelay.so -lib/libmysql41sqlrelay.so.0 -lib/libmysql41sqlrelay.so.0.0.0 +lib/libmysql41sqlrelay.so.1 +lib/libmysql41sqlrelay.so.1.0.0 lib/libmysql50sqlrelay.so -lib/libmysql50sqlrelay.so.0 -lib/libmysql50sqlrelay.so.0.0.0 +lib/libmysql50sqlrelay.so.1 +lib/libmysql50sqlrelay.so.1.0.0 lib/libmysql51sqlrelay.so -lib/libmysql51sqlrelay.so.0 -lib/libmysql51sqlrelay.so.0.0.0 +lib/libmysql51sqlrelay.so.1 +lib/libmysql51sqlrelay.so.1.0.0 lib/libpqsqlrelay.so -lib/libpqsqlrelay.so.0 -lib/libpqsqlrelay.so.0.0.0 +lib/libpqsqlrelay.so.1 +lib/libpqsqlrelay.so.1.0.0 lib/libsqlrclient.a lib/libsqlrclient.so -lib/libsqlrclient.so.0 -lib/libsqlrclient.so.0.0.0 +lib/libsqlrclient.so.1 +lib/libsqlrclient.so.1.0.0 lib/libsqlrclientwrapper.a lib/libsqlrclientwrapper.so -lib/libsqlrclientwrapper.so.0 -lib/libsqlrclientwrapper.so.0.0.0 +lib/libsqlrclientwrapper.so.1 +lib/libsqlrclientwrapper.so.1.0.0 +%%ODBC%%lib/libsqlrodbc.a %%ODBC%%lib/libsqlrodbc.so -%%ODBC%%lib/libsqlrodbc.so.0 +%%ODBC%%lib/libsqlrodbc.so.1 +%%ODBC%%lib/libsqlrodbc.so.1.0.0 lib/libsqlrserver.a lib/libsqlrserver.so -lib/libsqlrserver.so.0 -lib/libsqlrserver.so.0.0.0 +lib/libsqlrserver.so.1 +lib/libsqlrserver.so.1.0.0 lib/libsqlrutil.a lib/libsqlrutil.so -lib/libsqlrutil.so.0 -lib/libsqlrutil.so.0.0.0 +lib/libsqlrutil.so.1 +lib/libsqlrutil.so.1.0.0 libdata/pkgconfig/sqlrelay-c++.pc libdata/pkgconfig/sqlrelay-c.pc %%FIREBIRD%%libexec/sqlrelay/sqlrconnection_firebird.so From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:13: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 85DBC30D; Fri, 3 Oct 2014 12:13: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 71EAC33B; Fri, 3 Oct 2014 12:13: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 s93CDiBc035954; Fri, 3 Oct 2014 12:13:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CDiGH035953; Fri, 3 Oct 2014 12:13:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031213.s93CDiGH035953@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 12:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369886 - head/devel/gnome2-hacker-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 12:13:44 -0000 Author: bapt Date: Fri Oct 3 12:13:43 2014 New Revision: 369886 URL: https://svnweb.freebsd.org/changeset/ports/369886 QAT: https://qat.redports.org/buildarchive/r369886/ Log: mlview has been axed Modified: head/devel/gnome2-hacker-tools/Makefile Modified: head/devel/gnome2-hacker-tools/Makefile ============================================================================== --- head/devel/gnome2-hacker-tools/Makefile Fri Oct 3 12:05:43 2014 (r369885) +++ head/devel/gnome2-hacker-tools/Makefile Fri Oct 3 12:13:43 2014 (r369886) @@ -2,14 +2,13 @@ # $FreeBSD$ # $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.47 2009/03/01 08:15:25 marcus Exp $ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome PKGNAMESUFFIX= -hacker-tools COMMENT= GNOME 2 development tools -RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \ - gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ +RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ glade-3:${PORTSDIR}/devel/glade3 \ ghex2:${PORTSDIR}/editors/ghex \ gob2:${PORTSDIR}/devel/gob2 \ From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:26: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 1EDFC764; Fri, 3 Oct 2014 12:26: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 F3C7C625; Fri, 3 Oct 2014 12:26: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 s93CQjne041172; Fri, 3 Oct 2014 12:26:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CQjgJ041170; Fri, 3 Oct 2014 12:26:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031226.s93CQjgJ041170@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 12:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369887 - head/graphics/mozjpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 12:26:46 -0000 Author: tijl Date: Fri Oct 3 12:26:44 2014 New Revision: 369887 URL: https://svnweb.freebsd.org/changeset/ports/369887 QAT: https://qat.redports.org/buildarchive/r369887/ Log: - Remove :oldver from USES=libtool - Convert to USES=autoreconf and INSTALL_TARGET=install-strip - Remove jpeg 6 and 7 compatibility options because those versions of jpeg are no longer in the ports tree Modified: head/graphics/mozjpeg/Makefile head/graphics/mozjpeg/pkg-plist Modified: head/graphics/mozjpeg/Makefile ============================================================================== --- head/graphics/mozjpeg/Makefile Fri Oct 3 12:13:43 2014 (r369886) +++ head/graphics/mozjpeg/Makefile Fri Oct 3 12:26:44 2014 (r369887) @@ -3,7 +3,7 @@ PORTNAME= mozjpeg PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= horia@racoviceanu.com @@ -16,18 +16,16 @@ GH_ACCOUNT= mozilla GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 594b725 -USES= libtool:oldver -USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize -USE_LDCONFIG= ${PREFIX}/include/${PORTNAME} ${PREFIX}/lib/${PORTNAME} +USES= autoreconf libtool +USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/${PORTNAME} \ --includedir=${PREFIX}/include/${PORTNAME} \ - --libdir=${PREFIX}/lib/${PORTNAME} -AUTOMAKE_ARGS+= -fiv --add-missing -LDFLAGS+= -L${PREFIX}/lib/${PORTNAME} + --libdir=${PREFIX}/lib/${PORTNAME} \ + --with-jpeg8 +INSTALL_TARGET= install-strip -PLIST_SUB= PORTNAME=${PORTNAME} \ - VER=${VER} +PLIST_SUB= PORTNAME=${PORTNAME} PORTDOCS= * @@ -43,16 +41,10 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES GCC SIMD TURBOJPEG -OPTIONS_GROUP= ARITHMETIC_CODING -OPTIONS_GROUP_ARITHMETIC_CODING= DECODING ENCODING - OPTIONS_MULTI= LIBRARIES OPTIONS_MULTI_LIBRARIES= SHARED STATIC -OPTIONS_SINGLE= API_ABI_EMULATION -OPTIONS_SINGLE_API_ABI_EMULATION= JPEG6B JPEG7 JPEG8 - -OPTIONS_DEFAULT= DECODING ENCODING GCC JPEG8 SHARED TURBOJPEG +OPTIONS_DEFAULT=GCC SHARED TURBOJPEG OPTIONS_SUB= yes @@ -60,41 +52,17 @@ GCC_DESC= Use the GNU Compiler Collectio SIMD_DESC= Include SIMD extensions (MMX, SSE2, NEON) TURBOJPEG_DESC= Include the TurboJPEG wrapper library and associated tests -ENCODING_DESC= Enable arithmetic encoding -DECODING_DESC= Enable arithmetic decoding - STATIC_DESC= Build static libraries SHARED_DESC= Build shared libraries -JPEG6B_DESC= API/ABI-compatible with libjpeg v6b -JPEG7_DESC= API/ABI-compatible with libjpeg v7 (implies arith-coding) -JPEG8_DESC= API/ABI-compatible with libjpeg v8 (implies arith-coding) - GCC_USE= GCC=yes SIMD_CONFIGURE_WITH= simd SIMD_BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm TURBOJPEG_CONFIGURE_WITH= turbojpeg -JPEG7_CONFIGURE_WITH= jpeg7 -JPEG8_CONFIGURE_WITH= jpeg8 - STATIC_CONFIGURE_ENABLE= static SHARED_CONFIGURE_ENABLE= shared -.include - -.if ${PORT_OPTIONS:MJPEG6B} -. if ! ${PORT_OPTIONS:MENCODING} -CONFIGURE_ARGS+= --without-arith-enc -. endif -. if ! ${PORT_OPTIONS:MDECODING} -CONFIGURE_ARGS+= --without-arith-dec -. endif -VER= 63 -.else -VER= 8 -.endif - post-patch: @${REINPLACE_CMD} -e 's|docdir = $$(datadir)/doc|&/mozjpeg|; \ /^exampledir/s|=.*|= ${EXAMPLESDIR}|' \ @@ -105,12 +73,4 @@ post-install: ${INSTALL_DATA} ${DOC_FILES:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR1} ${INSTALL_DATA} ${DOC_FILES:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} -.if ${PORT_OPTIONS:MSHARED} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/libjpeg.so.${VER} -.endif - -.if ${PORT_OPTIONS:MSHARED} && ${PORT_OPTIONS:MTURBOJPEG} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/libturbojpeg.so.1 -.endif - .include Modified: head/graphics/mozjpeg/pkg-plist ============================================================================== --- head/graphics/mozjpeg/pkg-plist Fri Oct 3 12:13:43 2014 (r369886) +++ head/graphics/mozjpeg/pkg-plist Fri Oct 3 12:26:44 2014 (r369887) @@ -10,13 +10,13 @@ include/%%PORTNAME%%/jmorecfg.h include/%%PORTNAME%%/jpeglib.h %%TURBOJPEG%%include/%%PORTNAME%%/turbojpeg.h %%STATIC%%lib/%%PORTNAME%%/libjpeg.a -lib/%%PORTNAME%%/libjpeg.la %%SHARED%%lib/%%PORTNAME%%/libjpeg.so -%%SHARED%%lib/%%PORTNAME%%/libjpeg.so.%%VER%% +%%SHARED%%lib/%%PORTNAME%%/libjpeg.so.8 +%%SHARED%%lib/%%PORTNAME%%/libjpeg.so.8.0.2 %%STATIC%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.a -%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.la %%SHARED%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.so -%%SHARED%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.so.1 +%%SHARED%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.so.0 +%%SHARED%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.so.0.1.0 man/man1/cjpeg.1.gz man/man1/djpeg.1.gz man/man1/jpegtran.1.gz From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:32: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 929458F9; Fri, 3 Oct 2014 12:32: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 7EC17757; Fri, 3 Oct 2014 12:32: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 s93CWtQu045417; Fri, 3 Oct 2014 12:32:55 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CWtof045415; Fri, 3 Oct 2014 12:32:55 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410031232.s93CWtof045415@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 3 Oct 2014 12:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369888 - head/x11-wm/compiz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 12:32:55 -0000 Author: kwm Date: Fri Oct 3 12:32:54 2014 New Revision: 369888 URL: https://svnweb.freebsd.org/changeset/ports/369888 QAT: https://qat.redports.org/buildarchive/r369888/ Log: Remove the gnome option, it doesn't work anymore after gnome3 is imported. Modified: head/x11-wm/compiz/Makefile head/x11-wm/compiz/pkg-plist Modified: head/x11-wm/compiz/Makefile ============================================================================== --- head/x11-wm/compiz/Makefile Fri Oct 3 12:26:44 2014 (r369887) +++ head/x11-wm/compiz/Makefile Fri Oct 3 12:32:54 2014 (r369888) @@ -2,7 +2,7 @@ PORTNAME= compiz PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ @@ -59,12 +59,13 @@ GCONF_SCHEMAS= gwd.schemas \ compiz-wobbly.schemas \ compiz-zoom.schemas -CONFIGURE_ARGS= --disable-kde4 --disable-kde +CONFIGURE_ARGS= --disable-kde4 --disable-kde \ + --disable-gnome --disable-gnome-keybindings CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= SVG GTK2 METACITY GNOME DBUS FUSE -OPTIONS_DEFAULT= SVG GTK2 METACITY GNOME DBUS +OPTIONS_DEFINE= SVG GTK2 METACITY DBUS FUSE +OPTIONS_DEFAULT= SVG GTK2 METACITY DBUS METACITY_DESC= Enable Metacity support @@ -95,23 +96,6 @@ USE_GNOME+= metacity CONFIGURE_ARGS+= --disable-metacity .endif -.if ${PORT_OPTIONS:MGNOME} && ${PORT_OPTIONS:MGTK2} -CONFIGURE_ARGS+= --enable-gnome \ - --enable-gnome-keybindings -USE_GNOME+= gnomecontrolcenter2 -WINDOWSETTINGSDATADIR= \ - `pkg-config --variable=prefix gnome-window-settings-2.0` -WINDOWSETTINGSLIBDIR= \ - `pkg-config --variable=libdir gnome-window-settings-2.0` -PLIST_SUB+= GNOME="" \ - WINDOWSETTINGSDATADIR="${WINDOWSETTINGSDATADIR}" \ - WINDOWSETTINGSLIBDIR="${WINDOWSETTINGSLIBDIR}" -.else -CONFIGURE_ARGS+= --disable-gnome \ - --disable-gnome-keybindings -PLIST_SUB+= GNOME="@comment " -.endif - .if ${PORT_OPTIONS:MDBUS} CONFIGURE_ARGS+= --enable-dbus BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus @@ -126,13 +110,10 @@ CONFIGURE_ARGS+= --disable-dbus --disabl .endif post-patch: - @${REINPLACE_CMD} -e 's|libpng|libpng15|' -e 's|gnome-desktop-2.0|gnome-desktop-2.0 gconf-2.0|g' \ + @${REINPLACE_CMD} -e 's|libpng|libpng15|' \ ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${WRKDIR}/compiz-manager ${STAGEDIR}${PREFIX}/bin/compiz-manager -.if ${PORT_OPTIONS:MGNOME} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/window-manager-settings/libcompiz.so -.endif .include Modified: head/x11-wm/compiz/pkg-plist ============================================================================== --- head/x11-wm/compiz/pkg-plist Fri Oct 3 12:26:44 2014 (r369887) +++ head/x11-wm/compiz/pkg-plist Fri Oct 3 12:32:54 2014 (r369888) @@ -110,15 +110,6 @@ libdata/pkgconfig/libdecoration.pc %%DATADIR%%/water.xml %%DATADIR%%/wobbly.xml %%DATADIR%%/zoom.xml -%%GNOME%%@cwd %%WINDOWSETTINGSDATADIR%% -%%GNOME%%share/gnome/wm-properties/compiz-wm.desktop -%%GNOME%%share/gnome-control-center/keybindings/50-compiz-desktop-key.xml -%%GNOME%%share/gnome-control-center/keybindings/50-compiz-key.xml -%%GNOME%%@cwd %%WINDOWSETTINGSLIBDIR%% -%%GNOME%%window-manager-settings/libcompiz.a -%%GNOME%%window-manager-settings/libcompiz.so -%%GNOME%%@cwd %%RESETPREFIX%% -%%GNOME%%share/applications/compiz.desktop share/locale/af/LC_MESSAGES/compiz.mo share/locale/ar/LC_MESSAGES/compiz.mo share/locale/bg/LC_MESSAGES/compiz.mo @@ -175,10 +166,3 @@ share/locale/xh/LC_MESSAGES/compiz.mo share/locale/zh_CN/LC_MESSAGES/compiz.mo share/locale/zh_TW/LC_MESSAGES/compiz.mo share/locale/zu/LC_MESSAGES/compiz.mo -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrm %%DATADIR%% -@dirrm lib/compiz -@dirrm include/compiz From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12: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 4D279A51; Fri, 3 Oct 2014 12: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 3958F781; Fri, 3 Oct 2014 12: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 s93Cb7q4046067; Fri, 3 Oct 2014 12:37:07 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93Cb6Eq046065; Fri, 3 Oct 2014 12:37:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410031237.s93Cb6Eq046065@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 3 Oct 2014 12:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369889 - in head: . x11 x11/avant-window-navigator-gnome X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 12:37:07 -0000 Author: kwm Date: Fri Oct 3 12:37:06 2014 New Revision: 369889 URL: https://svnweb.freebsd.org/changeset/ports/369889 QAT: https://qat.redports.org/buildarchive/r369889/ Log: Doesn't build with gnome3 version of gnome-desktop Deleted: head/x11/avant-window-navigator-gnome/ Modified: head/MOVED head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 3 12:32:54 2014 (r369888) +++ head/MOVED Fri Oct 3 12:37:06 2014 (r369889) @@ -7156,3 +7156,4 @@ x11-toolkits/eel||2014-10-03|Removed, do deskutils/gnome-main-menu||2014-10-03|Removed, because x11-toolkits/eel was removed editors/mlview||2014-10-03|Removed, because x11-toolkits/eel was removed textproc/gnome-translate||2014-10-03|Removed, because x11-toolkits/eel was removed +x11/avant-window-navigator-gnome||2014-10-03|Removed doesn't build with update gnome-desktop Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Oct 3 12:32:54 2014 (r369888) +++ head/x11/Makefile Fri Oct 3 12:37:06 2014 (r369889) @@ -12,7 +12,6 @@ SUBDIR += arandr SUBDIR += aterm SUBDIR += avant-window-navigator - SUBDIR += avant-window-navigator-gnome SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:37: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 E642DB5F; Fri, 3 Oct 2014 12:37: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 BAAE2788; Fri, 3 Oct 2014 12:37: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 s93CbuBn046287; Fri, 3 Oct 2014 12:37:56 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CbuOC046285; Fri, 3 Oct 2014 12:37:56 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410031237.s93CbuOC046285@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 3 Oct 2014 12:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369890 - in head/net/linknx: . 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: Fri, 03 Oct 2014 12:37:57 -0000 Author: mat Date: Fri Oct 3 12:37:55 2014 New Revision: 369890 URL: https://svnweb.freebsd.org/changeset/ports/369890 QAT: https://qat.redports.org/buildarchive/r369890/ Log: Make buildable again by upgrading to 0.0.1.32. Sponsored by: Absolight Deleted: head/net/linknx/files/patch-src__ioport.cpp Modified: head/net/linknx/Makefile head/net/linknx/distinfo Modified: head/net/linknx/Makefile ============================================================================== --- head/net/linknx/Makefile Fri Oct 3 12:37:06 2014 (r369889) +++ head/net/linknx/Makefile Fri Oct 3 12:37:55 2014 (r369890) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= linknx -PORTVERSION= 0.0.1.30 -PORTREVISION= 2 +PORTVERSION= 0.0.1.32 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,15 +11,11 @@ COMMENT= Rule-based event handling in a LICENSE= GPLv2 -BROKEN= Fails to configure - LIB_DEPENDS= libpthsem.so:${PORTSDIR}/devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone -USES= gmake +USES= gmake autoreconf pkgconfig GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf aclocal automake -AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib" @@ -36,6 +31,8 @@ LIBESMTP_CONFIGURE_ENABLE= smtp LIBESMTP_LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp LIBCURL_CONFIGURE_WITH= libcurl LIBCURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +# autoreconf needs that anyway. +LIBCURL_BUILD_DEPENDS_OFF= ${LOCALBASE}/share/aclocal/libcurl.m4:${PORTSDIR}/ftp/curl LIBLUA_CONFIGURE_WITH= lua LIBLUA_USES= lua LIBLUA_CFLAGS= -I${LUA_INCDIR} @@ -52,5 +49,6 @@ USE_RC_SUBR= ${PORTNAME} post-patch: ${REINPLACE_CMD} "s/LUAPC=lua/LUAPC=lua-${LUA_VER}/" ${WRKSRC}/configure.ac + cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS .include Modified: head/net/linknx/distinfo ============================================================================== --- head/net/linknx/distinfo Fri Oct 3 12:37:06 2014 (r369889) +++ head/net/linknx/distinfo Fri Oct 3 12:37:55 2014 (r369890) @@ -1,2 +1,2 @@ -SHA256 (linknx-0.0.1.30.tar.gz) = 46e60620ad29d69bf3a1a3e9529322443c0d585e7e676ca7d441042b5fcad25e -SIZE (linknx-0.0.1.30.tar.gz) = 327809 +SHA256 (linknx-0.0.1.32.tar.gz) = f161d3c8da3b8c6969e9c02d84d3cd26eb5e7fb4f3a3efbaaede8acdaaf11700 +SIZE (linknx-0.0.1.32.tar.gz) = 336875 From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:41: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 15DF9C9A; Fri, 3 Oct 2014 12:41: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 01CFA837; Fri, 3 Oct 2014 12:41: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 s93CfXOB049723; Fri, 3 Oct 2014 12:41:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CfXDA049721; Fri, 3 Oct 2014 12:41:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031241.s93CfXDA049721@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 12:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369891 - in head/net-mgmt/nagios-plugins: . 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: Fri, 03 Oct 2014 12:41:34 -0000 Author: tijl Date: Fri Oct 3 12:41:32 2014 New Revision: 369891 URL: https://svnweb.freebsd.org/changeset/ports/369891 QAT: https://qat.redports.org/buildarchive/r369891/ Log: Remove some unneeded patches, patch configure and Makefile.in instead of configure.ac and Makefile.am so USES=autoreconf can be removed (avoids a problem with upcoming devel/libtool update) PR: 194068 Added: head/net-mgmt/nagios-plugins/files/patch-configure (contents, props changed) Deleted: head/net-mgmt/nagios-plugins/files/patch-configure.ac head/net-mgmt/nagios-plugins/files/patch-gl__m4__extensions.m4 head/net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am Modified: head/net-mgmt/nagios-plugins/Makefile Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Fri Oct 3 12:37:55 2014 (r369890) +++ head/net-mgmt/nagios-plugins/Makefile Fri Oct 3 12:41:32 2014 (r369891) @@ -17,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= monitoring-plugins-* -USES= charsetfix gmake perl5 libtool autoreconf -CHARSETFIX_MAKEFILEIN=Makefile.am +USES= charsetfix gmake perl5 libtool USE_SUBMAKE= yes OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS DBI EXTRAOPTS @@ -76,24 +75,26 @@ CONFIGURE_ARGS+=--with-qmail-qstat-comma CONFIGURE_ENV= PERL=${PERL} CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib QSTAT_BUILD_DEPENDS= qstat:${PORTSDIR}/games/qstat QSTAT_RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -QSTAT_CONFIGURE_ENABLE= qstat +QSTAT_CONFIGURE_OFF= ac_cv_path_PATH_TO_QUAKESTAT= \ + ac_cv_path_PATH_TO_QSTAT= IPV6_CONFIGURE_WITH= ipv6 FPING_BUILD_DEPENDS= fping:${PORTSDIR}/net/fping FPING_RUN_DEPENDS= fping:${PORTSDIR}/net/fping -FPING_CONFIGURE_ENABLE= fping +FPING_CONFIGURE_OFF= ac_cv_path_PATH_TO_FPING= \ + ac_cv_path_PATH_TO_FPING6= NETSNMP_BUILD_DEPENDS= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP NETSNMP_RUN_DEPENDS= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -NETSNMP_CONFIGURE_ENABLE= snmp +NETSNMP_CONFIGURE_OFF= ac_cv_path_PATH_TO_SNMPGET= \ + ac_cv_path_PATH_TO_SNMPGETNEXT= RADIUS_LIB_DEPENDS= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient RADIUS_CONFIGURE_WITH= radius @@ -153,12 +154,12 @@ post-patch: check_users.c @${REINPLACE_CMD} -e 's|setlocale (LC_ALL, "");|setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");|g' ${WRKSRC}/plugins/${file} .endfor - @${REINPLACE_CMD} -e 's|chown root|${TRUE}|g' ${WRKSRC}/plugins-root/Makefile.am + @${REINPLACE_CMD} -e 's|chown root|${TRUE}|g' ${WRKSRC}/plugins-root/Makefile.in # add a fake PATH so that it gets set to a correct value during build. @${REINPLACE_CMD} -e "s|$$ENV{'PATH'}=''|$$ENV{'PATH'}='foo'|" ${WRKSRC}/plugins-scripts/*.pl .if ${PORT_OPTIONS:MJAIL} - @${REINPLACE_CMD} -e 's# 127.0.0.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e 's# 127\.0\.0\.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure .endif .include Added: head/net-mgmt/nagios-plugins/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nagios-plugins/files/patch-configure Fri Oct 3 12:41:32 2014 (r369891) @@ -0,0 +1,11 @@ +--- configure.orig 2014-06-26 16:17:37 UTC ++++ configure +@@ -21787,7 +21787,7 @@ then + $as_echo "$ac_cv_ps_command" >&6; } + + elif ps -axwo 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \ +- egrep -i "^ *STAT +[UCOMAND]+ +VSZ +RSS +USER +UID +PID +PPID +COMMAND" > /dev/null ++ egrep -i "^ *STAT +COMMAND +VSZ +RSS +USER +UID +PID +PPID +COMMAND" > /dev/null + then + ac_cv_ps_varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos" + ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid pid ppid vsz rss pcpu comm args'" From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:42: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 29D2CDA1; Fri, 3 Oct 2014 12:42: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 157AC846; Fri, 3 Oct 2014 12:42: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 s93CgUJ6050603; Fri, 3 Oct 2014 12:42:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CgTH5050599; Fri, 3 Oct 2014 12:42:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410031242.s93CgTH5050599@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 3 Oct 2014 12:42:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369892 - in head/lang: perl5.14 perl5.16 perl5.18 perl5.20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 12:42:30 -0000 Author: mat Date: Fri Oct 3 12:42:29 2014 New Revision: 369892 URL: https://svnweb.freebsd.org/changeset/ports/369892 QAT: https://qat.redports.org/buildarchive/r369892/ Log: Cleanup @dirrm*. Differential Revision: https://reviews.freebsd.org/D885 Reviewed by: bapt With hat: perl@ Sponsored by: Absolight Modified: head/lang/perl5.14/pkg-plist head/lang/perl5.16/pkg-plist head/lang/perl5.18/pkg-plist head/lang/perl5.20/pkg-plist Modified: head/lang/perl5.14/pkg-plist ============================================================================== --- head/lang/perl5.14/pkg-plist Fri Oct 3 12:41:32 2014 (r369891) +++ head/lang/perl5.14/pkg-plist Fri Oct 3 12:42:29 2014 (r369892) @@ -2999,364 +2999,14 @@ man/man1/s2p.1.gz man/man1/shasum.1.gz man/man1/splain.1.gz man/man1/xsubpp.1.gz -@dirrm lib/perl5/%%PERL_VER%%/App/Prove/State/Result -@dirrm lib/perl5/%%PERL_VER%%/App/Prove/State -@dirrm lib/perl5/%%PERL_VER%%/App/Prove -@dirrm lib/perl5/%%PERL_VER%%/App -@dirrm lib/perl5/%%PERL_VER%%/Archive/Tar -@dirrm lib/perl5/%%PERL_VER%%/Archive -@dirrm lib/perl5/%%PERL_VER%%/Attribute -@dirrm lib/perl5/%%PERL_VER%%/B/Lint -@dirrm lib/perl5/%%PERL_VER%%/B -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/BSDPAN -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN -@dirrm lib/perl5/%%PERL_VER%%/CGI -@dirrm lib/perl5/%%PERL_VER%%/CPAN/API -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Exception -@dirrm lib/perl5/%%PERL_VER%%/CPAN/FTP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/HTTP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Kwalify -@dirrm lib/perl5/%%PERL_VER%%/CPAN/LWP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Meta -@dirrm lib/perl5/%%PERL_VER%%/CPAN -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Backend -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Configure -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist/Build -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Constants -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Source/SQLite -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Source -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Utils -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Module/Author -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Module -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell/Default/Plugins -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell/Default -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS -@dirrm lib/perl5/%%PERL_VER%%/Carp -@dirrm lib/perl5/%%PERL_VER%%/Class -@dirrm lib/perl5/%%PERL_VER%%/Compress -@dirrm lib/perl5/%%PERL_VER%%/Config -@dirrm lib/perl5/%%PERL_VER%%/DBM_Filter -@dirrm lib/perl5/%%PERL_VER%%/Devel -@dirrm lib/perl5/%%PERL_VER%%/Digest -@dirrm lib/perl5/%%PERL_VER%%/Encode -@dirrm lib/perl5/%%PERL_VER%%/Exporter -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder/Platform/Windows -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder/Platform -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Command -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Constant -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Liblist -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/MakeMaker -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils -@dirrm lib/perl5/%%PERL_VER%%/File -@dirrm lib/perl5/%%PERL_VER%%/Filter -@dirrm lib/perl5/%%PERL_VER%%/Getopt -@dirrm lib/perl5/%%PERL_VER%%/HTTP -@dirrm lib/perl5/%%PERL_VER%%/I18N/LangTags -@dirrm lib/perl5/%%PERL_VER%%/I18N -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Adapter -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Base -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Gzip -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Zip -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Zlib -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress -@dirrm lib/perl5/%%PERL_VER%%/IO/Uncompress/Adapter -@dirrm lib/perl5/%%PERL_VER%%/IO/Uncompress -@dirrm lib/perl5/%%PERL_VER%%/IO -@dirrm lib/perl5/%%PERL_VER%%/IPC -@dirrm lib/perl5/%%PERL_VER%%/JSON/PP -@dirrm lib/perl5/%%PERL_VER%%/JSON -@dirrm lib/perl5/%%PERL_VER%%/Locale/Codes -@dirrm lib/perl5/%%PERL_VER%%/Locale/Maketext -@dirrm lib/perl5/%%PERL_VER%%/Locale -@dirrm lib/perl5/%%PERL_VER%%/Log/Message -@dirrm lib/perl5/%%PERL_VER%%/Log -@dirrm lib/perl5/%%PERL_VER%%/Math/BigFloat -@dirrm lib/perl5/%%PERL_VER%%/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/Math -@dirrm lib/perl5/%%PERL_VER%%/Memoize -@dirrm lib/perl5/%%PERL_VER%%/Module/Build/Platform -@dirrm lib/perl5/%%PERL_VER%%/Module/Build -@dirrm lib/perl5/%%PERL_VER%%/Module/Load -@dirrm lib/perl5/%%PERL_VER%%/Module/Pluggable -@dirrm lib/perl5/%%PERL_VER%%/Module -@dirrm lib/perl5/%%PERL_VER%%/Net/FTP -@dirrm lib/perl5/%%PERL_VER%%/Net -@dirrm lib/perl5/%%PERL_VER%%/Object -@dirrm lib/perl5/%%PERL_VER%%/Package -@dirrm lib/perl5/%%PERL_VER%%/Params -@dirrm lib/perl5/%%PERL_VER%%/Parse/CPAN -@dirrm lib/perl5/%%PERL_VER%%/Parse -@dirrm lib/perl5/%%PERL_VER%%/Perl -@dirrm lib/perl5/%%PERL_VER%%/PerlIO/via -@dirrm lib/perl5/%%PERL_VER%%/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/Pod/Perldoc -@dirrm lib/perl5/%%PERL_VER%%/Pod/Simple -@dirrm lib/perl5/%%PERL_VER%%/Pod/Text -@dirrm lib/perl5/%%PERL_VER%%/Pod -@dirrm lib/perl5/%%PERL_VER%%/Search -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter/Console -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter/File -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter -@dirrm lib/perl5/%%PERL_VER%%/TAP/Harness -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Iterator -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Result -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Scheduler -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/SourceHandler -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/YAMLish -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser -@dirrm lib/perl5/%%PERL_VER%%/TAP -@dirrm lib/perl5/%%PERL_VER%%/Term/UI -@dirrm lib/perl5/%%PERL_VER%%/Term -@dirrm lib/perl5/%%PERL_VER%%/Test/Builder/Tester -@dirrm lib/perl5/%%PERL_VER%%/Test/Builder -@dirrm lib/perl5/%%PERL_VER%%/Test -@dirrm lib/perl5/%%PERL_VER%%/Text -@dirrm lib/perl5/%%PERL_VER%%/Thread -@dirrm lib/perl5/%%PERL_VER%%/Tie -@dirrm lib/perl5/%%PERL_VER%%/Time -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate/CJK -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/Unicode -@dirrm lib/perl5/%%PERL_VER%%/User -@dirrm lib/perl5/%%PERL_VER%%/Version -@dirrm lib/perl5/%%PERL_VER%%/autodie/exception -@dirrm lib/perl5/%%PERL_VER%%/autodie -@dirrm lib/perl5/%%PERL_VER%%/encoding -@dirrm lib/perl5/%%PERL_VER%%/inc/latest -@dirrm lib/perl5/%%PERL_VER%%/inc -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/B -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Compress/Raw -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Compress -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Data -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Devel -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Digest -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/CN -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/JP -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/KR -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/MIME/Header -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File/Spec -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Filter/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Filter -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Hash/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/I18N -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IPC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/List/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/List -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Math -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Scalar/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Scalar -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Sys -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Text -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Tie/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Tie -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Time -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/B -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cwd -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/DB_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/Dumper -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/DProf -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/PPPort -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Peek -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Byte -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/CN -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/EBCDIC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/JP -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/KR -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Symbol -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/TW -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Fcntl -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Glob -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util/Call -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter -%%GDBM%%@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash/Util/FieldHash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Langinfo -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/SysV -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/List/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/List -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Base64 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/NDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Opcode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/POSIX/SigAction -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/POSIX/SigRt -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/POSIX -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/encoding -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/scalar -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/via -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/SDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/Hostname -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/Syslog -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Soundex -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Hash/NamedCapture -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/HiRes -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/Piece -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Normalize -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/attributes -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/mro -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/re -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/sdbm -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/threads/shared -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/threads -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/threads -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%% -@dirrmtry lib/perl5/%%PERL_VER%%/man/man3 -@exec install -d %D/lib/perl5/%%PERL_VER%%/man/man3 -@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis +@dir lib/perl5/%%PERL_VER%%/man/man3 +@dir %%SITE_PERL%%/auto +@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dir %%SITE_PERL%%/%%PERL_ARCH%%/machine +@dir %%SITE_PERL%%/%%PERL_ARCH%%/sys +@exec cd /usr/include && %D/bin/h2ph -d %D/%%SITE_PERL%%/%%PERL_ARCH%% *.h machine/*.h sys/*.h >/dev/null @exec makewhatis %D/lib/perl5/%%PERL_VER%%/man -@dirrmtry lib/perl5/%%PERL_VER%%/man -@dirrm lib/perl5/%%PERL_VER%%/overload -@dirrm %%MAN3%% -@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis @exec makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man -@dirrm lib/perl5/%%PERL_VER%%/perl/man -@dirrm lib/perl5/%%PERL_VER%%/perl -@dirrm lib/perl5/%%PERL_VER%%/pod -@dirrm lib/perl5/%%PERL_VER%%/unicore/To -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/AHex -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Age -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Alpha -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Bc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/BidiC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/BidiM -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Blk -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CE -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CI -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWCF -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWCM -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWKCF -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWL -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWT -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWU -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Cased -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ccc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CompEx -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/DI -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dash -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dep -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dia -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ea -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ext -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/GCB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Gc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/GrBase -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/GrExt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Hex -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Hst -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Hyphen -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDSB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDST -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ideo -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/In -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Jg -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/JoinC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Jt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/LOE -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Lb -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Lower -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Math -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NChar -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFCQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFDQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFKCQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFKDQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Nt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Nv -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/OAlpha -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/ODI -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/OGrExt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/OIDC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/OIDS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/OLower -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/OMath -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/OUpper -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/PatSyn -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/PatWS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Perl -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/QMark -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Radical -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/SB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/SD -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/STerm -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Sc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Space -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Term -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/UIdeo -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Upper -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/VS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/WB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/XIDC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/XIDS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib -@dirrm lib/perl5/%%PERL_VER%%/unicore -@dirrm lib/perl5/%%PERL_VER%%/version -@dirrm lib/perl5/%%PERL_VER%%/warnings -@dirrmtry lib/perl5/%%PERL_VER%% +@rmtry lib/perl5/%%PERL_VER%%/man/whatis +@rmtry lib/perl5/%%PERL_VER%%/perl/man/whatis @unexec find %D/%%SITE_PERL%%/%%PERL_ARCH%%/ -name '*.ph' -delete 2>/dev/null || true -@exec install -d %D/%%SITE_PERL%%/auto -@dirrmtry %%SITE_PERL%%/auto -@exec install -d %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto -@exec install -d %D/%%SITE_PERL%%/%%PERL_ARCH%%/machine -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/machine -@exec install -d %D/%%SITE_PERL%%/%%PERL_ARCH%%/sys -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys -@exec cd /usr/include && %D/bin/h2ph -d %D/%%SITE_PERL%%/%%PERL_ARCH%% *.h machine/*.h sys/*.h >/dev/null -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -@dirrmtry %%SITE_PERL%% -@dirrmtry lib/perl5/site_perl -@dirrmtry lib/perl5 Modified: head/lang/perl5.16/pkg-plist ============================================================================== --- head/lang/perl5.16/pkg-plist Fri Oct 3 12:41:32 2014 (r369891) +++ head/lang/perl5.16/pkg-plist Fri Oct 3 12:42:29 2014 (r369892) @@ -2854,357 +2854,14 @@ man/man1/shasum.1.gz man/man1/splain.1.gz man/man1/xsubpp.1.gz man/man1/zipdetails.1.gz -@dirrm lib/perl5/%%PERL_VER%%/App/Prove/State/Result -@dirrm lib/perl5/%%PERL_VER%%/App/Prove/State -@dirrm lib/perl5/%%PERL_VER%%/App/Prove -@dirrm lib/perl5/%%PERL_VER%%/App -@dirrm lib/perl5/%%PERL_VER%%/Archive/Tar -@dirrm lib/perl5/%%PERL_VER%%/Archive -@dirrm lib/perl5/%%PERL_VER%%/Attribute -@dirrm lib/perl5/%%PERL_VER%%/B/Lint -@dirrm lib/perl5/%%PERL_VER%%/B -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/BSDPAN -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN -@dirrm lib/perl5/%%PERL_VER%%/CGI -@dirrm lib/perl5/%%PERL_VER%%/CPAN/API -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Exception -@dirrm lib/perl5/%%PERL_VER%%/CPAN/FTP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/HTTP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Kwalify -@dirrm lib/perl5/%%PERL_VER%%/CPAN/LWP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Meta -@dirrm lib/perl5/%%PERL_VER%%/CPAN -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Backend -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Configure -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist/Build -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Constants -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Source/SQLite -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Source -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Utils -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Module/Author -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Module -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell/Default/Plugins -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell/Default -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS -@dirrm lib/perl5/%%PERL_VER%%/Carp -@dirrm lib/perl5/%%PERL_VER%%/Class -@dirrm lib/perl5/%%PERL_VER%%/Compress -@dirrm lib/perl5/%%PERL_VER%%/Config -@dirrm lib/perl5/%%PERL_VER%%/DBM_Filter -@dirrm lib/perl5/%%PERL_VER%%/Devel -@dirrm lib/perl5/%%PERL_VER%%/Digest -@dirrm lib/perl5/%%PERL_VER%%/Encode -@dirrm lib/perl5/%%PERL_VER%%/Exporter -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder/Platform/Windows -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder/Platform -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Command -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Constant -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Liblist -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/MakeMaker -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/ParseXS -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Typemaps -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils -@dirrm lib/perl5/%%PERL_VER%%/File -@dirrm lib/perl5/%%PERL_VER%%/Filter -@dirrm lib/perl5/%%PERL_VER%%/Getopt -@dirrm lib/perl5/%%PERL_VER%%/HTTP -@dirrm lib/perl5/%%PERL_VER%%/I18N/LangTags -@dirrm lib/perl5/%%PERL_VER%%/I18N -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Adapter -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Base -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Gzip -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Zip -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Zlib -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress -@dirrm lib/perl5/%%PERL_VER%%/IO/Uncompress/Adapter -@dirrm lib/perl5/%%PERL_VER%%/IO/Uncompress -@dirrm lib/perl5/%%PERL_VER%%/IO -@dirrm lib/perl5/%%PERL_VER%%/IPC -@dirrm lib/perl5/%%PERL_VER%%/JSON/PP -@dirrm lib/perl5/%%PERL_VER%%/JSON -@dirrm lib/perl5/%%PERL_VER%%/Locale/Codes -@dirrm lib/perl5/%%PERL_VER%%/Locale/Maketext -@dirrm lib/perl5/%%PERL_VER%%/Locale -@dirrm lib/perl5/%%PERL_VER%%/Log/Message -@dirrm lib/perl5/%%PERL_VER%%/Log -@dirrm lib/perl5/%%PERL_VER%%/Math/BigFloat -@dirrm lib/perl5/%%PERL_VER%%/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/Math -@dirrm lib/perl5/%%PERL_VER%%/Memoize -@dirrm lib/perl5/%%PERL_VER%%/Module/Build/Platform -@dirrm lib/perl5/%%PERL_VER%%/Module/Build -@dirrm lib/perl5/%%PERL_VER%%/Module/CoreList -@dirrm lib/perl5/%%PERL_VER%%/Module/Load -@dirrm lib/perl5/%%PERL_VER%%/Module/Pluggable -@dirrm lib/perl5/%%PERL_VER%%/Module -@dirrm lib/perl5/%%PERL_VER%%/Net/FTP -@dirrm lib/perl5/%%PERL_VER%%/Net -@dirrm lib/perl5/%%PERL_VER%%/Object -@dirrm lib/perl5/%%PERL_VER%%/Package -@dirrm lib/perl5/%%PERL_VER%%/Params -@dirrm lib/perl5/%%PERL_VER%%/Parse/CPAN -@dirrm lib/perl5/%%PERL_VER%%/Parse -@dirrm lib/perl5/%%PERL_VER%%/Perl -@dirrm lib/perl5/%%PERL_VER%%/PerlIO/via -@dirrm lib/perl5/%%PERL_VER%%/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/Pod/Perldoc -@dirrm lib/perl5/%%PERL_VER%%/Pod/Simple -@dirrm lib/perl5/%%PERL_VER%%/Pod/Text -@dirrm lib/perl5/%%PERL_VER%%/Pod -@dirrm lib/perl5/%%PERL_VER%%/Search -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter/Console -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter/File -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter -@dirrm lib/perl5/%%PERL_VER%%/TAP/Harness -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Iterator -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Result -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Scheduler -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/SourceHandler -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/YAMLish -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser -@dirrm lib/perl5/%%PERL_VER%%/TAP -@dirrm lib/perl5/%%PERL_VER%%/Term/UI -@dirrm lib/perl5/%%PERL_VER%%/Term -@dirrm lib/perl5/%%PERL_VER%%/Test/Builder/Tester -@dirrm lib/perl5/%%PERL_VER%%/Test/Builder -@dirrm lib/perl5/%%PERL_VER%%/Test -@dirrm lib/perl5/%%PERL_VER%%/Text -@dirrm lib/perl5/%%PERL_VER%%/Thread -@dirrm lib/perl5/%%PERL_VER%%/Tie -@dirrm lib/perl5/%%PERL_VER%%/Time -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate/CJK -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/Unicode -@dirrm lib/perl5/%%PERL_VER%%/User -@dirrm lib/perl5/%%PERL_VER%%/Version -@dirrm lib/perl5/%%PERL_VER%%/autodie/exception -@dirrm lib/perl5/%%PERL_VER%%/autodie -@dirrm lib/perl5/%%PERL_VER%%/encoding -@dirrm lib/perl5/%%PERL_VER%%/inc/latest -@dirrm lib/perl5/%%PERL_VER%%/inc -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/B -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Compress/Raw -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Compress -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Data -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Devel -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Digest -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/CN -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/JP -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/KR -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/MIME/Header -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File/Spec -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Filter/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Filter -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Hash/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/I18N -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IPC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/List/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/List -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Math -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Scalar -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Sys -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Text -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Tie/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Tie -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Time -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/B -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cwd -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/DB_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/Dumper -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/PPPort -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Peek -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Byte -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/CN -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/EBCDIC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/JP -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/KR -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Symbol -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/TW -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Fcntl -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Glob -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util/Call -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter -%%GDBM%%@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash/Util/FieldHash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Langinfo -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/SysV -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/List/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/List -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Base64 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/NDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Opcode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/POSIX -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/encoding -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/mmap -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/scalar -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/via -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/SDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/Hostname -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/Syslog -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Soundex -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Hash/NamedCapture -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/HiRes -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/Piece -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Normalize -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/arybase -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/attributes -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/mro -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/re -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/sdbm -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/threads/shared -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/threads -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/threads -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%% -@dirrmtry lib/perl5/%%PERL_VER%%/man/man3 -@exec install -d %D/lib/perl5/%%PERL_VER%%/man/man3 -@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis +@dir lib/perl5/%%PERL_VER%%/man/man3 +@dir %%SITE_PERL%%/auto +@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dir %%SITE_PERL%%/%%PERL_ARCH%%/machine +@dir %%SITE_PERL%%/%%PERL_ARCH%%/sys +@exec cd /usr/include && %D/bin/h2ph -d %D/%%SITE_PERL%%/%%PERL_ARCH%% *.h machine/*.h sys/*.h >/dev/null @exec makewhatis %D/lib/perl5/%%PERL_VER%%/man -@dirrmtry lib/perl5/%%PERL_VER%%/man -@dirrm lib/perl5/%%PERL_VER%%/overload -@dirrm %%MAN3%% -@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis @exec makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man -@dirrm lib/perl5/%%PERL_VER%%/perl/man -@dirrm lib/perl5/%%PERL_VER%%/perl -@dirrm lib/perl5/%%PERL_VER%%/pod -@dirrm lib/perl5/%%PERL_VER%%/unicore/To -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/AHex -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Age -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Alpha -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Bc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/BidiC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/BidiM -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Blk -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CE -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CI -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWCF -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWCM -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWKCF -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWL -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWT -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CWU -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Cased -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ccc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/CompEx -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/DI -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dash -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dep -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dia -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Dt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ea -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ext -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/GCB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Gc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/GrBase -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Hex -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Hst -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Hyphen -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDSB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/IDST -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Ideo -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/In -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Jg -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/JoinC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Jt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/LOE -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Lb -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Lower -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Math -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NChar -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFCQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFDQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFKCQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/NFKDQC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Nt -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Nv -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/PatSyn -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/PatWS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Perl -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/QMark -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Radical -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/SB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/SD -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/STerm -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Sc -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Scx -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Space -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Term -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/UIdeo -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Upper -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/VS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/WB -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/XIDC -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/XIDS -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib -@dirrm lib/perl5/%%PERL_VER%%/unicore -@dirrm lib/perl5/%%PERL_VER%%/version -@dirrm lib/perl5/%%PERL_VER%%/warnings -@dirrm lib/perl5/%%PERL_VER%% -@exec install -d %D/%%SITE_PERL%%/auto -@dirrmtry %%SITE_PERL%%/auto +@rmtry lib/perl5/%%PERL_VER%%/man/whatis +@rmtry lib/perl5/%%PERL_VER%%/perl/man/whatis @unexec find %D/%%SITE_PERL%%/%%PERL_ARCH%%/ -name '*.ph' -delete 2>/dev/null || true -@exec install -d %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto -@exec install -d %D/%%SITE_PERL%%/%%PERL_ARCH%%/machine -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/machine -@exec install -d %D/%%SITE_PERL%%/%%PERL_ARCH%%/sys -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -@exec cd /usr/include && %D/bin/h2ph -d %D/%%SITE_PERL%%/%%PERL_ARCH%% *.h machine/*.h sys/*.h >/dev/null -@dirrmtry %%SITE_PERL%% -@dirrmtry lib/perl5/site_perl -@dirrmtry lib/perl5 Modified: head/lang/perl5.18/pkg-plist ============================================================================== --- head/lang/perl5.18/pkg-plist Fri Oct 3 12:41:32 2014 (r369891) +++ head/lang/perl5.18/pkg-plist Fri Oct 3 12:42:29 2014 (r369892) @@ -2878,358 +2878,14 @@ man/man1/shasum.1.gz man/man1/splain.1.gz man/man1/xsubpp.1.gz man/man1/zipdetails.1.gz -@dirrm lib/perl5/%%PERL_VER%%/App/Prove/State/Result -@dirrm lib/perl5/%%PERL_VER%%/App/Prove/State -@dirrm lib/perl5/%%PERL_VER%%/App/Prove -@dirrm lib/perl5/%%PERL_VER%%/App -@dirrm lib/perl5/%%PERL_VER%%/Archive/Tar -@dirrm lib/perl5/%%PERL_VER%%/Archive -@dirrm lib/perl5/%%PERL_VER%%/Attribute -@dirrm lib/perl5/%%PERL_VER%%/B/Lint -@dirrm lib/perl5/%%PERL_VER%%/B -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/BSDPAN -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils -@dirrm lib/perl5/%%PERL_VER%%/BSDPAN -@dirrm lib/perl5/%%PERL_VER%%/CGI -@dirrm lib/perl5/%%PERL_VER%%/CPAN/API -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Exception -@dirrm lib/perl5/%%PERL_VER%%/CPAN/FTP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/HTTP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Kwalify -@dirrm lib/perl5/%%PERL_VER%%/CPAN/LWP -@dirrm lib/perl5/%%PERL_VER%%/CPAN/Meta -@dirrm lib/perl5/%%PERL_VER%%/CPAN -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Backend -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Config -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Configure -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist/Build -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Constants -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Source/SQLite -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Source -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals/Utils -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Module/Author -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Module -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell/Default/Plugins -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell/Default -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Shell -@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS -@dirrm lib/perl5/%%PERL_VER%%/Carp -@dirrm lib/perl5/%%PERL_VER%%/Class -@dirrm lib/perl5/%%PERL_VER%%/Compress -@dirrm lib/perl5/%%PERL_VER%%/Config/Perl -@dirrm lib/perl5/%%PERL_VER%%/Config -@dirrm lib/perl5/%%PERL_VER%%/DBM_Filter -@dirrm lib/perl5/%%PERL_VER%%/Devel -@dirrm lib/perl5/%%PERL_VER%%/Digest -@dirrm lib/perl5/%%PERL_VER%%/Encode -@dirrm lib/perl5/%%PERL_VER%%/Exporter -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder/Platform/Windows -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder/Platform -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/CBuilder -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Command -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Constant -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Liblist -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/MakeMaker -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/ParseXS -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils/Typemaps -@dirrm lib/perl5/%%PERL_VER%%/ExtUtils -@dirrm lib/perl5/%%PERL_VER%%/File -@dirrm lib/perl5/%%PERL_VER%%/Filter -@dirrm lib/perl5/%%PERL_VER%%/Getopt -@dirrm lib/perl5/%%PERL_VER%%/HTTP -@dirrm lib/perl5/%%PERL_VER%%/I18N/LangTags -@dirrm lib/perl5/%%PERL_VER%%/I18N -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Adapter -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Base -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Gzip -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Zip -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress/Zlib -@dirrm lib/perl5/%%PERL_VER%%/IO/Compress -@dirrm lib/perl5/%%PERL_VER%%/IO/Uncompress/Adapter -@dirrm lib/perl5/%%PERL_VER%%/IO/Uncompress -@dirrm lib/perl5/%%PERL_VER%%/IO -@dirrm lib/perl5/%%PERL_VER%%/IPC -@dirrm lib/perl5/%%PERL_VER%%/JSON/PP -@dirrm lib/perl5/%%PERL_VER%%/JSON -@dirrm lib/perl5/%%PERL_VER%%/Locale/Codes -@dirrm lib/perl5/%%PERL_VER%%/Locale/Maketext -@dirrm lib/perl5/%%PERL_VER%%/Locale -@dirrm lib/perl5/%%PERL_VER%%/Log/Message -@dirrm lib/perl5/%%PERL_VER%%/Log -@dirrm lib/perl5/%%PERL_VER%%/Math/BigFloat -@dirrm lib/perl5/%%PERL_VER%%/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/Math -@dirrm lib/perl5/%%PERL_VER%%/Memoize -@dirrm lib/perl5/%%PERL_VER%%/Module/Build/Platform -@dirrm lib/perl5/%%PERL_VER%%/Module/Build -@dirrm lib/perl5/%%PERL_VER%%/Module/CoreList -@dirrm lib/perl5/%%PERL_VER%%/Module/Load -@dirrm lib/perl5/%%PERL_VER%%/Module/Pluggable -@dirrm lib/perl5/%%PERL_VER%%/Module -@dirrm lib/perl5/%%PERL_VER%%/Net/FTP -@dirrm lib/perl5/%%PERL_VER%%/Net -@dirrm lib/perl5/%%PERL_VER%%/Object -@dirrm lib/perl5/%%PERL_VER%%/Package -@dirrm lib/perl5/%%PERL_VER%%/Params -@dirrm lib/perl5/%%PERL_VER%%/Parse/CPAN -@dirrm lib/perl5/%%PERL_VER%%/Parse -@dirrm lib/perl5/%%PERL_VER%%/Perl -@dirrm lib/perl5/%%PERL_VER%%/PerlIO/via -@dirrm lib/perl5/%%PERL_VER%%/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/Pod/Perldoc -@dirrm lib/perl5/%%PERL_VER%%/Pod/Simple -@dirrm lib/perl5/%%PERL_VER%%/Pod/Text -@dirrm lib/perl5/%%PERL_VER%%/Pod -@dirrm lib/perl5/%%PERL_VER%%/Search -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter/Console -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter/File -@dirrm lib/perl5/%%PERL_VER%%/TAP/Formatter -@dirrm lib/perl5/%%PERL_VER%%/TAP/Harness -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Iterator -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Result -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/Scheduler -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/SourceHandler -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser/YAMLish -@dirrm lib/perl5/%%PERL_VER%%/TAP/Parser -@dirrm lib/perl5/%%PERL_VER%%/TAP -@dirrm lib/perl5/%%PERL_VER%%/Term/UI -@dirrm lib/perl5/%%PERL_VER%%/Term -@dirrm lib/perl5/%%PERL_VER%%/Test/Builder/Tester -@dirrm lib/perl5/%%PERL_VER%%/Test/Builder -@dirrm lib/perl5/%%PERL_VER%%/Test -@dirrm lib/perl5/%%PERL_VER%%/Text -@dirrm lib/perl5/%%PERL_VER%%/Thread -@dirrm lib/perl5/%%PERL_VER%%/Tie -@dirrm lib/perl5/%%PERL_VER%%/Time -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate/CJK -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale -@dirrm lib/perl5/%%PERL_VER%%/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/Unicode -@dirrm lib/perl5/%%PERL_VER%%/User -@dirrm lib/perl5/%%PERL_VER%%/autodie/exception -@dirrm lib/perl5/%%PERL_VER%%/autodie -@dirrm lib/perl5/%%PERL_VER%%/encoding -@dirrm lib/perl5/%%PERL_VER%%/inc/latest -@dirrm lib/perl5/%%PERL_VER%%/inc -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/B -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Compress/Raw -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Compress -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Data -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Devel -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Digest -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/CN -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/JP -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/KR -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/MIME/Header -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File/Spec -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Filter/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Filter -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Hash/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/I18N -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/IPC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/List/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/List -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Math -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Scalar -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Sys -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Text -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Tie/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Tie -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Time -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/B -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Raw -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cwd -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/DB_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/Dumper -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/PPPort -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Peek -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Byte -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/CN -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/EBCDIC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/JP -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/KR -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Symbol -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/TW -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Fcntl -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DosGlob -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Glob -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util/Call -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter -%%GDBM%%@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash/Util/FieldHash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Langinfo -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/SysV -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/List/Util -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/List -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Base64 -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigInt -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/NDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Opcode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/POSIX -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/encoding -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/mmap -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/scalar -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO/via -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/PerlIO -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/SDBM_File -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/Hostname -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/Syslog -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Soundex -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Hash/NamedCapture -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Hash -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/HiRes -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/Piece -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Collate -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Normalize -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/arybase -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/attributes -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/mro -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/re -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/sdbm -@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/threads/shared *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:42: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 0B974E7F; Fri, 3 Oct 2014 12:42: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 EB6D5849; Fri, 3 Oct 2014 12:42: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 s93CghBi050791; Fri, 3 Oct 2014 12:42:43 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CghC7050786; Fri, 3 Oct 2014 12:42:43 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031242.s93CghC7050786@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 12:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369893 - in head/net-mgmt/monitoring-plugins: . 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: Fri, 03 Oct 2014 12:42:44 -0000 Author: tijl Date: Fri Oct 3 12:42:42 2014 New Revision: 369893 URL: https://svnweb.freebsd.org/changeset/ports/369893 QAT: https://qat.redports.org/buildarchive/r369893/ Log: Remove some unneeded patches, patch configure and Makefile.in instead of configure.ac and Makefile.am so USES=autoreconf can be removed (avoids a problem with upcoming devel/libtool update) PR: 194068 Added: head/net-mgmt/monitoring-plugins/files/patch-configure (contents, props changed) Deleted: head/net-mgmt/monitoring-plugins/files/patch-configure.ac head/net-mgmt/monitoring-plugins/files/patch-gl__m4__extensions.m4 head/net-mgmt/monitoring-plugins/files/patch-plugins__Makefile.am Modified: head/net-mgmt/monitoring-plugins/Makefile Modified: head/net-mgmt/monitoring-plugins/Makefile ============================================================================== --- head/net-mgmt/monitoring-plugins/Makefile Fri Oct 3 12:42:29 2014 (r369892) +++ head/net-mgmt/monitoring-plugins/Makefile Fri Oct 3 12:42:42 2014 (r369893) @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= nagios-plugins-* -USES= charsetfix gmake perl5 libtool autoreconf -CHARSETFIX_MAKEFILEIN=Makefile.am +USES= charsetfix gmake perl5 libtool USE_SUBMAKE= yes OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS DBI EXTRAOPTS @@ -70,24 +69,26 @@ CONFIGURE_ARGS+=--with-cgiurl=${NAGIOSCG CONFIGURE_ARGS+=--with-qmail-qstat-command=/var/qmail/bin/qmail-qstat CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib QSTAT_BUILD_DEPENDS= qstat:${PORTSDIR}/games/qstat QSTAT_RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -QSTAT_CONFIGURE_ENABLE= qstat +QSTAT_CONFIGURE_OFF= ac_cv_path_PATH_TO_QUAKESTAT= \ + ac_cv_path_PATH_TO_QSTAT= IPV6_CONFIGURE_WITH= ipv6 FPING_BUILD_DEPENDS= fping:${PORTSDIR}/net/fping FPING_RUN_DEPENDS= fping:${PORTSDIR}/net/fping -FPING_CONFIGURE_ENABLE= fping +FPING_CONFIGURE_OFF= ac_cv_path_PATH_TO_FPING= \ + ac_cv_path_PATH_TO_FPING6= NETSNMP_BUILD_DEPENDS= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP NETSNMP_RUN_DEPENDS= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -NETSNMP_CONFIGURE_ENABLE= snmp +NETSNMP_CONFIGURE_OFF= ac_cv_path_PATH_TO_SNMPGET= \ + ac_cv_path_PATH_TO_SNMPGETNEXT= RADIUS_LIB_DEPENDS= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient RADIUS_CONFIGURE_WITH= radius @@ -147,10 +148,10 @@ post-patch: check_users.c @${REINPLACE_CMD} -e 's|setlocale (LC_ALL, "");|setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");|g' ${WRKSRC}/plugins/${file} .endfor - @${REINPLACE_CMD} -e 's|chown root|${TRUE}|g' ${WRKSRC}/plugins-root/Makefile.am + @${REINPLACE_CMD} -e 's|chown root|${TRUE}|g' ${WRKSRC}/plugins-root/Makefile.in .if ${PORT_OPTIONS:MJAIL} - @${REINPLACE_CMD} -e 's# 127.0.0.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e 's# 127\.0\.0\.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure .endif .include Added: head/net-mgmt/monitoring-plugins/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/monitoring-plugins/files/patch-configure Fri Oct 3 12:42:42 2014 (r369893) @@ -0,0 +1,11 @@ +--- configure.orig 2014-06-26 16:17:37 UTC ++++ configure +@@ -21787,7 +21787,7 @@ then + $as_echo "$ac_cv_ps_command" >&6; } + + elif ps -axwo 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \ +- egrep -i "^ *STAT +[UCOMAND]+ +VSZ +RSS +USER +UID +PID +PPID +COMMAND" > /dev/null ++ egrep -i "^ *STAT +COMMAND +VSZ +RSS +USER +UID +PID +PPID +COMMAND" > /dev/null + then + ac_cv_ps_varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos" + ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid pid ppid vsz rss pcpu comm args'" From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 12:52: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 12F68EE; Fri, 3 Oct 2014 12:52: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 F2BCB93E; Fri, 3 Oct 2014 12:52: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 s93CqZqP055542; Fri, 3 Oct 2014 12:52:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CqZGb055536; Fri, 3 Oct 2014 12:52:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031252.s93CqZGb055536@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 12:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369894 - in head/devel: boehm-gc boehm-gc-redirect boehm-gc-threaded X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 12:52:36 -0000 Author: tijl Date: Fri Oct 3 12:52:34 2014 New Revision: 369894 URL: https://svnweb.freebsd.org/changeset/ports/369894 QAT: https://qat.redports.org/buildarchive/r369894/ Log: - Complete USES=libtool conversion - Remove USE_AUTOTOOLS - Replace MAKE with MAKE_CMD Modified: head/devel/boehm-gc-redirect/Makefile head/devel/boehm-gc-threaded/Makefile head/devel/boehm-gc/Makefile Modified: head/devel/boehm-gc-redirect/Makefile ============================================================================== --- head/devel/boehm-gc-redirect/Makefile Fri Oct 3 12:42:42 2014 (r369893) +++ head/devel/boehm-gc-redirect/Makefile Fri Oct 3 12:52:34 2014 (r369894) @@ -1,7 +1,7 @@ # Created by: stas # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Garbage collection and memory leak detection for C and C++ with malloc redirection @@ -9,6 +9,7 @@ LICENSE= MIT MASTERDIR= ${.CURDIR}/../boehm-gc DESCR= ${.CURDIR}/pkg-descr + GC_VARIANT= redirect .include "${MASTERDIR}/Makefile" Modified: head/devel/boehm-gc-threaded/Makefile ============================================================================== --- head/devel/boehm-gc-threaded/Makefile Fri Oct 3 12:42:42 2014 (r369893) +++ head/devel/boehm-gc-threaded/Makefile Fri Oct 3 12:52:34 2014 (r369894) @@ -1,7 +1,7 @@ # Created by: stas # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Garbage collection and memory leak detection for C and C++ with threading support @@ -11,6 +11,5 @@ MASTERDIR= ${.CURDIR}/../boehm-gc DESCR= ${.CURDIR}/pkg-descr GC_VARIANT= threaded -SOVER= 1 .include "${MASTERDIR}/Makefile" Modified: head/devel/boehm-gc/Makefile ============================================================================== --- head/devel/boehm-gc/Makefile Fri Oct 3 12:42:42 2014 (r369893) +++ head/devel/boehm-gc/Makefile Fri Oct 3 12:52:34 2014 (r369894) @@ -23,7 +23,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libatomi GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig -USE_AUTOTOOLS= aclocal autoconf libtoolize USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-cplusplus --disable-static @@ -36,11 +35,11 @@ OPTIONS_DEFINE= DEBUG .ifdef GC_VARIANT INSTLIBS= cord gc gccpp PLIST= ${NONEXISTENT} -PLIST_FILES= ${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so.${SOVER},g} \ - ${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so,g} \ +PLIST_FILES= ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ + ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ + ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.0.3,} \ libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc RUN_DEPENDS+= ${LOCALBASE}/include/gc/gc.h:${PORTSDIR}/devel/boehm-gc -SOVER= 1 . if ${GC_VARIANT} == "redirect" CONFIGURE_ARGS+=--disable-threads --enable-redirect-malloc . endif @@ -55,13 +54,9 @@ OPTIONS_DEFINE+=DOCS PORTDOCS= * .endif -.include - NOT_FOR_ARCHS= ia64 -# no rule to get .lo from .S in subdirectory -pre-build: - ${LN} -sf ${WRKSRC}/src/sparc_mach_dep.S ${WRKSRC} +.include .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-gc-debug @@ -83,15 +78,12 @@ post-patch: @${REINPLACE_CMD} -e \ 's,-lgc,-lgc-${GC_VARIANT},' ${WRKSRC}/bdw-gc.pc.in -do-install: -.for LIB in ${INSTLIBS} - ${INSTALL_DATA} ${WRKSRC}/.libs/lib${LIB}-${GC_VARIANT}.so.${SOVER} \ - ${STAGEDIR}${PREFIX}/lib/lib${LIB}-${GC_VARIANT}.so.${SOVER} - ${LN} -sf lib${LIB}-${GC_VARIANT}.so.${SOVER} \ - ${STAGEDIR}${PREFIX}/lib/lib${LIB}-${GC_VARIANT}.so -.endfor - ${INSTALL_DATA} ${WRKSRC}/bdw-gc.pc \ +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/include + ${RM} -r ${STAGEDIR}${PREFIX}/share + ${MV} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/bdw-gc.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc + .else # ! GC_VARIANT post-patch: @@ -107,13 +99,7 @@ post-install: .endif -# Get rid of .la and static library files -# -post-configure: - @${REINPLACE_CMD} -E -e \ - '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool - regression-test: build - cd ${WRKSRC} && ${MAKE} check + (cd ${WRKSRC} && ${MAKE_CMD} check) -.include +.include From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:10: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 4FE80480; Fri, 3 Oct 2014 13:10: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 3BECCAAE; Fri, 3 Oct 2014 13:10: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 s93DAG41063280; Fri, 3 Oct 2014 13:10:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DAGlg063279; Fri, 3 Oct 2014 13:10:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031310.s93DAGlg063279@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 13:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369895 - head/x11-drivers/xf86-video-ati-ums X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 13:10:16 -0000 Author: bapt Date: Fri Oct 3 13:10:15 2014 New Revision: 369895 URL: https://svnweb.freebsd.org/changeset/ports/369895 QAT: https://qat.redports.org/buildarchive/r369895/ Log: Fix pkgname Modified: head/x11-drivers/xf86-video-ati-ums/Makefile Modified: head/x11-drivers/xf86-video-ati-ums/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati-ums/Makefile Fri Oct 3 12:52:34 2014 (r369894) +++ head/x11-drivers/xf86-video-ati-ums/Makefile Fri Oct 3 13:10:15 2014 (r369895) @@ -3,6 +3,7 @@ PORTNAME= xf86-video-ati PORTVERSION= 6.14.6 PORTREVISION= 4 +PKGNAMESUFFIX= -ums CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:10: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 0E4B0563; Fri, 3 Oct 2014 13:10: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 EDBACB3B; Fri, 3 Oct 2014 13:10: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 s93DAwkY064517; Fri, 3 Oct 2014 13:10:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DAwIq064516; Fri, 3 Oct 2014 13:10:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031310.s93DAwIq064516@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 13:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369896 - branches/2014Q4/x11-drivers/xf86-video-ati-ums 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: Fri, 03 Oct 2014 13:10:59 -0000 Author: bapt Date: Fri Oct 3 13:10:58 2014 New Revision: 369896 URL: https://svnweb.freebsd.org/changeset/ports/369896 QAT: https://qat.redports.org/buildarchive/r369896/ Log: MFH: r369895 Fix pkgname Modified: branches/2014Q4/x11-drivers/xf86-video-ati-ums/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/x11-drivers/xf86-video-ati-ums/Makefile ============================================================================== --- branches/2014Q4/x11-drivers/xf86-video-ati-ums/Makefile Fri Oct 3 13:10:15 2014 (r369895) +++ branches/2014Q4/x11-drivers/xf86-video-ati-ums/Makefile Fri Oct 3 13:10:58 2014 (r369896) @@ -3,6 +3,7 @@ PORTNAME= xf86-video-ati PORTVERSION= 6.14.6 PORTREVISION= 4 +PKGNAMESUFFIX= -ums CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:12: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 35B98669; Fri, 3 Oct 2014 13:12: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 16B49B5F; Fri, 3 Oct 2014 13:12: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 s93DCdc5065327; Fri, 3 Oct 2014 13:12:39 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DCdDS065325; Fri, 3 Oct 2014 13:12:39 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201410031312.s93DCdDS065325@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 3 Oct 2014 13:12:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369897 - head/astro/geographiclib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 13:12:40 -0000 Author: riggs Date: Fri Oct 3 13:12:39 2014 New Revision: 369897 URL: https://svnweb.freebsd.org/changeset/ports/369897 QAT: https://qat.redports.org/buildarchive/r369897/ Log: - Modernise pkg-plist - Update handling of DATADIR - Bump PORTREVISION PR: 193968 Submitted by: tatsuki_makino@hotmail.com (maintainer) Modified: head/astro/geographiclib/Makefile head/astro/geographiclib/pkg-plist Modified: head/astro/geographiclib/Makefile ============================================================================== --- head/astro/geographiclib/Makefile Fri Oct 3 13:10:58 2014 (r369896) +++ head/astro/geographiclib/Makefile Fri Oct 3 13:12:39 2014 (r369897) @@ -3,6 +3,7 @@ PORTNAME= geographiclib PORTVERSION= 1.37 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/geographiclib/distrib \ SF/geographiclib:geoids,gravity,magnetic @@ -18,13 +19,14 @@ LICENSE= MIT USES= gmake libtool python USE_GCC= any USE_AUTOTOOLS= autoconf -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -NO_WRKSUBDIR= yes -INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${DISTNAME} -MAKE_ARGS= pythondir=${PYTHON_SITELIBDIR}/geographiclib +NO_WRKSUBDIR= yes PORTDOCS= * +GNU_CONFIGURE= yes +MAKE_ARGS+= geographiclib_data=${DATADIR:Q} +MAKE_ARGS+= pythondir=${PYTHON_SITELIBDIR}/geographiclib +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes OPTIONS_SUB= yes OPTIONS_DEFAULT= GEOID_EGM96_5 GRAVITY_EGM96 GRAVITY_WGS84 \ @@ -68,24 +70,50 @@ post-patch: ${REINPLACE_CMD} -e '/wget/s/wget -O/fetch -o /' \ ${WRKSRC}/tools/geographiclib-get-*.sh -post-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/geoids \ - ${STAGEDIR}${DATADIR}/gravity \ - ${STAGEDIR}${DATADIR}/magnetic - ${TOUCH} ${STAGEDIR}${DATADIR}/geoids/.keep \ - ${STAGEDIR}${DATADIR}/gravity/.keep \ - ${STAGEDIR}${DATADIR}/magnetic/.keep +install-datasets-mkdir: .NOTMAIN + for d in geoids gravity magnetic ;\ + do ${MKDIR} ${STAGEDIR}${DATADIR}/$${d} &&\ + ${TOUCH} ${STAGEDIR}${DATADIR}/$${d}/.keep ;\ + done +.PHONY: install-datasets-mkdir + +.for n in geoids gravity magnetic +install-datasets-${n}: install-datasets-mkdir .NOTMAIN + (cd ${WRKDIR}/${n} && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${n}) +.PHONY: install-datasets-${n} +.endfor + +post-install: install-datasets-mkdir .if ${PORT_OPTIONS:MGEOID_*} - (cd ${WRKDIR}/geoids && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/geoids) +post-install: install-datasets-geoids .endif .if ${PORT_OPTIONS:MGRAVITY_*} - (cd ${WRKDIR}/gravity && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/gravity) +post-install: install-datasets-gravity .endif .if ${PORT_OPTIONS:MMAGNETIC_*} - (cd ${WRKDIR}/magnetic && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/magnetic) +post-install: install-datasets-magnetic .endif +.PHONY: x-tool-plist +x-tool-plist: ${PLIST} .NOTMAIN + ${REINPLACE_CMD}\ + -e '/^%%PORTDOCS%%/d'\ + -e '/^%%DATADIR%%\/geoids\/[^.]/{\ + h;s|^%%DATADIR%%/geoids/\([^.]\{1,\}\).*|GEOID_\1|;\ + s/[^0-9A-Za-z]/_/g;\ + y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/;\ + s/^/%%/;s/$$/%%/;G;s/\n//;}'\ + -e '/^%%DATADIR%%\/gravity\/[^.]/{\ + h;s|^%%DATADIR%%/gravity/\([^.]\{1,\}\).*|GRAVITY_\1|;\ + s/[^0-9A-Za-z]/_/g;\ + y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/;\ + s/^/%%/;s/$$/%%/;G;s/\n//;}'\ + -e '/^%%DATADIR%%\/magnetic\/[^.]/{\ + h;s|^%%DATADIR%%/magnetic/\([^.]\{1,\}\).*|MAGNETIC_\1|;\ + s/[^0-9A-Za-z]/_/g;\ + y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/;\ + s/^/%%/;s/$$/%%/;G;s/\n//;}'\ + ${PLIST} + .include Modified: head/astro/geographiclib/pkg-plist ============================================================================== --- head/astro/geographiclib/pkg-plist Fri Oct 3 13:10:58 2014 (r369896) +++ head/astro/geographiclib/pkg-plist Fri Oct 3 13:12:39 2014 (r369897) @@ -142,9 +142,8 @@ man/man1/TransverseMercatorProj.1.gz sbin/geographiclib-get-geoids sbin/geographiclib-get-gravity sbin/geographiclib-get-magnetic +share/cmake/GeographicLib/FindGeographicLib.cmake %%DATADIR%%/geoids/.keep -%%DATADIR%%/gravity/.keep -%%DATADIR%%/magnetic/.keep %%GEOID_EGM2008_1%%%%DATADIR%%/geoids/egm2008-1.pgm %%GEOID_EGM2008_1%%%%DATADIR%%/geoids/egm2008-1.pgm.aux.xml %%GEOID_EGM2008_1%%%%DATADIR%%/geoids/egm2008-1.wld @@ -166,6 +165,7 @@ sbin/geographiclib-get-magnetic %%GEOID_EGM96_5%%%%DATADIR%%/geoids/egm96-5.pgm %%GEOID_EGM96_5%%%%DATADIR%%/geoids/egm96-5.pgm.aux.xml %%GEOID_EGM96_5%%%%DATADIR%%/geoids/egm96-5.wld +%%DATADIR%%/gravity/.keep %%GRAVITY_EGM2008%%%%DATADIR%%/gravity/egm2008.egm %%GRAVITY_EGM2008%%%%DATADIR%%/gravity/egm2008.egm.cof %%GRAVITY_EGM84%%%%DATADIR%%/gravity/egm84.egm @@ -174,21 +174,10 @@ sbin/geographiclib-get-magnetic %%GRAVITY_EGM96%%%%DATADIR%%/gravity/egm96.egm.cof %%GRAVITY_WGS84%%%%DATADIR%%/gravity/wgs84.egm %%GRAVITY_WGS84%%%%DATADIR%%/gravity/wgs84.egm.cof +%%DATADIR%%/magnetic/.keep %%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm %%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm.cof %%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm %%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm.cof %%MAGNETIC_WMM2010%%%%DATADIR%%/magnetic/wmm2010.wmm %%MAGNETIC_WMM2010%%%%DATADIR%%/magnetic/wmm2010.wmm.cof -share/cmake/GeographicLib/FindGeographicLib.cmake -@dirrm include/GeographicLib -@dirrm %%PYTHON_SITELIBDIR%%/geographiclib -@dirrm libexec/GeographicLib/matlab/private -@dirrm libexec/GeographicLib/matlab -@dirrm libexec/GeographicLib -@dirrm %%DATADIR%%/geoids -@dirrm %%DATADIR%%/gravity -@dirrm %%DATADIR%%/magnetic -@dirrm %%DATADIR%% -@dirrm share/cmake/GeographicLib -@dirrmtry share/cmake From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:27: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 AE823C2C; Fri, 3 Oct 2014 13:27: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 9A736CBA; Fri, 3 Oct 2014 13:27: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 s93DRALb070546; Fri, 3 Oct 2014 13:27:10 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DRAUC070545; Fri, 3 Oct 2014 13:27:10 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410031327.s93DRAUC070545@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 3 Oct 2014 13:27:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369898 - head/databases/redis-devel/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: Fri, 03 Oct 2014 13:27:10 -0000 Author: gahr Date: Fri Oct 3 13:27:09 2014 New Revision: 369898 URL: https://svnweb.freebsd.org/changeset/ports/369898 QAT: https://qat.redports.org/buildarchive/r369898/ Log: - Fix rc.d script Modified: head/databases/redis-devel/files/redis.in Modified: head/databases/redis-devel/files/redis.in ============================================================================== --- head/databases/redis-devel/files/redis.in Fri Oct 3 13:12:39 2014 (r369897) +++ head/databases/redis-devel/files/redis.in Fri Oct 3 13:27:09 2014 (r369898) @@ -16,7 +16,7 @@ . /etc/rc.subr name="redis" -rcvar=`set_rcvar` +rcvar="${name}_enable" extra_commands="reload" From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:30: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 6DE8DF12; Fri, 3 Oct 2014 13:30: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 59AB5CE6; Fri, 3 Oct 2014 13:30: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 s93DUmLG071182; Fri, 3 Oct 2014 13:30:48 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DUlwN071178; Fri, 3 Oct 2014 13:30:47 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201410031330.s93DUlwN071178@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 3 Oct 2014 13:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369899 - in head/net-mgmt/icinga2: . 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: Fri, 03 Oct 2014 13:30:48 -0000 Author: lme Date: Fri Oct 3 13:30:47 2014 New Revision: 369899 URL: https://svnweb.freebsd.org/changeset/ports/369899 QAT: https://qat.redports.org/buildarchive/r369899/ Log: - Fix dependency on PGSQL - Enable PGSQL by default - Install manpages to the proper location - Use option helpers [1] - Use proper order of .mk includes [1] - Bump PORTREVISION Suggested by: bapt [1] Added: head/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake (contents, props changed) Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/pkg-plist Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Fri Oct 3 13:27:09 2014 (r369898) +++ head/net-mgmt/icinga2/Makefile Fri Oct 3 13:30:47 2014 (r369899) @@ -2,7 +2,7 @@ PORTNAME= icinga2 DISTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://github.com/Icinga/${PORTNAME}/archive/v${DISTVERSION}.tar.gz?dummy=/ @@ -27,7 +27,7 @@ OPTIONS_MULTI_BACKEND= MYSQL PGSQL OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS -OPTIONS_DEFAULT= MYSQL MONPLUGINS EXAMPLES +OPTIONS_DEFAULT= MYSQL PGSQL 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 @@ -60,29 +60,18 @@ SUB_LIST= ICINGA2LOGDIR=${ICINGA2LOGDIR} # Config files with references to "Linux" LINUX_CONFIG= groups.conf services.conf hosts/localhost.conf -.include +MYSQL_USE= mysql=yes +PGSQL_USES= pgsql + +OPTIONS_SUB= yes + +.include .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= flex>=2.5.31:${PORTSDIR}/textproc/flex CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex CXXFLAGS+= -I${LOCALBASE}/include/flex .endif -.include - -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes -PLIST_SUB+= MYSQL="" -.else -PLIST_SUB+= MYSQL="@comment " -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USES+= pgsql -PLIST_SUB+= PGSQL="" -.else -PLIST_SUB+= PGSQL="@comment " -.endif - post-patch: ${REINPLACE_CMD} -e '/^add_subdirectory(initsystem)/d' \ -e '/logrotate\.d/d' ${WRKSRC}/etc/CMakeLists.txt @@ -104,4 +93,4 @@ post-install: .endfor .endif -.include +.include Added: head/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake Fri Oct 3 13:30:47 2014 (r369899) @@ -0,0 +1,11 @@ +--- third-party/cmake/GNUInstallDirs.cmake.orig 2014-10-03 15:04:47.712808574 +0200 ++++ third-party/cmake/GNUInstallDirs.cmake 2014-10-03 15:05:17.916805737 +0200 +@@ -166,7 +166,7 @@ + set(CMAKE_INSTALL_DATADIR "${CMAKE_INSTALL_DATAROOTDIR}") + endif() + +-if(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD") ++if(CMAKE_SYSTEM_NAME MATCHES "^(FreeBSD|OpenBSD)$") + if(NOT CMAKE_INSTALL_INFODIR) + set(CMAKE_INSTALL_INFODIR "" CACHE PATH "info documentation (info)") + set(CMAKE_INSTALL_INFODIR "info") Modified: head/net-mgmt/icinga2/pkg-plist ============================================================================== --- head/net-mgmt/icinga2/pkg-plist Fri Oct 3 13:27:09 2014 (r369898) +++ head/net-mgmt/icinga2/pkg-plist Fri Oct 3 13:30:47 2014 (r369899) @@ -79,6 +79,13 @@ lib/icinga2/libremote.so %%PYTHON_SITELIBDIR%%/icinga2/utils/debug.pyc %%PYTHON_SITELIBDIR%%/icinga2/utils/netstring.py %%PYTHON_SITELIBDIR%%/icinga2/utils/netstring.pyc +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 sbin/icinga2 sbin/icinga2-disable-feature sbin/icinga2-enable-feature @@ -116,13 +123,6 @@ sbin/icinga2-list-objects %%DATADIR%%/pki/openssl.cnf %%DATADIR%%/pki/pkifuncs %%DATADIR%%/pki/vars -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 From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:37: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 CFC0120B; Fri, 3 Oct 2014 13:37: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 BC197DBE; Fri, 3 Oct 2014 13:37: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 s93DbgHU075506; Fri, 3 Oct 2014 13:37:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93Dbgn2075501; Fri, 3 Oct 2014 13:37:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410031337.s93Dbgn2075501@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Oct 2014 13:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369900 - in head/audio/vamp-plugin-sdk: . 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: Fri, 03 Oct 2014 13:37:43 -0000 Author: amdmi3 Date: Fri Oct 3 13:37:41 2014 New Revision: 369900 URL: https://svnweb.freebsd.org/changeset/ports/369900 QAT: https://qat.redports.org/buildarchive/r369900/ Log: - Fix LICENSE - Drop .la files - Strip stuff PR: 193557 Submitted by: amdmi3@amdmi3.ru Approved by: maintainer timeout Modified: head/audio/vamp-plugin-sdk/Makefile head/audio/vamp-plugin-sdk/files/patch-Makefile head/audio/vamp-plugin-sdk/pkg-plist Modified: head/audio/vamp-plugin-sdk/Makefile ============================================================================== --- head/audio/vamp-plugin-sdk/Makefile Fri Oct 3 13:30:47 2014 (r369899) +++ head/audio/vamp-plugin-sdk/Makefile Fri Oct 3 13:37:41 2014 (r369900) @@ -3,13 +3,14 @@ PORTNAME= vamp-plugin-sdk PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://code.soundsoftware.ac.uk/attachments/download/224/ MAINTAINER= miwi@FreeBSD.org COMMENT= Vamp audio analysis plugin SDK -LICENSE= BSD +LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile @@ -18,4 +19,10 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_LDCONFIG= yes +post-install: + ${STRIP_CMD} \ + ${STAGEDIR}${PREFIX}/bin/* \ + ${STAGEDIR}${PREFIX}/lib/*.so \ + ${STAGEDIR}${PREFIX}/lib/vamp/*.so + .include Modified: head/audio/vamp-plugin-sdk/files/patch-Makefile ============================================================================== --- head/audio/vamp-plugin-sdk/files/patch-Makefile Fri Oct 3 13:30:47 2014 (r369899) +++ head/audio/vamp-plugin-sdk/files/patch-Makefile Fri Oct 3 13:37:41 2014 (r369900) @@ -1,5 +1,5 @@ ---- Makefile.in-orig 2012-01-08 16:17:23.178149792 +0100 -+++ Makefile.in 2012-01-08 16:17:34.604154595 +0100 +--- Makefile.in.orig 2011-11-24 17:27:03.000000000 +0400 ++++ Makefile.in 2014-09-11 14:44:47.000000000 +0400 @@ -87,7 +87,7 @@ INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a INSTALL_HOSTSDK_LA = libvamp-hostsdk.la @@ -9,3 +9,22 @@ # Flags required to tell the compiler to create a dynamically loadable object # +@@ -288,18 +288,6 @@ + > $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-sdk.pc + sed "s,%PREFIX%,$(INSTALL_PREFIX)," $(PCDIR)/vamp-hostsdk.pc.in \ + > $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-hostsdk.pc +- sed -e "s,%LIBNAME%,$(INSTALL_SDK_LIBNAME),g" \ +- -e "s,%LINK_ABI%,$(INSTALL_SDK_LINK_ABI),g" \ +- -e "s,%LINK_DEV%,$(INSTALL_SDK_LINK_DEV),g" \ +- -e "s,%STATIC%,$(INSTALL_SDK_STATIC),g" \ +- -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA).in \ +- > $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LA) +- sed -e "s,%LIBNAME%,$(INSTALL_HOSTSDK_LIBNAME),g" \ +- -e "s,%LINK_ABI%,$(INSTALL_HOSTSDK_LINK_ABI),g" \ +- -e "s,%LINK_DEV%,$(INSTALL_HOSTSDK_LINK_DEV),g" \ +- -e "s,%STATIC%,$(INSTALL_HOSTSDK_STATIC),g" \ +- -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(HOSTSDK_LA).in \ +- > $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LA) + + depend: + makedepend -Y. */*.cpp */*/*.cpp */*/*/*.cpp Modified: head/audio/vamp-plugin-sdk/pkg-plist ============================================================================== --- head/audio/vamp-plugin-sdk/pkg-plist Fri Oct 3 13:30:47 2014 (r369899) +++ head/audio/vamp-plugin-sdk/pkg-plist Fri Oct 3 13:37:41 2014 (r369900) @@ -20,12 +20,10 @@ include/vamp-sdk/plugguard.h include/vamp-sdk/vamp-sdk.h include/vamp/vamp.h lib/libvamp-hostsdk.a -lib/libvamp-hostsdk.la lib/libvamp-hostsdk.so lib/libvamp-hostsdk.so.3 lib/libvamp-hostsdk.so.3.3.0 lib/libvamp-sdk.a -lib/libvamp-sdk.la lib/libvamp-sdk.so lib/libvamp-sdk.so.2 lib/libvamp-sdk.so.2.3.0 From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:43: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 68CC060E; Fri, 3 Oct 2014 13:43: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 55208EAB; Fri, 3 Oct 2014 13:43: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 s93DhYxx079733; Fri, 3 Oct 2014 13:43:34 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DhYJD079732; Fri, 3 Oct 2014 13:43:34 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031343.s93DhYJD079732@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 13:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369901 - head/www/mod_rivet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 13:43:34 -0000 Author: tijl Date: Fri Oct 3 13:43:33 2014 New Revision: 369901 URL: https://svnweb.freebsd.org/changeset/ports/369901 QAT: https://qat.redports.org/buildarchive/r369901/ Log: - Don't patch configure.ac so USE_AUTOTOOLS can be removed - Add INSTALL_TARGET=install-strip Modified: head/www/mod_rivet/Makefile Modified: head/www/mod_rivet/Makefile ============================================================================== --- head/www/mod_rivet/Makefile Fri Oct 3 13:37:41 2014 (r369900) +++ head/www/mod_rivet/Makefile Fri Oct 3 13:43:33 2014 (r369901) @@ -3,6 +3,7 @@ PORTNAME= mod_rivet PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet @@ -15,12 +16,12 @@ LICENSE= APACHE20 LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl +GNU_CONFIGURE= yes USE_APACHE= 22+ -USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf USE_LDCONFIG= ${PREFIX}/lib/rivet USES+= gmake libtool tcl:85+ -INSTALL_TARGET= install +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-apache-version=2 \ --prefix=${PREFIX} --with-apxs=${APXS} \ @@ -29,7 +30,7 @@ CONFIGURE_ARGS+=--with-apache-version=2 post-patch: ${REINPLACE_CMD} -e 's|`$${apxs_found} -q LIBEXECDIR`|${PREFIX}/${APACHEMODDIR}|g' \ - ${WRKSRC}/configure.ac ${WRKSRC}/configure + ${WRKSRC}/configure post-install: @${ECHO_MSG} "" From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:51: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 0271B7D6; Fri, 3 Oct 2014 13:51: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 C8CF0F83; Fri, 3 Oct 2014 13:51: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 s93DpIEJ082047; Fri, 3 Oct 2014 13:51:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DpHGg081454; Fri, 3 Oct 2014 13:51:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031351.s93DpHGg081454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 13:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369902 - in head/archivers/zip: . 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: Fri, 03 Oct 2014 13:51:19 -0000 Author: bapt Date: Fri Oct 3 13:51:17 2014 New Revision: 369902 URL: https://svnweb.freebsd.org/changeset/ports/369902 QAT: https://qat.redports.org/buildarchive/r369902/ Log: Fix manpage rendering with mandoc Added: head/archivers/zip/files/patch-man__zipcloak.1 (contents, props changed) head/archivers/zip/files/patch-man__zipnote.1 (contents, props changed) head/archivers/zip/files/patch-man__zipsplit.1 (contents, props changed) Modified: head/archivers/zip/Makefile Modified: head/archivers/zip/Makefile ============================================================================== --- head/archivers/zip/Makefile Fri Oct 3 13:43:33 2014 (r369901) +++ head/archivers/zip/Makefile Fri Oct 3 13:51:17 2014 (r369902) @@ -3,6 +3,7 @@ PORTNAME= zip PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} \ http://www.skysmurf.nl/comp/FreeBSD/distfiles/ Added: head/archivers/zip/files/patch-man__zipcloak.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/zip/files/patch-man__zipcloak.1 Fri Oct 3 13:51:17 2014 (r369902) @@ -0,0 +1,11 @@ +--- man/zipcloak.1.orig 2008-05-08 08:18:46 UTC ++++ man/zipcloak.1 +@@ -12,8 +12,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to encrypt entries in + + .SH OPTIONS Added: head/archivers/zip/files/patch-man__zipnote.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/zip/files/patch-man__zipnote.1 Fri Oct 3 13:51:17 2014 (r369902) @@ -0,0 +1,11 @@ +--- man/zipnote.1.orig 2008-05-08 08:17:56 UTC ++++ man/zipnote.1 +@@ -12,8 +12,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to read comments from or edit. + + .SH OPTIONS Added: head/archivers/zip/files/patch-man__zipsplit.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/zip/files/patch-man__zipsplit.1 Fri Oct 3 13:51:17 2014 (r369902) @@ -0,0 +1,11 @@ +--- man/zipsplit.1.orig 2008-05-08 08:17:48 UTC ++++ man/zipsplit.1 +@@ -17,8 +17,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to split. + + .SH OPTIONS From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 14:06: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 51BEDDA3; Fri, 3 Oct 2014 14:06: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 3E44B151; Fri, 3 Oct 2014 14:06: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 s93E6g9V089536; Fri, 3 Oct 2014 14:06:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93E6gkP089535; Fri, 3 Oct 2014 14:06:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031406.s93E6gkP089535@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 14:06:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369903 - head/devel/pcre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 14:06:42 -0000 Author: bapt Date: Fri Oct 3 14:06:41 2014 New Revision: 369903 URL: https://svnweb.freebsd.org/changeset/ports/369903 QAT: https://qat.redports.org/buildarchive/r369903/ Log: Fix rendering with mandoc Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Fri Oct 3 13:51:17 2014 (r369902) +++ head/devel/pcre/Makefile Fri Oct 3 14:06:41 2014 (r369903) @@ -3,6 +3,7 @@ PORTNAME= pcre PORTVERSION= 8.35 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ @@ -90,6 +91,8 @@ CONFIGURE_ARGS+= --with-posix-malloc-thr .endif post-patch: + @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 + @${REINPLACE_CMD} -e "s/£//g" ${WRKSRC}/doc/pcre_compile2.3 .if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ ${WRKSRC}/Makefile.in From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 14:11: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 2D6A8EC7; Fri, 3 Oct 2014 14:11: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 19B0F1FD; Fri, 3 Oct 2014 14:11: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 s93EBaIb093178; Fri, 3 Oct 2014 14:11:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93EBaRv093177; Fri, 3 Oct 2014 14:11:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410031411.s93EBaRv093177@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Oct 2014 14:11:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369904 - head/graphics/geeqie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 14:11:37 -0000 Author: amdmi3 Date: Fri Oct 3 14:11:36 2014 New Revision: 369904 URL: https://svnweb.freebsd.org/changeset/ports/369904 QAT: https://qat.redports.org/buildarchive/r369904/ Log: - Drop @dirrm* from plist - Remove exec/unexec which should be handled by USES=desktop-file-utils Modified: head/graphics/geeqie/pkg-plist Modified: head/graphics/geeqie/pkg-plist ============================================================================== --- head/graphics/geeqie/pkg-plist Fri Oct 3 14:06:41 2014 (r369903) +++ head/graphics/geeqie/pkg-plist Fri Oct 3 14:11:36 2014 (r369904) @@ -49,10 +49,3 @@ share/locale/vi/LC_MESSAGES/geeqie.mo share/locale/zh_CN/LC_MESSAGES/geeqie.mo share/locale/zh_TW/LC_MESSAGES/geeqie.mo share/pixmaps/geeqie.png -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrm %%DATADIR%%/applications -@dirrm %%DATADIR%% -@dirrm lib/geeqie -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 14:15: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 4126C17F; Fri, 3 Oct 2014 14:15: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 2DBCB23E; Fri, 3 Oct 2014 14:15: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 s93EFcws094380; Fri, 3 Oct 2014 14:15:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93EFchD094379; Fri, 3 Oct 2014 14:15:38 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031415.s93EFchD094379@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 14:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369905 - head/net/xrdp-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: Fri, 03 Oct 2014 14:15:38 -0000 Author: tijl Date: Fri Oct 3 14:15:37 2014 New Revision: 369905 URL: https://svnweb.freebsd.org/changeset/ports/369905 QAT: https://qat.redports.org/buildarchive/r369905/ Log: Replace USE_AUTOTOOLS with USES=autoreconf:build Modified: head/net/xrdp-devel/Makefile Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Fri Oct 3 14:11:36 2014 (r369904) +++ head/net/xrdp-devel/Makefile Fri Oct 3 14:15:37 2014 (r369905) @@ -15,9 +15,8 @@ COMMENT= Open source Remote Desktop Prot LICENSE= GPLv2 -USES= libtool pkgconfig +USES= autoreconf:build libtool pkgconfig USE_XORG= x11 xfixes -USE_AUTOTOOLS= autoconf:env automake:env libtoolize GNU_CONFIGURE= yes USE_RC_SUBR= xrdp USE_LDCONFIG= ${PREFIX}/lib/xrdp @@ -29,8 +28,8 @@ GH_TAGNAME= ${GH_COMMIT} CONFIGURE_ARGS= --localstatedir=/var \ --enable-jpeg -LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib CONFLICTS= xrdp-[0-9]* LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg # xrdp v0.7 is not compatible with current net/freerdp (1.0.2) From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 14:16: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 4746A26D; Fri, 3 Oct 2014 14:16:10 +0000 (UTC) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (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 E202E250; Fri, 3 Oct 2014 14:16:09 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wp4so896995obc.38 for ; Fri, 03 Oct 2014 07:16:09 -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=xjVbC+Im4kyggroxyJJw0nRwg13irQqd1SeW+tRXXHM=; b=uOKeGnanD9xV8idkDrAKJIxb9OW89vqqbRfhK3Iq4xrXPavjPR1xEychBqEhLewiL8 8/6r63r/L6ETR2d8aqj9WBw8D1a35XxrylQi8omlx8JNRI8QqIfx6ACxGTQ821/I2AnH vpiIoBWUvetVEzDM4dKvwS8NoBVbG54QT8d2ThAreRj3U1ifFwI5px8sD0Yeop+4VPvG wceSPWicrH8XTx+pQQ6lmVisN8SPJwoHH15p4OG8ni36hCHF0/r/kUYRNeTdF2R5F7iR 5R5cQfvWn6SpHjXicJdHfgkfAGDDjbWZadKm922yzg17Q5qIk0Ye5aHsF2Pzt+38BVJC KeEw== MIME-Version: 1.0 X-Received: by 10.182.220.226 with SMTP id pz2mr3732221obc.76.1412345769246; Fri, 03 Oct 2014 07:16:09 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.19.133 with HTTP; Fri, 3 Oct 2014 07:16:09 -0700 (PDT) In-Reply-To: <201410031406.s93E6gkP089535@svn.freebsd.org> References: <201410031406.s93E6gkP089535@svn.freebsd.org> Date: Fri, 3 Oct 2014 16:16:09 +0200 X-Google-Sender-Auth: fGot6PUaTIAnjjUroZTB-RLHRLU Message-ID: Subject: Re: svn commit: r369903 - head/devel/pcre From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 03 Oct 2014 14:16:10 -0000 2014-10-03 16:06 GMT+02:00 Baptiste Daroussin : > Author: bapt > Date: Fri Oct 3 14:06:41 2014 > New Revision: 369903 > URL: https://svnweb.freebsd.org/changeset/ports/369903 > QAT: https://qat.redports.org/buildarchive/r369903/ > > Log: > Fix rendering with mandoc > > Modified: > head/devel/pcre/Makefile > > [..] > post-patch: > + @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 > + @${REINPLACE_CMD} -e "s/=C2=A3//g" ${WRKSRC}/doc/pcre_compile2.3 > So mandoc can't display the pound sign? :( Ren=C3=A9 From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 14:49: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 06B2A9E7; Fri, 3 Oct 2014 14:49: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 E70B07E0; Fri, 3 Oct 2014 14:49: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 s93EnnXT009101; Fri, 3 Oct 2014 14:49:49 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93EnnfO009100; Fri, 3 Oct 2014 14:49:49 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031449.s93EnnfO009100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 14:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369906 - head/sysutils/tlsdate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 14:49:50 -0000 Author: tijl Date: Fri Oct 3 14:49:48 2014 New Revision: 369906 URL: https://svnweb.freebsd.org/changeset/ports/369906 QAT: https://qat.redports.org/buildarchive/r369906/ Log: Convert to USES=autoreconf Modified: head/sysutils/tlsdate/Makefile Modified: head/sysutils/tlsdate/Makefile ============================================================================== --- head/sysutils/tlsdate/Makefile Fri Oct 3 14:15:37 2014 (r369905) +++ head/sysutils/tlsdate/Makefile Fri Oct 3 14:49:48 2014 (r369906) @@ -18,8 +18,8 @@ GH_ACCOUNT= ioerror GH_COMMIT= 44fa3b7 GH_TAGNAME= ${GH_COMMIT} -USE_AUTOTOOLS= autoconf aclocal automake libtoolize -USES= libtool pkgconfig +GNU_CONFIGURE= yes +USES= autoreconf libtool pkgconfig OPTIONS_DEFINE= DOCS @@ -27,9 +27,6 @@ post-patch: # Required for FreeBSD 8.4 @${REINPLACE_CMD} -e 's@AC_MSG_ERROR(\[M@AC_MSG_WARN([M@' ${WRKSRC}/configure.ac -pre-configure: - @(cd ${WRKSRC} && ./autogen.sh) - regression-test: build @cd ${WRKSRC} && make test From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:06: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 26B3337B; Fri, 3 Oct 2014 15:06: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 ECAD09E0; Fri, 3 Oct 2014 15: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 s93F6id6018178; Fri, 3 Oct 2014 15:06:44 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93F6i3l018176; Fri, 3 Oct 2014 15:06:44 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410031506.s93F6i3l018176@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Fri, 3 Oct 2014 15:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369907 - in head/www: . rubygem-kaminari-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: Fri, 03 Oct 2014 15:06:45 -0000 Author: xmj Date: Fri Oct 3 15:06:44 2014 New Revision: 369907 URL: https://svnweb.freebsd.org/changeset/ports/369907 QAT: https://qat.redports.org/buildarchive/r369907/ Log: www/rubygem-kaminari-rais4: copy port Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3 WWW: https://github.com/amatsuda/kaminari Differential Revision: https://reviews.freebsd.org/D883 Approved by: swills (mentor) Added: head/www/rubygem-kaminari-rails4/ - copied from r369378, head/www/rubygem-kaminari/ Modified: head/www/Makefile head/www/rubygem-kaminari-rails4/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Oct 3 14:49:48 2014 (r369906) +++ head/www/Makefile Fri Oct 3 15:06:44 2014 (r369907) @@ -1807,6 +1807,7 @@ SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari + SUBDIR += rubygem-kaminari-rails4 SUBDIR += rubygem-kensa SUBDIR += rubygem-layout-yullio SUBDIR += rubygem-less Modified: head/www/rubygem-kaminari-rails4/Makefile ============================================================================== --- head/www/rubygem-kaminari/Makefile Sat Sep 27 08:20:01 2014 (r369378) +++ head/www/rubygem-kaminari-rails4/Makefile Fri Oct 3 15:06:44 2014 (r369907) @@ -5,12 +5,15 @@ PORTNAME= kaminari PORTVERSION= 0.16.1 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails4 MAINTAINER= ruby@FreeBSD.org COMMENT= Sophisticated paginator for Rails 3 -RUN_DEPENDS= rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-actionpack>=3.0.0:${PORTSDIR}/www/rubygem-actionpack +LICENSE= MIT + +RUN_DEPENDS= rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \ + rubygem-actionpack4>=4.0.0:${PORTSDIR}/www/rubygem-actionpack4 USE_RUBY= yes USE_RUBYGEMS= yes From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:10: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 2927F5FD; Fri, 3 Oct 2014 15:10: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 157D7A17; Fri, 3 Oct 2014 15:10: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 s93FAXNh021864; Fri, 3 Oct 2014 15:10:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93FAXjW021863; Fri, 3 Oct 2014 15:10:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031510.s93FAXjW021863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 15:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369908 - head/net/xrdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 15:10:34 -0000 Author: tijl Date: Fri Oct 3 15:10:33 2014 New Revision: 369908 URL: https://svnweb.freebsd.org/changeset/ports/369908 QAT: https://qat.redports.org/buildarchive/r369908/ Log: Replace USE_AUTOTOOLS with USES=autoreconf:build Modified: head/net/xrdp/Makefile Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Fri Oct 3 15:06:44 2014 (r369907) +++ head/net/xrdp/Makefile Fri Oct 3 15:10:33 2014 (r369908) @@ -14,9 +14,8 @@ COMMENT= Open source Remote Desktop Prot LICENSE= GPLv2 -USES= libtool pkgconfig +USES= autoreconf:build libtool pkgconfig USE_XORG= x11 xfixes -USE_AUTOTOOLS= autoconf:env automake:env libtoolize GNU_CONFIGURE= yes USE_RC_SUBR= xrdp USE_LDCONFIG= ${PREFIX}/lib/xrdp @@ -27,9 +26,8 @@ GH_COMMIT= 5d53758 GH_TAGNAME= ${GH_COMMIT} CONFIGURE_ARGS= --localstatedir=/var -LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -CONFLICTS_INSTALL= xrdp-devel-[0-9]* x11rdp-devel-[0-9]* +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DEBUG OPTIONS_DEFAULT= JP106 X11RDP From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:33: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 B4C6BFAB; Fri, 3 Oct 2014 15:33: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 A132AD40; Fri, 3 Oct 2014 15:33: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 s93FXeTi031961; Fri, 3 Oct 2014 15:33:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93FXeLv031960; Fri, 3 Oct 2014 15:33:40 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031533.s93FXeLv031960@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 15:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369909 - 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: Fri, 03 Oct 2014 15:33:40 -0000 Author: tijl Date: Fri Oct 3 15:33:39 2014 New Revision: 369909 URL: https://svnweb.freebsd.org/changeset/ports/369909 QAT: https://qat.redports.org/buildarchive/r369909/ Log: Autoreconf runs automake in GNU mode which requires files like AUTHORS, NEWS and ChangeLog to exist. Let USES=autoreconf deal with that so ports don't have to. Modified: head/Mk/Uses/autoreconf.mk Modified: head/Mk/Uses/autoreconf.mk ============================================================================== --- head/Mk/Uses/autoreconf.mk Fri Oct 3 15:10:33 2014 (r369908) +++ head/Mk/Uses/autoreconf.mk Fri Oct 3 15:33:39 2014 (r369909) @@ -75,6 +75,10 @@ _INCLUDE_USES_AUTORECONF_POST_MK= yes .if ! ${autoreconf_ARGS:Mbuild} do-autoreconf: +.for f in AUTHORS ChangeLog INSTALL NEWS README +# Don't modify time stamps if the files already exist + @test -e ${CONFIGURE_WRKSRC}/${f} || ${TOUCH} ${CONFIGURE_WRKSRC}/${f} +.endfor @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoreconf -f -i) .endif From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:37: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 1D7BE236; Fri, 3 Oct 2014 15:37: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 0A645D6A; Fri, 3 Oct 2014 15:37: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 s93FbLoe032553; Fri, 3 Oct 2014 15:37:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93FbLBt032552; Fri, 3 Oct 2014 15:37:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031537.s93FbLBt032552@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 15:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369910 - head/devel/pcre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 15:37:22 -0000 Author: bapt Date: Fri Oct 3 15:37:21 2014 New Revision: 369910 URL: https://svnweb.freebsd.org/changeset/ports/369910 QAT: https://qat.redports.org/buildarchive/r369910/ Log: More mdocml fixes Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Fri Oct 3 15:33:39 2014 (r369909) +++ head/devel/pcre/Makefile Fri Oct 3 15:37:21 2014 (r369910) @@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --with-posix-malloc-thr .endif post-patch: - @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 + @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 ${WRKSRC}/doc/*.1 @${REINPLACE_CMD} -e "s/£//g" ${WRKSRC}/doc/pcre_compile2.3 .if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15: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 5682332E; Fri, 3 Oct 2014 15:38:39 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (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 6B2D3D7C; Fri, 3 Oct 2014 15:38:38 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id n3so2519342wiv.9 for ; Fri, 03 Oct 2014 08:38:36 -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=Sg6IKvg1libBjEJ9X31064Udj0rN8Mpzfz3WQ0PtqD8=; b=WvaBKKdcXBNeBdhHjSiN62DjMMFb0Xiku+xlrr0tWILU3v+8mfQAIfy9nleks24gDD 0ICM3ggDfdsN0yW13XNP0fCOeKxy2fBVYU8HabvJj1aM+XQU76cI03QiuyarM0OEqJNN gAp7CBN6uacjz9N1ALrolS3xVQtj2ls4pm9sdZGkREFVSKy+kt7hR8Ruj6OB8aAGq3uY D7SsX/axAl3mHDVsVc7Zk5E9H/r88izLTaKgFfEXDU06nX0QK6v3ybRCejQ6wMEuxxZg WiKlzXpDE8JjsdZo75g9JyeshiBG1LwkpScneG6e97iqV45j2PfUmhMEky/Gw0J/AYMp 21bA== X-Received: by 10.194.57.237 with SMTP id l13mr8561611wjq.102.1412350716708; Fri, 03 Oct 2014 08:38:36 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ul1sm8351343wjc.9.2014.10.03.08.38.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Oct 2014 08:38:35 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 3 Oct 2014 17:38:33 +0200 From: Baptiste Daroussin To: =?iso-8859-1?Q?Ren=E9?= Ladan Subject: Re: svn commit: r369903 - head/devel/pcre Message-ID: <20141003153833.GD53855@ivaldir.etoilebsd.net> References: <201410031406.s93E6gkP089535@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+SfteS7bOf3dGlBC" 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: Fri, 03 Oct 2014 15:38:39 -0000 --+SfteS7bOf3dGlBC Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 03, 2014 at 04:16:09PM +0200, Ren=E9 Ladan wrote: > 2014-10-03 16:06 GMT+02:00 Baptiste Daroussin : >=20 > > Author: bapt > > Date: Fri Oct 3 14:06:41 2014 > > New Revision: 369903 > > URL: https://svnweb.freebsd.org/changeset/ports/369903 > > QAT: https://qat.redports.org/buildarchive/r369903/ > > > > Log: > > Fix rendering with mandoc > > > > Modified: > > head/devel/pcre/Makefile > > > > [..] >=20 >=20 > > post-patch: > > + @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 > > + @${REINPLACE_CMD} -e "s/=A3//g" ${WRKSRC}/doc/pcre_compile2.3 > > >=20 > So mandoc can't display the pound sign? :( >=20 Not placed in that particular place which in any case is a upstream mistake. regards, Bapt --+SfteS7bOf3dGlBC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQuwvkACgkQ8kTtMUmk6Ew8eACeNqI7264LCK0OAmKh7eCDu45U t58AnA3roXlG+PUl4G+kr66kpznIKTpF =Xsxp -----END PGP SIGNATURE----- --+SfteS7bOf3dGlBC-- From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:40: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 1D72F43C; Fri, 3 Oct 2014 15:40: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 F2901E20; Fri, 3 Oct 2014 15:40: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 s93FeVLm034139; Fri, 3 Oct 2014 15:40:31 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93FeV4b033979; Fri, 3 Oct 2014 15:40:31 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410031540.s93FeV4b033979@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 3 Oct 2014 15:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369911 - in head/net: haproxy-devel/files haproxy/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: Fri, 03 Oct 2014 15:40:32 -0000 Author: demon Date: Fri Oct 3 15:40:31 2014 New Revision: 369911 URL: https://svnweb.freebsd.org/changeset/ports/369911 QAT: https://qat.redports.org/buildarchive/r369911/ Log: Do not search for process by name; rather use all pids stored in pidfile, in multi-process mode haoroxy writes all pids there. PR: 192430 Submitted by: renchap@cocoa-x.com Modified: head/net/haproxy-devel/files/haproxy.in head/net/haproxy/files/haproxy.in Modified: head/net/haproxy-devel/files/haproxy.in ============================================================================== --- head/net/haproxy-devel/files/haproxy.in Fri Oct 3 15:37:21 2014 (r369910) +++ head/net/haproxy-devel/files/haproxy.in Fri Oct 3 15:40:31 2014 (r369911) @@ -43,9 +43,9 @@ command="%%PREFIX%%/sbin/haproxy" # Load Configs/Set Defaults load_rc_config $name : ${haproxy_enable:="NO"} -: ${haproxy_pidfile:="/var/run/haproxy.pid"} +pidfile=${haproxy_pidfile:-"/var/run/haproxy.pid"} : ${haproxy_config:="%%PREFIX%%/etc/${name}.conf"} -: ${haproxy_flags="-q -f ${haproxy_config} -p ${haproxy_pidfile}"} +: ${haproxy_flags="-q -f ${haproxy_config} -p ${pidfile}"} procname=${command} # Update the globals @@ -68,12 +68,12 @@ haproxy_reload() if [ $? -ne 0 ]; then err 1 "Error found in ${haproxy_config} - not reloading current process!" fi - rc_pid=$(check_process ${procname}) - if [ -n "$rc_pid" ]; then + rc_pid=$(check_pidfile ${pidfile} ${command}) + if [ $rc_pid ]; then if [ $rc_force ]; then - ${command} ${haproxy_flags} -st ${rc_pid} + ${command} ${haproxy_flags} -st $(cat ${pidfile}) else - ${command} ${haproxy_flags} -sf ${rc_pid} + ${command} ${haproxy_flags} -sf $(cat ${pidfile}) fi else _run_rc_notrunning Modified: head/net/haproxy/files/haproxy.in ============================================================================== --- head/net/haproxy/files/haproxy.in Fri Oct 3 15:37:21 2014 (r369910) +++ head/net/haproxy/files/haproxy.in Fri Oct 3 15:40:31 2014 (r369911) @@ -43,9 +43,9 @@ command="%%PREFIX%%/sbin/haproxy" # Load Configs/Set Defaults load_rc_config $name : ${haproxy_enable:="NO"} -: ${haproxy_pidfile:="/var/run/haproxy.pid"} +pidfile=${haproxy_pidfile:-"/var/run/haproxy.pid"} : ${haproxy_config:="%%PREFIX%%/etc/${name}.conf"} -: ${haproxy_flags="-q -f ${haproxy_config} -p ${haproxy_pidfile}"} +: ${haproxy_flags="-q -f ${haproxy_config} -p ${pidfile}"} procname=${command} # Update the globals @@ -68,12 +68,12 @@ haproxy_reload() if [ $? -ne 0 ]; then err 1 "Error found in ${haproxy_config} - not reloading current process!" fi - rc_pid=$(check_process ${procname}) - if [ -n "$rc_pid" ]; then + rc_pid=$(check_pidfile ${pidfile} ${command}) + if [ $rc_pid ]; then if [ $rc_force ]; then - ${command} ${haproxy_flags} -st ${rc_pid} + ${command} ${haproxy_flags} -st $(cat ${pidfile}) else - ${command} ${haproxy_flags} -sf ${rc_pid} + ${command} ${haproxy_flags} -sf $(cat ${pidfile}) fi else _run_rc_notrunning From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:46: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 CDA8F85C; Fri, 3 Oct 2014 15:46: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 BAB27E7C; Fri, 3 Oct 2014 15:46: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 s93Fkk0h037291; Fri, 3 Oct 2014 15:46:46 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93Fkk9U037290; Fri, 3 Oct 2014 15:46:46 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031546.s93Fkk9U037290@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 15:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369912 - head/benchmarks/sysbench X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 15:46:46 -0000 Author: tijl Date: Fri Oct 3 15:46:45 2014 New Revision: 369912 URL: https://svnweb.freebsd.org/changeset/ports/369912 QAT: https://qat.redports.org/buildarchive/r369912/ Log: Convert to USES=autoreconf Modified: head/benchmarks/sysbench/Makefile Modified: head/benchmarks/sysbench/Makefile ============================================================================== --- head/benchmarks/sysbench/Makefile Fri Oct 3 15:40:31 2014 (r369911) +++ head/benchmarks/sysbench/Makefile Fri Oct 3 15:46:45 2014 (r369912) @@ -17,8 +17,7 @@ COMMENT= Modular, cross-platform, and mu LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool -USE_AUTOTOOLS= libtoolize aclocal autoconf +USES= autoreconf libtool GNU_CONFIGURE= yes PLIST_FILES= bin/sysbench @@ -38,8 +37,4 @@ PGSQL_CONFIGURE_ON= --with-pgsql PGSQL_CONFIGURE_OFF= --with-pgsql=no PGSQL_USE= PGSQL=yes -post-configure: - @${REINPLACE_CMD} -e 's/^program_transform_name/#/' \ - ${WRKSRC}/Makefile ${WRKSRC}/sysbench/Makefile - .include From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:50: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 0F9FC9F8; Fri, 3 Oct 2014 15:50: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 F00B8F3E; Fri, 3 Oct 2014 15:50: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 s93FosiE038522; Fri, 3 Oct 2014 15:50:54 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93FosBm038521; Fri, 3 Oct 2014 15:50:54 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031550.s93FosBm038521@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 15:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369913 - head/net-mgmt/nagios-snmp-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: Fri, 03 Oct 2014 15:50:55 -0000 Author: tijl Date: Fri Oct 3 15:50:54 2014 New Revision: 369913 URL: https://svnweb.freebsd.org/changeset/ports/369913 QAT: https://qat.redports.org/buildarchive/r369913/ Log: Remove post-patch now that USES=autoreconf handles this Modified: head/net-mgmt/nagios-snmp-plugins/Makefile Modified: head/net-mgmt/nagios-snmp-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-snmp-plugins/Makefile Fri Oct 3 15:46:45 2014 (r369912) +++ head/net-mgmt/nagios-snmp-plugins/Makefile Fri Oct 3 15:50:54 2014 (r369913) @@ -29,9 +29,6 @@ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} # Workaround configure.in lameness. CPPFLAGS+= `net-snmp-config --cflags` -post-patch: - @${TOUCH} ${WRKSRC}/ChangeLog - do-install: ${MKDIR} ${STAGEDIR}${NAGIOS_PLUGIN_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/check_snmp_disk ${STAGEDIR}${NAGIOS_PLUGIN_DIR} From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 16:10: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 7D17411E; Fri, 3 Oct 2014 16:10: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 50ECB11C; Fri, 3 Oct 2014 16:10: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 s93GA0Nd047425; Fri, 3 Oct 2014 16:10:00 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93GA0ki047422; Fri, 3 Oct 2014 16:10:00 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031610.s93GA0ki047422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 16:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369914 - head/irc/hexchat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 16:10:00 -0000 Author: tijl Date: Fri Oct 3 16:09:59 2014 New Revision: 369914 URL: https://svnweb.freebsd.org/changeset/ports/369914 QAT: https://qat.redports.org/buildarchive/r369914/ Log: - Remove USE_AUTOTOOLS - Use INSTALL_TARGET=install-strip - Fix problem with locale directory by setting CPPFLAGS Modified: head/irc/hexchat/Makefile Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Fri Oct 3 15:50:54 2014 (r369913) +++ head/irc/hexchat/Makefile Fri Oct 3 16:09:59 2014 (r369914) @@ -11,19 +11,17 @@ COMMENT= IRC chat program with GTK and T LICENSE= GPLv2 -BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy USES= gmake desktop-file-utils libtool pkgconfig tar:xz USE_GNOME= gtk20 libxml2 -USE_AUTOTOOLS= automake autoconf libtoolize GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip -LDFLAGS+= -pthread +CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 SUB_FILES= pkg-message @@ -81,9 +79,6 @@ USES+= perl5 USE_GNOME+= gconf2 .endif -pre-configure: - @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) - post-patch: @${REINPLACE_CMD} -e '/^appdata_DATA/s|hexchat.appdata.xml||' \ ${WRKSRC}/data/misc/Makefile.in @@ -91,20 +86,11 @@ post-patch: ${WRKSRC}/src/common/server.c post-install: -# Ugly CP and RM, only this works. Not works pathfix, -# --localedir=${LOCALBASE}/share/locale and patching. -# Upstream can't fix this and think that glib-gettextize (devel/glib20) -# is broken in FreeBSD. - @${CP} -a ${STAGEDIR}/usr/local/lib/locale/* ${STAGEDIR}/usr/local/share/locale/ - @${RM} -fr ${STAGEDIR}/usr/local/lib/locale/ - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} .endif -# @(cd ${PREFIX}/lib/hexchat/plugins/ && ${RM} -f *.a) .include From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 16:14: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 00085287; Fri, 3 Oct 2014 16: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 DFC761D5; Fri, 3 Oct 2014 16: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 s93GEB2L051490; Fri, 3 Oct 2014 16:14:11 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93GEASd051486; Fri, 3 Oct 2014 16:14:10 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201410031614.s93GEASd051486@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 3 Oct 2014 16:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369915 - in head/devel: . tcllauncher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 16:14:12 -0000 Author: gahr Date: Fri Oct 3 16:14:10 2014 New Revision: 369915 URL: https://svnweb.freebsd.org/changeset/ports/369915 QAT: https://qat.redports.org/buildarchive/r369915/ Log: - New port: devel/tcllauncher tcllauncher is a way to have Tcl programs run out of /usr/local/bin under their own name, be installed in one place with their support files, and provides commands to facilitate server-oriented application execution. While there is another wrapper system that also does this, that system produces a single executable that contains all the code and support files within a built-in virtual filesystem wrapped inside the executable. Tcllauncher keeps the support files distinct, typically in a subdirectory of /usr/local/lib that's named after the application. WWW: https://github.com/flightaware/tcllauncher/ Added: head/devel/tcllauncher/ head/devel/tcllauncher/Makefile (contents, props changed) head/devel/tcllauncher/distinfo (contents, props changed) head/devel/tcllauncher/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 3 16:09:59 2014 (r369914) +++ head/devel/Makefile Fri Oct 3 16:14:10 2014 (r369915) @@ -4681,6 +4681,7 @@ SUBDIR += tclap SUBDIR += tclcheck SUBDIR += tclgetopts + SUBDIR += tcllauncher SUBDIR += tcllib SUBDIR += tclmore SUBDIR += tcloo Added: head/devel/tcllauncher/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tcllauncher/Makefile Fri Oct 3 16:14:10 2014 (r369915) @@ -0,0 +1,34 @@ +# Created by: gahr +# $FreeBSD$ + +PORTNAME= tcllauncher +PORTVERSION= 1.5 +CATEGORIES= devel + +MAINTAINER= tcltk@FreeBSD.org +COMMENT= Launcher program for Tcl applications + +LICENSE= MIT + +LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/lang/tclX + +USE_GITHUB= yes +GH_ACCOUNT= flightaware +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 36b1295 + +USES+= tcl +USE_AUTOTOOLS= autoconf +CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ + --prefix=${PREFIX} \ + --exec-prefix=${PREFIX} + +LIBDIR= lib/Tcllauncher${PORTVERSION} + +PLIST_FILES= bin/${PORTNAME} \ + ${LIBDIR}/tcllauncher.tcl \ + ${LIBDIR}/tcllauncher-support.tcl \ + ${LIBDIR}/pkgIndex.tcl \ + man/mann/${PORTNAME}.n.gz + +.include Added: head/devel/tcllauncher/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tcllauncher/distinfo Fri Oct 3 16:14:10 2014 (r369915) @@ -0,0 +1,2 @@ +SHA256 (tcllauncher-1.5.tar.gz) = 24e07ce22162e57d29fc7e945ffb5844e734166b50e5914e7740b39bf6a32c36 +SIZE (tcllauncher-1.5.tar.gz) = 84703 Added: head/devel/tcllauncher/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tcllauncher/pkg-descr Fri Oct 3 16:14:10 2014 (r369915) @@ -0,0 +1,11 @@ +tcllauncher is a way to have Tcl programs run out of /usr/local/bin under their +own name, be installed in one place with their support files, and provides +commands to facilitate server-oriented application execution. + +While there is another wrapper system that also does this, that system produces +a single executable that contains all the code and support files within a +built-in virtual filesystem wrapped inside the executable. Tcllauncher keeps +the support files distinct, typically in a subdirectory of /usr/local/lib +that's named after the application. + +WWW: https://github.com/flightaware/tcllauncher/ From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17:01: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 29792C17; Fri, 3 Oct 2014 17:01: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 15B6B923; Fri, 3 Oct 2014 17:01: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 s93H1TX0073906; Fri, 3 Oct 2014 17:01:29 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93H1TvP073905; Fri, 3 Oct 2014 17:01:29 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410031701.s93H1TvP073905@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 3 Oct 2014 17:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369916 - head/astro/gmapcatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 17:01:30 -0000 Author: wg Date: Fri Oct 3 17:01:29 2014 New Revision: 369916 URL: https://svnweb.freebsd.org/changeset/ports/369916 QAT: https://qat.redports.org/buildarchive/r369916/ Log: astro/gmapcatcher: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bapt, implicit) Modified: head/astro/gmapcatcher/Makefile Modified: head/astro/gmapcatcher/Makefile ============================================================================== --- head/astro/gmapcatcher/Makefile Fri Oct 3 16:14:10 2014 (r369915) +++ head/astro/gmapcatcher/Makefile Fri Oct 3 17:01:29 2014 (r369916) @@ -2,6 +2,7 @@ PORTNAME= gmapcatcher PORTVERSION= 0.8.0.4 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= http://gmapcatcher.googlecode.com/files/ DISTNAME= mapcatcher_${PORTVERSION} @@ -9,15 +10,15 @@ DISTNAME= mapcatcher_${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= Offline map viewer -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} +USES= python USE_GNOME= pygtk2 -USE_PYTHON= yes +USE_PYTHON= autoplist distutils USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes -PLIST_SUB= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17:17: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 7914C36E; Fri, 3 Oct 2014 17:17:55 +0000 (UTC) Received: from mail-oi0-x22f.google.com (mail-oi0-x22f.google.com [IPv6:2607:f8b0:4003:c06::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 2DA0EABB; Fri, 3 Oct 2014 17:17:55 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id a141so1091450oig.20 for ; Fri, 03 Oct 2014 10:17:54 -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:content-type; bh=K+sdTnSRJfg6+DELBxWT8O87lauO3NYjF7q9GwzlWKE=; b=Wfl/eNdu6TNJT9WOe8ARpTV33ndvtqAjnCqqSl5huFtqogdujhPaZ2TRTim8DDPa0P GgxT7rQiVgPQpsMy3VT0cQV4SmXDSj55WyOEG+EBzM80xz3IUD2b9BacZKtReQ/S8Qhb CslbjAG6NJq7pzzqDHsigZZJDd2iwvj8GZQ+V/v65NJqRGZuQWln08tWu1k+FXO6lops CC0jgLLDFcE9xjwglV7OUagdvUFOWyQ82gLsxJgE4xgSH+njqMIc1ek8egUhPvhRwTRX YhH1S5qonSYjK079iTEkNJMxsm+728QlDosFy6iCiJvJxTU0+Jb9oeWA1EIb67voxzGd 8heg== MIME-Version: 1.0 X-Received: by 10.60.94.65 with SMTP id da1mr8576586oeb.11.1412356674577; Fri, 03 Oct 2014 10:17:54 -0700 (PDT) Sender: william88@gmail.com Received: by 10.182.138.65 with HTTP; Fri, 3 Oct 2014 10:17:54 -0700 (PDT) In-Reply-To: <201410031701.s93H1TvP073905@svn.freebsd.org> References: <201410031701.s93H1TvP073905@svn.freebsd.org> Date: Fri, 3 Oct 2014 14:17:54 -0300 X-Google-Sender-Auth: DXXl_zTwgOEmzgvygFtzxv0YpSw Message-ID: Subject: Re: svn commit: r369916 - head/astro/gmapcatcher From: William Grzybowski To: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 17:17:55 -0000 On Fri, Oct 3, 2014 at 2:01 PM, William Grzybowski wrote: > Author: wg > Date: Fri Oct 3 17:01:29 2014 > New Revision: 369916 > URL: https://svnweb.freebsd.org/changeset/ports/369916 > QAT: https://qat.redports.org/buildarchive/r369916/ > > Log: > astro/gmapcatcher: switch from py-imaging to py-pillow > > - USES python > > With hat: python > Approved by: portmgr (bapt, implicit) For the record, It was supposed to be bdrewery, not bapt as reminded by himself! > > Modified: > head/astro/gmapcatcher/Makefile > > Modified: head/astro/gmapcatcher/Makefile > ============================================================================== > --- head/astro/gmapcatcher/Makefile Fri Oct 3 16:14:10 2014 (r369915) > +++ head/astro/gmapcatcher/Makefile Fri Oct 3 17:01:29 2014 (r369916) > @@ -2,6 +2,7 @@ > > PORTNAME= gmapcatcher > PORTVERSION= 0.8.0.4 > +PORTREVISION= 1 > CATEGORIES= astro geography > MASTER_SITES= http://gmapcatcher.googlecode.com/files/ > DISTNAME= mapcatcher_${PORTVERSION} > @@ -9,15 +10,15 @@ DISTNAME= mapcatcher_${PORTVERSION} > MAINTAINER= kevlo@FreeBSD.org > COMMENT= Offline map viewer > > -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 > > WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} > +USES= python > USE_GNOME= pygtk2 > -USE_PYTHON= yes > +USE_PYTHON= autoplist distutils > USE_PYDISTUTILS=yes > PYDISTUTILS_AUTOPLIST= yes > -PLIST_SUB= PORTVERSION="${PORTVERSION}" > > OPTIONS_DEFINE= DOCS > > -- William Grzybowski / wg FreeBSD Ports Committer From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17:45: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 D3D9EE7F; Fri, 3 Oct 2014 17:45: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 BF363DA9; Fri, 3 Oct 2014 17:45: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 s93HjTeT093921; Fri, 3 Oct 2014 17:45:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93HjSHM093916; Fri, 3 Oct 2014 17:45:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410031745.s93HjSHM093916@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 3 Oct 2014 17:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369917 - in head/devel: . rubygem-rbtrace rubygem-rbtrace/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: Fri, 03 Oct 2014 17:45:30 -0000 Author: swills Date: Fri Oct 3 17:45:27 2014 New Revision: 369917 URL: https://svnweb.freebsd.org/changeset/ports/369917 QAT: https://qat.redports.org/buildarchive/r369917/ Log: devel/rubygem-rbtrace: create port rbtrace shows you method calls happening inside another ruby process in real time. WWW: http://github.com/tmm1/rbtrace Added: head/devel/rubygem-rbtrace/ head/devel/rubygem-rbtrace/Makefile (contents, props changed) head/devel/rubygem-rbtrace/distinfo (contents, props changed) head/devel/rubygem-rbtrace/files/ head/devel/rubygem-rbtrace/files/patch-ext__rbtrace.c (contents, props changed) head/devel/rubygem-rbtrace/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 3 17:01:29 2014 (r369916) +++ head/devel/Makefile Fri Oct 3 17:45:27 2014 (r369917) @@ -4466,6 +4466,7 @@ SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue + SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc SUBDIR += rubygem-recaptcha Added: head/devel/rubygem-rbtrace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rbtrace/Makefile Fri Oct 3 17:45:27 2014 (r369917) @@ -0,0 +1,20 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= rbtrace +PORTVERSION= 0.4.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Shows method calls inside another ruby process in real time + +RUN_DEPENDS= rubygem-ffi>=1.0.6:${PORTSDIR}/devel/rubygem-ffi \ + rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop \ + rubygem-msgpack>=0.4.3:${PORTSDIR}/devel/rubygem-msgpack + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/devel/rubygem-rbtrace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rbtrace/distinfo Fri Oct 3 17:45:27 2014 (r369917) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rbtrace-0.4.5.gem) = da3c1bb8a356e11bc96ac466d8d374478511beb55643c0a85f379f4a255d714e +SIZE (rubygem/rbtrace-0.4.5.gem) = 431616 Added: head/devel/rubygem-rbtrace/files/patch-ext__rbtrace.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rbtrace/files/patch-ext__rbtrace.c Fri Oct 3 17:45:27 2014 (r369917) @@ -0,0 +1,34 @@ +--- ext/rbtrace.c ++++ ext/rbtrace.c +@@ -40,6 +40,16 @@ + #define RSTRING_LEN(str) RSTRING(str)->len + #endif + ++ ++#ifdef __FreeBSD__ ++ #define PLATFORM_FREEBSD ++#endif ++ ++#ifdef __linux__ ++ #define PLATFORM_LINUX ++#endif ++ ++ + static uint64_t + ru_utime_usec() + { +@@ -953,7 +963,14 @@ rbtrace__process_event(msgpack_object cmd) + + if (outer == 0) { + rb_eval_string_protect("$0 = \"[DEBUG] #{Process.ppid}\"", 0); ++ ++#ifdef PLATFORM_FREEBSD ++ // The call setpgrp() is equivalent to setpgid(0,0). ++ setpgid(0,0); ++#else + setpgrp(); ++#endif ++ + pid_t inner = fork(); + + if (inner == 0) { Added: head/devel/rubygem-rbtrace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rbtrace/pkg-descr Fri Oct 3 17:45:27 2014 (r369917) @@ -0,0 +1,4 @@ +rbtrace shows you method calls happening inside another ruby process in real +time. + +WWW: http://github.com/tmm1/rbtrace From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17:46: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 33BF6DB; Fri, 3 Oct 2014 17:46: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 1E92BDC6; Fri, 3 Oct 2014 17:46: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 s93Hki8r094192; Fri, 3 Oct 2014 17:46:44 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93Hki5h094191; Fri, 3 Oct 2014 17:46:44 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410031746.s93Hki5h094191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 3 Oct 2014 17:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369918 - 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: Fri, 03 Oct 2014 17:46:45 -0000 Author: demon Date: Fri Oct 3 17:46:44 2014 New Revision: 369918 URL: https://svnweb.freebsd.org/changeset/ports/369918 QAT: https://qat.redports.org/buildarchive/r369918/ Log: Bump PORTREVISION because of additon of py-parsing dep; Move some python modules deps out of BUILD_DEPENDS (they seem to be runtime only). Thanks to Mikhail Tsatsenko , Geoffrey Mainland (maintainer) Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Fri Oct 3 17:45:27 2014 (r369917) +++ head/math/py-matplotlib/Makefile Fri Oct 3 17:46:44 2014 (r369918) @@ -3,6 +3,7 @@ PORTNAME= matplotlib PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,14 @@ COMMENT= Plotting library uses a syntax LICENSE= PSFL -BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} \ + {PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateut +il \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing USES= pkgconfig shebangfix python USE_PYTHON= distutils autoplist From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17:48: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 792911D1; Fri, 3 Oct 2014 17:48: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 65583DD7; Fri, 3 Oct 2014 17:48: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 s93HmMIs094500; Fri, 3 Oct 2014 17:48:22 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93HmM3S094499; Fri, 3 Oct 2014 17:48:22 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410031748.s93HmM3S094499@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 3 Oct 2014 17:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369919 - 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: Fri, 03 Oct 2014 17:48:22 -0000 Author: demon Date: Fri Oct 3 17:48:21 2014 New Revision: 369919 URL: https://svnweb.freebsd.org/changeset/ports/369919 QAT: https://qat.redports.org/buildarchive/r369919/ Log: Correct a typo. Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Fri Oct 3 17:46:44 2014 (r369918) +++ head/math/py-matplotlib/Makefile Fri Oct 3 17:48:21 2014 (r369919) @@ -17,8 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${PYNUMPY} \ - {PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateut -il \ + {PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17: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 F293046D; Fri, 3 Oct 2014 17:54: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 DEDDCEC3; Fri, 3 Oct 2014 17:54: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 s93HsvvK098800; Fri, 3 Oct 2014 17:54:57 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93HsvOJ098799; Fri, 3 Oct 2014 17:54:57 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031754.s93HsvOJ098799@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 17:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369920 - head/sysutils/clsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 17:54:58 -0000 Author: tijl Date: Fri Oct 3 17:54:57 2014 New Revision: 369920 URL: https://svnweb.freebsd.org/changeset/ports/369920 QAT: https://qat.redports.org/buildarchive/r369920/ Log: Convert to USES=autoreconf Modified: head/sysutils/clsync/Makefile Modified: head/sysutils/clsync/Makefile ============================================================================== --- head/sysutils/clsync/Makefile Fri Oct 3 17:48:21 2014 (r369919) +++ head/sysutils/clsync/Makefile Fri Oct 3 17:54:57 2014 (r369920) @@ -16,7 +16,7 @@ LIB_DEPENDS= libinotify.so:${PORTSDIR}/d libexecinfo.so:${PORTSDIR}/devel/libexecinfo GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig +USES= autoreconf gmake libtool pkgconfig USE_GNOME= glib20 USE_RC_SUBR= clsync @@ -29,8 +29,6 @@ GH_PROJECT= clsync GH_COMMIT= 85e5475 GH_TAGNAME= ${GH_COMMIT} -USE_AUTOTOOLS= autoconf aclocal automake libtoolize - OPTIONS_DEFINE= PARANOID VERYPARANOID SOCKET DEBUG LIBCLSYNC PARANOID_DESC= Enable paranoid secure routines @@ -64,15 +62,10 @@ CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+= --enable-libclsync .endif -.include - -pre-configure: - cd "${WRKSRC}" && ${AUTORECONF} -fi - do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/clsync ${STAGEDIR}/${PREFIX}/sbin/clsync + ${INSTALL_SCRIPT} ${WRKSRC}/clsync ${STAGEDIR}/${PREFIX}/sbin/clsync ${INSTALL_DATA} ${WRKSRC}/man/man1/clsync.1 ${STAGEDIR}/${PREFIX}/man/man1/clsync.1 ${MKDIR} ${STAGEDIR}/${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/freebsd/usr/local/etc/clsync/${PORTNAME}.conf ${STAGEDIR}/${ETCDIR}/${PORTNAME}.conf.sample -.include +.include From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17:57: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 15DE9691; Fri, 3 Oct 2014 17:57: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 01CF5EFF; Fri, 3 Oct 2014 17:57: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 s93HvWsi099278; Fri, 3 Oct 2014 17:57:32 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93HvWXB099276; Fri, 3 Oct 2014 17:57:32 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031757.s93HvWXB099276@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 17:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369921 - head/shells/bash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 17:57:33 -0000 Author: bdrewery Date: Fri Oct 3 17:57:32 2014 New Revision: 369921 URL: https://svnweb.freebsd.org/changeset/ports/369921 QAT: https://qat.redports.org/buildarchive/r369921/ Log: - Update to patchlevel 4.3.29. This addresses the local crash from CVE-2014-6277. Note that the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made this non-exploitable remotely. This makes 'bashcheck' [1] fully green now. It had a soft warning before for CVE-2014-6277. [1] https://github.com/hannob/bashcheck Modified: head/shells/bash/Makefile head/shells/bash/distinfo Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Fri Oct 3 17:54:57 2014 (r369920) +++ head/shells/bash/Makefile Fri Oct 3 17:57:32 2014 (r369921) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 28 +PATCHLEVEL= 29 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: head/shells/bash/distinfo ============================================================================== --- head/shells/bash/distinfo Fri Oct 3 17:54:57 2014 (r369920) +++ head/shells/bash/distinfo Fri Oct 3 17:57:32 2014 (r369921) @@ -56,3 +56,5 @@ SHA256 (bash/bash43-027) = 1eb76ad28561d SIZE (bash/bash43-027) = 6889 SHA256 (bash/bash43-028) = e8b0dbed4724fa7b9bd8ff77d12c7f03da0fbfc5f8251ef5cb8511eb082b469d SIZE (bash/bash43-028) = 69606 +SHA256 (bash/bash43-029) = 4cc4a397fe6bc63ecb97d030a4e44258ef2d4e076d0e90c77782968cc43d6292 +SIZE (bash/bash43-029) = 1824 From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 17:57: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 B335478C; Fri, 3 Oct 2014 17:57: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 9F3AAF0B; Fri, 3 Oct 2014 17:57: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 s93HvtXD099450; Fri, 3 Oct 2014 17:57:55 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93Hvteq099446; Fri, 3 Oct 2014 17:57:55 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031757.s93Hvteq099446@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 17:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369922 - branches/2014Q4/shells/bash 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: Fri, 03 Oct 2014 17:57:55 -0000 Author: bdrewery Date: Fri Oct 3 17:57:54 2014 New Revision: 369922 URL: https://svnweb.freebsd.org/changeset/ports/369922 QAT: https://qat.redports.org/buildarchive/r369922/ Log: MFH: r369921 - Update to patchlevel 4.3.29. This addresses the local crash from CVE-2014-6277. Note that the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made this non-exploitable remotely. This makes 'bashcheck' [1] fully green now. It had a soft warning before for CVE-2014-6277. [1] https://github.com/hannob/bashcheck 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 Fri Oct 3 17:57:32 2014 (r369921) +++ branches/2014Q4/shells/bash/Makefile Fri Oct 3 17:57:54 2014 (r369922) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 28 +PATCHLEVEL= 29 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: branches/2014Q4/shells/bash/distinfo ============================================================================== --- branches/2014Q4/shells/bash/distinfo Fri Oct 3 17:57:32 2014 (r369921) +++ branches/2014Q4/shells/bash/distinfo Fri Oct 3 17:57:54 2014 (r369922) @@ -56,3 +56,5 @@ SHA256 (bash/bash43-027) = 1eb76ad28561d SIZE (bash/bash43-027) = 6889 SHA256 (bash/bash43-028) = e8b0dbed4724fa7b9bd8ff77d12c7f03da0fbfc5f8251ef5cb8511eb082b469d SIZE (bash/bash43-028) = 69606 +SHA256 (bash/bash43-029) = 4cc4a397fe6bc63ecb97d030a4e44258ef2d4e076d0e90c77782968cc43d6292 +SIZE (bash/bash43-029) = 1824 From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:10: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 1D08DA58; Fri, 3 Oct 2014 18:10: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 E307FFA; Fri, 3 Oct 2014 18:10: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 s93IAq6p006119; Fri, 3 Oct 2014 18:10:52 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IAqKP006116; Fri, 3 Oct 2014 18:10:52 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410031810.s93IAqKP006116@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Fri, 3 Oct 2014 18:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369923 - in head/www: . rubygem-jquery-ui-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: Fri, 03 Oct 2014 18:10:53 -0000 Author: xmj Date: Fri Oct 3 18:10:51 2014 New Revision: 369923 URL: https://svnweb.freebsd.org/changeset/ports/369923 QAT: https://qat.redports.org/buildarchive/r369923/ Log: www/rubygem-jquery-ui-rails-rails4: copy port jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline WWW: https://github.com/joliss/jquery-ui-rails Differential Revision: https://reviews.freebsd.org/D889 Approved by: swills Added: head/www/rubygem-jquery-ui-rails-rails4/ - copied from r369378, head/www/rubygem-jquery-ui-rails/ Modified: head/www/Makefile head/www/rubygem-jquery-ui-rails-rails4/Makefile head/www/rubygem-jquery-ui-rails-rails4/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Oct 3 17:57:54 2014 (r369922) +++ head/www/Makefile Fri Oct 3 18:10:51 2014 (r369923) @@ -1804,6 +1804,7 @@ SUBDIR += rubygem-jquery-rails4 SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails + SUBDIR += rubygem-jquery-ui-rails-rails4 SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari Modified: head/www/rubygem-jquery-ui-rails-rails4/Makefile ============================================================================== --- head/www/rubygem-jquery-ui-rails/Makefile Sat Sep 27 08:20:01 2014 (r369378) +++ head/www/rubygem-jquery-ui-rails-rails4/Makefile Fri Oct 3 18:10:51 2014 (r369923) @@ -4,11 +4,14 @@ PORTNAME= jquery-ui-rails PORTVERSION= 5.0.0 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails4 MAINTAINER= ruby@FreeBSD.org COMMENT= jQuery UI's JavaScript, CSS, and image files packaged for Rails -RUN_DEPENDS= rubygem-railties>=3.2.16:${PORTSDIR}/www/rubygem-railties +LICENSE= MIT + +RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/www/rubygem-jquery-ui-rails-rails4/pkg-descr ============================================================================== --- head/www/rubygem-jquery-ui-rails/pkg-descr Sat Sep 27 08:20:01 2014 (r369378) +++ head/www/rubygem-jquery-ui-rails-rails4/pkg-descr Fri Oct 3 18:10:51 2014 (r369923) @@ -1,3 +1,4 @@ -jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline +jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset +pipeline WWW: https://github.com/joliss/jquery-ui-rails From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:14: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 3EE57B9D; Fri, 3 Oct 2014 18:14: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 112E51C6; Fri, 3 Oct 2014 18:14: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 s93IEIDL008984; Fri, 3 Oct 2014 18:14:18 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IEIon008983; Fri, 3 Oct 2014 18:14:18 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031814.s93IEIon008983@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 18:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369924 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:14:19 -0000 Author: bdrewery Date: Fri Oct 3 18:14:18 2014 New Revision: 369924 URL: https://svnweb.freebsd.org/changeset/ports/369924 QAT: https://qat.redports.org/buildarchive/r369924/ Log: Garbage collect dependency mtree check removed in r368803 Modified: head/Mk/Scripts/check-stagedir.sh Modified: head/Mk/Scripts/check-stagedir.sh ============================================================================== --- head/Mk/Scripts/check-stagedir.sh Fri Oct 3 18:10:51 2014 (r369923) +++ head/Mk/Scripts/check-stagedir.sh Fri Oct 3 18:14:18 2014 (r369924) @@ -324,37 +324,6 @@ check_orphans_from_plist() { return ${ret} } -# Check for directories being removed that are handled by MTREE files. -check_invalid_directories_mtree() { - local ret=0 - # Anything listed in plist and in restricted-dirs is a failure. I.e., - # it's owned by a run-time dependency or one of the MTREEs. - echo "===> Checking for directories owned by MTREEs" - cat ${WRKDIR}/.mtree | sort -u >${WRKDIR}/.restricted-dirs - : >${WRKDIR}/.invalid-plist-mtree - comm -12 ${WRKDIR}/.plist-dirs-sorted-no-comments \ - ${WRKDIR}/.restricted-dirs \ - | sort_dfs | sed "${sed_dirs}" \ - >>${WRKDIR}/.invalid-plist-mtree || : - if [ -s "${WRKDIR}/.invalid-plist-mtree" ]; then - while read line; do - # Skip removal of PREFIX and PREFIX/info from - # bsd.port.mk for now. The removal of info may - # be a bug; it's part of BSD.local.dist. - # See ports/74691 - if [ "${PREFIX}" != "${LOCALBASE}" ]; then - case "${line}" in - "@dirrmtry info") continue ;; - "@dirrmtry ${PREFIX}") continue ;; - esac - fi - ret=1 - echo "Error: Owned by MTREE: ${line}" >&2 - done < ${WRKDIR}/.invalid-plist-mtree - fi - return ${ret} -} - # Check for directories in plist that dependencies already handle. # XXX: This goes away when pkg learns auto dir tracking check_invalid_directories_from_dependencies() { From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:22: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 D97FBD4F; Fri, 3 Oct 2014 18:22: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 C55FB2DB; Fri, 3 Oct 2014 18:22: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 s93IMlI0013557; Fri, 3 Oct 2014 18:22:47 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IMlqp013555; Fri, 3 Oct 2014 18:22:47 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031822.s93IMlqp013555@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 18:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369925 - in head/Mk: . Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:22:48 -0000 Author: bdrewery Date: Fri Oct 3 18:22:46 2014 New Revision: 369925 URL: https://svnweb.freebsd.org/changeset/ports/369925 QAT: https://qat.redports.org/buildarchive/r369925/ Log: check-plist no longer needs to check for directories owned by dependencies. pkg-1.3.8's auto directory handling makes this a non-issue. We should add a new check to warn of possibly needing @dir for empty dirs though. With hat: portmgr Modified: head/Mk/Scripts/check-stagedir.sh head/Mk/bsd.port.mk Modified: head/Mk/Scripts/check-stagedir.sh ============================================================================== --- head/Mk/Scripts/check-stagedir.sh Fri Oct 3 18:14:18 2014 (r369924) +++ head/Mk/Scripts/check-stagedir.sh Fri Oct 3 18:22:46 2014 (r369925) @@ -189,30 +189,6 @@ parse_mtree() { } >${WRKDIR}/.mtree } -pkg_get_recursive_deps() { - echo "$@" - PKG_CHECKED="${PKG_CHECKED} $@" - for depends in $(${PKG_QUERY} '%do' $@ | sort -u); do - [ -z "${depends}" ] && return - case " ${PKG_CHECKED} " in - *\ ${depends}\ *) continue ;; - esac - pkg_get_recursive_deps "${depends}" - done -} - -### GATHER DIRS OWNED BY RUN-DEPENDS. WHY ARE WE SCREAMING? -lookup_dependency_dirs() { - : >${WRKDIR}/.run-depends-dirs - if [ -n "${PACKAGE_DEPENDS}" ]; then - echo "${PACKAGE_DEPENDS}" | while read pkg; do \ - PKG_CHECKED= pkg_get_recursive_deps "${pkg}"; \ - done | sort -u | xargs ${PKG_QUERY} "%D" | \ - sed -e 's,/$,,' | sort -u \ - >>${WRKDIR}/.run-depends-dirs - fi -} - # Sort a directory list by the order of the dfs-sorted file (from find -ds) sort_dfs() { while read dir; do @@ -268,7 +244,7 @@ generate_plist() { ### HANDLE DIRS cat ${WRKDIR}/.plist-dirs-unsorted ${WRKDIR}/.mtree \ - ${WRKDIR}/.run-depends-dirs | sort -u >${WRKDIR}/.traced-dirs + | sort -u >${WRKDIR}/.traced-dirs find -sd ${STAGEDIR} -type d | sed -e "s,^${STAGEDIR},,;/^$/d" \ >${WRKDIR}/.staged-dirs-dfs sort ${WRKDIR}/.staged-dirs-dfs >${WRKDIR}/.staged-dirs-sorted @@ -324,27 +300,6 @@ check_orphans_from_plist() { return ${ret} } -# Check for directories in plist that dependencies already handle. -# XXX: This goes away when pkg learns auto dir tracking -check_invalid_directories_from_dependencies() { - local ret=0 - echo "===> Checking for directories handled by dependencies" - cat ${WRKDIR}/.run-depends-dirs | sort -u >${WRKDIR}/.restricted-dirs - : >${WRKDIR}/.invalid-plist-dependencies - comm -12 ${WRKDIR}/.plist-dirs-sorted-no-comments \ - ${WRKDIR}/.restricted-dirs \ - | sort_dfs | sed "${sed_dirs}" \ - >>${WRKDIR}/.invalid-plist-dependencies || : - if [ -s "${WRKDIR}/.invalid-plist-dependencies" ]; then - # ret=1 - while read line; do - echo "Warning: Possibly owned by dependency: ${line}" \ - >&2 - done < ${WRKDIR}/.invalid-plist-dependencies - fi - return ${ret} -} - # Check for items in plist not in STAGEDIR (pkg lstat(2) errors) check_missing_plist_items() { local ret=0 @@ -393,7 +348,7 @@ esac # validate environment envfault= for i in STAGEDIR PREFIX LOCALBASE WRKDIR WRKSRC MTREE_FILE GNOME_MTREE_FILE \ - TMPPLIST PLIST_SUB_SED SCRIPTSDIR PACKAGE_DEPENDS PKG_QUERY \ + TMPPLIST PLIST_SUB_SED SCRIPTSDIR \ PORT_OPTIONS NO_PREFIX_RMDIR do if ! ( eval ": \${${i}?}" ) 2>/dev/null ; then @@ -419,9 +374,6 @@ fi parse_mtree -lookup_dependency_dirs -unset PACKAGE_DEPENDS PKG_QUERY - setup_plist_seds generate_plist @@ -437,7 +389,6 @@ check_orphans_from_plist || ret=1 sort -u ${WRKDIR}/.plist-dirs-unsorted-no-comments \ >${WRKDIR}/.plist-dirs-sorted-no-comments -check_invalid_directories_from_dependencies || ret=1 check_missing_plist_items || ret=1 if [ ${ret} -ne 0 ]; then Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Oct 3 18:14:18 2014 (r369924) +++ head/Mk/bsd.port.mk Fri Oct 3 18:22:46 2014 (r369925) @@ -1805,9 +1805,6 @@ MAKE_ENV+= ${DESTDIRNAME}=${STAGEDIR} MAKE_ARGS+= ${DESTDIRNAME}=${STAGEDIR} .endif -CO_ENV+= PACKAGE_DEPENDS="${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,:C,${PORTSDIR}/,,}" \ - PKG_QUERY="${PKG_QUERY}" - .if defined(NO_PREFIX_RMDIR) CO_ENV+= NO_PREFIX_RMDIR=1 .else From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:30: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 AE2F8E9F; Fri, 3 Oct 2014 18:30: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 9AB9B31F; Fri, 3 Oct 2014 18:30: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 s93IUgeK015179; Fri, 3 Oct 2014 18:30:42 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IUgMP015177; Fri, 3 Oct 2014 18:30:42 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410031830.s93IUgMP015177@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 3 Oct 2014 18:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369926 - head/www/rt42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:30:42 -0000 Author: matthew Date: Fri Oct 3 18:30:41 2014 New Revision: 369926 URL: https://svnweb.freebsd.org/changeset/ports/369926 QAT: https://qat.redports.org/buildarchive/r369926/ Log: Fix permissions problem due to omitted @mode in pkg-plist. PR: 194118 Submitted by: Larry Rosenman Modified: head/www/rt42/Makefile head/www/rt42/pkg-plist Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Fri Oct 3 18:22:46 2014 (r369925) +++ head/www/rt42/Makefile Fri Oct 3 18:30:41 2014 (r369926) @@ -2,6 +2,7 @@ PORTNAME= rt DISTVERSION= 4.2.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 Modified: head/www/rt42/pkg-plist ============================================================================== --- head/www/rt42/pkg-plist Fri Oct 3 18:22:46 2014 (r369925) +++ head/www/rt42/pkg-plist Fri Oct 3 18:30:41 2014 (r369926) @@ -17,6 +17,7 @@ bin/rt-mailgate %%RT_ETC_DIR%%/schema.SQLite %%RT_ETC_DIR%%/schema.mysql @group wheel +@mode %%SITE_PERL%%/RT.pm %%SITE_PERL%%/RT/ACE.pm %%SITE_PERL%%/RT/ACL.pm From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:33: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 09376FB6; Fri, 3 Oct 2014 18:33: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 EA5193DC; Fri, 3 Oct 2014 18:33: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 s93IXWV9018604; Fri, 3 Oct 2014 18:33:32 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IXW3n018603; Fri, 3 Oct 2014 18:33:32 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031833.s93IXW3n018603@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 18:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369927 - head/Keywords X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:33:33 -0000 Author: bdrewery Date: Fri Oct 3 18:33:32 2014 New Revision: 369927 URL: https://svnweb.freebsd.org/changeset/ports/369927 QAT: https://qat.redports.org/buildarchive/r369927/ Log: @sample: chmod u+w to ensure user may write to it. PR: 193209 Submitted by: ohauer With hat: portmgr Modified: head/Keywords/sample.ucl Modified: head/Keywords/sample.ucl ============================================================================== --- head/Keywords/sample.ucl Fri Oct 3 18:30:41 2014 (r369926) +++ head/Keywords/sample.ucl Fri Oct 3 18:33:32 2014 (r369927) @@ -22,7 +22,8 @@ post-install: < 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 8DFC6289; Fri, 3 Oct 2014 18:47: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 7A82A6CC; Fri, 3 Oct 2014 18:47: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 s93IlmZv023828; Fri, 3 Oct 2014 18:47:48 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93Ilm9L023827; Fri, 3 Oct 2014 18:47:48 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031847.s93Ilm9L023827@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 18:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369928 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:47:48 -0000 Author: bdrewery Date: Fri Oct 3 18:47:47 2014 New Revision: 369928 URL: https://svnweb.freebsd.org/changeset/ports/369928 QAT: https://qat.redports.org/buildarchive/r369928/ Log: - Allow LINUXBASE for shebangs. PR: 193878 Submitted by: Jan Beich With hat: portmgr Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Fri Oct 3 18:33:32 2014 (r369927) +++ head/Mk/Scripts/qa.sh Fri Oct 3 18:47:47 2014 (r369928) @@ -27,6 +27,7 @@ shebangonefile() { case "$interp" in "") ;; /usr/bin/env) ;; + ${LINUXBASE}/*) ;; ${LOCALBASE}/*) ;; ${PREFIX}/*) ;; /usr/bin/awk) ;; From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:52: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 495FC42A; Fri, 3 Oct 2014 18: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 35D977E5; Fri, 3 Oct 2014 18: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 s93IqKZc027859; Fri, 3 Oct 2014 18:52:20 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IqKZ6027858; Fri, 3 Oct 2014 18:52:20 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410031852.s93IqKZ6027858@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 3 Oct 2014 18:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369929 - head/astro/py-astLib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:52:20 -0000 Author: wg Date: Fri Oct 3 18:52:19 2014 New Revision: 369929 URL: https://svnweb.freebsd.org/changeset/ports/369929 QAT: https://qat.redports.org/buildarchive/r369929/ Log: astro/py-astLib: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/astro/py-astLib/Makefile Modified: head/astro/py-astLib/Makefile ============================================================================== --- head/astro/py-astLib/Makefile Fri Oct 3 18:47:47 2014 (r369928) +++ head/astro/py-astLib/Makefile Fri Oct 3 18:52:19 2014 (r369929) @@ -15,15 +15,14 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${PYNUMPY} \ ${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \ - ${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \ + ${PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \ ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:54: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 725A5520; Fri, 3 Oct 2014 18:54: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 5F7F67F1; Fri, 3 Oct 2014 18:54: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 s93Isq5f028245; Fri, 3 Oct 2014 18:54:52 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IsqiN028244; Fri, 3 Oct 2014 18:54:52 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410031854.s93IsqiN028244@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 3 Oct 2014 18:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369930 - head/astro/py-astLib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:54:52 -0000 Author: wg Date: Fri Oct 3 18:54:51 2014 New Revision: 369930 URL: https://svnweb.freebsd.org/changeset/ports/369930 QAT: https://qat.redports.org/buildarchive/r369930/ Log: astro/py-astLib: bump missing portrevision from last commit Modified: head/astro/py-astLib/Makefile Modified: head/astro/py-astLib/Makefile ============================================================================== --- head/astro/py-astLib/Makefile Fri Oct 3 18:52:19 2014 (r369929) +++ head/astro/py-astLib/Makefile Fri Oct 3 18:54:51 2014 (r369930) @@ -3,7 +3,7 @@ PORTNAME= astLib PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 19:23: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 2FF8191B; Fri, 3 Oct 2014 19:23: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 1C9B4AC0; Fri, 3 Oct 2014 19:23: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 s93JN3AN042226; Fri, 3 Oct 2014 19:23:03 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93JN3ja042224; Fri, 3 Oct 2014 19:23:03 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031923.s93JN3ja042224@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 19:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369931 - in head/security/openssh-portable: . 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: Fri, 03 Oct 2014 19:23:04 -0000 Author: bdrewery Date: Fri Oct 3 19:23:03 2014 New Revision: 369931 URL: https://svnweb.freebsd.org/changeset/ports/369931 QAT: https://qat.redports.org/buildarchive/r369931/ Log: Support multiple ListenAddress ports Reported by: rustamabd@gmail.com Modified: head/security/openssh-portable/Makefile head/security/openssh-portable/files/openssh.in Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Fri Oct 3 18:54:51 2014 (r369930) +++ head/security/openssh-portable/Makefile Fri Oct 3 19:23:03 2014 (r369931) @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 6.6p1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} Modified: head/security/openssh-portable/files/openssh.in ============================================================================== --- head/security/openssh-portable/files/openssh.in Fri Oct 3 18:54:51 2014 (r369930) +++ head/security/openssh-portable/files/openssh.in Fri Oct 3 19:23:03 2014 (r369931) @@ -144,9 +144,14 @@ openssh_check_same_ports(){ base_sshd_port=22 fi - if [ "${self_port}" -ne "${base_sshd_port}" ]; then - return 1 - fi + # self_port and base_sshd_port may have multiple values. Compare them all + for sport in ${self_port}; do + for bport in ${base_sshd_port}; do + [ ${sport} -eq ${bport} ] && return 0 + done + done + + return 1 } openssh_configtest() From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 19:28: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 BA6A4A96; Fri, 3 Oct 2014 19:28: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 4129EB1E; Fri, 3 Oct 2014 19:28: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 s93JSdCA043011; Fri, 3 Oct 2014 19:28:39 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93JScCs043007; Fri, 3 Oct 2014 19:28:38 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201410031928.s93JScCs043007@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 3 Oct 2014 19:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369932 - in head/www/groupoffice: . 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: Fri, 03 Oct 2014 19:28:39 -0000 Author: mi Date: Fri Oct 3 19:28:37 2014 New Revision: 369932 URL: https://svnweb.freebsd.org/changeset/ports/369932 QAT: https://qat.redports.org/buildarchive/r369932/ Log: Upgrade from 3.7.24 to 6.0.27. Added: head/www/groupoffice/files/patch-config (contents, props changed) Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Fri Oct 3 19:23:03 2014 (r369931) +++ head/www/groupoffice/Makefile Fri Oct 3 19:28:37 2014 (r369932) @@ -3,20 +3,20 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 3.7.24 +DISTVERSION= 6.0.27 CATEGORIES= www -MASTER_SITES= SF/group-office/3.7 +MASTER_SITES= SF/group-office/${DISTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Modular web application framework vor office RESTRICTED= Free for personal use only NO_BUILD= yes -USE_PHP= mysql session mbstring pcre xml +USE_PHP= mysqli session mbstring pcre xml WANT_PHP_WEB= yes USE_MYSQL= yes -WWWDIR?= ${PREFIX}/www/${PORTNAME}3 +WWWDIR?= ${PREFIX}/www/${PORTNAME}${DISTVERSION:R:R} SUB_FILES= pkg-message @@ -27,6 +27,10 @@ IMAP_DESC= IMAP support GD_DESC= Gallery support (GD) WBXML_DESC= Synchronization Support +post-patch: + ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${WRKSRC}/go/base/Config.php + .include .if ${PORT_OPTIONS:MIMAP} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Fri Oct 3 19:23:03 2014 (r369931) +++ head/www/groupoffice/distinfo Fri Oct 3 19:28:37 2014 (r369932) @@ -1,2 +1,2 @@ -SHA256 (groupoffice-com-3.7.24.tar.gz) = 052d1685717f500c664623246c59550c0a4c892b90890e2f384e2942061d0380 -SIZE (groupoffice-com-3.7.24.tar.gz) = 11946455 +SHA256 (groupoffice-com-6.0.27.tar.gz) = 34883a9eea23c2d099544b11b644186224f00e47e81531841a507451c00de263 +SIZE (groupoffice-com-6.0.27.tar.gz) = 31323327 Added: head/www/groupoffice/files/patch-config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/groupoffice/files/patch-config Fri Oct 3 19:28:37 2014 (r369932) @@ -0,0 +1,58 @@ +--- go/base/Config.php 2014-10-01 03:32:37.000000000 -0400 ++++ go/base/Config.php 2014-10-03 15:12:30.000000000 -0400 +@@ -727,5 +727,5 @@ + * @access public + */ +- var $cmd_zip = '/usr/bin/zip'; ++ var $cmd_zip = '%%LOCALBASE%%/bin/zip'; + + /** +@@ -734,5 +734,5 @@ + * @access public + */ +- var $cmd_unzip = '/usr/bin/unzip'; ++ var $cmd_unzip = '%%LOCALBASE%%/bin/unzip'; + + /** +@@ -741,5 +741,5 @@ + * @access public + */ +- var $cmd_tar = '/bin/tar'; ++ var $cmd_tar = '/usr/bin/tar'; + + /** +@@ -757,5 +757,5 @@ + * @access public + */ +- var $cmd_sudo = '/usr/bin/sudo'; ++ var $cmd_sudo = '%%LOCALBASE%%/bin/sudo'; + + /** +@@ -765,5 +765,5 @@ + * @access public + */ +- var $cmd_xml2wbxml = '/usr/bin/xml2wbxml'; ++ var $cmd_xml2wbxml = '%%LOCALBASE%%/bin/xml2wbxml'; + + /** +@@ -773,5 +773,5 @@ + * @access public + */ +- var $cmd_wbxml2xml = '/usr/bin/wbxml2xml'; ++ var $cmd_wbxml2xml = '%%LOCALBASE%%/bin/wbxml2xml'; + + /** +@@ -781,5 +781,5 @@ + * @access public + */ +- var $cmd_tnef = '/usr/bin/tnef'; ++ var $cmd_tnef = '%%LOCALBASE%%/bin/tnef'; + + /** +@@ -789,5 +789,5 @@ + * @access public + */ +- var $cmd_php = 'php'; ++ var $cmd_php = '%%LOCALBASE%%/bin/php'; + + Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Fri Oct 3 19:23:03 2014 (r369931) +++ head/www/groupoffice/pkg-plist Fri Oct 3 19:28:37 2014 (r369932) @@ -2,2600 +2,1620 @@ @group www %%WWWDIR%%/CHANGELOG.TXT %%WWWDIR%%/FAQ.TXT -%%WWWDIR%%/Group-Office.php -%%WWWDIR%%/HtmlEditorSpellCheck.php +%%WWWDIR%%/GO.php %%WWWDIR%%/INSTALL.TXT %%WWWDIR%%/LICENSE.AGPL %%WWWDIR%%/LICENSE.TXT %%WWWDIR%%/RELEASE.TXT -%%WWWDIR%%/about.php -%%WWWDIR%%/action.php -%%WWWDIR%%/change_lost_password.php -%%WWWDIR%%/classes/3th_party/3th_party.php -%%WWWDIR%%/classes/Date.class.inc.php -%%WWWDIR%%/classes/File.class.inc.php -%%WWWDIR%%/classes/Image.class.inc.php -%%WWWDIR%%/classes/Number.class.inc.php -%%WWWDIR%%/classes/String.class.inc.php -%%WWWDIR%%/classes/TagParser.class.inc.php -%%WWWDIR%%/classes/UUID.class.inc.php -%%WWWDIR%%/classes/XSSclean.class.inc.php -%%WWWDIR%%/classes/advanced_query.class.inc.php -%%WWWDIR%%/classes/base/.new.ldap.user -%%WWWDIR%%/classes/base/auth.class.inc.php -%%WWWDIR%%/classes/base/config.class.inc.php -%%WWWDIR%%/classes/base/events.class.inc.php -%%WWWDIR%%/classes/base/exceptions.class.inc.php -%%WWWDIR%%/classes/base/groups.class.inc.php -%%WWWDIR%%/classes/base/language.class.inc.php -%%WWWDIR%%/classes/base/ldap.class.inc.php -%%WWWDIR%%/classes/base/links.class.inc.php -%%WWWDIR%%/classes/base/modules.class.inc.php -%%WWWDIR%%/classes/base/quota.class.inc.php -%%WWWDIR%%/classes/base/reminder.class.inc.php -%%WWWDIR%%/classes/base/search.class.inc.php -%%WWWDIR%%/classes/base/security.class.inc.php -%%WWWDIR%%/classes/base/theme.class.inc.php -%%WWWDIR%%/classes/base/userlog.class.inc.php -%%WWWDIR%%/classes/base/users.class.inc.php -%%WWWDIR%%/classes/cache.class.inc.php -%%WWWDIR%%/classes/cryptastic.class.inc.php -%%WWWDIR%%/classes/database/base_db.class.inc.php -%%WWWDIR%%/classes/database/mysql.class.inc.php -%%WWWDIR%%/classes/database/mysqlold.class.inc.php -%%WWWDIR%%/classes/database/sql_export.class.inc.php -%%WWWDIR%%/classes/export/csv_export_query.class.inc.php -%%WWWDIR%%/classes/export/custom_export_query.class.inc.php -%%WWWDIR%%/classes/export/export_query.class.inc.php -%%WWWDIR%%/classes/export/html_export_query.class.inc.php -%%WWWDIR%%/classes/export/pdf_export_query.class.inc.php -%%WWWDIR%%/classes/filesystem.class.inc -%%WWWDIR%%/classes/go_template_parser.class.inc.php -%%WWWDIR%%/classes/highlighter.class.inc -%%WWWDIR%%/classes/holidays.class.inc.php -%%WWWDIR%%/classes/html/html_element.class.inc.php -%%WWWDIR%%/classes/html/input.class.inc.php -%%WWWDIR%%/classes/html/select.class.inc.php -%%WWWDIR%%/classes/html2text.class.inc -%%WWWDIR%%/classes/htmlparser.class.inc -%%WWWDIR%%/classes/ical2array.class.inc -%%WWWDIR%%/classes/mail/Go2Mime.class.inc.php -%%WWWDIR%%/classes/mail/GoSwift.class.inc.php -%%WWWDIR%%/classes/mail/RFC822.class.inc -%%WWWDIR%%/classes/mail/TemplateDecorator.class.inc.php -%%WWWDIR%%/classes/mail/imap.class.inc -%%WWWDIR%%/classes/mail/imap_base.class.inc.php -%%WWWDIR%%/classes/mail/mimeDecode.class.inc -%%WWWDIR%%/classes/mail/smtp_restrict.class.inc.php -%%WWWDIR%%/classes/mail/swift/CHANGES -%%WWWDIR%%/classes/mail/swift/LICENSE -%%WWWDIR%%/classes/mail/swift/README -%%WWWDIR%%/classes/mail/swift/VERSION -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Attachment.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ByteStream/ArrayByteStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ByteStream/FileByteStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader/UsAsciiReader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReader/Utf8Reader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReaderFactory.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/CharacterStream/NgCharacterStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/DependencyContainer.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/DependencyException.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/EmbeddedFile.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder/Base64Encoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder/QpEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoder/Rfc2231Encoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Encoding.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/CommandEvent.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/CommandListener.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/Event.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/EventDispatcher.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/EventListener.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/EventObject.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/ResponseEvent.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/ResponseListener.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/SendEvent.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/SendListener.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/SimpleEventDispatcher.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportChangeEvent.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportChangeListener.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportExceptionEvent.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Events/TransportExceptionListener.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/FailoverTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/FileStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Filterable.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Image.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/InputByteStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/IoException.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/ArrayKeyCache.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/DiskKeyCache.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/KeyCacheInputStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/NullKeyCache.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/LoadBalancedTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/MailTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mailer.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mailer/ArrayRecipientIterator.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mailer/RecipientIterator.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Message.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Attachment.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/CharsetObserver.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/EmbeddedFile.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/EncodingObserver.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Header.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderFactory.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/HeaderSet.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/AbstractHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/DateHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/IdentificationHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/PathHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/Message.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/MimeEntity.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/MimePart.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/ParameterizedHeader.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleHeaderFactory.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleHeaderSet.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleMessage.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Mime/SimpleMimeEntity.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/MimePart.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/OutputByteStream.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/AntiFloodPlugin.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Decorator/Replacements.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/DecoratorPlugin.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Logger.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/LoggerPlugin.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Loggers/EchoLogger.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Pop/Pop3Connection.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Pop/Pop3Exception.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Reporter.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/ReporterPlugin.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Reporters/HitReporter.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Sleeper.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/ThrottlerPlugin.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Plugins/Timer.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Preferences.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/ReplacementFilterFactory.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/RfcComplianceException.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/SendmailTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Smime/Message.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/SmtpTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilter.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilters/StringReplacementFilter.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/SwiftException.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/AbstractSmtpTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/AuthHandler.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/Esmtp/Authenticator.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/EsmtpHandler.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/EsmtpTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/FailoverTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/IoBuffer.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/LoadBalancedTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/MailInvoker.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/MailTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/SendmailTransport.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/SimpleMailInvoker.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/SmtpAgent.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/Transport/StreamBuffer.php -%%WWWDIR%%/classes/mail/swift/lib/classes/Swift/TransportException.php -%%WWWDIR%%/classes/mail/swift/lib/dependency_maps/cache_deps.php -%%WWWDIR%%/classes/mail/swift/lib/dependency_maps/mime_deps.php -%%WWWDIR%%/classes/mail/swift/lib/dependency_maps/transport_deps.php -%%WWWDIR%%/classes/mail/swift/lib/mime_types.php -%%WWWDIR%%/classes/mail/swift/lib/preferences.php -%%WWWDIR%%/classes/mail/swift/lib/swift_init.php -%%WWWDIR%%/classes/mail/swift/lib/swift_required.php -%%WWWDIR%%/classes/mail/swift/lib/swift_required_pear.php -%%WWWDIR%%/classes/pdfCustomTagHandler.class.inc.php -%%WWWDIR%%/classes/pear/Mail/mime.php -%%WWWDIR%%/classes/pear/Mail/mimePart.php -%%WWWDIR%%/classes/pear/Net/SMTP.php -%%WWWDIR%%/classes/pear/Net/Sieve.php -%%WWWDIR%%/classes/pear/Net/Socket.php -%%WWWDIR%%/classes/pear/PEAR.php -%%WWWDIR%%/classes/pear/PEAR5.php -%%WWWDIR%%/classes/rtf.class.inc.php -%%WWWDIR%%/classes/securimage/AHGBold.ttf -%%WWWDIR%%/classes/securimage/LICENSE.txt -%%WWWDIR%%/classes/securimage/README.FONT.txt -%%WWWDIR%%/classes/securimage/README.txt -%%WWWDIR%%/classes/securimage/audio/0.mp3 -%%WWWDIR%%/classes/securimage/audio/0.wav -%%WWWDIR%%/classes/securimage/audio/1.mp3 -%%WWWDIR%%/classes/securimage/audio/1.wav -%%WWWDIR%%/classes/securimage/audio/2.mp3 -%%WWWDIR%%/classes/securimage/audio/2.wav -%%WWWDIR%%/classes/securimage/audio/3.mp3 -%%WWWDIR%%/classes/securimage/audio/3.wav -%%WWWDIR%%/classes/securimage/audio/4.mp3 -%%WWWDIR%%/classes/securimage/audio/4.wav -%%WWWDIR%%/classes/securimage/audio/5.mp3 -%%WWWDIR%%/classes/securimage/audio/5.wav -%%WWWDIR%%/classes/securimage/audio/6.mp3 -%%WWWDIR%%/classes/securimage/audio/6.wav -%%WWWDIR%%/classes/securimage/audio/7.mp3 -%%WWWDIR%%/classes/securimage/audio/7.wav -%%WWWDIR%%/classes/securimage/audio/8.mp3 -%%WWWDIR%%/classes/securimage/audio/8.wav -%%WWWDIR%%/classes/securimage/audio/9.mp3 -%%WWWDIR%%/classes/securimage/audio/9.wav -%%WWWDIR%%/classes/securimage/audio/A.mp3 -%%WWWDIR%%/classes/securimage/audio/A.wav -%%WWWDIR%%/classes/securimage/audio/B.mp3 -%%WWWDIR%%/classes/securimage/audio/B.wav -%%WWWDIR%%/classes/securimage/audio/C.mp3 -%%WWWDIR%%/classes/securimage/audio/C.wav -%%WWWDIR%%/classes/securimage/audio/D.mp3 -%%WWWDIR%%/classes/securimage/audio/D.wav -%%WWWDIR%%/classes/securimage/audio/E.mp3 -%%WWWDIR%%/classes/securimage/audio/E.wav -%%WWWDIR%%/classes/securimage/audio/F.mp3 -%%WWWDIR%%/classes/securimage/audio/F.wav -%%WWWDIR%%/classes/securimage/audio/G.mp3 -%%WWWDIR%%/classes/securimage/audio/G.wav -%%WWWDIR%%/classes/securimage/audio/H.mp3 -%%WWWDIR%%/classes/securimage/audio/H.wav -%%WWWDIR%%/classes/securimage/audio/I.mp3 -%%WWWDIR%%/classes/securimage/audio/I.wav -%%WWWDIR%%/classes/securimage/audio/J.mp3 -%%WWWDIR%%/classes/securimage/audio/J.wav -%%WWWDIR%%/classes/securimage/audio/K.mp3 -%%WWWDIR%%/classes/securimage/audio/K.wav -%%WWWDIR%%/classes/securimage/audio/L.mp3 -%%WWWDIR%%/classes/securimage/audio/L.wav -%%WWWDIR%%/classes/securimage/audio/M.mp3 -%%WWWDIR%%/classes/securimage/audio/M.wav -%%WWWDIR%%/classes/securimage/audio/N.mp3 -%%WWWDIR%%/classes/securimage/audio/N.wav -%%WWWDIR%%/classes/securimage/audio/O.mp3 -%%WWWDIR%%/classes/securimage/audio/O.wav -%%WWWDIR%%/classes/securimage/audio/P.mp3 -%%WWWDIR%%/classes/securimage/audio/P.wav -%%WWWDIR%%/classes/securimage/audio/Q.mp3 -%%WWWDIR%%/classes/securimage/audio/Q.wav -%%WWWDIR%%/classes/securimage/audio/R.mp3 -%%WWWDIR%%/classes/securimage/audio/R.wav -%%WWWDIR%%/classes/securimage/audio/S.mp3 -%%WWWDIR%%/classes/securimage/audio/S.wav -%%WWWDIR%%/classes/securimage/audio/T.mp3 -%%WWWDIR%%/classes/securimage/audio/T.wav -%%WWWDIR%%/classes/securimage/audio/U.mp3 -%%WWWDIR%%/classes/securimage/audio/U.wav -%%WWWDIR%%/classes/securimage/audio/V.mp3 -%%WWWDIR%%/classes/securimage/audio/V.wav -%%WWWDIR%%/classes/securimage/audio/W.mp3 -%%WWWDIR%%/classes/securimage/audio/W.wav -%%WWWDIR%%/classes/securimage/audio/X.mp3 -%%WWWDIR%%/classes/securimage/audio/X.wav -%%WWWDIR%%/classes/securimage/audio/Y.mp3 -%%WWWDIR%%/classes/securimage/audio/Y.wav -%%WWWDIR%%/classes/securimage/audio/Z.mp3 -%%WWWDIR%%/classes/securimage/audio/Z.wav -%%WWWDIR%%/classes/securimage/backgrounds/bg3.jpg -%%WWWDIR%%/classes/securimage/backgrounds/bg4.jpg -%%WWWDIR%%/classes/securimage/backgrounds/bg5.jpg -%%WWWDIR%%/classes/securimage/backgrounds/bg6.png -%%WWWDIR%%/classes/securimage/database/.htaccess -%%WWWDIR%%/classes/securimage/database/index.html -%%WWWDIR%%/classes/securimage/database/securimage.sqlite -%%WWWDIR%%/classes/securimage/example_form.php -%%WWWDIR%%/classes/securimage/gdfonts/automatic.gdf -%%WWWDIR%%/classes/securimage/images/audio_icon.gif -%%WWWDIR%%/classes/securimage/images/refresh.gif -%%WWWDIR%%/classes/securimage/securimage.php -%%WWWDIR%%/classes/securimage/securimage_play.php -%%WWWDIR%%/classes/securimage/securimage_play.swf -%%WWWDIR%%/classes/securimage/securimage_show.php -%%WWWDIR%%/classes/securimage/securimage_show_example.php -%%WWWDIR%%/classes/securimage/securimage_show_example2.php -%%WWWDIR%%/classes/securimage/words/words.txt -%%WWWDIR%%/classes/smarty/Config_File.class.php -%%WWWDIR%%/classes/smarty/Smarty.class.php -%%WWWDIR%%/classes/smarty/Smarty_Compiler.class.php -%%WWWDIR%%/classes/smarty/debug.tpl -%%WWWDIR%%/classes/smarty/internals/core.assemble_plugin_filepath.php -%%WWWDIR%%/classes/smarty/internals/core.assign_smarty_interface.php -%%WWWDIR%%/classes/smarty/internals/core.create_dir_structure.php -%%WWWDIR%%/classes/smarty/internals/core.display_debug_console.php -%%WWWDIR%%/classes/smarty/internals/core.get_include_path.php -%%WWWDIR%%/classes/smarty/internals/core.get_microtime.php -%%WWWDIR%%/classes/smarty/internals/core.get_php_resource.php -%%WWWDIR%%/classes/smarty/internals/core.is_secure.php -%%WWWDIR%%/classes/smarty/internals/core.is_trusted.php -%%WWWDIR%%/classes/smarty/internals/core.load_plugins.php -%%WWWDIR%%/classes/smarty/internals/core.load_resource_plugin.php -%%WWWDIR%%/classes/smarty/internals/core.process_cached_inserts.php -%%WWWDIR%%/classes/smarty/internals/core.process_compiled_include.php -%%WWWDIR%%/classes/smarty/internals/core.read_cache_file.php -%%WWWDIR%%/classes/smarty/internals/core.rm_auto.php -%%WWWDIR%%/classes/smarty/internals/core.rmdir.php -%%WWWDIR%%/classes/smarty/internals/core.run_insert_handler.php -%%WWWDIR%%/classes/smarty/internals/core.smarty_include_php.php -%%WWWDIR%%/classes/smarty/internals/core.write_cache_file.php -%%WWWDIR%%/classes/smarty/internals/core.write_compiled_include.php -%%WWWDIR%%/classes/smarty/internals/core.write_compiled_resource.php -%%WWWDIR%%/classes/smarty/internals/core.write_file.php -%%WWWDIR%%/classes/smarty/plugins/block.textformat.php -%%WWWDIR%%/classes/smarty/plugins/compiler.assign.php -%%WWWDIR%%/classes/smarty/plugins/function.assign_debug_info.php -%%WWWDIR%%/classes/smarty/plugins/function.config_load.php -%%WWWDIR%%/classes/smarty/plugins/function.counter.php -%%WWWDIR%%/classes/smarty/plugins/function.cycle.php -%%WWWDIR%%/classes/smarty/plugins/function.debug.php -%%WWWDIR%%/classes/smarty/plugins/function.eval.php -%%WWWDIR%%/classes/smarty/plugins/function.fetch.php -%%WWWDIR%%/classes/smarty/plugins/function.html_checkboxes.php -%%WWWDIR%%/classes/smarty/plugins/function.html_image.php -%%WWWDIR%%/classes/smarty/plugins/function.html_options.php -%%WWWDIR%%/classes/smarty/plugins/function.html_radios.php -%%WWWDIR%%/classes/smarty/plugins/function.html_select_date.php -%%WWWDIR%%/classes/smarty/plugins/function.html_select_time.php -%%WWWDIR%%/classes/smarty/plugins/function.html_table.php -%%WWWDIR%%/classes/smarty/plugins/function.mailto.php -%%WWWDIR%%/classes/smarty/plugins/function.math.php -%%WWWDIR%%/classes/smarty/plugins/function.popup.php -%%WWWDIR%%/classes/smarty/plugins/function.popup_init.php -%%WWWDIR%%/classes/smarty/plugins/modifier.capitalize.php -%%WWWDIR%%/classes/smarty/plugins/modifier.cat.php -%%WWWDIR%%/classes/smarty/plugins/modifier.count_characters.php -%%WWWDIR%%/classes/smarty/plugins/modifier.count_paragraphs.php -%%WWWDIR%%/classes/smarty/plugins/modifier.count_sentences.php -%%WWWDIR%%/classes/smarty/plugins/modifier.count_words.php -%%WWWDIR%%/classes/smarty/plugins/modifier.date_format.php -%%WWWDIR%%/classes/smarty/plugins/modifier.debug_print_var.php -%%WWWDIR%%/classes/smarty/plugins/modifier.default.php -%%WWWDIR%%/classes/smarty/plugins/modifier.escape.php -%%WWWDIR%%/classes/smarty/plugins/modifier.indent.php -%%WWWDIR%%/classes/smarty/plugins/modifier.lower.php -%%WWWDIR%%/classes/smarty/plugins/modifier.nl2br.php -%%WWWDIR%%/classes/smarty/plugins/modifier.regex_replace.php -%%WWWDIR%%/classes/smarty/plugins/modifier.replace.php -%%WWWDIR%%/classes/smarty/plugins/modifier.spacify.php -%%WWWDIR%%/classes/smarty/plugins/modifier.string_format.php -%%WWWDIR%%/classes/smarty/plugins/modifier.strip.php -%%WWWDIR%%/classes/smarty/plugins/modifier.strip_tags.php -%%WWWDIR%%/classes/smarty/plugins/modifier.truncate.php -%%WWWDIR%%/classes/smarty/plugins/modifier.upper.php -%%WWWDIR%%/classes/smarty/plugins/modifier.wordwrap.php -%%WWWDIR%%/classes/smarty/plugins/outputfilter.trimwhitespace.php -%%WWWDIR%%/classes/smarty/plugins/shared.escape_special_chars.php -%%WWWDIR%%/classes/smarty/plugins/shared.make_timestamp.php -%%WWWDIR%%/classes/tcpdf/2dbarcodes.php -%%WWWDIR%%/classes/tcpdf/CHANGELOG.TXT -%%WWWDIR%%/classes/tcpdf/LICENSE.TXT -%%WWWDIR%%/classes/tcpdf/README.TXT -%%WWWDIR%%/classes/tcpdf/barcodes.php -%%WWWDIR%%/classes/tcpdf/config/lang/afr.php -%%WWWDIR%%/classes/tcpdf/config/lang/ara.php -%%WWWDIR%%/classes/tcpdf/config/lang/aze.php -%%WWWDIR%%/classes/tcpdf/config/lang/bel.php -%%WWWDIR%%/classes/tcpdf/config/lang/bra.php -%%WWWDIR%%/classes/tcpdf/config/lang/cat.php -%%WWWDIR%%/classes/tcpdf/config/lang/ces.php -%%WWWDIR%%/classes/tcpdf/config/lang/chi.php -%%WWWDIR%%/classes/tcpdf/config/lang/cym.php -%%WWWDIR%%/classes/tcpdf/config/lang/dan.php -%%WWWDIR%%/classes/tcpdf/config/lang/eng.php -%%WWWDIR%%/classes/tcpdf/config/lang/est.php -%%WWWDIR%%/classes/tcpdf/config/lang/eus.php -%%WWWDIR%%/classes/tcpdf/config/lang/fra.php -%%WWWDIR%%/classes/tcpdf/config/lang/ger.php -%%WWWDIR%%/classes/tcpdf/config/lang/gle.php -%%WWWDIR%%/classes/tcpdf/config/lang/glg.php -%%WWWDIR%%/classes/tcpdf/config/lang/hat.php -%%WWWDIR%%/classes/tcpdf/config/lang/heb.php -%%WWWDIR%%/classes/tcpdf/config/lang/hrv.php -%%WWWDIR%%/classes/tcpdf/config/lang/hun.php -%%WWWDIR%%/classes/tcpdf/config/lang/hye.php -%%WWWDIR%%/classes/tcpdf/config/lang/ind.php -%%WWWDIR%%/classes/tcpdf/config/lang/ita.php -%%WWWDIR%%/classes/tcpdf/config/lang/kat.php -%%WWWDIR%%/classes/tcpdf/config/lang/kor.php -%%WWWDIR%%/classes/tcpdf/config/lang/mkd.php -%%WWWDIR%%/classes/tcpdf/config/lang/mlt.php -%%WWWDIR%%/classes/tcpdf/config/lang/msa.php -%%WWWDIR%%/classes/tcpdf/config/lang/nld.php -%%WWWDIR%%/classes/tcpdf/config/lang/nob.php -%%WWWDIR%%/classes/tcpdf/config/lang/pol.php -%%WWWDIR%%/classes/tcpdf/config/lang/por.php -%%WWWDIR%%/classes/tcpdf/config/lang/ron.php -%%WWWDIR%%/classes/tcpdf/config/lang/rus.php -%%WWWDIR%%/classes/tcpdf/config/lang/slv.php -%%WWWDIR%%/classes/tcpdf/config/lang/spa.php -%%WWWDIR%%/classes/tcpdf/config/lang/sqi.php -%%WWWDIR%%/classes/tcpdf/config/lang/srp.php -%%WWWDIR%%/classes/tcpdf/config/lang/swa.php -%%WWWDIR%%/classes/tcpdf/config/lang/swe.php -%%WWWDIR%%/classes/tcpdf/config/lang/urd.php -%%WWWDIR%%/classes/tcpdf/config/lang/yid.php -%%WWWDIR%%/classes/tcpdf/config/lang/zho.php -%%WWWDIR%%/classes/tcpdf/config/tcpdf_config.php -%%WWWDIR%%/classes/tcpdf/config/tcpdf_config_alt.php -%%WWWDIR%%/classes/tcpdf/fonts/dejavusans.ctg.z -%%WWWDIR%%/classes/tcpdf/fonts/dejavusans.php -%%WWWDIR%%/classes/tcpdf/fonts/dejavusans.z -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansb.ctg.z -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansb.php -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansb.z -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansbi.ctg.z -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansbi.php -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansbi.z -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansi.ctg.z -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansi.php -%%WWWDIR%%/classes/tcpdf/fonts/dejavusansi.z -%%WWWDIR%%/classes/tcpdf/fonts/helvetica.php -%%WWWDIR%%/classes/tcpdf/fonts/helveticab.php -%%WWWDIR%%/classes/tcpdf/fonts/helveticabi.php -%%WWWDIR%%/classes/tcpdf/fonts/helveticai.php -%%WWWDIR%%/classes/tcpdf/htmlcolors.php -%%WWWDIR%%/classes/tcpdf/pdf417.php -%%WWWDIR%%/classes/tcpdf/qrcode.php -%%WWWDIR%%/classes/tcpdf/spotcolors.php -%%WWWDIR%%/classes/tcpdf/tcpdf.crt -%%WWWDIR%%/classes/tcpdf/tcpdf.fdf -%%WWWDIR%%/classes/tcpdf/tcpdf.p12 -%%WWWDIR%%/classes/tcpdf/tcpdf.php -%%WWWDIR%%/classes/tcpdf/unicode_data.php -%%WWWDIR%%/classes/xml/GOXML.class.inc.php -%%WWWDIR%%/classes/xml/wbxml.class.inc.php -%%WWWDIR%%/cli-functions.inc.php -%%WWWDIR%%/compress.php +%%WWWDIR%%/composer.json +%%WWWDIR%%/composer.lock %%WWWDIR%%/config.php -%%WWWDIR%%/controls/download_temp_file.php -%%WWWDIR%%/controls/phpthumb/docs/phpthumb.changelog.txt -%%WWWDIR%%/controls/phpthumb/docs/phpthumb.faq.txt -%%WWWDIR%%/controls/phpthumb/docs/phpthumb.license.commercial.txt -%%WWWDIR%%/controls/phpthumb/docs/phpthumb.license.txt -%%WWWDIR%%/controls/phpthumb/docs/phpthumb.readme.txt -%%WWWDIR%%/controls/phpthumb/fonts/readme.txt -%%WWWDIR%%/controls/phpthumb/images/readme.txt -%%WWWDIR%%/controls/phpthumb/index.php -%%WWWDIR%%/controls/phpthumb/phpThumb.config.php -%%WWWDIR%%/controls/phpthumb/phpThumb.php -%%WWWDIR%%/controls/phpthumb/phpthumb.bmp.php -%%WWWDIR%%/controls/phpthumb/phpthumb.class.php -%%WWWDIR%%/controls/phpthumb/phpthumb.filters.php -%%WWWDIR%%/controls/phpthumb/phpthumb.functions.php -%%WWWDIR%%/controls/phpthumb/phpthumb.gif.php -%%WWWDIR%%/controls/phpthumb/phpthumb.ico.php -%%WWWDIR%%/controls/phpthumb/phpthumb.unsharp.php -%%WWWDIR%%/controls/thumb.php -%%WWWDIR%%/controls/win32/libwbxml/LICENSE.GPL -%%WWWDIR%%/controls/win32/libwbxml/libexpat.dll -%%WWWDIR%%/controls/win32/libwbxml/libwbxml2.dll -%%WWWDIR%%/controls/win32/libwbxml/wbxml2xml.exe -%%WWWDIR%%/controls/win32/libwbxml/xml2wbxml.exe -%%WWWDIR%%/controls/win32/unzip.exe -%%WWWDIR%%/controls/win32/zip.exe -%%WWWDIR%%/controls/wjhk.jupload.jar -%%WWWDIR%%/cron.php -%%WWWDIR%%/default_scripts.inc.php -%%WWWDIR%%/dialog.php -%%WWWDIR%%/export_query.php -%%WWWDIR%%/ext/INCLUDE_ORDER.txt -%%WWWDIR%%/ext/adapter/ext/ext-base-debug.js -%%WWWDIR%%/ext/adapter/ext/ext-base.js -%%WWWDIR%%/ext/adapter/jquery/ext-jquery-adapter-debug.js -%%WWWDIR%%/ext/adapter/jquery/ext-jquery-adapter.js -%%WWWDIR%%/ext/adapter/prototype/ext-prototype-adapter-debug.js -%%WWWDIR%%/ext/adapter/prototype/ext-prototype-adapter.js -%%WWWDIR%%/ext/adapter/yui/ext-yui-adapter-debug.js -%%WWWDIR%%/ext/adapter/yui/ext-yui-adapter.js -%%WWWDIR%%/ext/ext-all-debug-w-comments.js -%%WWWDIR%%/ext/ext-all-debug.js -%%WWWDIR%%/ext/ext-all.js -%%WWWDIR%%/ext/ext.jsb2 -%%WWWDIR%%/ext/gpl-3.0.txt -%%WWWDIR%%/ext/index.html -%%WWWDIR%%/ext/license.txt -%%WWWDIR%%/ext/release-notes.html -%%WWWDIR%%/ext/resources/charts.swf -%%WWWDIR%%/ext/resources/css/README.txt -%%WWWDIR%%/ext/resources/css/debug.css -%%WWWDIR%%/ext/resources/css/ext-all-notheme.css -%%WWWDIR%%/ext/resources/css/ext-all.css -%%WWWDIR%%/ext/resources/css/reset-min.css -%%WWWDIR%%/ext/resources/css/structure/borders.css -%%WWWDIR%%/ext/resources/css/structure/box.css -%%WWWDIR%%/ext/resources/css/structure/button.css -%%WWWDIR%%/ext/resources/css/structure/combo.css -%%WWWDIR%%/ext/resources/css/structure/core.css -%%WWWDIR%%/ext/resources/css/structure/date-picker.css -%%WWWDIR%%/ext/resources/css/structure/dd.css -%%WWWDIR%%/ext/resources/css/structure/debug.css -%%WWWDIR%%/ext/resources/css/structure/dialog.css -%%WWWDIR%%/ext/resources/css/structure/editor.css -%%WWWDIR%%/ext/resources/css/structure/form.css -%%WWWDIR%%/ext/resources/css/structure/grid.css -%%WWWDIR%%/ext/resources/css/structure/layout.css -%%WWWDIR%%/ext/resources/css/structure/list-view.css -%%WWWDIR%%/ext/resources/css/structure/menu.css -%%WWWDIR%%/ext/resources/css/structure/panel-reset.css -%%WWWDIR%%/ext/resources/css/structure/panel.css -%%WWWDIR%%/ext/resources/css/structure/pivotgrid.css -%%WWWDIR%%/ext/resources/css/structure/progress.css -%%WWWDIR%%/ext/resources/css/structure/qtips.css -%%WWWDIR%%/ext/resources/css/structure/reset.css -%%WWWDIR%%/ext/resources/css/structure/resizable.css -%%WWWDIR%%/ext/resources/css/structure/slider.css -%%WWWDIR%%/ext/resources/css/structure/tabs.css -%%WWWDIR%%/ext/resources/css/structure/toolbar.css -%%WWWDIR%%/ext/resources/css/structure/tree.css -%%WWWDIR%%/ext/resources/css/structure/window.css -%%WWWDIR%%/ext/resources/css/theme-access/borders.css -%%WWWDIR%%/ext/resources/css/theme-access/box.css -%%WWWDIR%%/ext/resources/css/theme-access/button.css -%%WWWDIR%%/ext/resources/css/theme-access/combo.css -%%WWWDIR%%/ext/resources/css/theme-access/core.css -%%WWWDIR%%/ext/resources/css/theme-access/date-picker.css -%%WWWDIR%%/ext/resources/css/theme-access/dd.css -%%WWWDIR%%/ext/resources/css/theme-access/debug.css -%%WWWDIR%%/ext/resources/css/theme-access/dialog.css -%%WWWDIR%%/ext/resources/css/theme-access/editor.css -%%WWWDIR%%/ext/resources/css/theme-access/form.css -%%WWWDIR%%/ext/resources/css/theme-access/grid.css -%%WWWDIR%%/ext/resources/css/theme-access/layout.css -%%WWWDIR%%/ext/resources/css/theme-access/list-view.css -%%WWWDIR%%/ext/resources/css/theme-access/menu.css -%%WWWDIR%%/ext/resources/css/theme-access/panel.css -%%WWWDIR%%/ext/resources/css/theme-access/progress.css -%%WWWDIR%%/ext/resources/css/theme-access/qtips.css -%%WWWDIR%%/ext/resources/css/theme-access/resizable.css -%%WWWDIR%%/ext/resources/css/theme-access/slider.css -%%WWWDIR%%/ext/resources/css/theme-access/tabs.css -%%WWWDIR%%/ext/resources/css/theme-access/toolbar.css -%%WWWDIR%%/ext/resources/css/theme-access/tree.css -%%WWWDIR%%/ext/resources/css/theme-access/window.css -%%WWWDIR%%/ext/resources/css/theme-gray/borders.css -%%WWWDIR%%/ext/resources/css/theme-gray/box.css -%%WWWDIR%%/ext/resources/css/theme-gray/button.css -%%WWWDIR%%/ext/resources/css/theme-gray/combo.css -%%WWWDIR%%/ext/resources/css/theme-gray/core.css -%%WWWDIR%%/ext/resources/css/theme-gray/date-picker.css -%%WWWDIR%%/ext/resources/css/theme-gray/dd.css -%%WWWDIR%%/ext/resources/css/theme-gray/debug.css -%%WWWDIR%%/ext/resources/css/theme-gray/dialog.css -%%WWWDIR%%/ext/resources/css/theme-gray/editor.css -%%WWWDIR%%/ext/resources/css/theme-gray/form.css -%%WWWDIR%%/ext/resources/css/theme-gray/grid.css -%%WWWDIR%%/ext/resources/css/theme-gray/layout.css -%%WWWDIR%%/ext/resources/css/theme-gray/list-view.css -%%WWWDIR%%/ext/resources/css/theme-gray/menu.css -%%WWWDIR%%/ext/resources/css/theme-gray/panel.css -%%WWWDIR%%/ext/resources/css/theme-gray/pivotgrid.css -%%WWWDIR%%/ext/resources/css/theme-gray/progress.css -%%WWWDIR%%/ext/resources/css/theme-gray/qtips.css -%%WWWDIR%%/ext/resources/css/theme-gray/resizable.css -%%WWWDIR%%/ext/resources/css/theme-gray/slider.css -%%WWWDIR%%/ext/resources/css/theme-gray/tabs.css -%%WWWDIR%%/ext/resources/css/theme-gray/toolbar.css -%%WWWDIR%%/ext/resources/css/theme-gray/tree.css -%%WWWDIR%%/ext/resources/css/theme-gray/window.css -%%WWWDIR%%/ext/resources/css/visual/borders.css -%%WWWDIR%%/ext/resources/css/visual/box.css -%%WWWDIR%%/ext/resources/css/visual/button.css -%%WWWDIR%%/ext/resources/css/visual/combo.css -%%WWWDIR%%/ext/resources/css/visual/core.css -%%WWWDIR%%/ext/resources/css/visual/date-picker.css -%%WWWDIR%%/ext/resources/css/visual/dd.css -%%WWWDIR%%/ext/resources/css/visual/debug.css -%%WWWDIR%%/ext/resources/css/visual/dialog.css -%%WWWDIR%%/ext/resources/css/visual/editor.css -%%WWWDIR%%/ext/resources/css/visual/form.css -%%WWWDIR%%/ext/resources/css/visual/grid.css -%%WWWDIR%%/ext/resources/css/visual/layout.css -%%WWWDIR%%/ext/resources/css/visual/list-view.css -%%WWWDIR%%/ext/resources/css/visual/menu.css -%%WWWDIR%%/ext/resources/css/visual/panel.css -%%WWWDIR%%/ext/resources/css/visual/pivotgrid.css -%%WWWDIR%%/ext/resources/css/visual/progress.css -%%WWWDIR%%/ext/resources/css/visual/qtips.css -%%WWWDIR%%/ext/resources/css/visual/resizable.css -%%WWWDIR%%/ext/resources/css/visual/slider.css -%%WWWDIR%%/ext/resources/css/visual/tabs.css -%%WWWDIR%%/ext/resources/css/visual/toolbar.css -%%WWWDIR%%/ext/resources/css/visual/tree.css -%%WWWDIR%%/ext/resources/css/visual/window.css -%%WWWDIR%%/ext/resources/css/xtheme-access.css -%%WWWDIR%%/ext/resources/css/xtheme-blue.css -%%WWWDIR%%/ext/resources/css/xtheme-gray.css -%%WWWDIR%%/ext/resources/css/yourtheme.css -%%WWWDIR%%/ext/resources/expressinstall.swf -%%WWWDIR%%/ext/resources/images/access/box/corners-blue.gif -%%WWWDIR%%/ext/resources/images/access/box/corners.gif -%%WWWDIR%%/ext/resources/images/access/box/l-blue.gif -%%WWWDIR%%/ext/resources/images/access/box/l.gif -%%WWWDIR%%/ext/resources/images/access/box/r-blue.gif -%%WWWDIR%%/ext/resources/images/access/box/r.gif -%%WWWDIR%%/ext/resources/images/access/box/tb-blue.gif -%%WWWDIR%%/ext/resources/images/access/box/tb.gif -%%WWWDIR%%/ext/resources/images/access/button/arrow.gif -%%WWWDIR%%/ext/resources/images/access/button/btn.gif -%%WWWDIR%%/ext/resources/images/access/button/group-cs.gif -%%WWWDIR%%/ext/resources/images/access/button/group-lr.gif -%%WWWDIR%%/ext/resources/images/access/button/group-tb.gif -%%WWWDIR%%/ext/resources/images/access/button/s-arrow-b-noline.gif -%%WWWDIR%%/ext/resources/images/access/button/s-arrow-b.gif -%%WWWDIR%%/ext/resources/images/access/button/s-arrow-bo.gif -%%WWWDIR%%/ext/resources/images/access/button/s-arrow-noline.gif -%%WWWDIR%%/ext/resources/images/access/button/s-arrow-o.gif -%%WWWDIR%%/ext/resources/images/access/button/s-arrow.gif -%%WWWDIR%%/ext/resources/images/access/editor/tb-sprite.gif -%%WWWDIR%%/ext/resources/images/access/form/checkbox.gif -%%WWWDIR%%/ext/resources/images/access/form/clear-trigger.gif -%%WWWDIR%%/ext/resources/images/access/form/clear-trigger.psd -%%WWWDIR%%/ext/resources/images/access/form/date-trigger.gif -%%WWWDIR%%/ext/resources/images/access/form/date-trigger.psd -%%WWWDIR%%/ext/resources/images/access/form/error-tip-corners.gif -%%WWWDIR%%/ext/resources/images/access/form/exclamation.gif -%%WWWDIR%%/ext/resources/images/access/form/radio.gif -%%WWWDIR%%/ext/resources/images/access/form/search-trigger.gif -%%WWWDIR%%/ext/resources/images/access/form/search-trigger.psd -%%WWWDIR%%/ext/resources/images/access/form/text-bg.gif -%%WWWDIR%%/ext/resources/images/access/form/trigger-tpl.gif -%%WWWDIR%%/ext/resources/images/access/form/trigger.gif -%%WWWDIR%%/ext/resources/images/access/form/trigger.psd -%%WWWDIR%%/ext/resources/images/access/grid/arrow-left-white.gif -%%WWWDIR%%/ext/resources/images/access/grid/arrow-right-white.gif -%%WWWDIR%%/ext/resources/images/access/grid/col-move-bottom.gif -%%WWWDIR%%/ext/resources/images/access/grid/col-move-top.gif -%%WWWDIR%%/ext/resources/images/access/grid/columns.gif -%%WWWDIR%%/ext/resources/images/access/grid/dirty.gif -%%WWWDIR%%/ext/resources/images/access/grid/done.gif -%%WWWDIR%%/ext/resources/images/access/grid/drop-no.gif -%%WWWDIR%%/ext/resources/images/access/grid/drop-yes.gif -%%WWWDIR%%/ext/resources/images/access/grid/footer-bg.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid-blue-hd.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid-blue-split.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid-hrow.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid-loading.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid-split.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid-vista-hd.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid3-hd-btn.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid3-hrow-over.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid3-hrow.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid3-special-col-bg.gif -%%WWWDIR%%/ext/resources/images/access/grid/grid3-special-col-sel-bg.gif -%%WWWDIR%%/ext/resources/images/access/grid/group-by.gif -%%WWWDIR%%/ext/resources/images/access/grid/group-collapse.gif -%%WWWDIR%%/ext/resources/images/access/grid/group-expand-sprite.gif -%%WWWDIR%%/ext/resources/images/access/grid/group-expand.gif -%%WWWDIR%%/ext/resources/images/access/grid/hd-pop.gif -%%WWWDIR%%/ext/resources/images/access/grid/hmenu-asc.gif -%%WWWDIR%%/ext/resources/images/access/grid/hmenu-desc.gif -%%WWWDIR%%/ext/resources/images/access/grid/hmenu-lock.gif -%%WWWDIR%%/ext/resources/images/access/grid/hmenu-lock.png -%%WWWDIR%%/ext/resources/images/access/grid/hmenu-unlock.gif -%%WWWDIR%%/ext/resources/images/access/grid/hmenu-unlock.png -%%WWWDIR%%/ext/resources/images/access/grid/invalid_line.gif -%%WWWDIR%%/ext/resources/images/access/grid/loading.gif -%%WWWDIR%%/ext/resources/images/access/grid/mso-hd.gif -%%WWWDIR%%/ext/resources/images/access/grid/nowait.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-first-disabled.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-first.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-last-disabled.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-last.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-next-disabled.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-next.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-prev-disabled.gif -%%WWWDIR%%/ext/resources/images/access/grid/page-prev.gif -%%WWWDIR%%/ext/resources/images/access/grid/pick-button.gif -%%WWWDIR%%/ext/resources/images/access/grid/refresh.gif -%%WWWDIR%%/ext/resources/images/access/grid/row-check-sprite.gif -%%WWWDIR%%/ext/resources/images/access/grid/row-expand-sprite.gif -%%WWWDIR%%/ext/resources/images/access/grid/row-over.gif -%%WWWDIR%%/ext/resources/images/access/grid/row-sel.gif -%%WWWDIR%%/ext/resources/images/access/grid/sort-hd.gif -%%WWWDIR%%/ext/resources/images/access/grid/sort_asc.gif -%%WWWDIR%%/ext/resources/images/access/grid/sort_desc.gif -%%WWWDIR%%/ext/resources/images/access/grid/wait.gif -%%WWWDIR%%/ext/resources/images/access/menu/checked.gif -%%WWWDIR%%/ext/resources/images/access/menu/group-checked.gif -%%WWWDIR%%/ext/resources/images/access/menu/item-over.gif -%%WWWDIR%%/ext/resources/images/access/menu/menu-parent.gif -%%WWWDIR%%/ext/resources/images/access/menu/menu.gif -%%WWWDIR%%/ext/resources/images/access/menu/unchecked.gif -%%WWWDIR%%/ext/resources/images/access/panel/corners-sprite.gif -%%WWWDIR%%/ext/resources/images/access/panel/left-right.gif -%%WWWDIR%%/ext/resources/images/access/panel/light-hd.gif -%%WWWDIR%%/ext/resources/images/access/panel/tool-sprite-tpl.gif -%%WWWDIR%%/ext/resources/images/access/panel/tool-sprites.gif -%%WWWDIR%%/ext/resources/images/access/panel/tools-sprites-trans.gif -%%WWWDIR%%/ext/resources/images/access/panel/top-bottom.gif -%%WWWDIR%%/ext/resources/images/access/panel/white-corners-sprite.gif -%%WWWDIR%%/ext/resources/images/access/panel/white-left-right.gif -%%WWWDIR%%/ext/resources/images/access/panel/white-top-bottom.gif -%%WWWDIR%%/ext/resources/images/access/progress/progress-bg.gif -%%WWWDIR%%/ext/resources/images/access/qtip/close.gif -%%WWWDIR%%/ext/resources/images/access/qtip/tip-anchor-sprite.gif -%%WWWDIR%%/ext/resources/images/access/qtip/tip-sprite.gif -%%WWWDIR%%/ext/resources/images/access/shared/glass-bg.gif -%%WWWDIR%%/ext/resources/images/access/shared/hd-sprite.gif -%%WWWDIR%%/ext/resources/images/access/shared/left-btn.gif -%%WWWDIR%%/ext/resources/images/access/shared/right-btn.gif -%%WWWDIR%%/ext/resources/images/access/sizer/e-handle-dark.gif -%%WWWDIR%%/ext/resources/images/access/sizer/e-handle.gif -%%WWWDIR%%/ext/resources/images/access/sizer/ne-handle-dark.gif -%%WWWDIR%%/ext/resources/images/access/sizer/ne-handle.gif -%%WWWDIR%%/ext/resources/images/access/sizer/nw-handle-dark.gif -%%WWWDIR%%/ext/resources/images/access/sizer/nw-handle.gif -%%WWWDIR%%/ext/resources/images/access/sizer/s-handle-dark.gif -%%WWWDIR%%/ext/resources/images/access/sizer/s-handle.gif -%%WWWDIR%%/ext/resources/images/access/sizer/se-handle-dark.gif -%%WWWDIR%%/ext/resources/images/access/sizer/se-handle.gif -%%WWWDIR%%/ext/resources/images/access/sizer/square.gif -%%WWWDIR%%/ext/resources/images/access/sizer/sw-handle-dark.gif -%%WWWDIR%%/ext/resources/images/access/sizer/sw-handle.gif -%%WWWDIR%%/ext/resources/images/access/slider/slider-bg.png -%%WWWDIR%%/ext/resources/images/access/slider/slider-thumb.png -%%WWWDIR%%/ext/resources/images/access/slider/slider-v-bg.png -%%WWWDIR%%/ext/resources/images/access/slider/slider-v-thumb.png -%%WWWDIR%%/ext/resources/images/access/tabs/scroll-left.gif -%%WWWDIR%%/ext/resources/images/access/tabs/scroll-right.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-inactive-left-bg.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-inactive-right-bg.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-left-bg.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tab-btm-right-bg.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tab-close.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tab-strip-bg.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tab-strip-btm-bg.gif -%%WWWDIR%%/ext/resources/images/access/tabs/tabs-sprite.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/bg.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/btn-arrow-light.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/btn-arrow.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/btn-over-bg.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/gray-bg.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/more.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/s-arrow-bo.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/tb-btn-sprite.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/tb-xl-btn-sprite.gif -%%WWWDIR%%/ext/resources/images/access/toolbar/tb-xl-sep.gif -%%WWWDIR%%/ext/resources/images/access/tree/arrows.gif -%%WWWDIR%%/ext/resources/images/access/tree/drop-add.gif -%%WWWDIR%%/ext/resources/images/access/tree/drop-between.gif -%%WWWDIR%%/ext/resources/images/access/tree/drop-no.gif -%%WWWDIR%%/ext/resources/images/access/tree/drop-over.gif -%%WWWDIR%%/ext/resources/images/access/tree/drop-under.gif -%%WWWDIR%%/ext/resources/images/access/tree/drop-yes.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-minus-nl.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-minus.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-plus-nl.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-end-plus.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-end.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-line.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-minus-nl.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-minus.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-plus-nl.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow-plus.gif -%%WWWDIR%%/ext/resources/images/access/tree/elbow.gif -%%WWWDIR%%/ext/resources/images/access/tree/folder-open.gif -%%WWWDIR%%/ext/resources/images/access/tree/folder.gif -%%WWWDIR%%/ext/resources/images/access/tree/leaf.gif -%%WWWDIR%%/ext/resources/images/access/tree/loading.gif -%%WWWDIR%%/ext/resources/images/access/tree/s.gif -%%WWWDIR%%/ext/resources/images/access/window/icon-error.gif -%%WWWDIR%%/ext/resources/images/access/window/icon-info.gif -%%WWWDIR%%/ext/resources/images/access/window/icon-question.gif -%%WWWDIR%%/ext/resources/images/access/window/icon-warning.gif -%%WWWDIR%%/ext/resources/images/access/window/left-corners.png -%%WWWDIR%%/ext/resources/images/access/window/left-right.png -%%WWWDIR%%/ext/resources/images/access/window/right-corners.png -%%WWWDIR%%/ext/resources/images/access/window/top-bottom.png -%%WWWDIR%%/ext/resources/images/default/box/corners-blue.gif -%%WWWDIR%%/ext/resources/images/default/box/corners.gif -%%WWWDIR%%/ext/resources/images/default/box/l-blue.gif -%%WWWDIR%%/ext/resources/images/default/box/l.gif -%%WWWDIR%%/ext/resources/images/default/box/r-blue.gif -%%WWWDIR%%/ext/resources/images/default/box/r.gif -%%WWWDIR%%/ext/resources/images/default/box/tb-blue.gif -%%WWWDIR%%/ext/resources/images/default/box/tb.gif -%%WWWDIR%%/ext/resources/images/default/button/arrow.gif -%%WWWDIR%%/ext/resources/images/default/button/btn.gif -%%WWWDIR%%/ext/resources/images/default/button/group-cs.gif -%%WWWDIR%%/ext/resources/images/default/button/group-lr.gif -%%WWWDIR%%/ext/resources/images/default/button/group-tb.gif -%%WWWDIR%%/ext/resources/images/default/button/s-arrow-b-noline.gif -%%WWWDIR%%/ext/resources/images/default/button/s-arrow-b.gif -%%WWWDIR%%/ext/resources/images/default/button/s-arrow-bo.gif -%%WWWDIR%%/ext/resources/images/default/button/s-arrow-noline.gif -%%WWWDIR%%/ext/resources/images/default/button/s-arrow-o.gif -%%WWWDIR%%/ext/resources/images/default/button/s-arrow.gif -%%WWWDIR%%/ext/resources/images/default/dd/drop-add.gif -%%WWWDIR%%/ext/resources/images/default/dd/drop-no.gif -%%WWWDIR%%/ext/resources/images/default/dd/drop-yes.gif -%%WWWDIR%%/ext/resources/images/default/editor/tb-sprite.gif -%%WWWDIR%%/ext/resources/images/default/form/checkbox.gif -%%WWWDIR%%/ext/resources/images/default/form/clear-trigger.gif -%%WWWDIR%%/ext/resources/images/default/form/clear-trigger.psd -%%WWWDIR%%/ext/resources/images/default/form/date-trigger.gif -%%WWWDIR%%/ext/resources/images/default/form/date-trigger.psd -%%WWWDIR%%/ext/resources/images/default/form/error-tip-corners.gif -%%WWWDIR%%/ext/resources/images/default/form/exclamation.gif -%%WWWDIR%%/ext/resources/images/default/form/radio.gif -%%WWWDIR%%/ext/resources/images/default/form/search-trigger.gif -%%WWWDIR%%/ext/resources/images/default/form/search-trigger.psd -%%WWWDIR%%/ext/resources/images/default/form/text-bg.gif -%%WWWDIR%%/ext/resources/images/default/form/trigger-square.gif -%%WWWDIR%%/ext/resources/images/default/form/trigger-square.psd -%%WWWDIR%%/ext/resources/images/default/form/trigger-tpl.gif -%%WWWDIR%%/ext/resources/images/default/form/trigger.gif -%%WWWDIR%%/ext/resources/images/default/form/trigger.psd -%%WWWDIR%%/ext/resources/images/default/gradient-bg.gif -%%WWWDIR%%/ext/resources/images/default/grid/arrow-left-white.gif -%%WWWDIR%%/ext/resources/images/default/grid/arrow-right-white.gif -%%WWWDIR%%/ext/resources/images/default/grid/col-move-bottom.gif -%%WWWDIR%%/ext/resources/images/default/grid/col-move-top.gif -%%WWWDIR%%/ext/resources/images/default/grid/columns.gif -%%WWWDIR%%/ext/resources/images/default/grid/dirty.gif -%%WWWDIR%%/ext/resources/images/default/grid/done.gif -%%WWWDIR%%/ext/resources/images/default/grid/drop-no.gif -%%WWWDIR%%/ext/resources/images/default/grid/drop-yes.gif -%%WWWDIR%%/ext/resources/images/default/grid/footer-bg.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid-blue-hd.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid-blue-split.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid-hrow.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid-loading.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid-split.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid-vista-hd.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid3-hd-btn.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid3-hrow-over.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid3-hrow.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid3-rowheader.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid3-special-col-bg.gif -%%WWWDIR%%/ext/resources/images/default/grid/grid3-special-col-sel-bg.gif -%%WWWDIR%%/ext/resources/images/default/grid/group-by.gif -%%WWWDIR%%/ext/resources/images/default/grid/group-collapse.gif -%%WWWDIR%%/ext/resources/images/default/grid/group-expand-sprite.gif -%%WWWDIR%%/ext/resources/images/default/grid/group-expand.gif -%%WWWDIR%%/ext/resources/images/default/grid/hd-pop.gif -%%WWWDIR%%/ext/resources/images/default/grid/hmenu-asc.gif -%%WWWDIR%%/ext/resources/images/default/grid/hmenu-desc.gif -%%WWWDIR%%/ext/resources/images/default/grid/hmenu-lock.gif -%%WWWDIR%%/ext/resources/images/default/grid/hmenu-lock.png -%%WWWDIR%%/ext/resources/images/default/grid/hmenu-unlock.gif -%%WWWDIR%%/ext/resources/images/default/grid/hmenu-unlock.png -%%WWWDIR%%/ext/resources/images/default/grid/invalid_line.gif -%%WWWDIR%%/ext/resources/images/default/grid/loading.gif -%%WWWDIR%%/ext/resources/images/default/grid/mso-hd.gif -%%WWWDIR%%/ext/resources/images/default/grid/nowait.gif -%%WWWDIR%%/ext/resources/images/default/grid/page-first-disabled.gif *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 19:31: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 289F2CB4; Fri, 3 Oct 2014 19:31: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 14BC7B52; Fri, 3 Oct 2014 19:31: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 s93JV7DL043990; Fri, 3 Oct 2014 19:31:07 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93JV7wp043989; Fri, 3 Oct 2014 19:31:07 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031931.s93JV7wp043989@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 19:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369933 - head/security/openssh-portable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 19:31:08 -0000 Author: bdrewery Date: Fri Oct 3 19:31:07 2014 New Revision: 369933 URL: https://svnweb.freebsd.org/changeset/ports/369933 QAT: https://qat.redports.org/buildarchive/r369933/ Log: - Mark OVERWRITE_BASE and security/openssh-portable-base as DEPRECATED. These will be removed on January 1 2015. Really ports should not be touching the base system at all. This option is a big foot-shoot problem: 1. Recent versions of FreeBSD such as 9.3, 10.0, 10.1+, now remove all ssh files from /usr if you 'make delete-old' with WITHOUT_SSH. This results in removing the overwrite base files. 2. Uninstalling the package leaves the system with no ssh. 3. Running installworld without WITHOUT_SSH results in overwriting the package, or giving false-positive 'pkg check -s' errors. 4. The port fails to pass QA checks because it removes system files. Modified: head/security/openssh-portable/Makefile Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Fri Oct 3 19:28:37 2014 (r369932) +++ head/security/openssh-portable/Makefile Fri Oct 3 19:31:07 2014 (r369933) @@ -202,6 +202,8 @@ CONFIGURE_LIBS+= -lldap EMPTYDIR= /var/empty .if ${PORT_OPTIONS:MOVERWRITE_BASE} +DEPRECATED= Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting. +EXPIRATION_DATE= 2015-01-01 WITH_OPENSSL_BASE= yes CONFIGURE_ARGS+= --localstatedir=/var PREFIX= /usr From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 19:40: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 B7EF4FAC; Fri, 3 Oct 2014 19:40: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 A4D12CB0; Fri, 3 Oct 2014 19:40: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 s93JepMW050678; Fri, 3 Oct 2014 19:40:51 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93JepRH050677; Fri, 3 Oct 2014 19:40:51 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201410031940.s93JepRH050677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 3 Oct 2014 19:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369934 - head/www/groupoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 19:40:51 -0000 Author: mi Date: Fri Oct 3 19:40:51 2014 New Revision: 369934 URL: https://svnweb.freebsd.org/changeset/ports/369934 QAT: https://qat.redports.org/buildarchive/r369934/ Log: Make sure, ${PREFIX}/etc/ is searched for config-files, rather than the /etc Modified: head/www/groupoffice/Makefile Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Fri Oct 3 19:31:07 2014 (r369933) +++ head/www/groupoffice/Makefile Fri Oct 3 19:40:51 2014 (r369934) @@ -30,6 +30,12 @@ WBXML_DESC= Synchronization Support post-patch: ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/go/base/Config.php + ${REINPLACE_CMD} 's|/etc/groupoffice|${PREFIX}&|g' \ + ${WRKSRC}/go/base/Config.php \ + ${WRKSRC}/install/configFile.php \ + ${WRKSRC}/modules/serverclient/HttpClient.php \ + ${WRKSRC}/modules/serverclient/ServerclientModule.php \ + ${WRKSRC}/modules/site/index.php .include From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 19:45: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 818B61B6; Fri, 3 Oct 2014 19:45: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 6E4D9CED; Fri, 3 Oct 2014 19:45: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 s93JjnCs052243; Fri, 3 Oct 2014 19:45:49 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93JjnWr052242; Fri, 3 Oct 2014 19:45:49 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031945.s93JjnWr052242@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 19:45:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369935 - head/net-mgmt/collectd5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 19:45:49 -0000 Author: tijl Date: Fri Oct 3 19:45:48 2014 New Revision: 369935 URL: https://svnweb.freebsd.org/changeset/ports/369935 QAT: https://qat.redports.org/buildarchive/r369935/ Log: - Replace USE_AUTOTOOLS with USES=autoreconf - Move BUILD_DEPENDS up Modified: head/net-mgmt/collectd5/Makefile Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Fri Oct 3 19:40:51 2014 (r369934) +++ head/net-mgmt/collectd5/Makefile Fri Oct 3 19:45:48 2014 (r369935) @@ -14,14 +14,12 @@ COMMENT= Systems & network statistics co LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +# Only autoreconf stage and sigrok plugin need GLIB: +BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/glib-2.0.m4:${PORTSDIR}/devel/glib20 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl -USES= gmake pkgconfig tar:bzip2 libtool +USES= autoreconf gmake libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize - -# Only autoconf stage and sigrok plugin need GLIB: -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 OPTIONS_DEFINE= CGI DEBUG GCRYPT VIRT OPTIONS_GROUP= INPUT OUTPUT From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 20:26: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 D111090C; Fri, 3 Oct 2014 20:26: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 A4617116; Fri, 3 Oct 2014 20:26: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 s93KQkrk071086; Fri, 3 Oct 2014 20:26:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93KQktL071084; Fri, 3 Oct 2014 20:26:46 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201410032026.s93KQktL071084@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 3 Oct 2014 20:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369936 - in head/multimedia: plexmediaserver-plexpass/files plexmediaserver/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: Fri, 03 Oct 2014 20:26:46 -0000 Author: feld Date: Fri Oct 3 20:26:45 2014 New Revision: 369936 URL: https://svnweb.freebsd.org/changeset/ports/369936 QAT: https://qat.redports.org/buildarchive/r369936/ Log: Adjust documentation for the configurable tmp directory used for transcoding so nobody shoots themselves in the foot and causes /tmp to have its permissions changed... PR: 194120 Modified: head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in head/multimedia/plexmediaserver/files/plexmediaserver.in Modified: head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in ============================================================================== --- head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Fri Oct 3 19:45:48 2014 (r369935) +++ head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Fri Oct 3 20:26:45 2014 (r369936) @@ -13,7 +13,7 @@ # # plexmediaserver_plexpass_support_path="%%SUPPORT_PATH%%" # Plex data: logs, media metadata, settings, etc # -# plexmediaserver_plexpass_tmp="/tmp" # tmp directory used for the transcoding process +# plexmediaserver_plexpass_tmp="/var/tmp/plex" # configure tmp directory used for the transcoding process if desired # # plexmediaserver_plexpass_maxplugins="6" # Maximum number of background plugin procs. May have to raise in rare cases. # Modified: head/multimedia/plexmediaserver/files/plexmediaserver.in ============================================================================== --- head/multimedia/plexmediaserver/files/plexmediaserver.in Fri Oct 3 19:45:48 2014 (r369935) +++ head/multimedia/plexmediaserver/files/plexmediaserver.in Fri Oct 3 20:26:45 2014 (r369936) @@ -13,7 +13,7 @@ # # plexmediaserver_support_path="%%SUPPORT_PATH%%" # Plex data: logs, media metadata, settings, etc # -# plexmediaserver_tmp="/tmp" # tmp directory used for the transcoding process +# plexmediaserver_tmp="/var/tmp/plex" # configure tmp directory used for the transcoding process if desired # # plexmediaserver_maxplugins="6" # Maximum number of background plugin procs. May have to raise in rare cases. # From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 20:49: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 05AE51E0; Fri, 3 Oct 2014 20:49: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 E69EF356; Fri, 3 Oct 2014 20:49: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 s93Knoot081027; Fri, 3 Oct 2014 20:49:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93KnoRh081026; Fri, 3 Oct 2014 20:49:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410032049.s93KnoRh081026@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Oct 2014 20:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369937 - head/security/py-volatility X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 20:49:51 -0000 Author: antoine Date: Fri Oct 3 20:49:50 2014 New Revision: 369937 URL: https://svnweb.freebsd.org/changeset/ports/369937 QAT: https://qat.redports.org/buildarchive/r369937/ Log: Switch from py-imaging to py-pillow Modified: head/security/py-volatility/Makefile Modified: head/security/py-volatility/Makefile ============================================================================== --- head/security/py-volatility/Makefile Fri Oct 3 20:26:45 2014 (r369936) +++ head/security/py-volatility/Makefile Fri Oct 3 20:49:50 2014 (r369937) @@ -3,6 +3,7 @@ PORTNAME= volatility PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \ - ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yara>=0:${PORTSDIR}/security/py-yara \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:${PORTSDIR}/textproc/py-openpyxl From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 21:44: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 7AC59A43; Fri, 3 Oct 2014 21:44: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 4D380B3F; Fri, 3 Oct 2014 21:44: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 s93LiCTE008528; Fri, 3 Oct 2014 21:44:12 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93LiBih008526; Fri, 3 Oct 2014 21:44:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410032144.s93LiBih008526@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 21:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369938 - in head/emulators/tme: . 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: Fri, 03 Oct 2014 21:44:12 -0000 Author: tijl Date: Fri Oct 3 21:44:11 2014 New Revision: 369938 URL: https://svnweb.freebsd.org/changeset/ports/369938 QAT: https://qat.redports.org/buildarchive/r369938/ Log: Convert to USES=autoreconf Modified: head/emulators/tme/Makefile head/emulators/tme/files/patch-configure.in Modified: head/emulators/tme/Makefile ============================================================================== --- head/emulators/tme/Makefile Fri Oct 3 20:49:50 2014 (r369937) +++ head/emulators/tme/Makefile Fri Oct 3 21:44:11 2014 (r369938) @@ -15,9 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl -USES= compiler gettext gmake iconv libtool perl5 pkgconfig -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -AUTOMAKE_ARGS= -a -c -f +USES= autoreconf compiler gettext gmake iconv libtool perl5 pkgconfig USE_GNOME= gdkpixbuf2 gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -37,6 +35,9 @@ CFLAGS+= -fbracket-depth=1024 .endif post-patch: + @${RM} -r ${WRKSRC}/libltdl + @${REINPLACE_CMD} 's/LTDL_SHLIBPATH_VAR/LT_MODULE_PATH_VAR/' \ + ${WRKSRC}/libtme/Makefile.am ${WRKSRC}/libtme/module.c @${REINPLACE_CMD} -e '/^#ifdef/s|\*/||' \ ${WRKSRC}/libtme/misc.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ Modified: head/emulators/tme/files/patch-configure.in ============================================================================== --- head/emulators/tme/files/patch-configure.in Fri Oct 3 20:49:50 2014 (r369937) +++ head/emulators/tme/files/patch-configure.in Fri Oct 3 21:44:11 2014 (r369938) @@ -1,6 +1,6 @@ --- configure.in.orig +++ configure.in -@@ -599,7 +599,7 @@ +@@ -599,18 +599,16 @@ esac changequote([, ])dnl AC_MSG_RESULT([${misc_hosts}]) @@ -9,7 +9,21 @@ misc_hosts= fi -@@ -683,11 +683,8 @@ + dnl Configure for libtool. +-AC_LIBLTDL_INSTALLABLE ++LT_CONFIG_LTDL_DIR([libltdl]) ++LT_INIT([dlopen]) ++LTDL_INIT([installable]) + AC_SUBST(INCLTDL) + AC_SUBST(LIBLTDL) +-AC_LIBTOOL_DLOPEN +-AM_PROG_LIBTOOL +-AC_SUBST(LTLIBOBJS) +-AC_CONFIG_SUBDIRS(libltdl) + TME_PREOPEN= + if test $enable_shared = no; then + TME_PREOPEN='`sort -u $(top_builddir)/tme-preopen.txt`' +@@ -683,11 +681,8 @@ #define _TMECONFIG_H TMEEOF From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 21:46: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 33D9CC99; Fri, 3 Oct 2014 21:46: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 1DA0CB76; Fri, 3 Oct 2014 21:46: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 s93LkvXs009253; Fri, 3 Oct 2014 21:46:57 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93LksPb009238; Fri, 3 Oct 2014 21:46:54 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201410032146.s93LksPb009238@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 3 Oct 2014 21:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369939 - in head/x11-fm: librfm libtubo libtubo/files rodent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 21:46:57 -0000 Author: rodrigo Date: Fri Oct 3 21:46:53 2014 New Revision: 369939 URL: https://svnweb.freebsd.org/changeset/ports/369939 QAT: https://qat.redports.org/buildarchive/r369939/ Log: Upgrade rodent file manager to v5.2.9 The rodent project split the code in 3 parts, rodent itself and two shared libraries, librfm and libtubo. Librfm and libtubo are new ports because they evolve separately and can be used by other ports. PR: ports/193561 Submitted by: rodrigo Approved by: mentors (implicit) Added: head/x11-fm/librfm/ head/x11-fm/librfm/Makefile (contents, props changed) head/x11-fm/librfm/distinfo (contents, props changed) head/x11-fm/librfm/pkg-descr (contents, props changed) head/x11-fm/librfm/pkg-plist (contents, props changed) head/x11-fm/libtubo/ head/x11-fm/libtubo/Makefile (contents, props changed) head/x11-fm/libtubo/distinfo (contents, props changed) head/x11-fm/libtubo/files/ head/x11-fm/libtubo/files/patch-Makefile.in (contents, props changed) head/x11-fm/libtubo/pkg-descr (contents, props changed) head/x11-fm/libtubo/pkg-plist (contents, props changed) Modified: head/x11-fm/rodent/Makefile head/x11-fm/rodent/distinfo head/x11-fm/rodent/pkg-plist Added: head/x11-fm/librfm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/Makefile Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,41 @@ +# Created by: Rodrigo Osorio +# $FreeBSD$ + +PORTNAME= librfm +PORTVERSION= 5.2.10 +CATEGORIES= x11-fm +MASTER_SITES= SF/xffm/librfm/ +DISTNAME= ${PORTNAME}5-${PORTVERSION} + +MAINTAINER= rodrigo@FreeBSD.org +COMMENT= Basic library used by some rfm applications + +LICENSE= GPLv3 + +BUILD_DEPENDS= gawk:${PORTSDIR}/japanese/gawk +LIB_DEPENDS= libtubo.so:${PORTSDIR}/x11-fm/libtubo \ + libdbh.so:${PORTSDIR}/databases/dbh \ + libzip.so:${PORTSDIR}/archivers/libzip \ + librsvg-2.so:${PORTSDIR}/graphics/librsvg2 + +OPTIONS_DEFINE= NLS + +INSTALLS_ICONS= yes +USES= gmake libtool:keepla pkgconfig tar:bzip2 gettext +GNU_CONFIGURE= yes +USE_GNOME= gtk20 +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +WRKSRC= ${WRKDIR}/${PORTNAME}5-${PORTVERSION} + +.include + +.if ${PORT_OPTIONS:MNLS} +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS+=--disable-nls +.endif + +.include Added: head/x11-fm/librfm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/distinfo Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,2 @@ +SHA256 (librfm5-5.2.10.tar.bz2) = 7a82a38704f64f7dfb7d28138e10b2429c15e5b20b9ead0e6a929f808e9a1264 +SIZE (librfm5-5.2.10.tar.bz2) = 3160930 Added: head/x11-fm/librfm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/pkg-descr Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,3 @@ + Librm is the basic library used by some rfm applications, such as Rodent filemanager. + +WWW: http://xffm.sourceforge.net/libxffm.html Added: head/x11-fm/librfm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/pkg-plist Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,339 @@ +include/rfm/combobox-module.h +include/rfm/constants.h +include/rfm/errors.h +include/rfm/files.h +include/rfm/gdk2_3_key_compat.h +include/rfm/gplv3.h +include/rfm/icon-module.h +include/rfm/mime-module.h +include/rfm/module-skeleton.h +include/rfm/module_constants.h +include/rfm/primary-compat.h +include/rfm/primary-completion.h +include/rfm/primary-entry.h +include/rfm/primary-environment.h +include/rfm/primary-icons.h +include/rfm/primary-layout.h +include/rfm/primary-misc.h +include/rfm/primary-modules.h +include/rfm/primary-options.h +include/rfm/primary-preview.h +include/rfm/primary-run.h +include/rfm/primary-types.h +include/rfm/primary-uri.h +include/rfm/primary.h +include/rfm/properties-module.h +include/rfm/rfm.h +include/rfm/rfm_modules.h +include/rfm/rodent.h +include/rfm/rodent_actions.h +include/rfm/rodent_bookmarks.h +include/rfm/rodent_deskview.h +include/rfm/rodent_expose.h +include/rfm/rodent_gridview.h +include/rfm/rodent_mouse.h +include/rfm/rodent_population.h +include/rfm/rodent_popup.h +include/rfm/rodent_popup_callbacks.h +include/rfm/rodent_popup_threads.h +include/rfm/rodent_threadqueue.h +include/rfm/rodent_tip.h +include/rfm/settings-module.h +include/rfm/tagfile.h +include/rfm/types.h +include/rfm/xfdir.h +lib/librfm.so +lib/librfm.so.2 +lib/librfm.so.2.0.0 +lib/librodent.so +lib/librodent.so.2 +lib/librodent.so.2.0.0 +lib/rfm/rmodules/libbcrypt.so +lib/rfm/rmodules/libcallbacks.so +lib/rfm/rmodules/libcombobox.so +lib/rfm/rmodules/libcompletion.so +lib/rfm/rmodules/libicons.so +lib/rfm/rmodules/libmime.so +lib/rfm/rmodules/libmimemagic.so +lib/rfm/rmodules/libmimezip.so +lib/rfm/rmodules/libproperties.so +lib/rfm/rmodules/librun.so +lib/rfm/rmodules/libsettings.so +lib/rfm/rmodules/libxmltree.so +libdata/pkgconfig/librfm.pc +share/icons/rfm/scalable/emblems/emblem-about.svg +share/icons/rfm/scalable/emblems/emblem-application.svg +share/icons/rfm/scalable/emblems/emblem-applications.svg +share/icons/rfm/scalable/emblems/emblem-archlinux.svg +share/icons/rfm/scalable/emblems/emblem-atom.svg +share/icons/rfm/scalable/emblems/emblem-attach.svg +share/icons/rfm/scalable/emblems/emblem-bak.svg +share/icons/rfm/scalable/emblems/emblem-blockdevice.svg +share/icons/rfm/scalable/emblems/emblem-blowfish.svg +share/icons/rfm/scalable/emblems/emblem-blueball.svg +share/icons/rfm/scalable/emblems/emblem-bluetooth.svg +share/icons/rfm/scalable/emblems/emblem-bookmark.svg +share/icons/rfm/scalable/emblems/emblem-broken.svg +share/icons/rfm/scalable/emblems/emblem-bsd.svg +share/icons/rfm/scalable/emblems/emblem-calc.svg +share/icons/rfm/scalable/emblems/emblem-calendar.svg +share/icons/rfm/scalable/emblems/emblem-cancel.svg +share/icons/rfm/scalable/emblems/emblem-chardevice.svg +share/icons/rfm/scalable/emblems/emblem-computer.svg +share/icons/rfm/scalable/emblems/emblem-core.svg +share/icons/rfm/scalable/emblems/emblem-debian.svg +share/icons/rfm/scalable/emblems/emblem-desktop.svg +share/icons/rfm/scalable/emblems/emblem-diff-tool.svg +share/icons/rfm/scalable/emblems/emblem-disk.svg +share/icons/rfm/scalable/emblems/emblem-display.svg +share/icons/rfm/scalable/emblems/emblem-documents.svg +share/icons/rfm/scalable/emblems/emblem-edit.svg +share/icons/rfm/scalable/emblems/emblem-exec.svg +share/icons/rfm/scalable/emblems/emblem-exit.svg +share/icons/rfm/scalable/emblems/emblem-favorite.svg +share/icons/rfm/scalable/emblems/emblem-fifo.svg +share/icons/rfm/scalable/emblems/emblem-file.svg +share/icons/rfm/scalable/emblems/emblem-find.svg +share/icons/rfm/scalable/emblems/emblem-flash.svg +share/icons/rfm/scalable/emblems/emblem-floppy.svg +share/icons/rfm/scalable/emblems/emblem-folder.svg +share/icons/rfm/scalable/emblems/emblem-ftp.svg +share/icons/rfm/scalable/emblems/emblem-game.svg +share/icons/rfm/scalable/emblems/emblem-gentoo.svg +share/icons/rfm/scalable/emblems/emblem-graphics.svg +share/icons/rfm/scalable/emblems/emblem-grayball.svg +share/icons/rfm/scalable/emblems/emblem-greenball.svg +share/icons/rfm/scalable/emblems/emblem-harddisk.svg +share/icons/rfm/scalable/emblems/emblem-help.svg +share/icons/rfm/scalable/emblems/emblem-home.svg +share/icons/rfm/scalable/emblems/emblem-image.svg +share/icons/rfm/scalable/emblems/emblem-important.svg +share/icons/rfm/scalable/emblems/emblem-invert.svg +share/icons/rfm/scalable/emblems/emblem-keyboard.svg +share/icons/rfm/scalable/emblems/emblem-keyhole.svg +share/icons/rfm/scalable/emblems/emblem-lock.svg +share/icons/rfm/scalable/emblems/emblem-mail.svg +share/icons/rfm/scalable/emblems/emblem-math.svg +share/icons/rfm/scalable/emblems/emblem-mouse.svg +share/icons/rfm/scalable/emblems/emblem-msoffice.svg +share/icons/rfm/scalable/emblems/emblem-music.svg +share/icons/rfm/scalable/emblems/emblem-network-symbol.svg +share/icons/rfm/scalable/emblems/emblem-network.svg +share/icons/rfm/scalable/emblems/emblem-nfs.svg +share/icons/rfm/scalable/emblems/emblem-notes.svg +share/icons/rfm/scalable/emblems/emblem-oo.svg +share/icons/rfm/scalable/emblems/emblem-package.svg +share/icons/rfm/scalable/emblems/emblem-pda.svg +share/icons/rfm/scalable/emblems/emblem-pdf.svg +share/icons/rfm/scalable/emblems/emblem-photos.svg +share/icons/rfm/scalable/emblems/emblem-preferences.svg +share/icons/rfm/scalable/emblems/emblem-print.svg +share/icons/rfm/scalable/emblems/emblem-readonly.svg +share/icons/rfm/scalable/emblems/emblem-redball.svg +share/icons/rfm/scalable/emblems/emblem-removable-media.svg +share/icons/rfm/scalable/emblems/emblem-rodent.svg +share/icons/rfm/scalable/emblems/emblem-root.svg +share/icons/rfm/scalable/emblems/emblem-run.svg +share/icons/rfm/scalable/emblems/emblem-scanner.svg +share/icons/rfm/scalable/emblems/emblem-science.svg +share/icons/rfm/scalable/emblems/emblem-script.svg +share/icons/rfm/scalable/emblems/emblem-select-all.svg +share/icons/rfm/scalable/emblems/emblem-select-none.svg +share/icons/rfm/scalable/emblems/emblem-shared.svg +share/icons/rfm/scalable/emblems/emblem-show-hidden.svg +share/icons/rfm/scalable/emblems/emblem-smb.svg +share/icons/rfm/scalable/emblems/emblem-socket.svg +share/icons/rfm/scalable/emblems/emblem-speaker.svg +share/icons/rfm/scalable/emblems/emblem-spreadsheet.svg +share/icons/rfm/scalable/emblems/emblem-ssh.svg +share/icons/rfm/scalable/emblems/emblem-star.svg +share/icons/rfm/scalable/emblems/emblem-start-here.svg +share/icons/rfm/scalable/emblems/emblem-symbolic-link.svg +share/icons/rfm/scalable/emblems/emblem-synchronized.svg +share/icons/rfm/scalable/emblems/emblem-system.svg +share/icons/rfm/scalable/emblems/emblem-terminal.svg +share/icons/rfm/scalable/emblems/emblem-text.svg +share/icons/rfm/scalable/emblems/emblem-unreadable.svg +share/icons/rfm/scalable/emblems/emblem-user.svg +share/icons/rfm/scalable/emblems/emblem-video.svg +share/icons/rfm/scalable/emblems/emblem-wait.svg +share/icons/rfm/scalable/emblems/emblem-webcam.svg +share/icons/rfm/scalable/emblems/emblem-write-ok.svg +share/icons/rfm/scalable/emblems/emblem-www.svg +share/images/juchi-2007.jpg +share/images/roa153b.jpg +%%NLS%%share/locale/af/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/am/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/an/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ar/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/as/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ast/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/az/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/be/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/be@latin/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bn_IN/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bo/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/br/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bs/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ca/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/crh/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/csb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/cy/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/da/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/de/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/dz/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/el/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_US/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/eo/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/es/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/et/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/eu/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fa/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fur/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fy/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ga/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/gl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/gu/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/gv/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/he/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hne/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hsb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hu/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hy/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ia/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/id/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ig/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/io/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/is/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/it/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ka/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/kg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/kk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/km/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/kn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ks/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ku/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ky/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/li/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lt/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lv/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mai/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ml/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ms/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/my/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nds/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ne/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nso/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/oc/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/or/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pa/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ps/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pt/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ro/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/rw/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/se/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/si/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sq/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@ije/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sv/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ta/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/te/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/th/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tt/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ug/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/uk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ur/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/uz/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/uz@cyrillic/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/vi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/wa/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/xh/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/yi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/yo/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_HK/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zu/LC_MESSAGES/librfm5.mo +%%NLS%%share/rfm/rmodules/icons.mime.xml +%%NLS%%share/rfm/rmodules/keybind.xsd +%%NLS%%share/rfm/rmodules/mime-module.xml +@dirrm include/rfm +@dirrm lib/rfm/rmodules +@dirrm lib/rfm +@dirrm share/icons/rfm/scalable/emblems +@dirrm share/icons/rfm/scalable +@dirrm share/icons/rfm +@dirrm share/rfm/rmodules +@dirrm share/rfm +%%NLS%%@dirrmtry share/locale/an/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/an +%%NLS%%@dirrmtry share/locale/bo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bo +%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en_US +%%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fy +%%NLS%%@dirrmtry share/locale/gv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/gv +%%NLS%%@dirrmtry share/locale/hne/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hne +%%NLS%%@dirrmtry share/locale/hsb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hsb +%%NLS%%@dirrmtry share/locale/ig/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ig +%%NLS%%@dirrmtry share/locale/kg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kg +%%NLS%%@dirrmtry share/locale/ks/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ks +%%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ky +%%NLS%%@dirrmtry share/locale/lb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lb +%%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lg +%%NLS%%@dirrmtry share/locale/se/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/se +%%NLS%%@dirrmtry share/locale/sr@ijekavian/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@ijekavian +%%NLS%%@dirrmtry share/locale/sr@ijekavianlatin/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@ijekavianlatin +%%NLS%%@dirrmtry share/locale/yo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/yo Added: head/x11-fm/libtubo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/Makefile Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,25 @@ +# Created by: Rodrigo Osorio +# $FreeBSD$ + +PORTNAME= libtubo +PORTVERSION= 5.0.14 +CATEGORIES= x11-fm +MASTER_SITES= SF/xffm/libtubo/ +DISTNAME= ${PORTNAME}0-${PORTVERSION} + +MAINTAINER= rodrigo@FreeBSD.org +COMMENT= XFFM Interprocess Communication and Control + +LICENSE= GPLv3 + +OPTIONS_DEFINE= DOCS + +USES= gmake libtool:keepla pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-PACKAGE=no +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +WRKSRC= ${WRKDIR}/${PORTNAME}0-${PORTVERSION} + +.include Added: head/x11-fm/libtubo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/distinfo Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,2 @@ +SHA256 (libtubo0-5.0.14.tar.gz) = 41916aee3dd93a1df7a3e296ea9b7e948b92bec8e9d3ab9339187b1aa1d69b15 +SIZE (libtubo0-5.0.14.tar.gz) = 470228 Added: head/x11-fm/libtubo/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/files/patch-Makefile.in Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2014-09-25 13:41:18.147180046 +0000 ++++ Makefile.in 2014-09-25 13:42:04.545176862 +0000 +@@ -318,7 +318,7 @@ + top_srcdir = @top_srcdir@ + CLEANFILES = *~ *.bak core *.core *.o *.lo *.la + ACLOCAL_AMFLAGS = -I m4 +-@CENTOS_FALSE@pkgconfigdir = $(libdir)/pkgconfig ++@CENTOS_FALSE@pkgconfigdir = $(libdir)data/pkgconfig + @CENTOS_TRUE@pkgconfigdir = $(datadir)/pkgconfig + pkgconfig_DATA = tubo.pc + docs = \ Added: head/x11-fm/libtubo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/pkg-descr Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,7 @@ +The Libtubo library is small and simple function set to enable a +process to run any other process in the background and communicate +via the stdout, stderr and stdin file descriptors. This library is +used by Rodent filemanager but is also available here for other +programs to use freely. + +WWW: http://xffm.sourceforge.net/libtubo.html Added: head/x11-fm/libtubo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/pkg-plist Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,22 @@ +bin/tuboexec +include/tubo.h +lib/libtubo.a +lib/libtubo.la +lib/libtubo.so +lib/libtubo.so.0 +lib/libtubo.so.0.1.0 +libdata/pkgconfig/tubo.pc +man/man1/tuboexec.1.gz +share/gtk-doc/html/libtubo/ch01.html +share/gtk-doc/html/libtubo/home.png +share/gtk-doc/html/libtubo/index.html +share/gtk-doc/html/libtubo/index.sgml +share/gtk-doc/html/libtubo/left.png +share/gtk-doc/html/libtubo/libtubo-tubo.html +share/gtk-doc/html/libtubo/libtubo.devhelp2 +share/gtk-doc/html/libtubo/right.png +share/gtk-doc/html/libtubo/style.css +share/gtk-doc/html/libtubo/up.png +@dirrmtry share/gtk-doc/html/libtubo +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc Modified: head/x11-fm/rodent/Makefile ============================================================================== --- head/x11-fm/rodent/Makefile Fri Oct 3 21:44:11 2014 (r369938) +++ head/x11-fm/rodent/Makefile Fri Oct 3 21:46:53 2014 (r369939) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= rodent -PORTVERSION= 4.8.0 -PORTREVISION= 3 +PORTVERSION= 5.2.9 CATEGORIES= x11-fm -MASTER_SITES= SF/xffm/${PORTVERSION}/ +MASTER_SITES= SF/xffm/rodent/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Fast, small and powerful file manager @@ -16,9 +15,10 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/japanese bash:${PORTSDIR}/shells/bash \ intltoolize:${PORTSDIR}/textproc/intltool LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ - libmagic.so:${PORTSDIR}/sysutils/file + libmagic.so:${PORTSDIR}/sysutils/file \ + librfm.so:${PORTSDIR}/x11-fm/librfm -USES= desktop-file-utils gmake libtool:keepla pkgconfig +USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--docdir=${DOCSDIR} @@ -34,9 +34,9 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -post-patch: - ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ - ${WRKSRC}/Build/share/Makefile.in +#post-patch: +# ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ +# ${WRKSRC}/Build/share/Makefile.in .for a in ia64 powerpc sparc63 BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64 Modified: head/x11-fm/rodent/distinfo ============================================================================== --- head/x11-fm/rodent/distinfo Fri Oct 3 21:44:11 2014 (r369938) +++ head/x11-fm/rodent/distinfo Fri Oct 3 21:46:53 2014 (r369939) @@ -1,2 +1,2 @@ -SHA256 (rodent-4.8.0.tar.gz) = 4ab02052086690ba4e9ce4946ceff1218e0d98a269bfccd45e93a754d3c8ead9 -SIZE (rodent-4.8.0.tar.gz) = 11666749 +SHA256 (rodent-5.2.9.tar.bz2) = df1c16dc68d1b79f5a08ad0a7896393893d78776ee98e17376959fa42483da4b +SIZE (rodent-5.2.9.tar.bz2) = 6558000 Modified: head/x11-fm/rodent/pkg-plist ============================================================================== --- head/x11-fm/rodent/pkg-plist Fri Oct 3 21:44:11 2014 (r369938) +++ head/x11-fm/rodent/pkg-plist Fri Oct 3 21:46:53 2014 (r369939) @@ -1,1163 +1,1130 @@ bin/fgr -bin/rfm -bin/rfm-inquire bin/rodent -bin/rodent-cifs +bin/rodent-anim bin/rodent-desk bin/rodent-diff -bin/rodent-dotdesktop -bin/rodent-ecryptfs bin/rodent-fgr -bin/rodent-forked -bin/rodent-fstab -bin/rodent-ftp -bin/rodent-fuse +bin/rodent-fm bin/rodent-getpass -bin/rodent-mime -bin/rodent-nfs -bin/rodent-obex -bin/rodent-ps +bin/rodent-iconmgr +bin/rodent-plug bin/rodent-root -bin/rodent-shares -bin/rodent-smb -bin/rodent-sshfs -bin/rodent-workgroup -bin/xffm -lib/librfm.la -lib/librfm.so -lib/librfm.so.1 -lib/librfm.so.1.0.0 -lib/librfm_deskview.la -lib/librfm_deskview.so -lib/librfm_deskview.so.1 -lib/librfm_deskview.so.1.0.0 -lib/librfm_gridview.la -lib/librfm_gridview.so -lib/librfm_gridview.so.1 -lib/librfm_gridview.so.1.0.0 -lib/librodent.la -lib/librodent.so -lib/librodent.so.1 -lib/librodent.so.1.0.0 -%%NLS%%lib/locale/af/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ar/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/as/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ast/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/az/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/be/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/be@latin/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/bg/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/bn/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/br/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/bs/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ca/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ca@valencia/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/crh/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/cs/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/csb/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/cy/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/da/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/de/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/dz/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/el/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/en_CA/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/en_GB/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/eo/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/es/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/et/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/eu/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fa/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fi/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fy/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ga/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/gl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/gu/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/he/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hi/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hne/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hsb/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hu/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hy/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ia/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/id/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/is/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/it/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ja/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ka/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/kg/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/km/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/kn/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ko/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ku/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/lt/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/lv/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/mai/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/mk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ml/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/mr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ms/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nb/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nds/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ne/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nn/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/oc/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/or/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pa/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ps/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pt/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pt_BR/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ro/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ru/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/si/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sq/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@ije/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@ijekavian/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@ijekavianlatin/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@latin/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sv/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ta/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/te/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/tg/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/th/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/tk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/tr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ug/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/uk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/uz/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/uz@cyrillic/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/vi/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/wa/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/xh/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_CN/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_HK/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_TW.Big5/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_TW/LC_MESSAGES/rodent.mo -lib/rfm/modules/libcombobox.la -lib/rfm/modules/libcombobox.so -lib/rfm/modules/libcombobox.so.0 -lib/rfm/modules/libcombobox.so.0.0.0 -lib/rfm/modules/libcompletion.la -lib/rfm/modules/libcompletion.so -lib/rfm/modules/libcompletion.so.0 -lib/rfm/modules/libcompletion.so.0.0.0 -lib/rfm/modules/libfgr.la -lib/rfm/modules/libfgr.so -lib/rfm/modules/libfgr.so.0 -lib/rfm/modules/libfgr.so.0.0.0 -lib/rfm/modules/libicons.la -lib/rfm/modules/libicons.so -lib/rfm/modules/libicons.so.0 -lib/rfm/modules/libicons.so.0.0.0 -lib/rfm/modules/libmime.la -lib/rfm/modules/libmime.so -lib/rfm/modules/libmime.so.0 -lib/rfm/modules/libmime.so.0.0.0 -lib/rfm/modules/libmimezip.la -lib/rfm/modules/libmimezip.so -lib/rfm/modules/libmimezip.so.0 -lib/rfm/modules/libmimezip.so.0.0.0 -lib/rfm/modules/libops.la -lib/rfm/modules/libops.so -lib/rfm/modules/libops.so.0 -lib/rfm/modules/libops.so.0.0.0 -lib/rfm/modules/libproperties.la -lib/rfm/modules/libproperties.so -lib/rfm/modules/libproperties.so.0 -lib/rfm/modules/libproperties.so.0.0.0 -lib/rfm/modules/librun.la -lib/rfm/modules/librun.so -lib/rfm/modules/librun.so.0 -lib/rfm/modules/librun.so.0.0.0 -lib/rfm/modules/libsettings.la -lib/rfm/modules/libsettings.so -lib/rfm/modules/libsettings.so.0 -lib/rfm/modules/libsettings.so.0.0.0 -lib/rfm/plugins/libdotdesktop.la +lib/locale/af/LC_MESSAGES/fgr.mo +lib/locale/af/LC_MESSAGES/rodent-diff.mo +lib/locale/af/LC_MESSAGES/rodent-fgr.mo +lib/locale/af/LC_MESSAGES/rodent-fm.mo +lib/locale/af/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/af/LC_MESSAGES/rodent-pkg.mo +lib/locale/am/LC_MESSAGES/rodent-diff.mo +lib/locale/am/LC_MESSAGES/rodent-fgr.mo +lib/locale/am/LC_MESSAGES/rodent-fm.mo +lib/locale/am/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/am/LC_MESSAGES/rodent-pkg.mo +lib/locale/an/LC_MESSAGES/rodent-diff.mo +lib/locale/an/LC_MESSAGES/rodent-fgr.mo +lib/locale/an/LC_MESSAGES/rodent-fm.mo +lib/locale/an/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/an/LC_MESSAGES/rodent-pkg.mo +lib/locale/ar/LC_MESSAGES/fgr.mo +lib/locale/ar/LC_MESSAGES/rodent-diff.mo +lib/locale/ar/LC_MESSAGES/rodent-fgr.mo +lib/locale/ar/LC_MESSAGES/rodent-fm.mo +lib/locale/ar/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ar/LC_MESSAGES/rodent-pkg.mo +lib/locale/as/LC_MESSAGES/fgr.mo +lib/locale/as/LC_MESSAGES/rodent-diff.mo +lib/locale/as/LC_MESSAGES/rodent-fgr.mo +lib/locale/as/LC_MESSAGES/rodent-fm.mo +lib/locale/as/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/as/LC_MESSAGES/rodent-pkg.mo +lib/locale/ast/LC_MESSAGES/fgr.mo +lib/locale/ast/LC_MESSAGES/rodent-diff.mo +lib/locale/ast/LC_MESSAGES/rodent-fgr.mo +lib/locale/ast/LC_MESSAGES/rodent-fm.mo +lib/locale/ast/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ast/LC_MESSAGES/rodent-pkg.mo +lib/locale/az/LC_MESSAGES/fgr.mo +lib/locale/az/LC_MESSAGES/rodent-diff.mo +lib/locale/az/LC_MESSAGES/rodent-fgr.mo +lib/locale/az/LC_MESSAGES/rodent-fm.mo +lib/locale/az/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/az/LC_MESSAGES/rodent-pkg.mo +lib/locale/be/LC_MESSAGES/fgr.mo +lib/locale/be/LC_MESSAGES/rodent-diff.mo +lib/locale/be/LC_MESSAGES/rodent-fgr.mo +lib/locale/be/LC_MESSAGES/rodent-fm.mo +lib/locale/be/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/be/LC_MESSAGES/rodent-pkg.mo +lib/locale/be@latin/LC_MESSAGES/rodent-diff.mo +lib/locale/be@latin/LC_MESSAGES/rodent-fgr.mo +lib/locale/be@latin/LC_MESSAGES/rodent-fm.mo +lib/locale/be@latin/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/be@latin/LC_MESSAGES/rodent-pkg.mo +lib/locale/bg/LC_MESSAGES/fgr.mo +lib/locale/bg/LC_MESSAGES/rodent-diff.mo +lib/locale/bg/LC_MESSAGES/rodent-fgr.mo +lib/locale/bg/LC_MESSAGES/rodent-fm.mo +lib/locale/bg/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bg/LC_MESSAGES/rodent-pkg.mo +lib/locale/bn/LC_MESSAGES/fgr.mo +lib/locale/bn/LC_MESSAGES/rodent-diff.mo +lib/locale/bn/LC_MESSAGES/rodent-fgr.mo +lib/locale/bn/LC_MESSAGES/rodent-fm.mo +lib/locale/bn/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bn/LC_MESSAGES/rodent-pkg.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-diff.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-fgr.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-fm.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-pkg.mo +lib/locale/bo/LC_MESSAGES/rodent-diff.mo +lib/locale/bo/LC_MESSAGES/rodent-fgr.mo +lib/locale/bo/LC_MESSAGES/rodent-fm.mo +lib/locale/bo/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bo/LC_MESSAGES/rodent-pkg.mo +lib/locale/br/LC_MESSAGES/fgr.mo +lib/locale/br/LC_MESSAGES/rodent-diff.mo +lib/locale/br/LC_MESSAGES/rodent-fgr.mo +lib/locale/br/LC_MESSAGES/rodent-fm.mo +lib/locale/br/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/br/LC_MESSAGES/rodent-pkg.mo +lib/locale/bs/LC_MESSAGES/fgr.mo +lib/locale/bs/LC_MESSAGES/rodent-diff.mo +lib/locale/bs/LC_MESSAGES/rodent-fgr.mo +lib/locale/bs/LC_MESSAGES/rodent-fm.mo +lib/locale/bs/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bs/LC_MESSAGES/rodent-pkg.mo +lib/locale/ca/LC_MESSAGES/fgr.mo +lib/locale/ca/LC_MESSAGES/rodent-diff.mo +lib/locale/ca/LC_MESSAGES/rodent-fgr.mo +lib/locale/ca/LC_MESSAGES/rodent-fm.mo +lib/locale/ca/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ca/LC_MESSAGES/rodent-pkg.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-diff.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-fgr.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-fm.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-pkg.mo +lib/locale/crh/LC_MESSAGES/fgr.mo +lib/locale/crh/LC_MESSAGES/rodent-diff.mo +lib/locale/crh/LC_MESSAGES/rodent-fgr.mo +lib/locale/crh/LC_MESSAGES/rodent-fm.mo +lib/locale/crh/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/crh/LC_MESSAGES/rodent-pkg.mo +lib/locale/cs/LC_MESSAGES/fgr.mo +lib/locale/cs/LC_MESSAGES/rodent-diff.mo +lib/locale/cs/LC_MESSAGES/rodent-fgr.mo +lib/locale/cs/LC_MESSAGES/rodent-fm.mo +lib/locale/cs/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/cs/LC_MESSAGES/rodent-pkg.mo +lib/locale/csb/LC_MESSAGES/fgr.mo +lib/locale/csb/LC_MESSAGES/rodent-diff.mo +lib/locale/csb/LC_MESSAGES/rodent-fgr.mo +lib/locale/csb/LC_MESSAGES/rodent-fm.mo +lib/locale/csb/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/csb/LC_MESSAGES/rodent-pkg.mo +lib/locale/cy/LC_MESSAGES/fgr.mo +lib/locale/cy/LC_MESSAGES/rodent-diff.mo +lib/locale/cy/LC_MESSAGES/rodent-fgr.mo +lib/locale/cy/LC_MESSAGES/rodent-fm.mo +lib/locale/cy/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/cy/LC_MESSAGES/rodent-pkg.mo +lib/locale/da/LC_MESSAGES/fgr.mo +lib/locale/da/LC_MESSAGES/rodent-diff.mo +lib/locale/da/LC_MESSAGES/rodent-fgr.mo +lib/locale/da/LC_MESSAGES/rodent-fm.mo +lib/locale/da/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/da/LC_MESSAGES/rodent-pkg.mo +lib/locale/de/LC_MESSAGES/fgr.mo +lib/locale/de/LC_MESSAGES/rodent-diff.mo +lib/locale/de/LC_MESSAGES/rodent-fgr.mo +lib/locale/de/LC_MESSAGES/rodent-fm.mo +lib/locale/de/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/de/LC_MESSAGES/rodent-pkg.mo +lib/locale/dz/LC_MESSAGES/fgr.mo +lib/locale/dz/LC_MESSAGES/rodent-diff.mo +lib/locale/dz/LC_MESSAGES/rodent-fgr.mo +lib/locale/dz/LC_MESSAGES/rodent-fm.mo +lib/locale/dz/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/dz/LC_MESSAGES/rodent-pkg.mo +lib/locale/el/LC_MESSAGES/fgr.mo +lib/locale/el/LC_MESSAGES/rodent-diff.mo +lib/locale/el/LC_MESSAGES/rodent-fgr.mo +lib/locale/el/LC_MESSAGES/rodent-fm.mo +lib/locale/el/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/el/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_AU/LC_MESSAGES/rodent-diff.mo +lib/locale/en_AU/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_AU/LC_MESSAGES/rodent-fm.mo +lib/locale/en_AU/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_AU/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_CA/LC_MESSAGES/fgr.mo +lib/locale/en_CA/LC_MESSAGES/rodent-diff.mo +lib/locale/en_CA/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_CA/LC_MESSAGES/rodent-fm.mo +lib/locale/en_CA/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_CA/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_GB/LC_MESSAGES/fgr.mo +lib/locale/en_GB/LC_MESSAGES/rodent-diff.mo +lib/locale/en_GB/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_GB/LC_MESSAGES/rodent-fm.mo +lib/locale/en_GB/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_GB/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_US/LC_MESSAGES/rodent-diff.mo +lib/locale/en_US/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_US/LC_MESSAGES/rodent-fm.mo +lib/locale/en_US/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_US/LC_MESSAGES/rodent-pkg.mo +lib/locale/eo/LC_MESSAGES/fgr.mo +lib/locale/eo/LC_MESSAGES/rodent-diff.mo +lib/locale/eo/LC_MESSAGES/rodent-fgr.mo +lib/locale/eo/LC_MESSAGES/rodent-fm.mo +lib/locale/eo/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/eo/LC_MESSAGES/rodent-pkg.mo +lib/locale/es/LC_MESSAGES/fgr.mo +lib/locale/es/LC_MESSAGES/rodent-diff.mo +lib/locale/es/LC_MESSAGES/rodent-fgr.mo +lib/locale/es/LC_MESSAGES/rodent-fm.mo +lib/locale/es/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/es/LC_MESSAGES/rodent-pkg.mo +lib/locale/et/LC_MESSAGES/fgr.mo +lib/locale/et/LC_MESSAGES/rodent-diff.mo +lib/locale/et/LC_MESSAGES/rodent-fgr.mo +lib/locale/et/LC_MESSAGES/rodent-fm.mo +lib/locale/et/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/et/LC_MESSAGES/rodent-pkg.mo +lib/locale/eu/LC_MESSAGES/fgr.mo +lib/locale/eu/LC_MESSAGES/rodent-diff.mo +lib/locale/eu/LC_MESSAGES/rodent-fgr.mo +lib/locale/eu/LC_MESSAGES/rodent-fm.mo +lib/locale/eu/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/eu/LC_MESSAGES/rodent-pkg.mo +lib/locale/fa/LC_MESSAGES/fgr.mo +lib/locale/fa/LC_MESSAGES/rodent-diff.mo +lib/locale/fa/LC_MESSAGES/rodent-fgr.mo +lib/locale/fa/LC_MESSAGES/rodent-fm.mo +lib/locale/fa/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fa/LC_MESSAGES/rodent-pkg.mo +lib/locale/fi/LC_MESSAGES/fgr.mo +lib/locale/fi/LC_MESSAGES/rodent-diff.mo +lib/locale/fi/LC_MESSAGES/rodent-fgr.mo +lib/locale/fi/LC_MESSAGES/rodent-fm.mo +lib/locale/fi/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fi/LC_MESSAGES/rodent-pkg.mo +lib/locale/fr/LC_MESSAGES/fgr.mo +lib/locale/fr/LC_MESSAGES/rodent-diff.mo +lib/locale/fr/LC_MESSAGES/rodent-fgr.mo +lib/locale/fr/LC_MESSAGES/rodent-fm.mo +lib/locale/fr/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fr/LC_MESSAGES/rodent-pkg.mo +lib/locale/fur/LC_MESSAGES/rodent-diff.mo +lib/locale/fur/LC_MESSAGES/rodent-fgr.mo +lib/locale/fur/LC_MESSAGES/rodent-fm.mo +lib/locale/fur/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fur/LC_MESSAGES/rodent-pkg.mo +lib/locale/fy/LC_MESSAGES/fgr.mo +lib/locale/fy/LC_MESSAGES/rodent-diff.mo +lib/locale/fy/LC_MESSAGES/rodent-fgr.mo +lib/locale/fy/LC_MESSAGES/rodent-fm.mo +lib/locale/fy/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fy/LC_MESSAGES/rodent-pkg.mo +lib/locale/ga/LC_MESSAGES/fgr.mo +lib/locale/ga/LC_MESSAGES/rodent-diff.mo +lib/locale/ga/LC_MESSAGES/rodent-fgr.mo +lib/locale/ga/LC_MESSAGES/rodent-fm.mo +lib/locale/ga/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ga/LC_MESSAGES/rodent-pkg.mo +lib/locale/gl/LC_MESSAGES/fgr.mo +lib/locale/gl/LC_MESSAGES/rodent-diff.mo +lib/locale/gl/LC_MESSAGES/rodent-fgr.mo +lib/locale/gl/LC_MESSAGES/rodent-fm.mo +lib/locale/gl/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/gl/LC_MESSAGES/rodent-pkg.mo +lib/locale/gu/LC_MESSAGES/fgr.mo +lib/locale/gu/LC_MESSAGES/rodent-diff.mo +lib/locale/gu/LC_MESSAGES/rodent-fgr.mo +lib/locale/gu/LC_MESSAGES/rodent-fm.mo +lib/locale/gu/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/gu/LC_MESSAGES/rodent-pkg.mo +lib/locale/gv/LC_MESSAGES/rodent-diff.mo +lib/locale/gv/LC_MESSAGES/rodent-fgr.mo +lib/locale/gv/LC_MESSAGES/rodent-fm.mo +lib/locale/gv/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/gv/LC_MESSAGES/rodent-pkg.mo +lib/locale/he/LC_MESSAGES/fgr.mo +lib/locale/he/LC_MESSAGES/rodent-diff.mo +lib/locale/he/LC_MESSAGES/rodent-fgr.mo +lib/locale/he/LC_MESSAGES/rodent-fm.mo +lib/locale/he/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/he/LC_MESSAGES/rodent-pkg.mo +lib/locale/hi/LC_MESSAGES/fgr.mo +lib/locale/hi/LC_MESSAGES/rodent-diff.mo +lib/locale/hi/LC_MESSAGES/rodent-fgr.mo +lib/locale/hi/LC_MESSAGES/rodent-fm.mo +lib/locale/hi/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hi/LC_MESSAGES/rodent-pkg.mo +lib/locale/hne/LC_MESSAGES/fgr.mo +lib/locale/hne/LC_MESSAGES/rodent-diff.mo +lib/locale/hne/LC_MESSAGES/rodent-fgr.mo +lib/locale/hne/LC_MESSAGES/rodent-fm.mo +lib/locale/hne/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hne/LC_MESSAGES/rodent-pkg.mo +lib/locale/hr/LC_MESSAGES/fgr.mo +lib/locale/hr/LC_MESSAGES/rodent-diff.mo +lib/locale/hr/LC_MESSAGES/rodent-fgr.mo +lib/locale/hr/LC_MESSAGES/rodent-fm.mo +lib/locale/hr/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hr/LC_MESSAGES/rodent-pkg.mo +lib/locale/hsb/LC_MESSAGES/fgr.mo +lib/locale/hsb/LC_MESSAGES/rodent-diff.mo +lib/locale/hsb/LC_MESSAGES/rodent-fgr.mo +lib/locale/hsb/LC_MESSAGES/rodent-fm.mo +lib/locale/hsb/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hsb/LC_MESSAGES/rodent-pkg.mo +lib/locale/hu/LC_MESSAGES/fgr.mo +lib/locale/hu/LC_MESSAGES/rodent-diff.mo +lib/locale/hu/LC_MESSAGES/rodent-fgr.mo +lib/locale/hu/LC_MESSAGES/rodent-fm.mo +lib/locale/hu/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hu/LC_MESSAGES/rodent-pkg.mo +lib/locale/hy/LC_MESSAGES/fgr.mo +lib/locale/hy/LC_MESSAGES/rodent-diff.mo +lib/locale/hy/LC_MESSAGES/rodent-fgr.mo +lib/locale/hy/LC_MESSAGES/rodent-fm.mo +lib/locale/hy/LC_MESSAGES/rodent-iconmgr.mo *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 21:55: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 73A85E93; Fri, 3 Oct 2014 21:55: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 5FB01C5A; Fri, 3 Oct 2014 21:55: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 s93LtkeO013865; Fri, 3 Oct 2014 21:55:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93LtjjG013862; Fri, 3 Oct 2014 21:55:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410032155.s93LtjjG013862@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Oct 2014 21:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369940 - in head/news/atp: . 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: Fri, 03 Oct 2014 21:55:46 -0000 Author: antoine Date: Fri Oct 3 21:55:45 2014 New Revision: 369940 URL: https://svnweb.freebsd.org/changeset/ports/369940 QAT: https://qat.redports.org/buildarchive/r369940/ Log: - Add missing run dependency on perl - Allow staging as a regular user Modified: head/news/atp/Makefile head/news/atp/files/patch-Makefile.in head/news/atp/pkg-plist Modified: head/news/atp/Makefile ============================================================================== --- head/news/atp/Makefile Fri Oct 3 21:46:53 2014 (r369939) +++ head/news/atp/Makefile Fri Oct 3 21:55:45 2014 (r369940) @@ -3,7 +3,7 @@ PORTNAME= atp PORTVERSION= 1.50 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/bbs/mail @@ -15,7 +15,8 @@ COMMENT= QWK message packet reader and c RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -USES= gmake +USES= gmake perl5 +USE_PERL5= run GNU_CONFIGURE= yes SUB_FILES= pkg-message Modified: head/news/atp/files/patch-Makefile.in ============================================================================== --- head/news/atp/files/patch-Makefile.in Fri Oct 3 21:46:53 2014 (r369939) +++ head/news/atp/files/patch-Makefile.in Fri Oct 3 21:55:45 2014 (r369940) @@ -1,5 +1,5 @@ ---- Makefile.in.old Fri May 15 16:34:21 1998 -+++ Makefile.in Fri May 15 16:35:02 1998 +--- Makefile.in.orig 1997-01-03 13:00:00 UTC ++++ Makefile.in @@ -20,7 +20,7 @@ mandir = $(prefix)/man @@ -27,16 +27,34 @@ in_cfg: @echo " " -@@ -136,12 +136,6 @@ - $(INSTALL) -m $(bin_prm) -o $(bin_own) -g $(bin_grp) ./atp $(bindir)/atp - $(INSTALL) -m $(bin_prm) -o $(bin_own) -g $(bin_grp) ./utils/atpdiag $(bindir)/atpdiag - $(INSTALL) -m $(bin_prm) -o $(bin_own) -g $(bin_grp) ./utils/rot13 $(bindir)/rot13 +@@ -133,23 +133,17 @@ + @echo " " + @echo "Installing binaries . . ." + @$(STRIP) atp ./utils/rot13 +- $(INSTALL) -m $(bin_prm) -o $(bin_own) -g $(bin_grp) ./atp $(bindir)/atp +- $(INSTALL) -m $(bin_prm) -o $(bin_own) -g $(bin_grp) ./utils/atpdiag $(bindir)/atpdiag +- $(INSTALL) -m $(bin_prm) -o $(bin_own) -g $(bin_grp) ./utils/rot13 $(bindir)/rot13 - -in_wrap: - @echo " " - @echo "Now it's YOUR turn, please do this:" - @echo "Set and export the environment variable: ATP=$(atphome)" - @echo "Edit your $(atphome)/atprc and then read the docs!" ++ $(INSTALL) -m $(bin_prm) ./atp $(bindir)/atp ++ $(INSTALL) -m $(bin_prm) ./utils/atpdiag $(bindir)/atpdiag ++ $(INSTALL) -m $(bin_prm) ./utils/rot13 $(bindir)/rot13 in_man: @echo " " + @echo "Installing man pages . . ." +- $(INSTALL) -m $(man_prm) -o $(man_own) -g $(man_grp) $(srcdir)/docs/atp.1 $(mandir)/man1 +- $(INSTALL) -m $(man_prm) -o $(man_own) -g $(man_grp) $(srcdir)/docs/editline.3 $(mandir)/man3 +- $(INSTALL) -m $(man_prm) -o $(man_own) -g $(man_grp) $(srcdir)/docs/atpdiag.1 $(mandir)/man1 +- $(INSTALL) -m $(man_prm) -o $(man_own) -g $(man_grp) $(srcdir)/docs/rot13.1 $(mandir)/man1 ++ $(INSTALL) -m $(man_prm) $(srcdir)/docs/atp.1 $(mandir)/man1 ++ $(INSTALL) -m $(man_prm) $(srcdir)/docs/editline.3 $(mandir)/man3 ++ $(INSTALL) -m $(man_prm) $(srcdir)/docs/atpdiag.1 $(mandir)/man1 ++ $(INSTALL) -m $(man_prm) $(srcdir)/docs/rot13.1 $(mandir)/man1 + + uninstall: + rm -f $(mandir)/man1/atp.1 $(mandir)/man1/atpdiag.1 $(mandir)/man1/rot13.1 Modified: head/news/atp/pkg-plist ============================================================================== --- head/news/atp/pkg-plist Fri Oct 3 21:46:53 2014 (r369939) +++ head/news/atp/pkg-plist Fri Oct 3 21:55:45 2014 (r369940) @@ -7,4 +7,3 @@ man/man1/atp.1.gz man/man1/atpdiag.1.gz man/man1/rot13.1.gz man/man3/editline.3.gz -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 22:11: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 AE7CA506; Fri, 3 Oct 2014 22:11: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 9ABD6E78; Fri, 3 Oct 2014 22:11: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 s93MB4r0020127; Fri, 3 Oct 2014 22:11:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93MB41a020126; Fri, 3 Oct 2014 22:11:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410032211.s93MB41a020126@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Oct 2014 22:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369941 - head/x11-fm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 22:11:04 -0000 Author: antoine Date: Fri Oct 3 22:11:03 2014 New Revision: 369941 URL: https://svnweb.freebsd.org/changeset/ports/369941 QAT: https://qat.redports.org/buildarchive/r369941/ Log: Attempt to unbreak index Modified: head/x11-fm/Makefile Modified: head/x11-fm/Makefile ============================================================================== --- head/x11-fm/Makefile Fri Oct 3 21:55:45 2014 (r369940) +++ head/x11-fm/Makefile Fri Oct 3 22:11:03 2014 (r369941) @@ -15,6 +15,8 @@ SUBDIR += gnome-commander2 SUBDIR += gprename SUBDIR += krusader2 + SUBDIR += librfm + SUBDIR += libtubo SUBDIR += mtoolsfm SUBDIR += mucommander SUBDIR += nautilus From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 00:04: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 6A5ECC09; Sat, 4 Oct 2014 00:04: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 5683AF4A; Sat, 4 Oct 2014 00:04: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 s9404Vrk074990; Sat, 4 Oct 2014 00:04:31 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9404VbD074989; Sat, 4 Oct 2014 00:04:31 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410040004.s9404VbD074989@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 4 Oct 2014 00:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369942 - head/graphics/libpgf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 00:04:31 -0000 Author: jhale Date: Sat Oct 4 00:04:30 2014 New Revision: 369942 URL: https://svnweb.freebsd.org/changeset/ports/369942 QAT: https://qat.redports.org/buildarchive/r369942/ Log: - Convert to USES=autoreconf Modified: head/graphics/libpgf/Makefile Modified: head/graphics/libpgf/Makefile ============================================================================== --- head/graphics/libpgf/Makefile Fri Oct 3 22:11:03 2014 (r369941) +++ head/graphics/libpgf/Makefile Sat Oct 4 00:04:30 2014 (r369942) @@ -12,18 +12,13 @@ COMMENT= Progressive Graphics Format (PG LICENSE= LGPL21 -USES= dos2unix libtool -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +USES= autoreconf dos2unix libtool USE_LDCONFIG= yes DOS2UNIX_FILES= configure.ac -AUTOMAKE_ARGS= --add-missing --copy -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME} -pre-configure: - @cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS - .include From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 01:35: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 B216D56B; Sat, 4 Oct 2014 01:35: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 8357D9E4; Sat, 4 Oct 2014 01:35: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 s941ZLuq016786; Sat, 4 Oct 2014 01:35:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s941ZKrq016781; Sat, 4 Oct 2014 01:35:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410040135.s941ZKrq016781@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 01:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369943 - head/dns/p5-Net-DNSBL-Statistics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 01:35:21 -0000 Author: sunpoet Date: Sat Oct 4 01:35:20 2014 New Revision: 369943 URL: https://svnweb.freebsd.org/changeset/ports/369943 QAT: https://qat.redports.org/buildarchive/r369943/ Log: - Update to 0.14 - Cleanup PLIST Changes: http://search.cpan.org/dist/Net-DNSBL-Statistics/Changes Modified: head/dns/p5-Net-DNSBL-Statistics/Makefile head/dns/p5-Net-DNSBL-Statistics/distinfo head/dns/p5-Net-DNSBL-Statistics/pkg-plist Modified: head/dns/p5-Net-DNSBL-Statistics/Makefile ============================================================================== --- head/dns/p5-Net-DNSBL-Statistics/Makefile Sat Oct 4 00:04:30 2014 (r369942) +++ head/dns/p5-Net-DNSBL-Statistics/Makefile Sat Oct 4 01:35:20 2014 (r369943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNSBL-Statistics -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= dns mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/p5-Net-DNSBL-Statistics/distinfo ============================================================================== --- head/dns/p5-Net-DNSBL-Statistics/distinfo Sat Oct 4 00:04:30 2014 (r369942) +++ head/dns/p5-Net-DNSBL-Statistics/distinfo Sat Oct 4 01:35:20 2014 (r369943) @@ -1,2 +1,2 @@ -SHA256 (Net-DNSBL-Statistics-0.13.tar.gz) = 13a4a1395bf2fc0a8435521e0a93359fdc174c5c647d915485da23afba0e6601 -SIZE (Net-DNSBL-Statistics-0.13.tar.gz) = 35939 +SHA256 (Net-DNSBL-Statistics-0.14.tar.gz) = 9a46c2ba34efbef6e9b3ddc114789f464bcc76937ae9a99f05e97c3885d2f7cb +SIZE (Net-DNSBL-Statistics-0.14.tar.gz) = 36042 Modified: head/dns/p5-Net-DNSBL-Statistics/pkg-plist ============================================================================== --- head/dns/p5-Net-DNSBL-Statistics/pkg-plist Sat Oct 4 00:04:30 2014 (r369942) +++ head/dns/p5-Net-DNSBL-Statistics/pkg-plist Sat Oct 4 01:35:20 2014 (r369943) @@ -1,8 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNSBL/Statistics/.packlist %%SITE_PERL%%/Net/DNSBL/Statistics.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNSBL/Statistics/.packlist %%PERL5_MAN3%%/Net::DNSBL::Statistics.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNSBL/Statistics -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNSBL -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/Net/DNSBL -@dirrmtry %%SITE_PERL%%/Net From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 06:42: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 2148FAFF; Sat, 4 Oct 2014 06:42: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 E778297E; Sat, 4 Oct 2014 06:42: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 s946g5It060192; Sat, 4 Oct 2014 06:42:05 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s946g5gf060189; Sat, 4 Oct 2014 06:42:05 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201410040642.s946g5gf060189@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sat, 4 Oct 2014 06:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369944 - head/net-mgmt/bsnmp-ucd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 06:42:06 -0000 Author: trociny Date: Sat Oct 4 06:42:04 2014 New Revision: 369944 URL: https://svnweb.freebsd.org/changeset/ports/369944 QAT: https://qat.redports.org/buildarchive/r369944/ Log: Update to 0.4.1. Modified: head/net-mgmt/bsnmp-ucd/Makefile head/net-mgmt/bsnmp-ucd/distinfo head/net-mgmt/bsnmp-ucd/pkg-plist Modified: head/net-mgmt/bsnmp-ucd/Makefile ============================================================================== --- head/net-mgmt/bsnmp-ucd/Makefile Sat Oct 4 01:35:20 2014 (r369943) +++ head/net-mgmt/bsnmp-ucd/Makefile Sat Oct 4 06:42:04 2014 (r369944) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= bsnmp-ucd -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= net-mgmt -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= http://people.freebsd.org/~trociny/${PORTNAME}/ MAINTAINER= trociny@FreeBSD.org COMMENT= bsnmpd module that implements parts of UCD-SNMP-MIB Modified: head/net-mgmt/bsnmp-ucd/distinfo ============================================================================== --- head/net-mgmt/bsnmp-ucd/distinfo Sat Oct 4 01:35:20 2014 (r369943) +++ head/net-mgmt/bsnmp-ucd/distinfo Sat Oct 4 06:42:04 2014 (r369944) @@ -1,2 +1,2 @@ -SHA256 (bsnmp-ucd-0.4.0.tar.gz) = bb88854a1104265747c2b2a49753f57642357f8dc773f0a33877c88d1dbef789 -SIZE (bsnmp-ucd-0.4.0.tar.gz) = 30011 +SHA256 (bsnmp-ucd-0.4.1.tar.gz) = bbad61fc1ba56199e8332c0aefd17b0f8d9a68de4b22bfd646fd2faf52046af8 +SIZE (bsnmp-ucd-0.4.1.tar.gz) = 29041 Modified: head/net-mgmt/bsnmp-ucd/pkg-plist ============================================================================== --- head/net-mgmt/bsnmp-ucd/pkg-plist Sat Oct 4 01:35:20 2014 (r369943) +++ head/net-mgmt/bsnmp-ucd/pkg-plist Sat Oct 4 06:42:04 2014 (r369944) @@ -1,5 +1,5 @@ lib/snmp_ucd.so lib/snmp_ucd.so.1 man/man8/bsnmp-ucd.8.gz -%%EXAMPLESDIR%%/snmpd.config.sample -@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/snmpd.config.sample +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 06:49: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 D6389D14; Sat, 4 Oct 2014 06:49: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 C29EC9A3; Sat, 4 Oct 2014 06:49: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 s946nx40061222; Sat, 4 Oct 2014 06:49:59 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s946nxcj061221; Sat, 4 Oct 2014 06:49:59 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410040649.s946nxcj061221@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 4 Oct 2014 06:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369945 - head/www/dillo2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 06:49:59 -0000 Author: mva Date: Sat Oct 4 06:49:59 2014 New Revision: 369945 URL: https://svnweb.freebsd.org/changeset/ports/369945 QAT: https://qat.redports.org/buildarchive/r369945/ Log: - Unbreak the build, which missed to link against iconv properly PR: 193744 Submitted by: myself Reported by: roo4.id@gmail.com Approved by: masintainer timeout (bf@) Modified: head/www/dillo2/Makefile Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Sat Oct 4 06:42:04 2014 (r369944) +++ head/www/dillo2/Makefile Sat Oct 4 06:49:59 2014 (r369945) @@ -21,7 +21,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -USES= gmake pkgconfig tar:bzip2 +USES= gmake iconv pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/libexec CONFLICTS= dillo-i18n-[0-9]* \ From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 06:58: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 E4BCCF7A; Sat, 4 Oct 2014 06:58: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 D1013AE0; Sat, 4 Oct 2014 06:58: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 s946wZV5065756; Sat, 4 Oct 2014 06:58:35 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s946wZ7E065755; Sat, 4 Oct 2014 06:58:35 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410040658.s946wZ7E065755@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 4 Oct 2014 06:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369946 - head/devel/py-robotframework-ride X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 06:58:36 -0000 Author: mva Date: Sat Oct 4 06:58:35 2014 New Revision: 369946 URL: https://svnweb.freebsd.org/changeset/ports/369946 QAT: https://qat.redports.org/buildarchive/r369946/ Log: - Convert to USES=python PR: 193786 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-robotframework-ride/Makefile Modified: head/devel/py-robotframework-ride/Makefile ============================================================================== --- head/devel/py-robotframework-ride/Makefile Sat Oct 4 06:49:59 2014 (r369945) +++ head/devel/py-robotframework-ride/Makefile Sat Oct 4 06:58:35 2014 (r369946) @@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robo ${PYTHON_PKGNAMEPREFIX}robotframework-selenium2library>=1.1.0:${PORTSDIR}/devel/py-robotframework-selenium2library \ ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist USE_WX= 3.0+ WX_COMPS= python:run From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 07:04: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 199DE139; Sat, 4 Oct 2014 07: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 061C5B99; Sat, 4 Oct 2014 07:04: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 s9474fgi070056; Sat, 4 Oct 2014 07:04:41 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9474fE7070055; Sat, 4 Oct 2014 07:04:41 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410040704.s9474fE7070055@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 4 Oct 2014 07:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369947 - head/devel/py-python-statsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 07:04:42 -0000 Author: mva Date: Sat Oct 4 07:04:41 2014 New Revision: 369947 URL: https://svnweb.freebsd.org/changeset/ports/369947 QAT: https://qat.redports.org/buildarchive/r369947/ Log: - Convert to USES=python PR: 193736 Submitted by: Eero Hänninen (maintainer) Modified: head/devel/py-python-statsd/Makefile Modified: head/devel/py-python-statsd/Makefile ============================================================================== --- head/devel/py-python-statsd/Makefile Sat Oct 4 06:58:35 2014 (r369946) +++ head/devel/py-python-statsd/Makefile Sat Oct 4 07:04:41 2014 (r369947) @@ -11,9 +11,8 @@ COMMENT= Statsd is a client for Etsy's n LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist post-extract: ${RM} -r ${WRKSRC}/tests From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 07:47: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 47A5ADC9; Sat, 4 Oct 2014 07:47: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 19F6BEA1; Sat, 4 Oct 2014 07:47: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 s947ltUi089366; Sat, 4 Oct 2014 07:47:55 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s947ltfQ089363; Sat, 4 Oct 2014 07:47:55 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410040747.s947ltfQ089363@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 4 Oct 2014 07:47:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369948 - head/games/manaplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 07:47:56 -0000 Author: mva Date: Sat Oct 4 07:47:54 2014 New Revision: 369948 URL: https://svnweb.freebsd.org/changeset/ports/369948 QAT: https://qat.redports.org/buildarchive/r369948/ Log: - Update to version 1.4.9.27 Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo head/games/manaplus/pkg-plist Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Sat Oct 4 07:04:41 2014 (r369947) +++ head/games/manaplus/Makefile Sat Oct 4 07:47:54 2014 (r369948) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.4.9.14 +PORTVERSION= 1.4.9.27 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Sat Oct 4 07:04:41 2014 (r369947) +++ head/games/manaplus/distinfo Sat Oct 4 07:47:54 2014 (r369948) @@ -1,2 +1,2 @@ -SHA256 (manaplus-1.4.9.14.tar.xz) = 71977cb9e526ec22e63c9e3b930ffc6095a1805de66cc3c813d340a57ab04ba0 -SIZE (manaplus-1.4.9.14.tar.xz) = 9071432 +SHA256 (manaplus-1.4.9.27.tar.xz) = ded120a199ac761e6c9176a3bd7ba62c7065edaa46b9af34ab8c3d35cf5546b8 +SIZE (manaplus-1.4.9.27.tar.xz) = 9097752 Modified: head/games/manaplus/pkg-plist ============================================================================== --- head/games/manaplus/pkg-plist Sat Oct 4 07:04:41 2014 (r369947) +++ head/games/manaplus/pkg-plist Sat Oct 4 07:47:54 2014 (r369948) @@ -352,6 +352,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/golden-delicious/shop.xml %%DATADIR%%/data/themes/golden-delicious/shoplistbox.xml %%DATADIR%%/data/themes/golden-delicious/skilllistbox.xml +%%DATADIR%%/data/themes/golden-delicious/skillpopup.xml %%DATADIR%%/data/themes/golden-delicious/slider.xml %%DATADIR%%/data/themes/golden-delicious/slider_highlighted.xml %%DATADIR%%/data/themes/golden-delicious/social.xml @@ -460,6 +461,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/jewelry/shop.xml %%DATADIR%%/data/themes/jewelry/shoplistbox.xml %%DATADIR%%/data/themes/jewelry/skilllistbox.xml +%%DATADIR%%/data/themes/jewelry/skillpopup.xml %%DATADIR%%/data/themes/jewelry/slider.xml %%DATADIR%%/data/themes/jewelry/slider_highlighted.xml %%DATADIR%%/data/themes/jewelry/social.xml From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 08:19: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 F4054DF7; Sat, 4 Oct 2014 08:19: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 C74191D8; Sat, 4 Oct 2014 08:19: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 s948J16I004271; Sat, 4 Oct 2014 08:19:01 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s948J1Ln004269; Sat, 4 Oct 2014 08:19:01 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201410040819.s948J1Ln004269@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 4 Oct 2014 08:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369949 - in head/x11-toolkits/py-kivy: . 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: Sat, 04 Oct 2014 08:19:02 -0000 Author: dbn Date: Sat Oct 4 08:19:00 2014 New Revision: 369949 URL: https://svnweb.freebsd.org/changeset/ports/369949 QAT: https://qat.redports.org/buildarchive/r369949/ Log: Fix x11-toolkits/py-kivy due to cython update. Cython changes its temporary variable handling and now fails on the file: kivy/graphics/sahder/pyx This has already been fixed upstream so just backport that fix. Also, update the USE_PYTHON et al variables. PR: 194065 Reported by: John Marino (marino@FreeBSD.org) Obtained from: https://github.com/kivy/kivy/commit/b2bc566 Added: head/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx (contents, props changed) Modified: head/x11-toolkits/py-kivy/Makefile Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Sat Oct 4 07:47:54 2014 (r369948) +++ head/x11-toolkits/py-kivy/Makefile Sat Oct 4 08:19:00 2014 (r369949) @@ -20,14 +20,12 @@ MAKE_JOBS_UNSAFE= yes # does not (reall USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} GH_COMMIT= d602d4b -USES= shebangfix +USES= python:2.7+ shebangfix USE_GL= gl -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_BUILD_TARGET= build_ext PYDISTUTILS_BUILDARGS= --inplace PYDISTUTILS_EGGINFO= Kivy-${PORTVERSION}-py${PYTHON_VER}.egg-info -USE_PYTHON= 2.7+ +USE_PYTHON= autoplist distutils SHEBANG_FILES= kivy/lib/osc/OSC.py OPTIONS_DEFINE= DOCS PDF TEST Added: head/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx Sat Oct 4 08:19:00 2014 (r369949) @@ -0,0 +1,22 @@ +diff --git a/kivy/graphics/shader.pyx b/kivy/graphics/shader.pyx +index eab0f42..39c449a 100644 +--- kivy/graphics/shader.pyx ++++ kivy/graphics/shader.pyx +@@ -421,6 +421,7 @@ cdef class Shader: + cdef void bind_vertex_format(self, VertexFormat vertex_format): + cdef unsigned int i + cdef vertex_attr_t *attr ++ cdef bytes name + + # if the current vertex format used in the shader is the current one, do + # nothing. +@@ -445,7 +446,8 @@ cdef class Shader: + attr = &vertex_format.vattr[i] + if attr.per_vertex == 0: + continue +- attr.index = glGetAttribLocation(self.program, attr.name) ++ name = attr.name ++ attr.index = glGetAttribLocation(self.program, name) + glEnableVertexAttribArray(attr.index) + + # save for the next run. From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 10:19: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 3AB939D8; Sat, 4 Oct 2014 10:19: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 26FB2E3D; Sat, 4 Oct 2014 10:19: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 s94AJG87060020; Sat, 4 Oct 2014 10:19:16 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94AJFKT060018; Sat, 4 Oct 2014 10:19:15 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410041019.s94AJFKT060018@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 4 Oct 2014 10:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369950 - in head/net/freevrrpd: . 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: Sat, 04 Oct 2014 10:19:16 -0000 Author: robak Date: Sat Oct 4 10:19:15 2014 New Revision: 369950 URL: https://svnweb.freebsd.org/changeset/ports/369950 QAT: https://qat.redports.org/buildarchive/r369950/ Log: net/freevrrpd: adapting raw_socket changes - Maintainer's timeout PR: 193243 Submitted by: Olivier Cochard Approved by: mentors (implicit) Added: head/net/freevrrpd/files/ head/net/freevrrpd/files/patch-vrrp_network.c (contents, props changed) Modified: head/net/freevrrpd/Makefile Modified: head/net/freevrrpd/Makefile ============================================================================== --- head/net/freevrrpd/Makefile Sat Oct 4 08:19:00 2014 (r369949) +++ head/net/freevrrpd/Makefile Sat Oct 4 10:19:15 2014 (r369950) @@ -3,6 +3,7 @@ PORTNAME= freevrrpd PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://opensource.kewego.com/freevrrpd/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT,freebsd Added: head/net/freevrrpd/files/patch-vrrp_network.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freevrrpd/files/patch-vrrp_network.c Sat Oct 4 10:19:15 2014 (r369950) @@ -0,0 +1,12 @@ +# $FreeBSD$ +--- vrrp_network.c.orig 2014-05-04 01:27:14.212855362 +0200 ++++ vrrp_network.c 2014-05-04 01:27:50.289959806 +0200 +@@ -113,7 +113,7 @@ + iph->ip_hl = 5; + iph->ip_v = 4; + iph->ip_tos = 0; +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if (defined(__FreeBSD__) && (__FreeBSD_version < 1100030)) || defined(__NetBSD__) + iph->ip_len = sizeof(struct ip) + vrrp_network_vrrphdr_len(vr) + vrrp_ah_ahhdr_len(vr); + #else + iph->ip_len = htons(sizeof(struct ip) + vrrp_network_vrrphdr_len(vr) + vrrp_ah_ahhdr_len(vr)); From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 10: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 07809B29; Sat, 4 Oct 2014 10: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 CDA7AF16; Sat, 4 Oct 2014 10:29: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 s94ATtn6064798; Sat, 4 Oct 2014 10:29:55 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94ATt2V064793; Sat, 4 Oct 2014 10:29:55 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201410041029.s94ATt2V064793@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 4 Oct 2014 10:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369951 - in head/devel/bugzilla44: . 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: Sat, 04 Oct 2014 10:29:56 -0000 Author: ohauer Date: Sat Oct 4 10:29:54 2014 New Revision: 369951 URL: https://svnweb.freebsd.org/changeset/ports/369951 QAT: https://qat.redports.org/buildarchive/r369951/ Log: - remove FreeBSD-specific bits - bump PORTREVISION PR: 194123 Submitted by: mva Reviewed by: eadler Deleted: head/devel/bugzilla44/files/freebsd-project-ldap.diff Modified: head/devel/bugzilla44/Makefile head/devel/bugzilla44/Makefile.options Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Sat Oct 4 10:19:15 2014 (r369950) +++ head/devel/bugzilla44/Makefile Sat Oct 4 10:29:54 2014 (r369951) @@ -2,6 +2,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived @@ -154,10 +155,6 @@ RUN_DEPENDS+= p5-File-MimeInfo>=0.16:${P p5-IO-stringy>=2.110:${PORTSDIR}/devel/p5-IO-stringy .endif -.if ${PORT_OPTIONS:MFREEBSD} -EXTRA_PATCHES= ${FILESDIR}/freebsd-project-ldap.diff -.endif - post-extract: @${RM} -rf ${WRKSRC}/.bzr @${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \ Modified: head/devel/bugzilla44/Makefile.options ============================================================================== --- head/devel/bugzilla44/Makefile.options Sat Oct 4 10:19:15 2014 (r369950) +++ head/devel/bugzilla44/Makefile.options Sat Oct 4 10:29:54 2014 (r369951) @@ -2,8 +2,7 @@ OPTIONS_DEFINE= \ DOCS \ - MODPERL \ - FREEBSD + MODPERL OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN @@ -55,7 +54,6 @@ BMP2PNG_DESC= BMP Attachments to PNGs CHARTING_MODULES_DESC= Bug charting support CONTRIB_DESC= Install user-contributed scripts EXPORT_IMPORT_DESC= Import/export bugs (via XML) -FREEBSD_DESC= Patch used internally by the FreeBSD project GRAPH_REPORTS_DESC= Graphical Reports INBOUND_EMAIL_DESC= Inbound Email JSONRPC_DESC= JSON-RPC Interface From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 10:53: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 00BBDD0F; Sat, 4 Oct 2014 10:53: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 D64951A1; Sat, 4 Oct 2014 10:53: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 s94ArL4L077915; Sat, 4 Oct 2014 10:53:21 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94ArLlC077914; Sat, 4 Oct 2014 10:53:21 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201410041053.s94ArLlC077914@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 4 Oct 2014 10:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369952 - 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: Sat, 04 Oct 2014 10:53:22 -0000 Author: ohauer Date: Sat Oct 4 10:53:21 2014 New Revision: 369952 URL: https://svnweb.freebsd.org/changeset/ports/369952 QAT: https://qat.redports.org/buildarchive/r369952/ Log: - fix documentation of user controlled parameters for usage in /etc/make.conf. APACHE_PORT should be used only in combination with "DEFAULT_VERSIONS+=apache2.2" - ripp AP_BUILDEXT, it is only used in bsd.apache.mk and not exported Modified: head/Mk/bsd.apache.mk Modified: head/Mk/bsd.apache.mk ============================================================================== --- head/Mk/bsd.apache.mk Sat Oct 4 10:29:54 2014 (r369951) +++ head/Mk/bsd.apache.mk Sat Oct 4 10:53:21 2014 (r369952) @@ -7,18 +7,26 @@ # Please view me with 4 column tabs! # ========================================================================= -# Parameter APACHE_PORT (user controlled): +# User controlled parameters for usage in /etc/make.conf: # -# The parameter APACHE_PORT can be used in /etc/make.conf to -# overwrite the default apache port. +# DEFAULT_VERSIONS - define the default apache version +# valid args: apache=2.2, apache=2.4 # -# This parameter should never be used in the Makefile of a port! +# APACHE_PORT - use www/apache22-(event|itk|peruser|worker)-mpm +# instead www/apache22. Use this parameter only in +# combination with "DEFAULT_VERSIONS+= apache=2.2" # # Example entry in /etc/make.conf: -# APACHE_PORT= www/apache22 +# - Set apache22 as default version +# DEFAULT_VERSIONS+= apache=2.2 # -# To get a list of "possible" valid values execute the command: -# $> egrep 'apache[12]' ports/www/Makefile | awk '{print "www/" $3}' +# - Additional use a special www/apache22-$MPM port +# APACHE_PORT= www/apache22-event-mpm +# +# Note: +# - This parameters should never be used in the Makefile of a port! +# - To get a list of "possible" APACHE_PORT values execute the command: +# $> awk '/apache22-/ {print "www/" $3}' ports/www/Makefile # # ========================================================================= # @@ -354,7 +362,6 @@ IGNORE?= PREFIX must be equal to APXS_PR . endif .endif -AP_BUILDEXT= la APACHEMODDIR= libexec/apache${APACHE_VERSION} APACHEINCLUDEDIR=include/apache${APACHE_VERSION} APACHEETCDIR= etc/apache${APACHE_VERSION} @@ -494,13 +501,13 @@ ap-gen-plist: .if !target(do-build) do-build: ap-gen-plist - @cd ${WRKSRC} && ${APXS} -c ${AP_EXTRAS} -o ${MODULENAME}.${AP_BUILDEXT} ${SRC_FILE} + (cd ${WRKSRC} && ${APXS} -c ${AP_EXTRAS} -o ${MODULENAME}.la ${SRC_FILE}) .endif .if !target(do-install) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} - @${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} -i -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.${AP_BUILDEXT} + ${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} -i -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.la . if !defined(DEBUG) @${ECHO_MSG} "===> strip ${APACHEMODDIR}/${MODULENAME}.so" @[ -e ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so ] && ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 12:09: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 C6FD0E64; Sat, 4 Oct 2014 12:09: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 B212EAC5; Sat, 4 Oct 2014 12:09: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 s94C9Esu011281; Sat, 4 Oct 2014 12:09:14 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94C9D75011278; Sat, 4 Oct 2014 12:09:13 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201410041209.s94C9D75011278@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 4 Oct 2014 12:09:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369953 - head/www/testlink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 12:09:15 -0000 Author: tota Date: Sat Oct 4 12:09:13 2014 New Revision: 369953 URL: https://svnweb.freebsd.org/changeset/ports/369953 QAT: https://qat.redports.org/buildarchive/r369953/ Log: - Update to 1.9.12 Modified: head/www/testlink/Makefile head/www/testlink/distinfo head/www/testlink/pkg-plist Modified: head/www/testlink/Makefile ============================================================================== --- head/www/testlink/Makefile Sat Oct 4 10:53:21 2014 (r369952) +++ head/www/testlink/Makefile Sat Oct 4 12:09:13 2014 (r369953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= testlink -PORTVERSION= 1.9.11 +PORTVERSION= 1.9.12 CATEGORIES= www devel MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} Modified: head/www/testlink/distinfo ============================================================================== --- head/www/testlink/distinfo Sat Oct 4 10:53:21 2014 (r369952) +++ head/www/testlink/distinfo Sat Oct 4 12:09:13 2014 (r369953) @@ -1,2 +1,2 @@ -SHA256 (testlink-1.9.11.tar.gz) = dd5d2ffd13c90017ab9bc234b4b1758818f2a8d3f7dd8e237bd7e0df96ab925c -SIZE (testlink-1.9.11.tar.gz) = 26379408 +SHA256 (testlink-1.9.12.tar.gz) = bb7b359ce3f5d66c364e6d01a265eb4f755372f882e434c62ef2286e828a0719 +SIZE (testlink-1.9.12.tar.gz) = 26416243 Modified: head/www/testlink/pkg-plist ============================================================================== --- head/www/testlink/pkg-plist Sat Oct 4 10:53:21 2014 (r369952) +++ head/www/testlink/pkg-plist Sat Oct 4 12:09:13 2014 (r369953) @@ -73,6 +73,7 @@ %%WWWDIR%%/gui/templates/execute/execNavigator.tpl %%WWWDIR%%/gui/templates/execute/execNotes.tpl %%WWWDIR%%/gui/templates/execute/execSetResults.tpl +%%WWWDIR%%/gui/templates/execute/exec_tc_relations.inc.tpl %%WWWDIR%%/gui/templates/execute/getExecNotes.tpl %%WWWDIR%%/gui/templates/execute/inc_exec_controls.tpl %%WWWDIR%%/gui/templates/execute/inc_exec_show_tc_exec.tpl @@ -225,6 +226,7 @@ %%WWWDIR%%/gui/templates/testcases/inc_tcbody.tpl %%WWWDIR%%/gui/templates/testcases/inc_testsuite_viewer_ro.tpl %%WWWDIR%%/gui/templates/testcases/inc_testsuite_viewer_rw.tpl +%%WWWDIR%%/gui/templates/testcases/relations.inc.tpl %%WWWDIR%%/gui/templates/testcases/tcAssign2Tplan.tpl %%WWWDIR%%/gui/templates/testcases/tcAssignedToUser.tpl %%WWWDIR%%/gui/templates/testcases/tcCompareVersions.tpl @@ -268,12 +270,16 @@ %%WWWDIR%%/gui/themes/default/images/answer.png %%WWWDIR%%/gui/themes/default/images/application_cascade.png %%WWWDIR%%/gui/themes/default/images/application_double.png +%%WWWDIR%%/gui/themes/default/images/application_home.png +%%WWWDIR%%/gui/themes/default/images/application_view_columns.png %%WWWDIR%%/gui/themes/default/images/apply_f2.png %%WWWDIR%%/gui/themes/default/images/apply_f2_16.png %%WWWDIR%%/gui/themes/default/images/arrow_org.gif +%%WWWDIR%%/gui/themes/default/images/arrow_refresh.png %%WWWDIR%%/gui/themes/default/images/arrow_switch.png %%WWWDIR%%/gui/themes/default/images/attachment.gif %%WWWDIR%%/gui/themes/default/images/bar2.gif +%%WWWDIR%%/gui/themes/default/images/bell.png %%WWWDIR%%/gui/themes/default/images/brick.png %%WWWDIR%%/gui/themes/default/images/brick_go.png %%WWWDIR%%/gui/themes/default/images/bricks.png @@ -286,6 +292,7 @@ %%WWWDIR%%/gui/themes/default/images/bug_delete_disabled_famfamfam.png %%WWWDIR%%/gui/themes/default/images/bug_delete_famfamfam.png %%WWWDIR%%/gui/themes/default/images/bug_disabled_famfamfam.png +%%WWWDIR%%/gui/themes/default/images/bug_edit.png %%WWWDIR%%/gui/themes/default/images/bug_edit_disabled_famfamfam.png %%WWWDIR%%/gui/themes/default/images/bug_edit_famfamfam.png %%WWWDIR%%/gui/themes/default/images/bug_error_disabled_famfamfam.png @@ -298,21 +305,27 @@ %%WWWDIR%%/gui/themes/default/images/bullet_wrench.png %%WWWDIR%%/gui/themes/default/images/calendar.gif %%WWWDIR%%/gui/themes/default/images/cancel.png +%%WWWDIR%%/gui/themes/default/images/cart.png +%%WWWDIR%%/gui/themes/default/images/chart_organisation.png %%WWWDIR%%/gui/themes/default/images/checkmark-2.gif %%WWWDIR%%/gui/themes/default/images/checkmark.gif %%WWWDIR%%/gui/themes/default/images/close_win.gif %%WWWDIR%%/gui/themes/default/images/cog.png %%WWWDIR%%/gui/themes/default/images/company_logo.png +%%WWWDIR%%/gui/themes/default/images/computer_go.png %%WWWDIR%%/gui/themes/default/images/connect.png %%WWWDIR%%/gui/themes/default/images/contact.gif %%WWWDIR%%/gui/themes/default/images/contact_16.png %%WWWDIR%%/gui/themes/default/images/control_equalizer.png %%WWWDIR%%/gui/themes/default/images/control_pause.png +%%WWWDIR%%/gui/themes/default/images/controller.png +%%WWWDIR%%/gui/themes/default/images/cross.png %%WWWDIR%%/gui/themes/default/images/data_copy_16.png %%WWWDIR%%/gui/themes/default/images/data_delete_16.png %%WWWDIR%%/gui/themes/default/images/data_edit_16.png %%WWWDIR%%/gui/themes/default/images/data_new_16.png %%WWWDIR%%/gui/themes/default/images/date.png +%%WWWDIR%%/gui/themes/default/images/delete.png %%WWWDIR%%/gui/themes/default/images/disconnect.png %%WWWDIR%%/gui/themes/default/images/disconnect_small.png %%WWWDIR%%/gui/themes/default/images/door.png @@ -320,9 +333,13 @@ %%WWWDIR%%/gui/themes/default/images/door_open.png %%WWWDIR%%/gui/themes/default/images/edit-undo.png %%WWWDIR%%/gui/themes/default/images/edit_icon.png +%%WWWDIR%%/gui/themes/default/images/emoticon_smile.png +%%WWWDIR%%/gui/themes/default/images/emoticon_surprised.png %%WWWDIR%%/gui/themes/default/images/emoticon_tongue.png +%%WWWDIR%%/gui/themes/default/images/emoticon_unhappy.png %%WWWDIR%%/gui/themes/default/images/error.gif %%WWWDIR%%/gui/themes/default/images/error_triangle.png +%%WWWDIR%%/gui/themes/default/images/exclamation.png %%WWWDIR%%/gui/themes/default/images/exec_icon.png %%WWWDIR%%/gui/themes/default/images/export.png %%WWWDIR%%/gui/themes/default/images/export_import.png @@ -354,6 +371,7 @@ %%WWWDIR%%/gui/themes/default/images/lightbulb_off.png %%WWWDIR%%/gui/themes/default/images/lightbulb_on.gif %%WWWDIR%%/gui/themes/default/images/lightning.png +%%WWWDIR%%/gui/themes/default/images/link.png %%WWWDIR%%/gui/themes/default/images/link_error.png %%WWWDIR%%/gui/themes/default/images/lock-mini.png %%WWWDIR%%/gui/themes/default/images/lock.png @@ -369,17 +387,24 @@ %%WWWDIR%%/gui/themes/default/images/note_edit_greyed.png %%WWWDIR%%/gui/themes/default/images/order_asc.gif %%WWWDIR%%/gui/themes/default/images/order_desc.gif +%%WWWDIR%%/gui/themes/default/images/page.png %%WWWDIR%%/gui/themes/default/images/page_excel.png +%%WWWDIR%%/gui/themes/default/images/page_paste.png +%%WWWDIR%%/gui/themes/default/images/page_white_word.png +%%WWWDIR%%/gui/themes/default/images/page_word.png %%WWWDIR%%/gui/themes/default/images/pencil.png %%WWWDIR%%/gui/themes/default/images/plus.gif %%WWWDIR%%/gui/themes/default/images/question.gif %%WWWDIR%%/gui/themes/default/images/question16_16.gif +%%WWWDIR%%/gui/themes/default/images/report.png %%WWWDIR%%/gui/themes/default/images/reset_filter.png +%%WWWDIR%%/gui/themes/default/images/script_lightning.png %%WWWDIR%%/gui/themes/default/images/slide_gripper.gif %%WWWDIR%%/gui/themes/default/images/sort_asc.gif %%WWWDIR%%/gui/themes/default/images/sort_desc.gif %%WWWDIR%%/gui/themes/default/images/sort_hint.png %%WWWDIR%%/gui/themes/default/images/stop.gif +%%WWWDIR%%/gui/themes/default/images/style.png %%WWWDIR%%/gui/themes/default/images/sym_question.gif %%WWWDIR%%/gui/themes/default/images/thrash.png %%WWWDIR%%/gui/themes/default/images/timeline_marker.png @@ -400,6 +425,8 @@ %%WWWDIR%%/gui/themes/default/images/upload_16_greyed.png %%WWWDIR%%/gui/themes/default/images/upload_24.png %%WWWDIR%%/gui/themes/default/images/user.png +%%WWWDIR%%/gui/themes/default/images/user_edit.png +%%WWWDIR%%/gui/themes/default/images/wand.png %%WWWDIR%%/gui/themes/default/images/warning.gif %%WWWDIR%%/gui/themes/default/images/white-top-bottom.gif %%WWWDIR%%/gui/themes/default/images/world_link.png @@ -464,6 +491,12 @@ %%WWWDIR%%/install/sql/alter_tables/1.9.11/mysql/DB.1.9.11/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/step1/db_schema_update.sql %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/step1/db_schema_update.sql %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5/step1/db_schema_update.sql @@ -559,7 +592,9 @@ %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjectTestPlans.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjects.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCase.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseAssignedTester.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseAttachments.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseBugs.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseCustomFieldDesignValue.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseIDByName.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCasesForTestPlan.php @@ -740,9 +775,11 @@ %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/soap/test.jiraOnDemand.jirasoapInterface.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/soap/test.jirasoapInterface.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/mantis/test.mantissoapInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/mantis/test.testlinkopensource.mantishub.com.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/mantis/test2_int_mantissoap.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/redmine-issue01.xml %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/redmine-issue02.xml +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.add-note-redmine.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.redmine-fman.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.redmine-localhost.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.redmine-raw-api.01.php @@ -5730,6 +5767,19 @@ @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5 @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.4 +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/stepZ +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/step1 +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12 +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/stepZ +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/step1 +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12 +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/stepZ +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/step1 +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12 +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12 @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/stepZ @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/step1 @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 12:33: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 2DBFC519; Sat, 4 Oct 2014 12:33: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 1A613D0F; Sat, 4 Oct 2014 12:33: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 s94CXS7j026291; Sat, 4 Oct 2014 12:33:28 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94CXSes026288; Sat, 4 Oct 2014 12:33:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410041233.s94CXSes026288@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 4 Oct 2014 12:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369954 - in head/graphics/gimp-gmic-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: Sat, 04 Oct 2014 12:33:29 -0000 Author: rm Date: Sat Oct 4 12:33:27 2014 New Revision: 369954 URL: https://svnweb.freebsd.org/changeset/ports/369954 QAT: https://qat.redports.org/buildarchive/r369954/ Log: graphics/gimp-gmic-plugin: update to 1.6.0.0 Modified: head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-gmic-plugin/distinfo head/graphics/gimp-gmic-plugin/files/patch-Makefile Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sat Oct 4 12:09:13 2014 (r369953) +++ head/graphics/gimp-gmic-plugin/Makefile Sat Oct 4 12:33:27 2014 (r369954) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gmic -PORTVERSION= 1.5.9.0 -PORTREVISION= 7 +PORTVERSION= 1.6.0.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/older_versions/ \ SF/${PORTNAME}/ Modified: head/graphics/gimp-gmic-plugin/distinfo ============================================================================== --- head/graphics/gimp-gmic-plugin/distinfo Sat Oct 4 12:09:13 2014 (r369953) +++ head/graphics/gimp-gmic-plugin/distinfo Sat Oct 4 12:33:27 2014 (r369954) @@ -1,2 +1,2 @@ -SHA256 (gmic_1.5.9.0.tar.gz) = 134257ce2fe4d113c479194d99b132d18b73d618e8ac6ce3e36568a1fbaea7d6 -SIZE (gmic_1.5.9.0.tar.gz) = 2786931 +SHA256 (gmic_1.6.0.0.tar.gz) = 2aa53ebab4c361c5401e23142a31b06a38ef565c533d1326d31f985f5c0c2da5 +SIZE (gmic_1.6.0.0.tar.gz) = 2818394 Modified: head/graphics/gimp-gmic-plugin/files/patch-Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/files/patch-Makefile Sat Oct 4 12:09:13 2014 (r369953) +++ head/graphics/gimp-gmic-plugin/files/patch-Makefile Sat Oct 4 12:33:27 2014 (r369954) @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2014-02-10 12:56:33.000000000 +0400 -+++ ./Makefile 2014-02-23 00:09:24.000000000 +0400 -@@ -47,7 +47,7 @@ +--- Makefile.orig 2014-08-21 07:47:10 UTC ++++ Makefile +@@ -48,7 +48,7 @@ # Set correct variables and paths. #---------------------------------- OS := $(shell uname) @@ -9,7 +9,7 @@ ifeq ($(OS),Linux) OS = Unix endif -@@ -62,7 +62,7 @@ +@@ -63,7 +63,7 @@ USR = /opt/local else PLUGINDIR = `gimptool-2.0 --gimpplugindir`/plug-ins @@ -18,48 +18,47 @@ endif ifeq ($(OSTYPE),msys) EXE = .exe -@@ -125,7 +125,7 @@ +@@ -136,7 +136,7 @@ # This requires the presence of the X11 extension include and library files. # (package 'libx11-dev' on Debian). XSHM_CFLAGS = -Dcimg_use_xshm --XSHM_LDFLAGS = -L$(USR)/X11R6/lib -lXext -+XSHM_LDFLAGS = -L/usr/X11R6/lib -lXext +-XSHM_LIBS = -L$(USR)/X11R6/lib -lXext ++XSHM_LIBS = -L/usr/X11R6/lib -lXext # Flags to enable image display, using GDI32. # This requires the presence of the GDI32 include and library files. -@@ -294,6 +294,13 @@ - $(MAKE) lib - # $(MAKE) zart +@@ -293,6 +293,12 @@ + @echo "**" + $(MAKE) linux gimp lib # zart else +ifeq ($(OS),FreeBSD) + @echo "**" + @echo "** FreeBSD configuration" + @echo "**" -+ $(MAKE) freebsd -+ $(MAKE) gimp ++ $(MAKE) freebsd gimp +else ifeq ($(OS),Darwin) @echo "**" @echo "** MacOSX configuration." -@@ -309,9 +316,10 @@ - $(MAKE) gimp +@@ -305,9 +311,10 @@ + $(MAKE) windows gimp endif endif +endif gimp: -- $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" "STRIP_EXE=1" gmic_gimp -+ $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS)" "STRIP_EXE=1" gmic_gimp +- $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STD_GIMP_LIBS) $(OPT_LIBS)" "STRIP_EXE=1" gmic_gimp ++ $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS)" "LIBS=$(STD_GIMP_LIBS)" "STRIP_EXE=1" gmic_gimp lib: - $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib -@@ -336,6 +344,9 @@ + $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STD_LIB_LIBS) $(OPT_LIBS)" gmic_lib +@@ -323,6 +330,9 @@ linux: - $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic + $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LIBS=$(STD_UNIX_LIBS)" "STRIP_EXE=1" gmic +freebsd: -+ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS)" "LDFLAGS+=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_cli_standard ++ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS)" "LIBS=$(STD_UNIX_LIBS)" "STRIP_EXE=1" gmic + - custom: - $(MAKE) "CFLAGS=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(CUST_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic + solaris: + $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LIBS=$(STD_UNIX_LIBS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket" "STRIP_EXE=1" gmic From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 0907750A; Sat, 4 Oct 2014 14:00: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 EA0F974D; Sat, 4 Oct 2014 14: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 s94E0FFZ064975; Sat, 4 Oct 2014 14:00:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0FkG064973; Sat, 4 Oct 2014 14:00:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0FkG064973@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369955 - head/games/vectoroids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:16 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:15 2014 New Revision: 369955 URL: https://svnweb.freebsd.org/changeset/ports/369955 QAT: https://qat.redports.org/buildarchive/r369955/ Log: - Add LICENSE_FILE - Drop @dirrm* from plist Modified: head/games/vectoroids/Makefile head/games/vectoroids/pkg-plist Modified: head/games/vectoroids/Makefile ============================================================================== --- head/games/vectoroids/Makefile Sat Oct 4 12:33:27 2014 (r369954) +++ head/games/vectoroids/Makefile Sat Oct 4 14:00:15 2014 (r369955) @@ -11,6 +11,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Vector-based rock-shooting game similar to Asteroids LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= gmake USE_SDL= image mixer sdl Modified: head/games/vectoroids/pkg-plist ============================================================================== --- head/games/vectoroids/pkg-plist Sat Oct 4 12:33:27 2014 (r369954) +++ head/games/vectoroids/pkg-plist Sat Oct 4 14:00:15 2014 (r369955) @@ -15,7 +15,3 @@ share/pixmaps/vectoroids.png %%DATADIR%%/sounds/extralife.wav %%DATADIR%%/sounds/gameover.wav %%DATADIR%%/sounds/thrust.wav -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 C507C5EE; Sat, 4 Oct 2014 14:00: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 97F43750; Sat, 4 Oct 2014 14:00: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 s94E0KlV065084; Sat, 4 Oct 2014 14:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0KxG065083; Sat, 4 Oct 2014 14:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0KxG065083@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369956 - head/games/hitori X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:20 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:20 2014 New Revision: 369956 URL: https://svnweb.freebsd.org/changeset/ports/369956 QAT: https://qat.redports.org/buildarchive/r369956/ Log: - Drop @dirrm* from plist Modified: head/games/hitori/pkg-plist Modified: head/games/hitori/pkg-plist ============================================================================== --- head/games/hitori/pkg-plist Sat Oct 4 14:00:15 2014 (r369955) +++ head/games/hitori/pkg-plist Sat Oct 4 14:00:20 2014 (r369956) @@ -123,45 +123,3 @@ share/help/zh_CN/hitori/strategy.page %%NLS%%share/locale/vi/LC_MESSAGES/hitori.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/hitori.mo share/pixmaps/hitori.png -@dirrmtry share/appdata -@dirrm share/help/C/hitori/figures -@dirrm share/help/C/hitori -@dirrmtry share/help/C -@dirrm share/help/cs/hitori/figures -@dirrm share/help/cs/hitori -@dirrmtry share/help/cs -@dirrm share/help/da/hitori/figures -@dirrm share/help/da/hitori -@dirrmtry share/help/da -@dirrm share/help/de/hitori/figures -@dirrm share/help/de/hitori -@dirrmtry share/help/de -@dirrm share/help/el/hitori/figures -@dirrm share/help/el/hitori -@dirrmtry share/help/el -@dirrm share/help/en_GB/hitori/figures -@dirrm share/help/en_GB/hitori -@dirrmtry share/help/en_GB -@dirrm share/help/es/hitori/figures -@dirrm share/help/es/hitori -@dirrmtry share/help/es -@dirrm share/help/fr/hitori/figures -@dirrm share/help/fr/hitori -@dirrmtry share/help/fr -@dirrm share/help/hu/hitori/figures -@dirrm share/help/hu/hitori -@dirrmtry share/help/hu -@dirrm share/help/ro/hitori/figures -@dirrm share/help/ro/hitori -@dirrmtry share/help/ro -@dirrm share/help/sl/hitori/figures -@dirrm share/help/sl/hitori -@dirrmtry share/help/sl -@dirrm share/help/sv/hitori/figures -@dirrm share/help/sv/hitori -@dirrmtry share/help/sv -@dirrm share/help/zh_CN/hitori/figures -@dirrm share/help/zh_CN/hitori -@dirrmtry share/help/zh_CN -@dirrmtry share/help -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 D91126CC; Sat, 4 Oct 2014 14:00: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 BEAA6751; Sat, 4 Oct 2014 14:00: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 s94E0P72065237; Sat, 4 Oct 2014 14:00:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0PDU065220; Sat, 4 Oct 2014 14:00:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0PDU065220@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369957 - head/games/patapizza-tetris X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:26 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:24 2014 New Revision: 369957 URL: https://svnweb.freebsd.org/changeset/ports/369957 QAT: https://qat.redports.org/buildarchive/r369957/ Log: - Clarify LICENSE - Add LICENSE_FILE - Drop @dirrm* from plist Modified: head/games/patapizza-tetris/Makefile head/games/patapizza-tetris/pkg-plist Modified: head/games/patapizza-tetris/Makefile ============================================================================== --- head/games/patapizza-tetris/Makefile Sat Oct 4 14:00:20 2014 (r369956) +++ head/games/patapizza-tetris/Makefile Sat Oct 4 14:00:24 2014 (r369957) @@ -13,7 +13,8 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} MAINTAINER= games@FreeBSD.org COMMENT= Unofficial clone of the original Tetris game -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= patapizza Modified: head/games/patapizza-tetris/pkg-plist ============================================================================== --- head/games/patapizza-tetris/pkg-plist Sat Oct 4 14:00:20 2014 (r369956) +++ head/games/patapizza-tetris/pkg-plist Sat Oct 4 14:00:24 2014 (r369957) @@ -45,5 +45,3 @@ bin/patapizza-tetris %%DATADIR%%/images/z.jpg %%DATADIR%%/patapizza-tetris share/pixmaps/patapizza-tetris.png -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 008BC8D4; Sat, 4 Oct 2014 14:00: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 E18BE759; Sat, 4 Oct 2014 14:00: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 s94E0UYV065982; Sat, 4 Oct 2014 14:00:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0Usj065981; Sat, 4 Oct 2014 14:00:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0Usj065981@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369958 - head/games/galaxymage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:31 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:30 2014 New Revision: 369958 URL: https://svnweb.freebsd.org/changeset/ports/369958 QAT: https://qat.redports.org/buildarchive/r369958/ Log: - Add LICENSE - Convert to USES=python Modified: head/games/galaxymage/Makefile Modified: head/games/galaxymage/Makefile ============================================================================== --- head/games/galaxymage/Makefile Sat Oct 4 14:00:24 2014 (r369957) +++ head/games/galaxymage/Makefile Sat Oct 4 14:00:30 2014 (r369958) @@ -10,12 +10,14 @@ MASTER_SITES= http://download.gna.org/ta MAINTAINER= games@FreeBSD.org COMMENT= Open source tactical and strategic RPG +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT.txt + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl -USE_PYTHON= yes -USES= gettext twisted +USES= gettext python:run twisted NO_BUILD= yes PORTDATA= * From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 263DD9B2; Sat, 4 Oct 2014 14:00: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 1342175C; Sat, 4 Oct 2014 14:00: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 s94E0ZZZ066112; Sat, 4 Oct 2014 14:00:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0Zej066109; Sat, 4 Oct 2014 14:00:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0Zej066109@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369959 - head/games/ttt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:36 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:35 2014 New Revision: 369959 URL: https://svnweb.freebsd.org/changeset/ports/369959 QAT: https://qat.redports.org/buildarchive/r369959/ Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=autoreconf - Drop @dirrm* from plist Modified: head/games/ttt/Makefile head/games/ttt/pkg-plist Modified: head/games/ttt/Makefile ============================================================================== --- head/games/ttt/Makefile Sat Oct 4 14:00:30 2014 (r369958) +++ head/games/ttt/Makefile Sat Oct 4 14:00:35 2014 (r369959) @@ -14,11 +14,12 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSIO MAINTAINER= games@FreeBSD.org COMMENT= Simple one or two player Tic Tac Toe game -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf USE_SDL= mixer sdl -USE_AUTOTOOLS= aclocal automake autoheader autoconf libtoolize -AUTOMAKE_ARGS= --add-missing --force +GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/ttt/pkg-plist ============================================================================== --- head/games/ttt/pkg-plist Sat Oct 4 14:00:30 2014 (r369958) +++ head/games/ttt/pkg-plist Sat Oct 4 14:00:35 2014 (r369959) @@ -19,6 +19,3 @@ share/pixmaps/ttt.png %%DATADIR%%/sounds/win.wav %%DATADIR%%/sounds/x.wav %%DATADIR%%/ttt -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 31FA4A93; Sat, 4 Oct 2014 14:00: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 1EC40763; Sat, 4 Oct 2014 14:00: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 s94E0eAw066248; Sat, 4 Oct 2014 14:00:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0eC3066242; Sat, 4 Oct 2014 14:00:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0eC3066242@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369960 - head/games/madbomber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:41 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:40 2014 New Revision: 369960 URL: https://svnweb.freebsd.org/changeset/ports/369960 QAT: https://qat.redports.org/buildarchive/r369960/ Log: - Drop @dirrm* from plist - Add LICENSE_FILE Modified: head/games/madbomber/Makefile head/games/madbomber/pkg-plist Modified: head/games/madbomber/Makefile ============================================================================== --- head/games/madbomber/Makefile Sat Oct 4 14:00:35 2014 (r369959) +++ head/games/madbomber/Makefile Sat Oct 4 14:00:40 2014 (r369960) @@ -11,6 +11,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Clone of Activision's classic Atari 2600 console game "Kaboom!" LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_SDL= mixer image sdl Modified: head/games/madbomber/pkg-plist ============================================================================== --- head/games/madbomber/pkg-plist Sat Oct 4 14:00:35 2014 (r369959) +++ head/games/madbomber/pkg-plist Sat Oct 4 14:00:40 2014 (r369960) @@ -126,16 +126,3 @@ bin/madbomber %%DATADIR%%/sounds/splash8.wav %%DATADIR%%/sounds/spray.wav share/pixmaps/madbomber.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/images/title -@dirrm %%DATADIR%%/images/options -@dirrm %%DATADIR%%/images/highscore -@dirrm %%DATADIR%%/images/game/numbers -@dirrm %%DATADIR%%/images/game/drop -@dirrm %%DATADIR%%/images/game/bucket -@dirrm %%DATADIR%%/images/game/bomber -@dirrm %%DATADIR%%/images/game/bomb -@dirrm %%DATADIR%%/images/game -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 3DE02B72; Sat, 4 Oct 2014 14:00: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 2AE92766; Sat, 4 Oct 2014 14:00: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 s94E0kQf066378; Sat, 4 Oct 2014 14:00:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0jUb066376; Sat, 4 Oct 2014 14:00:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0jUb066376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369961 - head/games/farblazer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:46 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:45 2014 New Revision: 369961 URL: https://svnweb.freebsd.org/changeset/ports/369961 QAT: https://qat.redports.org/buildarchive/r369961/ Log: - Convert to USES=python - Drop @dirrm* from plist Modified: head/games/farblazer/Makefile head/games/farblazer/pkg-plist Modified: head/games/farblazer/Makefile ============================================================================== --- head/games/farblazer/Makefile Sat Oct 4 14:00:40 2014 (r369960) +++ head/games/farblazer/Makefile Sat Oct 4 14:00:45 2014 (r369961) @@ -18,7 +18,7 @@ LICENSE= LGPL21 RUN_DEPENDS= ${PYGAME} -USE_PYTHON= yes +USES= python PORTDOCS= README.txt THANKS.txt OPTIONS_DEFINE= DOCS Modified: head/games/farblazer/pkg-plist ============================================================================== --- head/games/farblazer/pkg-plist Sat Oct 4 14:00:40 2014 (r369960) +++ head/games/farblazer/pkg-plist Sat Oct 4 14:00:45 2014 (r369961) @@ -342,9 +342,3 @@ bin/farblazer %%DATADIR%%/farblazer.pyc %%DATADIR%%/farblazer.pyo share/pixmaps/farblazer.png -@dirrm %%DATADIR%%/data/fonts -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/code/utils -@dirrm %%DATADIR%%/code/sprites -@dirrm %%DATADIR%%/code -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 7D543C50; Sat, 4 Oct 2014 14:00: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 69D9B767; Sat, 4 Oct 2014 14:00: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 s94E0pvr066686; Sat, 4 Oct 2014 14:00:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0pLn066503; Sat, 4 Oct 2014 14:00:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0pLn066503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369962 - head/games/duckmaze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:51 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:50 2014 New Revision: 369962 URL: https://svnweb.freebsd.org/changeset/ports/369962 QAT: https://qat.redports.org/buildarchive/r369962/ Log: - Clarify LICENSE - Add LICENSE_FILE - Convert to USES=python - Drop @dirrm* from plist Modified: head/games/duckmaze/Makefile head/games/duckmaze/pkg-plist Modified: head/games/duckmaze/Makefile ============================================================================== --- head/games/duckmaze/Makefile Sat Oct 4 14:00:45 2014 (r369961) +++ head/games/duckmaze/Makefile Sat Oct 4 14:00:50 2014 (r369962) @@ -14,15 +14,15 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} MAINTAINER= games@FreeBSD.org COMMENT= Game about a duck that is in a maze -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/doc/COPYING.txt RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/${PORTNAME}/trunk -USES= shebangfix +USES= python shebangfix SHEBANG_FILES= *.py mopelib/mopelib.py -USE_PYTHON= yes PORTDOCS= index.html style.css OPTIONS_DEFINE= DOCS Modified: head/games/duckmaze/pkg-plist ============================================================================== --- head/games/duckmaze/pkg-plist Sat Oct 4 14:00:45 2014 (r369961) +++ head/games/duckmaze/pkg-plist Sat Oct 4 14:00:50 2014 (r369962) @@ -53,9 +53,3 @@ bin/duckmaze %%DATADIR%%/mopelib/mopelib.pyo %%DATADIR%%/version share/pixmaps/duckmaze.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/mopelib -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:00: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 9BA3BD33; Sat, 4 Oct 2014 14:00: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 8893C76C; Sat, 4 Oct 2014 14:00: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 s94E0uls067098; Sat, 4 Oct 2014 14:00:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E0uBV067095; Sat, 4 Oct 2014 14:00:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041400.s94E0uBV067095@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369963 - head/games/asteroids3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:00:56 -0000 Author: amdmi3 Date: Sat Oct 4 14:00:55 2014 New Revision: 369963 URL: https://svnweb.freebsd.org/changeset/ports/369963 QAT: https://qat.redports.org/buildarchive/r369963/ Log: - Drop @dirrm* from plist - Fix whitespace - Add LICENSE_FILE - Clarify LICENSE Modified: head/games/asteroids3d/Makefile head/games/asteroids3d/pkg-plist Modified: head/games/asteroids3d/Makefile ============================================================================== --- head/games/asteroids3d/Makefile Sat Oct 4 14:00:50 2014 (r369962) +++ head/games/asteroids3d/Makefile Sat Oct 4 14:00:55 2014 (r369963) @@ -14,10 +14,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= games@FreeBSD.org COMMENT= First-person shooter blowing up asteroids in 3D space -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= tar:bzip2 -USE_AUTOTOOLS= aclocal autoheader +USE_AUTOTOOLS= aclocal autoheader GNU_CONFIGURE= yes CONFIGURE_ENV= with_gamesdir="${PREFIX}/bin" with_gamedatadir="${DATADIR}" USE_GL= glut Modified: head/games/asteroids3d/pkg-plist ============================================================================== --- head/games/asteroids3d/pkg-plist Sat Oct 4 14:00:50 2014 (r369962) +++ head/games/asteroids3d/pkg-plist Sat Oct 4 14:00:55 2014 (r369963) @@ -26,4 +26,3 @@ share/icons/hicolor/64x64/apps/asteroids share/icons/hicolor/72x72/apps/asteroids3d.png share/icons/hicolor/96x96/apps/asteroids3d.png share/pixmaps/asteroids3d.png -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:01: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 B16F5E14; Sat, 4 Oct 2014 14:01: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 9E3F1770; Sat, 4 Oct 2014 14:01: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 s94E11IT067246; Sat, 4 Oct 2014 14:01:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94E117J067244; Sat, 4 Oct 2014 14:01:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410041401.s94E117J067244@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Oct 2014 14:01:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369964 - head/games/sdl_lopan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 14:01:01 -0000 Author: amdmi3 Date: Sat Oct 4 14:01:00 2014 New Revision: 369964 URL: https://svnweb.freebsd.org/changeset/ports/369964 QAT: https://qat.redports.org/buildarchive/r369964/ Log: - Remove LICENSE, there's no mention of GPL - Mark empty variable with comment - Drop @dirrm* from plist Modified: head/games/sdl_lopan/Makefile head/games/sdl_lopan/pkg-plist Modified: head/games/sdl_lopan/Makefile ============================================================================== --- head/games/sdl_lopan/Makefile Sat Oct 4 14:00:55 2014 (r369963) +++ head/games/sdl_lopan/Makefile Sat Oct 4 14:01:00 2014 (r369964) @@ -15,13 +15,11 @@ EXTRACT_ONLY= sdllopan-${DISTVERSION}.tg MAINTAINER= games@FreeBSD.org COMMENT= Mahjong game remake -LICENSE= GPLv2 - WRKSRC= ${WRKDIR}/sdllopan-${PORTVERSION} USES= gmake USE_SDL= sdl image mixer -ALL_TARGET= +ALL_TARGET= # empty PORTDOCS= Changelog README OPTIONS_DEFINE= DOCS Modified: head/games/sdl_lopan/pkg-plist ============================================================================== --- head/games/sdl_lopan/pkg-plist Sat Oct 4 14:00:55 2014 (r369963) +++ head/games/sdl_lopan/pkg-plist Sat Oct 4 14:01:00 2014 (r369964) @@ -36,5 +36,3 @@ share/pixmaps/sdl_lopan.png %%DATADIR%%/data/bg9.pcx %%DATADIR%%/data/tiles0.pcx %%DATADIR%%/data/tiles1.pcx -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:16: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 B4C0435D; Sat, 4 Oct 2014 14:16: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 9FE5391F; Sat, 4 Oct 2014 14:16: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 s94EGJuf075252; Sat, 4 Oct 2014 14:16:19 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94EGH6W075240; Sat, 4 Oct 2014 14:16:17 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201410041416.s94EGH6W075240@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 4 Oct 2014 14:16:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369965 - 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: Sat, 04 Oct 2014 14:16:19 -0000 Author: osa Date: Sat Oct 4 14:16:16 2014 New Revision: 369965 URL: https://svnweb.freebsd.org/changeset/ports/369965 QAT: https://qat.redports.org/buildarchive/r369965/ Log: Update from 4.0.52 to 4.0.53: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. * Upgraded the preferred Nginx version to 1.6.2. * Improved RVM gemset autodetection. * Fixed some Ruby 2.2 compatibility issues. 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 Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/nginx-devel/Makefile Sat Oct 4 14:16:16 2014 (r369965) @@ -641,7 +641,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.52 +PASSENGER_VERSION= 4.0.53 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 Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/nginx-devel/distinfo Sat Oct 4 14:16:16 2014 (r369965) @@ -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.52.tar.gz) = ec57db39cf6f45d9b205062dbd78ea5cbbdc908a49b691be278decf61a98122d -SIZE (passenger-4.0.52.tar.gz) = 4447196 +SHA256 (passenger-4.0.53.tar.gz) = 0b8d256cd930f93cfe723392aaa12fa3f9d5ddfddc82bbb7ab287673d029e101 +SIZE (passenger-4.0.53.tar.gz) = 4447609 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 Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Oct 4 14:16:16 2014 (r369965) @@ -1,5 +1,5 @@ ---- ../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 +--- ../passenger-4.0.53/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-4.0.53/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 Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/nginx/Makefile Sat Oct 4 14:16:16 2014 (r369965) @@ -653,7 +653,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.52 +PASSENGER_VERSION= 4.0.53 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 Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/nginx/distinfo Sat Oct 4 14:16:16 2014 (r369965) @@ -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.52.tar.gz) = ec57db39cf6f45d9b205062dbd78ea5cbbdc908a49b691be278decf61a98122d -SIZE (passenger-4.0.52.tar.gz) = 4447196 +SHA256 (passenger-4.0.53.tar.gz) = 0b8d256cd930f93cfe723392aaa12fa3f9d5ddfddc82bbb7ab287673d029e101 +SIZE (passenger-4.0.53.tar.gz) = 4447609 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 Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Oct 4 14:16:16 2014 (r369965) @@ -1,5 +1,5 @@ ---- ../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 +--- ../passenger-4.0.53/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-4.0.53/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 Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/rubygem-passenger/Makefile Sat Oct 4 14:16:16 2014 (r369965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 4.0.52 +PORTVERSION= 4.0.53 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Sat Oct 4 14:01:00 2014 (r369964) +++ head/www/rubygem-passenger/distinfo Sat Oct 4 14:16:16 2014 (r369965) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-4.0.52.gem) = 4d2962696b3d7fde009947a334794d7b0b148aaaa0b87896223d5ba699cb2453 -SIZE (rubygem/passenger-4.0.52.gem) = 4461056 +SHA256 (rubygem/passenger-4.0.53.gem) = 8dfbfe41bb11a0f0984527c0668f8e3c6ddd05f85cdd4a1ab7855227ff284911 +SIZE (rubygem/passenger-4.0.53.gem) = 4461568 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:34: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 21FE6AAD; Sat, 4 Oct 2014 14:34: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 E5400AF3; Sat, 4 Oct 2014 14:34: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 s94EYo7u084424; Sat, 4 Oct 2014 14:34:50 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94EYouD084421; Sat, 4 Oct 2014 14:34:50 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410041434.s94EYouD084421@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 14:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369966 - in head/comms/wspr: . 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: Sat, 04 Oct 2014 14:34:51 -0000 Author: wg Date: Sat Oct 4 14:34:50 2014 New Revision: 369966 URL: https://svnweb.freebsd.org/changeset/ports/369966 QAT: https://qat.redports.org/buildarchive/r369966/ Log: comms/wspr: switch from py-imaging to py-pillow - USES python With hat: python Reviewed by: portmgr (bdrewery, implicit) Added: head/comms/wspr/files/patch-wspr.py (contents, props changed) Modified: head/comms/wspr/Makefile Modified: head/comms/wspr/Makefile ============================================================================== --- head/comms/wspr/Makefile Sat Oct 4 14:16:16 2014 (r369965) +++ head/comms/wspr/Makefile Sat Oct 4 14:34:50 2014 (r369966) @@ -3,7 +3,7 @@ PORTNAME= wspr DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db @@ -13,7 +13,7 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Weak signal for HF ham radio communication package RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scip ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ ${PYNUMPY} -USES= fortran gmake libtool tar:bzip2 +USES= fortran gmake libtool python tar:bzip2 ALL_TARGET= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gfortran --prefix=${STAGEDIR}${LOCALBASE} \ @@ -29,7 +29,6 @@ CONFIGURE_ARGS= --enable-gfortran --pref --with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_PYTHON= yes MAKE_ENV+= PYTHONUSERBASE=${STAGEDIR}${PYTHONBASE} PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ VERSION=${VERSION} Added: head/comms/wspr/files/patch-wspr.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/wspr/files/patch-wspr.py Sat Oct 4 14:34:50 2014 (r369966) @@ -0,0 +1,11 @@ +--- wspr.py.orig 2014-10-04 14:29:49 UTC ++++ wspr.py +@@ -14,7 +14,7 @@ + from Numeric import zeros + import array + import dircache +-import Image, ImageTk, ImageDraw ++from PIL import Image, ImageTk, ImageDraw + from WsprMod.palettes import colormapblue, colormapgray0, colormapHot, \ + colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette + from types import * From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 14:37: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 548D2BAF; Sat, 4 Oct 2014 14:37: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 3EA8DB05; Sat, 4 Oct 2014 14:37: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 s94Eb5Li084874; Sat, 4 Oct 2014 14:37:05 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Eb4f4084870; Sat, 4 Oct 2014 14:37:04 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201410041437.s94Eb4f4084870@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sat, 4 Oct 2014 14:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369967 - in head/databases/leofs: . 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: Sat, 04 Oct 2014 14:37:05 -0000 Author: trociny Date: Sat Oct 4 14:37:03 2014 New Revision: 369967 URL: https://svnweb.freebsd.org/changeset/ports/369967 QAT: https://qat.redports.org/buildarchive/r369967/ Log: Update to 1.1.4. Modified: head/databases/leofs/Makefile head/databases/leofs/distinfo head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf head/databases/leofs/pkg-plist Modified: head/databases/leofs/Makefile ============================================================================== --- head/databases/leofs/Makefile Sat Oct 4 14:34:50 2014 (r369966) +++ head/databases/leofs/Makefile Sat Oct 4 14:37:03 2014 (r369967) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= leofs -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= databases MAINTAINER= trociny@FreeBSD.org @@ -22,8 +22,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/erlang16 USE_GITHUB= yes GH_ACCOUNT= leo-project GH_PROJECT= leofs -GH_TAGNAME= e004a01 -GH_COMMIT= e004a01 +GH_TAGNAME= 1ea7bd5 +GH_COMMIT= 1ea7bd5 LEOFS_USER= leofs LEOFS_GROUP= leofs @@ -69,9 +69,9 @@ MAKE_JOBS_UNSAFE=yes MAKE_ENV= PATH=${LOCALBASE}/lib/erlang16/bin:${PATH} LEOFS_DEPS= \ - leo-project/leo_gateway=${PORTVERSION}?8f95e21:leo_gateway \ - leo-project/leo_manager=${PORTVERSION}?1cc4603:leo_manager \ - leo-project/leo_storage=${PORTVERSION}?7c2df63:leo_storage \ + leo-project/leo_gateway=${PORTVERSION}?0157254:leo_gateway \ + leo-project/leo_manager=${PORTVERSION}?ca5c0aa:leo_manager \ + leo-project/leo_storage=${PORTVERSION}?1e21729:leo_storage \ DeadZen/goldrush=0.1.6?71e6321:goldrush \ basho/cuttlefish=origin/develop?6b23fc4:cuttlefish \ basho/eleveldb=1.4.10?a84b18c:eleveldb \ @@ -88,24 +88,24 @@ LEOFS_DEPS= \ leo-project/bitcask=1.7.0?97d9345:bitcask \ leo-project/erlang-lz4=0.2.2?80a5777:lz4 \ leo-project/erpcgen=0.2.3?b35d6b8:erpcgen \ - leo-project/leo_backend_db=1.1.1?290942f:leo_backend_db \ - leo-project/leo_cache=0.4.24?9e9f91a:leo_cache \ - leo-project/leo_commons=1.0.5?b409c5a:leo_commons \ - leo-project/leo_dcerl=0.2.10?c8a9455:leo_dcerl \ - leo-project/leo_logger=1.0.5?36d4647:leo_logger \ - leo-project/leo_mcerl=0.4.0?0d445f2:leo_mcerl \ - leo-project/leo_mq=1.0.9?f9c5bab:leo_mq \ - leo-project/leo_object_storage=1.1.4?32435b2:leo_object_storage \ - leo-project/leo_ordning_reda=0.10.8?4fbc957:leo_ordning_reda \ + leo-project/leo_backend_db=1.1.2?46bba43:leo_backend_db \ + leo-project/leo_cache=0.6.0?39c8210:leo_cache \ + leo-project/leo_commons=1.1.0?c1e6825:leo_commons \ + leo-project/leo_dcerl=0.2.11?929fd59:leo_dcerl \ + leo-project/leo_logger=1.1.2?7e74e43:leo_logger \ + leo-project/leo_mcerl=0.4.1?addcda0:leo_mcerl \ + leo-project/leo_mq=1.0.10?1a84c33:leo_mq \ + leo-project/leo_object_storage=1.1.5?924ae78:leo_object_storage \ + leo-project/leo_ordning_reda=0.10.9?eb168f0:leo_ordning_reda \ leo-project/leo_pod=0.6.2?cfd8557:leo_pod \ - leo-project/leo_redundant_manager=1.8.8?1e03077:leo_redundant_manager \ - leo-project/leo_rpc=0.8.9?d01130c:leo_rpc \ - leo-project/leo_s3_libs=1.1.2?b59ff76:leo_s3_libs \ - leo-project/leo_statistics=1.0.6?58402d1:leo_statistics \ + leo-project/leo_redundant_manager=1.8.9?afbb4dd:leo_redundant_manager \ + leo-project/leo_rpc=0.8.10?5f55064:leo_rpc \ + leo-project/leo_s3_libs=1.1.3?9df4f33:leo_s3_libs \ + leo-project/leo_statistics=1.0.7?4bdb570:leo_statistics \ leo-project/libcutil=0.4.3?36b02d9:libcutil \ leo-project/nfs_rpc_server=0.2.2?d63c5ba:nfs_rpc_server \ - leo-project/savanna_agent=0.4.3?161585b:savanna_agent \ - leo-project/savanna_commons=0.8.5?13a039c:savanna_commons \ + leo-project/savanna_agent=0.4.4?850143a:savanna_agent \ + leo-project/savanna_commons=0.8.6?bbcc77f:savanna_commons \ manopapad/proper=7d535ac?7d535ac:proper \ seancribbs/neotoma=1.7.2?760928e:neotoma \ Modified: head/databases/leofs/distinfo ============================================================================== --- head/databases/leofs/distinfo Sat Oct 4 14:34:50 2014 (r369966) +++ head/databases/leofs/distinfo Sat Oct 4 14:37:03 2014 (r369967) @@ -1,11 +1,11 @@ -SHA256 (leofs/leofs-1.1.3.tar.gz) = 3c2f27e6097ac6ca75fc9ebcb785f261552d120399566bfea4a4bf464213e14f -SIZE (leofs/leofs-1.1.3.tar.gz) = 272696 -SHA256 (leofs/leo_gateway-1.1.3.tar.gz) = 952851fb8a1b3356661fbe3819ecd2b44791c651af65073eac158a27556f156b -SIZE (leofs/leo_gateway-1.1.3.tar.gz) = 603599 -SHA256 (leofs/leo_manager-1.1.3.tar.gz) = 726f4f3b4b23ab1d60c6117993c4cd05b39d63155518d9c09c2483568a61fada -SIZE (leofs/leo_manager-1.1.3.tar.gz) = 586299 -SHA256 (leofs/leo_storage-1.1.3.tar.gz) = 6059356d9d6454a5dd4c6b766bb335efe744acda74e9a6435919ee197852075d -SIZE (leofs/leo_storage-1.1.3.tar.gz) = 566135 +SHA256 (leofs/leofs-1.1.4.tar.gz) = 0ab43c1f7219b14693f782c01db7bfcfee508cacf71559318f2fcc4bacf3209c +SIZE (leofs/leofs-1.1.4.tar.gz) = 273475 +SHA256 (leofs/leo_gateway-1.1.4.tar.gz) = a27e06dc825799dfac6e76a298cbb711779cf90de20e842df7185e7df2c9064d +SIZE (leofs/leo_gateway-1.1.4.tar.gz) = 604367 +SHA256 (leofs/leo_manager-1.1.4.tar.gz) = 0ebaba25b169fc458587ad133f743ffafa0b8cffab09b2ae805e9a812aaeba1a +SIZE (leofs/leo_manager-1.1.4.tar.gz) = 586665 +SHA256 (leofs/leo_storage-1.1.4.tar.gz) = b9d535ac90e329c3ea47035c262cc71ffc2af43b51bdfc77b590097c53ff9af9 +SIZE (leofs/leo_storage-1.1.4.tar.gz) = 566180 SHA256 (leofs/goldrush-0.1.6.tar.gz) = 69d71c31c52a60df31730604c52df47fee541210d7d18f9876bbc8168e007f8e SIZE (leofs/goldrush-0.1.6.tar.gz) = 19457 SHA256 (leofs/cuttlefish-origin/develop.tar.gz) = 20f08a89cff2a24bfc22cdd9243928c1834c374247a3a1fa72c24896f6e408a8 @@ -38,42 +38,42 @@ SHA256 (leofs/erlang-lz4-0.2.2.tar.gz) = SIZE (leofs/erlang-lz4-0.2.2.tar.gz) = 170494 SHA256 (leofs/erpcgen-0.2.3.tar.gz) = 6e28e86ed11eabbfb136d6ba53418dc1fe2d79911cd09b19728a89b3f129526f SIZE (leofs/erpcgen-0.2.3.tar.gz) = 205139 -SHA256 (leofs/leo_backend_db-1.1.1.tar.gz) = cf3962789203b1cc9d3fd6e0947bebfbf28509d49b490220835870c51502b48a -SIZE (leofs/leo_backend_db-1.1.1.tar.gz) = 192748 -SHA256 (leofs/leo_cache-0.4.24.tar.gz) = cea4845ffe3eb9a31554293fe8c6330e5614541a245e293c81b2b2b5f3d82695 -SIZE (leofs/leo_cache-0.4.24.tar.gz) = 185549 -SHA256 (leofs/leo_commons-1.0.5.tar.gz) = eef7731bc1cee2e9377ef2f33c4da9347c4a687ce6962494c3e24d0745115b70 -SIZE (leofs/leo_commons-1.0.5.tar.gz) = 195676 -SHA256 (leofs/leo_dcerl-0.2.10.tar.gz) = 55f7f0daea6a0964adce702959b46423ab09960e04828fd137d849028d72a593 -SIZE (leofs/leo_dcerl-0.2.10.tar.gz) = 191322 -SHA256 (leofs/leo_logger-1.0.5.tar.gz) = 8ed42d196616dced0a84c50fef725af4b24d4637c22aa972eb5d542ffec4eec9 -SIZE (leofs/leo_logger-1.0.5.tar.gz) = 210196 -SHA256 (leofs/leo_mcerl-0.4.0.tar.gz) = 6cde506cbd413beae4800f64ac49ea2c4bae706cbdf77e4c12fbe88867c60840 -SIZE (leofs/leo_mcerl-0.4.0.tar.gz) = 169697 -SHA256 (leofs/leo_mq-1.0.9.tar.gz) = 5ab6ef39a92d90480b56044965cc4804ef9803eaa2856f7f11ebc15c43d30d19 -SIZE (leofs/leo_mq-1.0.9.tar.gz) = 186986 -SHA256 (leofs/leo_object_storage-1.1.4.tar.gz) = b2be6fa4707e794fe862e45d00757552e482e51960dcee15cc5dd58e24f11976 -SIZE (leofs/leo_object_storage-1.1.4.tar.gz) = 212524 -SHA256 (leofs/leo_ordning_reda-0.10.8.tar.gz) = 60215c2b3d3bb7dc4c3e3478e607d20ee7f9fb8bd6e61206a40eae05377c0d1c -SIZE (leofs/leo_ordning_reda-0.10.8.tar.gz) = 188112 +SHA256 (leofs/leo_backend_db-1.1.2.tar.gz) = 29b5dcdcba0e422a8cfa71cc5008751d99e686eefd1ad229d3107830c9a46043 +SIZE (leofs/leo_backend_db-1.1.2.tar.gz) = 193340 +SHA256 (leofs/leo_cache-0.6.0.tar.gz) = fe139614c4e1b0db84a1d3db315f4b0cf00295729b3b228d897856585643081d +SIZE (leofs/leo_cache-0.6.0.tar.gz) = 185664 +SHA256 (leofs/leo_commons-1.1.0.tar.gz) = 6171e36684f7129cd5ed38b1d0f6ffe6899ee13c1bf2dce08095f31f5dba704f +SIZE (leofs/leo_commons-1.1.0.tar.gz) = 196483 +SHA256 (leofs/leo_dcerl-0.2.11.tar.gz) = 88a4e105160bbf87e185c07c90758a2c4e0e24c011ca0f7db1eac69061cecf4e +SIZE (leofs/leo_dcerl-0.2.11.tar.gz) = 191705 +SHA256 (leofs/leo_logger-1.1.2.tar.gz) = c98c307b36fb1aa1679abf25edf057b392066d85e68f536994bb6eab0489fa67 +SIZE (leofs/leo_logger-1.1.2.tar.gz) = 210790 +SHA256 (leofs/leo_mcerl-0.4.1.tar.gz) = b3b1a1c187d8e1586587400d09f42d9b08bc8c0ea8a350223d77ac2063d2516c +SIZE (leofs/leo_mcerl-0.4.1.tar.gz) = 184449 +SHA256 (leofs/leo_mq-1.0.10.tar.gz) = f24b009fd20e5cd6d7de2999498d11d9d90a85b90a4eebed9c05216758e0700b +SIZE (leofs/leo_mq-1.0.10.tar.gz) = 187060 +SHA256 (leofs/leo_object_storage-1.1.5.tar.gz) = fd83509cfde89402c1b5f02a635d8da91d6da552e79c9d82e0b01e421223c976 +SIZE (leofs/leo_object_storage-1.1.5.tar.gz) = 566033 +SHA256 (leofs/leo_ordning_reda-0.10.9.tar.gz) = 3a6fb9baa9627c45ee1110ac09a6e75d6bd007d3997ba46bbc52216561ed107e +SIZE (leofs/leo_ordning_reda-0.10.9.tar.gz) = 188255 SHA256 (leofs/leo_pod-0.6.2.tar.gz) = a991010308016c302b69dc3ba55e261fce1d8b39e5a338e2a4c9ee68bf6737b5 SIZE (leofs/leo_pod-0.6.2.tar.gz) = 169812 -SHA256 (leofs/leo_redundant_manager-1.8.8.tar.gz) = be0f18ef5830113eb8a9bb99fc719409cb57ec97492d7f3d434795426945d7a1 -SIZE (leofs/leo_redundant_manager-1.8.8.tar.gz) = 234947 -SHA256 (leofs/leo_rpc-0.8.9.tar.gz) = cbf0d4c85a0d20573ccc4e680dc0a154bc37d512a590abf69444bcafdee856f4 -SIZE (leofs/leo_rpc-0.8.9.tar.gz) = 195799 -SHA256 (leofs/leo_s3_libs-1.1.2.tar.gz) = 04e03420bdb19ec1877d0c3d123f32a417260146d7400013f1abe9fd58a46ff9 -SIZE (leofs/leo_s3_libs-1.1.2.tar.gz) = 202278 -SHA256 (leofs/leo_statistics-1.0.6.tar.gz) = 38f7be40103be37379f623eca8b85792979cd4ba0545da64f3082eb2b25496aa -SIZE (leofs/leo_statistics-1.0.6.tar.gz) = 188968 +SHA256 (leofs/leo_redundant_manager-1.8.9.tar.gz) = 959fb50ddfc59ac229c772bdf82c491a384ebeac3a17dab0299d5e7b4b089f04 +SIZE (leofs/leo_redundant_manager-1.8.9.tar.gz) = 236372 +SHA256 (leofs/leo_rpc-0.8.10.tar.gz) = a84b84bad29b3b06c856703c2cc0f365fc7a9099b7a6bd9a93d0f2a2da5182d5 +SIZE (leofs/leo_rpc-0.8.10.tar.gz) = 196673 +SHA256 (leofs/leo_s3_libs-1.1.3.tar.gz) = 633c729b9e67f16a9265b8c62834985dffefbe8d79f3a65e0a1a2c2d2cd43bf2 +SIZE (leofs/leo_s3_libs-1.1.3.tar.gz) = 202957 +SHA256 (leofs/leo_statistics-1.0.7.tar.gz) = 9f2b1b242b46b320071f752a8216214f110b5450853e4c49b8d79b50539439f4 +SIZE (leofs/leo_statistics-1.0.7.tar.gz) = 189719 SHA256 (leofs/libcutil-0.4.3.tar.gz) = 3dc660d3d506b5e39cfa366977ba8719ae6bc86aca78e84c901548c574b090b2 SIZE (leofs/libcutil-0.4.3.tar.gz) = 23101 SHA256 (leofs/nfs_rpc_server-0.2.2.tar.gz) = 5d483a816a22362762e7fad3e4a627a6289be067327c17c355e45f81972d8e84 SIZE (leofs/nfs_rpc_server-0.2.2.tar.gz) = 196837 -SHA256 (leofs/savanna_agent-0.4.3.tar.gz) = ddabde450b2bd2b075c3f882f2dacae2236ef413f28084a981567fd2a614be91 -SIZE (leofs/savanna_agent-0.4.3.tar.gz) = 186989 -SHA256 (leofs/savanna_commons-0.8.5.tar.gz) = 643ed90fcb4d822a180d8bc1e43240355791db1542a4e3a8dafa3f53dc3941a1 -SIZE (leofs/savanna_commons-0.8.5.tar.gz) = 197800 +SHA256 (leofs/savanna_agent-0.4.4.tar.gz) = 0a7fa622d896aeb646efba04fdf024b0402f238e0147f19a71e5ee3a4898d111 +SIZE (leofs/savanna_agent-0.4.4.tar.gz) = 186980 +SHA256 (leofs/savanna_commons-0.8.6.tar.gz) = 4c0464c3d01897ecac4b5a88efb5c6f78acdbc3e1bf9b5447d262cb0d94e33c6 +SIZE (leofs/savanna_commons-0.8.6.tar.gz) = 197805 SHA256 (leofs/proper-7d535ac.tar.gz) = 169a8a535c65ac66af73312dfee7daa4ac222bfd5bf66ec9334311ab49132f77 SIZE (leofs/proper-7d535ac.tar.gz) = 283344 SHA256 (leofs/neotoma-1.7.2.tar.gz) = 99f2e1933bf82e9dff5aaf4160d6cebf5516c7ba15d783bba19284534d66e196 Modified: head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf ============================================================================== --- head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf Sat Oct 4 14:34:50 2014 (r369966) +++ head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf Sat Oct 4 14:37:03 2014 (r369967) @@ -1,5 +1,5 @@ ---- deps/leo_storage/priv/leo_storage.conf.orig 2014-06-15 20:34:58.000000000 +0300 -+++ deps/leo_storage/priv/leo_storage.conf 2014-06-15 20:58:50.000000000 +0300 +--- deps/leo_storage/priv/leo_storage.conf.orig 2014-10-03 12:06:53.000000000 +0300 ++++ deps/leo_storage/priv/leo_storage.conf 2014-10-04 13:09:36.000000000 +0300 @@ -13,7 +13,7 @@ ## about configuration parameters @@ -34,7 +34,7 @@ obj_containers.num_of_containers = [8] ## e.g. Case of plural pathes -@@ -122,26 +122,26 @@ +@@ -122,16 +122,16 @@ ## log.log_level = 1 ## Output log file(s) - Erlang's log @@ -53,8 +53,9 @@ -## log.ring_dir = ./log/ring +## log.ring_dir = %%LEOFS_LOGDIR%%/leo_storage/ring - - ## -------------------------------------------------------------------- + ## Output data-diagnosis log + ## log.is_enable_diagnosis_log = false +@@ -140,10 +140,10 @@ ## STORAGE - Other Directories ## -------------------------------------------------------------------- ## Directory of queue for monitoring "RING" @@ -67,7 +68,7 @@ ## -------------------------------------------------------------------- -@@ -160,7 +160,7 @@ +@@ -162,7 +162,7 @@ ## leo_ordning_reda.send_after_interval = 100 ## Temporary directory of stacked objects @@ -76,7 +77,7 @@ ## -------------------------------------------------------------------- -@@ -218,7 +218,7 @@ +@@ -232,7 +232,7 @@ # For vm.args #====================================================================== ## Name of the leofs-storage node @@ -85,7 +86,7 @@ ## Cookie for distributed node communication. All nodes in the same cluster ## should use the same cookie or they will not be able to communicate. -@@ -234,7 +234,7 @@ +@@ -248,7 +248,7 @@ erlang.max_ports = 64000 ## Set the location of crash dumps @@ -94,7 +95,7 @@ ## Raise the ETS table limit erlang.max_ets_tables = 256000 -@@ -243,4 +243,4 @@ +@@ -257,4 +257,4 @@ process_limit = 1048576 ## Path of SNMP-agent configuration Modified: head/databases/leofs/pkg-plist ============================================================================== --- head/databases/leofs/pkg-plist Sat Oct 4 14:34:50 2014 (r369966) +++ head/databases/leofs/pkg-plist Sat Oct 4 14:37:03 2014 (r369967) @@ -433,229 +433,233 @@ lib/leofs/lib/kernel-2.16.4/include/file lib/leofs/lib/kernel-2.16.4/include/inet.hrl lib/leofs/lib/kernel-2.16.4/include/inet_sctp.hrl lib/leofs/lib/kernel-2.16.4/include/net_address.hrl -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db.app -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db_api.beam -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db_app.beam -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db_bitcask.beam -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db_eleveldb.beam -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db_ets.beam -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db_server.beam -lib/leofs/lib/leo_backend_db-1.1.1/ebin/leo_backend_db_sup.beam -lib/leofs/lib/leo_backend_db-1.1.1/include/leo_backend_db.hrl -lib/leofs/lib/leo_backend_db-1.1.1/priv/basho_bench_driver_leo_backend_db.config -lib/leofs/lib/leo_backend_db-1.1.1/priv/basho_bench_driver_leo_backend_db.erl -lib/leofs/lib/leo_cache-0.4.24/ebin/leo_cache.app -lib/leofs/lib/leo_cache-0.4.24/ebin/leo_cache_api.beam -lib/leofs/lib/leo_cache-0.4.24/ebin/leo_cache_app.beam -lib/leofs/lib/leo_cache-0.4.24/ebin/leo_cache_behaviour.beam -lib/leofs/lib/leo_cache-0.4.24/ebin/leo_cache_server_dcerl.beam -lib/leofs/lib/leo_cache-0.4.24/ebin/leo_cache_server_mcerl.beam -lib/leofs/lib/leo_cache-0.4.24/ebin/leo_cache_sup.beam -lib/leofs/lib/leo_cache-0.4.24/include/leo_cache.hrl -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_commons.app -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_commons.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_date.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_file.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_hashtable.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_hex.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_http.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_math.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_mime.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_misc.beam -lib/leofs/lib/leo_commons-1.0.5/ebin/leo_mnesia.beam -lib/leofs/lib/leo_commons-1.0.5/include/leo_commons.hrl -lib/leofs/lib/leo_dcerl-0.2.10/ebin/leo_dcerl.app -lib/leofs/lib/leo_dcerl-0.2.10/ebin/leo_dcerl.beam -lib/leofs/lib/leo_dcerl-0.2.10/ebin/leo_dcerl_app.beam -lib/leofs/lib/leo_dcerl-0.2.10/ebin/leo_dcerl_server.beam -lib/leofs/lib/leo_dcerl-0.2.10/ebin/leo_dcerl_sup.beam -lib/leofs/lib/leo_dcerl-0.2.10/ebin/lru.beam -lib/leofs/lib/leo_dcerl-0.2.10/include/leo_dcerl.hrl -lib/leofs/lib/leo_dcerl-0.2.10/priv/lru.so -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway.app -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_api.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_app.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_cache_statistics.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_http_behaviour.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_http_commons.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_http_req_handler.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_large_object_handler.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_qos_stat.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_rest_api.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_rpc_handler.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_s3_api.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_gateway_sup.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_file_handler.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_mount3_server.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_mount3_svc.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_mount3_xdr.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_proto3_server.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_proto3_svc.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_proto3_xdr.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_state_behaviour.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leo_nfs_state_ets.beam -lib/leofs/lib/leo_gateway-1.1.3/ebin/leofs.beam -lib/leofs/lib/leo_gateway-1.1.3/include/leo_gateway.hrl -lib/leofs/lib/leo_gateway-1.1.3/include/leo_http.hrl -lib/leofs/lib/leo_gateway-1.1.3/priv/leo_gateway.conf -lib/leofs/lib/leo_gateway-1.1.3/priv/leo_gateway.conf.test -lib/leofs/lib/leo_gateway-1.1.3/priv/leo_gateway.schema -lib/leofs/lib/leo_logger-1.0.5/ebin/lager_format.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/lager_stdlib.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/lager_trunc_io.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger.app -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_app.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_appender_file.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_behavior.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_client_base.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_client_message.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_error_logger_h.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_rotator.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_server.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_sup.beam -lib/leofs/lib/leo_logger-1.0.5/ebin/leo_logger_util.beam -lib/leofs/lib/leo_logger-1.0.5/include/leo_logger.hrl -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager.app -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_api.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_app.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_cluster_monitor.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_console.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_console_behaiviour.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_formatter_json.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_formatter_text.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_mnesia.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_mq_client.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_ring_sync.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_sup.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_table_sync.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/leo_manager_transformer.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/tcp_server.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/tcp_server_acceptor.beam -lib/leofs/lib/leo_manager-1.1.3/ebin/tcp_server_sup.beam -lib/leofs/lib/leo_manager-1.1.3/include/leo_manager.hrl -lib/leofs/lib/leo_manager-1.1.3/include/tcp_server.hrl -lib/leofs/lib/leo_manager-1.1.3/priv/leo_manager_0.conf -lib/leofs/lib/leo_manager-1.1.3/priv/leo_manager_0.conf.test -lib/leofs/lib/leo_manager-1.1.3/priv/leo_manager_0.schema -lib/leofs/lib/leo_manager-1.1.3/priv/leo_manager_1.conf -lib/leofs/lib/leo_manager-1.1.3/priv/leo_manager_1.schema -lib/leofs/lib/leo_mcerl-0.4.0/ebin/leo_mcerl.app -lib/leofs/lib/leo_mcerl-0.4.0/ebin/leo_mcerl.beam -lib/leofs/lib/leo_mcerl-0.4.0/ebin/leo_mcerl_app.beam -lib/leofs/lib/leo_mcerl-0.4.0/ebin/leo_mcerl_server.beam -lib/leofs/lib/leo_mcerl-0.4.0/ebin/leo_mcerl_sup.beam -lib/leofs/lib/leo_mcerl-0.4.0/include/leo_mcerl.hrl -lib/leofs/lib/leo_mcerl-0.4.0/priv/leo_mcerl.so -lib/leofs/lib/leo_mq-1.0.9/ebin/leo_mq.app -lib/leofs/lib/leo_mq-1.0.9/ebin/leo_mq_api.beam -lib/leofs/lib/leo_mq-1.0.9/ebin/leo_mq_app.beam -lib/leofs/lib/leo_mq-1.0.9/ebin/leo_mq_behaviour.beam -lib/leofs/lib/leo_mq-1.0.9/ebin/leo_mq_server.beam -lib/leofs/lib/leo_mq-1.0.9/ebin/leo_mq_sup.beam -lib/leofs/lib/leo_mq-1.0.9/include/leo_mq.hrl -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_compact_fsm_controller.beam -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_compact_fsm_worker.beam -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_object_storage.app -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_object_storage_api.beam -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_object_storage_app.beam -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_object_storage_haystack.beam -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_object_storage_server.beam -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_object_storage_sup.beam -lib/leofs/lib/leo_object_storage-1.1.4/ebin/leo_object_storage_transformer.beam -lib/leofs/lib/leo_object_storage-1.1.4/include/leo_object_storage.hrl -lib/leofs/lib/leo_ordning_reda-0.10.8/ebin/leo_ordning_reda.app -lib/leofs/lib/leo_ordning_reda-0.10.8/ebin/leo_ordning_reda_api.beam -lib/leofs/lib/leo_ordning_reda-0.10.8/ebin/leo_ordning_reda_app.beam -lib/leofs/lib/leo_ordning_reda-0.10.8/ebin/leo_ordning_reda_behaviour.beam -lib/leofs/lib/leo_ordning_reda-0.10.8/ebin/leo_ordning_reda_server.beam -lib/leofs/lib/leo_ordning_reda-0.10.8/ebin/leo_ordning_reda_sup.beam -lib/leofs/lib/leo_ordning_reda-0.10.8/include/leo_ordning_reda.hrl +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db.app +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db_api.beam +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db_app.beam +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db_bitcask.beam +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db_eleveldb.beam +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db_ets.beam +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db_server.beam +lib/leofs/lib/leo_backend_db-1.1.2/ebin/leo_backend_db_sup.beam +lib/leofs/lib/leo_backend_db-1.1.2/include/leo_backend_db.hrl +lib/leofs/lib/leo_backend_db-1.1.2/priv/basho_bench_driver_leo_backend_db.config +lib/leofs/lib/leo_backend_db-1.1.2/priv/basho_bench_driver_leo_backend_db.erl +lib/leofs/lib/leo_cache-0.6.0/ebin/leo_cache.app +lib/leofs/lib/leo_cache-0.6.0/ebin/leo_cache_api.beam +lib/leofs/lib/leo_cache-0.6.0/ebin/leo_cache_app.beam +lib/leofs/lib/leo_cache-0.6.0/ebin/leo_cache_behaviour.beam +lib/leofs/lib/leo_cache-0.6.0/ebin/leo_cache_server_dcerl.beam +lib/leofs/lib/leo_cache-0.6.0/ebin/leo_cache_server_mcerl.beam +lib/leofs/lib/leo_cache-0.6.0/ebin/leo_cache_sup.beam +lib/leofs/lib/leo_cache-0.6.0/include/leo_cache.hrl +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_commons.app +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_commons.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_date.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_file.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_hashtable.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_hex.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_http.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_math.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_mime.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_misc.beam +lib/leofs/lib/leo_commons-1.1.0/ebin/leo_mnesia.beam +lib/leofs/lib/leo_commons-1.1.0/include/leo_commons.hrl +lib/leofs/lib/leo_dcerl-0.2.11/ebin/leo_dcerl.app +lib/leofs/lib/leo_dcerl-0.2.11/ebin/leo_dcerl.beam +lib/leofs/lib/leo_dcerl-0.2.11/ebin/leo_dcerl_app.beam +lib/leofs/lib/leo_dcerl-0.2.11/ebin/leo_dcerl_server.beam +lib/leofs/lib/leo_dcerl-0.2.11/ebin/leo_dcerl_sup.beam +lib/leofs/lib/leo_dcerl-0.2.11/ebin/lru.beam +lib/leofs/lib/leo_dcerl-0.2.11/include/leo_dcerl.hrl +lib/leofs/lib/leo_dcerl-0.2.11/priv/lru.so +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway.app +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_api.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_app.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_cache_statistics.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_http_behaviour.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_http_commons.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_http_req_handler.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_large_object_handler.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_qos_stat.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_rest_api.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_rpc_handler.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_s3_api.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_gateway_sup.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_file_handler.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_mount3_server.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_mount3_svc.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_mount3_xdr.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_proto3_server.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_proto3_svc.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_proto3_xdr.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_state_behaviour.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nfs_state_ets.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leo_nginx_conf_parser.beam +lib/leofs/lib/leo_gateway-1.1.4/ebin/leofs.beam +lib/leofs/lib/leo_gateway-1.1.4/include/leo_gateway.hrl +lib/leofs/lib/leo_gateway-1.1.4/include/leo_http.hrl +lib/leofs/lib/leo_gateway-1.1.4/priv/leo_gateway.conf +lib/leofs/lib/leo_gateway-1.1.4/priv/leo_gateway.conf.test +lib/leofs/lib/leo_gateway-1.1.4/priv/leo_gateway.schema +lib/leofs/lib/leo_logger-1.1.2/ebin/lager_format.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/lager_stdlib.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/lager_trunc_io.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger.app +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_app.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_appender_file.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_behavior.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_client_base.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_client_message.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_error_logger_h.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_rotator.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_server.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_sup.beam +lib/leofs/lib/leo_logger-1.1.2/ebin/leo_logger_util.beam +lib/leofs/lib/leo_logger-1.1.2/include/leo_logger.hrl +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager.app +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_api.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_app.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_cluster_monitor.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_console.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_console_behaiviour.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_formatter_json.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_formatter_text.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_mnesia.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_mq_client.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_ring_sync.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_sup.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_table_sync.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/leo_manager_transformer.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/tcp_server.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/tcp_server_acceptor.beam +lib/leofs/lib/leo_manager-1.1.4/ebin/tcp_server_sup.beam +lib/leofs/lib/leo_manager-1.1.4/include/leo_manager.hrl +lib/leofs/lib/leo_manager-1.1.4/include/tcp_server.hrl +lib/leofs/lib/leo_manager-1.1.4/priv/leo_manager_0.conf +lib/leofs/lib/leo_manager-1.1.4/priv/leo_manager_0.conf.test +lib/leofs/lib/leo_manager-1.1.4/priv/leo_manager_0.schema +lib/leofs/lib/leo_manager-1.1.4/priv/leo_manager_1.conf +lib/leofs/lib/leo_manager-1.1.4/priv/leo_manager_1.schema +lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl.app +lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl.beam +lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl_app.beam +lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl_server.beam +lib/leofs/lib/leo_mcerl-0.4.1/ebin/leo_mcerl_sup.beam +lib/leofs/lib/leo_mcerl-0.4.1/include/leo_mcerl.hrl +lib/leofs/lib/leo_mcerl-0.4.1/priv/leo_mcerl.so +lib/leofs/lib/leo_mq-1.0.10/ebin/leo_mq.app +lib/leofs/lib/leo_mq-1.0.10/ebin/leo_mq_api.beam +lib/leofs/lib/leo_mq-1.0.10/ebin/leo_mq_app.beam +lib/leofs/lib/leo_mq-1.0.10/ebin/leo_mq_behaviour.beam +lib/leofs/lib/leo_mq-1.0.10/ebin/leo_mq_server.beam +lib/leofs/lib/leo_mq-1.0.10/ebin/leo_mq_sup.beam +lib/leofs/lib/leo_mq-1.0.10/include/leo_mq.hrl +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_compact_fsm_controller.beam +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_compact_fsm_worker.beam +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_object_storage.app +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_object_storage_api.beam +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_object_storage_app.beam +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_object_storage_haystack.beam +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_object_storage_server.beam +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_object_storage_sup.beam +lib/leofs/lib/leo_object_storage-1.1.5/ebin/leo_object_storage_transformer.beam +lib/leofs/lib/leo_object_storage-1.1.5/include/leo_object_storage.hrl +lib/leofs/lib/leo_object_storage-1.1.5/priv/cuttlefish +lib/leofs/lib/leo_object_storage-1.1.5/priv/leo_object_storage.conf +lib/leofs/lib/leo_object_storage-1.1.5/priv/leo_object_storage.schema +lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda.app +lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda_api.beam +lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda_app.beam +lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda_behaviour.beam +lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda_server.beam +lib/leofs/lib/leo_ordning_reda-0.10.9/ebin/leo_ordning_reda_sup.beam +lib/leofs/lib/leo_ordning_reda-0.10.9/include/leo_ordning_reda.hrl lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod.app lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod.beam lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod_manager.beam lib/leofs/lib/leo_pod-0.6.2/ebin/leo_pod_sup.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_cluster_tbl_conf.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_cluster_tbl_member.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_cluster_tbl_ring.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_cluster_tbl_sync_behaviour.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_mdcr_manage_behaviour.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_mdcr_sync_cluster_behaviour.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_mdcr_tbl_cluster_info.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_mdcr_tbl_cluster_member.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_mdcr_tbl_cluster_mgr.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_mdcr_tbl_cluster_stat.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_mdcr_tbl_sync.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_membership_cluster_local.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_membership_cluster_remote.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_membership_mq_client.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_redundant_manager.app -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_redundant_manager.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_redundant_manager_api.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_redundant_manager_app.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_redundant_manager_chash.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_redundant_manager_sup.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_redundant_manager_worker.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/ebin/leo_ring_tbl_transformer.beam -lib/leofs/lib/leo_redundant_manager-1.8.8/include/leo_redundant_manager.hrl -lib/leofs/lib/leo_redundant_manager-1.8.8/priv/basho_bench_driver_leo_redundant_manager.erl -lib/leofs/lib/leo_redundant_manager-1.8.8/priv/leo_redundant_manager_test.config -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc.app -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_app.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_client_conn.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_client_manager.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_client_sup.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_client_utils.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_protocol.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_server.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_server_listener.beam -lib/leofs/lib/leo_rpc-0.8.9/ebin/leo_rpc_sup.beam -lib/leofs/lib/leo_rpc-0.8.9/include/leo_rpc.hrl -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_auth.beam -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_bucket.beam -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_bucket_data_handler.beam -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_endpoint.beam -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_libs.app -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_libs.beam -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_libs_data_handler.beam -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_user.beam -lib/leofs/lib/leo_s3_libs-1.1.2/ebin/leo_s3_user_credential.beam -lib/leofs/lib/leo_s3_libs-1.1.2/include/leo_s3_auth.hrl -lib/leofs/lib/leo_s3_libs-1.1.2/include/leo_s3_bucket.hrl -lib/leofs/lib/leo_s3_libs-1.1.2/include/leo_s3_endpoint.hrl -lib/leofs/lib/leo_s3_libs-1.1.2/include/leo_s3_libs.hrl -lib/leofs/lib/leo_s3_libs-1.1.2/include/leo_s3_user.hrl -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_metrics_req.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_metrics_req_notifier.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_metrics_vm.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_metrics_vm_notifier.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics.app -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics_api.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics_app.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics_behaviour.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics_sampler.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics_snmpm.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics_sup.beam -lib/leofs/lib/leo_statistics-1.0.6/ebin/leo_statistics_user.beam -lib/leofs/lib/leo_statistics-1.0.6/include/leo_statistics.hrl -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage.app -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_api.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_app.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_handle_sync.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_handler_directory.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_handler_object.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_mq.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_read_repairer.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_replicator.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_statistics.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_storage_sup.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_sync_local_cluster.beam -lib/leofs/lib/leo_storage-1.1.3/ebin/leo_sync_remote_cluster.beam -lib/leofs/lib/leo_storage-1.1.3/include/leo_storage.hrl -lib/leofs/lib/leo_storage-1.1.3/priv/leo_storage.conf -lib/leofs/lib/leo_storage-1.1.3/priv/leo_storage.conf.test -lib/leofs/lib/leo_storage-1.1.3/priv/leo_storage.schema +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_cluster_tbl_conf.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_cluster_tbl_member.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_cluster_tbl_ring.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_cluster_tbl_sync_behaviour.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_mdcr_manage_behaviour.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_mdcr_sync_cluster_behaviour.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_mdcr_tbl_cluster_info.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_mdcr_tbl_cluster_member.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_mdcr_tbl_cluster_mgr.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_mdcr_tbl_cluster_stat.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_mdcr_tbl_sync.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_membership_cluster_local.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_membership_cluster_remote.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_membership_mq_client.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_redundant_manager.app +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_redundant_manager.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_redundant_manager_api.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_redundant_manager_app.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_redundant_manager_chash.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_redundant_manager_sup.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_redundant_manager_worker.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/ebin/leo_ring_tbl_transformer.beam +lib/leofs/lib/leo_redundant_manager-1.8.9/include/leo_redundant_manager.hrl +lib/leofs/lib/leo_redundant_manager-1.8.9/priv/basho_bench_driver_leo_redundant_manager.erl +lib/leofs/lib/leo_redundant_manager-1.8.9/priv/leo_redundant_manager_test.config +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc.app +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_app.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_client_conn.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_client_manager.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_client_sup.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_client_utils.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_protocol.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_server.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_server_listener.beam +lib/leofs/lib/leo_rpc-0.8.10/ebin/leo_rpc_sup.beam +lib/leofs/lib/leo_rpc-0.8.10/include/leo_rpc.hrl +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_auth.beam +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_bucket.beam +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_bucket_data_handler.beam +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_endpoint.beam +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_libs.app +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_libs.beam +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_libs_data_handler.beam +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_user.beam +lib/leofs/lib/leo_s3_libs-1.1.3/ebin/leo_s3_user_credential.beam +lib/leofs/lib/leo_s3_libs-1.1.3/include/leo_s3_auth.hrl +lib/leofs/lib/leo_s3_libs-1.1.3/include/leo_s3_bucket.hrl +lib/leofs/lib/leo_s3_libs-1.1.3/include/leo_s3_endpoint.hrl +lib/leofs/lib/leo_s3_libs-1.1.3/include/leo_s3_libs.hrl +lib/leofs/lib/leo_s3_libs-1.1.3/include/leo_s3_user.hrl +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_req.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_req_notifier.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_vm.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_metrics_vm_notifier.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics.app +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_api.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_app.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_behaviour.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_sampler.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_snmpm.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_sup.beam +lib/leofs/lib/leo_statistics-1.0.7/ebin/leo_statistics_user.beam +lib/leofs/lib/leo_statistics-1.0.7/include/leo_statistics.hrl +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage.app +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_api.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_app.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_handle_sync.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_handler_directory.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_handler_object.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_mq.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_read_repairer.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_replicator.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_statistics.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_storage_sup.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_sync_local_cluster.beam +lib/leofs/lib/leo_storage-1.1.4/ebin/leo_sync_remote_cluster.beam +lib/leofs/lib/leo_storage-1.1.4/include/leo_storage.hrl +lib/leofs/lib/leo_storage-1.1.4/priv/leo_storage.conf +lib/leofs/lib/leo_storage-1.1.4/priv/leo_storage.conf.test +lib/leofs/lib/leo_storage-1.1.4/priv/leo_storage.schema lib/leofs/lib/lz4-0.2.2/ebin/lz4.app lib/leofs/lib/lz4-0.2.2/ebin/lz4.beam lib/leofs/lib/lz4-0.2.2/priv/lz4_nif.so @@ -809,27 +813,27 @@ lib/leofs/lib/sasl-2.3.4/ebin/systools_l lib/leofs/lib/sasl-2.3.4/ebin/systools_make.beam lib/leofs/lib/sasl-2.3.4/ebin/systools_rc.beam lib/leofs/lib/sasl-2.3.4/ebin/systools_relup.beam -lib/leofs/lib/savanna_agent-0.4.3/ebin/savanna_agent.app -lib/leofs/lib/savanna_agent-0.4.3/ebin/savanna_agent.beam -lib/leofs/lib/savanna_agent-0.4.3/ebin/savanna_agent_app.beam -lib/leofs/lib/savanna_agent-0.4.3/ebin/savanna_agent_notifier.beam -lib/leofs/lib/savanna_agent-0.4.3/ebin/savanna_agent_sup.beam -lib/leofs/lib/savanna_agent-0.4.3/ebin/savanna_agent_tbl_members.beam -lib/leofs/lib/savanna_agent-0.4.3/ebin/savanna_agent_worker.beam -lib/leofs/lib/savanna_agent-0.4.3/include/savanna_agent.hrl -lib/leofs/lib/savanna_commons-0.8.5/ebin/savanna_commons.app -lib/leofs/lib/savanna_commons-0.8.5/ebin/savanna_commons.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/savanna_commons_sup.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_metric_server.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_metrics_counter.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_metrics_gauge.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_metrics_histogram.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_notify_behaviour.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_operate_behaviour.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_tbl_column.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_tbl_metric_group.beam -lib/leofs/lib/savanna_commons-0.8.5/ebin/svc_tbl_schema.beam -lib/leofs/lib/savanna_commons-0.8.5/include/savanna_commons.hrl +lib/leofs/lib/savanna_agent-0.4.4/ebin/savanna_agent.app +lib/leofs/lib/savanna_agent-0.4.4/ebin/savanna_agent.beam +lib/leofs/lib/savanna_agent-0.4.4/ebin/savanna_agent_app.beam +lib/leofs/lib/savanna_agent-0.4.4/ebin/savanna_agent_notifier.beam +lib/leofs/lib/savanna_agent-0.4.4/ebin/savanna_agent_sup.beam +lib/leofs/lib/savanna_agent-0.4.4/ebin/savanna_agent_tbl_members.beam +lib/leofs/lib/savanna_agent-0.4.4/ebin/savanna_agent_worker.beam +lib/leofs/lib/savanna_agent-0.4.4/include/savanna_agent.hrl +lib/leofs/lib/savanna_commons-0.8.6/ebin/savanna_commons.app +lib/leofs/lib/savanna_commons-0.8.6/ebin/savanna_commons.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/savanna_commons_sup.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_metric_server.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_metrics_counter.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_metrics_gauge.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_metrics_histogram.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_notify_behaviour.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_operate_behaviour.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_tbl_column.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_tbl_metric_group.beam +lib/leofs/lib/savanna_commons-0.8.6/ebin/svc_tbl_schema.beam +lib/leofs/lib/savanna_commons-0.8.6/include/savanna_commons.hrl lib/leofs/lib/snmp-4.25/ebin/snmp.app lib/leofs/lib/snmp-4.25/ebin/snmp.appup lib/leofs/lib/snmp-4.25/ebin/snmp.beam @@ -1271,63 +1275,64 @@ sbin/leofs-adm @dirrmtry lib/leofs/lib/kernel-2.16.4/ebin @dirrmtry lib/leofs/lib/kernel-2.16.4/include @dirrmtry lib/leofs/lib/kernel-2.16.4 -@dirrmtry lib/leofs/lib/leo_backend_db-1.1.1/ebin -@dirrmtry lib/leofs/lib/leo_backend_db-1.1.1/include -@dirrmtry lib/leofs/lib/leo_backend_db-1.1.1/priv -@dirrmtry lib/leofs/lib/leo_backend_db-1.1.1 -@dirrmtry lib/leofs/lib/leo_cache-0.4.24/ebin -@dirrmtry lib/leofs/lib/leo_cache-0.4.24/include -@dirrmtry lib/leofs/lib/leo_cache-0.4.24 -@dirrmtry lib/leofs/lib/leo_commons-1.0.5/ebin -@dirrmtry lib/leofs/lib/leo_commons-1.0.5/include -@dirrmtry lib/leofs/lib/leo_commons-1.0.5 -@dirrmtry lib/leofs/lib/leo_dcerl-0.2.10/ebin -@dirrmtry lib/leofs/lib/leo_dcerl-0.2.10/include -@dirrmtry lib/leofs/lib/leo_dcerl-0.2.10/priv -@dirrmtry lib/leofs/lib/leo_dcerl-0.2.10 -@dirrmtry lib/leofs/lib/leo_gateway-1.1.3/ebin -@dirrmtry lib/leofs/lib/leo_gateway-1.1.3/include -@dirrmtry lib/leofs/lib/leo_gateway-1.1.3/priv -@dirrmtry lib/leofs/lib/leo_gateway-1.1.3 -@dirrmtry lib/leofs/lib/leo_logger-1.0.5/ebin -@dirrmtry lib/leofs/lib/leo_logger-1.0.5/include -@dirrmtry lib/leofs/lib/leo_logger-1.0.5 -@dirrmtry lib/leofs/lib/leo_manager-1.1.3/ebin -@dirrmtry lib/leofs/lib/leo_manager-1.1.3/include -@dirrmtry lib/leofs/lib/leo_manager-1.1.3/priv -@dirrmtry lib/leofs/lib/leo_manager-1.1.3 -@dirrmtry lib/leofs/lib/leo_mcerl-0.4.0/ebin -@dirrmtry lib/leofs/lib/leo_mcerl-0.4.0/include -@dirrmtry lib/leofs/lib/leo_mcerl-0.4.0/priv -@dirrmtry lib/leofs/lib/leo_mcerl-0.4.0 -@dirrmtry lib/leofs/lib/leo_mq-1.0.9/ebin -@dirrmtry lib/leofs/lib/leo_mq-1.0.9/include -@dirrmtry lib/leofs/lib/leo_mq-1.0.9 -@dirrmtry lib/leofs/lib/leo_object_storage-1.1.4/ebin -@dirrmtry lib/leofs/lib/leo_object_storage-1.1.4/include -@dirrmtry lib/leofs/lib/leo_object_storage-1.1.4 -@dirrmtry lib/leofs/lib/leo_ordning_reda-0.10.8/ebin -@dirrmtry lib/leofs/lib/leo_ordning_reda-0.10.8/include -@dirrmtry lib/leofs/lib/leo_ordning_reda-0.10.8 +@dirrmtry lib/leofs/lib/leo_backend_db-1.1.2/ebin +@dirrmtry lib/leofs/lib/leo_backend_db-1.1.2/include +@dirrmtry lib/leofs/lib/leo_backend_db-1.1.2/priv +@dirrmtry lib/leofs/lib/leo_backend_db-1.1.2 +@dirrmtry lib/leofs/lib/leo_cache-0.6.0/ebin +@dirrmtry lib/leofs/lib/leo_cache-0.6.0/include +@dirrmtry lib/leofs/lib/leo_cache-0.6.0 +@dirrmtry lib/leofs/lib/leo_commons-1.1.0/ebin +@dirrmtry lib/leofs/lib/leo_commons-1.1.0/include +@dirrmtry lib/leofs/lib/leo_commons-1.1.0 +@dirrmtry lib/leofs/lib/leo_dcerl-0.2.11/ebin +@dirrmtry lib/leofs/lib/leo_dcerl-0.2.11/include +@dirrmtry lib/leofs/lib/leo_dcerl-0.2.11/priv +@dirrmtry lib/leofs/lib/leo_dcerl-0.2.11 +@dirrmtry lib/leofs/lib/leo_gateway-1.1.4/ebin +@dirrmtry lib/leofs/lib/leo_gateway-1.1.4/include +@dirrmtry lib/leofs/lib/leo_gateway-1.1.4/priv +@dirrmtry lib/leofs/lib/leo_gateway-1.1.4 +@dirrmtry lib/leofs/lib/leo_logger-1.1.2/ebin +@dirrmtry lib/leofs/lib/leo_logger-1.1.2/include +@dirrmtry lib/leofs/lib/leo_logger-1.1.2 +@dirrmtry lib/leofs/lib/leo_manager-1.1.4/ebin +@dirrmtry lib/leofs/lib/leo_manager-1.1.4/include +@dirrmtry lib/leofs/lib/leo_manager-1.1.4/priv +@dirrmtry lib/leofs/lib/leo_manager-1.1.4 +@dirrmtry lib/leofs/lib/leo_mcerl-0.4.1/ebin +@dirrmtry lib/leofs/lib/leo_mcerl-0.4.1/include +@dirrmtry lib/leofs/lib/leo_mcerl-0.4.1/priv +@dirrmtry lib/leofs/lib/leo_mcerl-0.4.1 +@dirrmtry lib/leofs/lib/leo_mq-1.0.10/ebin +@dirrmtry lib/leofs/lib/leo_mq-1.0.10/include +@dirrmtry lib/leofs/lib/leo_mq-1.0.10 +@dirrmtry lib/leofs/lib/leo_object_storage-1.1.5/ebin +@dirrmtry lib/leofs/lib/leo_object_storage-1.1.5/include +@dirrmtry lib/leofs/lib/leo_object_storage-1.1.5/priv +@dirrmtry lib/leofs/lib/leo_object_storage-1.1.5 +@dirrmtry lib/leofs/lib/leo_ordning_reda-0.10.9/ebin +@dirrmtry lib/leofs/lib/leo_ordning_reda-0.10.9/include +@dirrmtry lib/leofs/lib/leo_ordning_reda-0.10.9 @dirrmtry lib/leofs/lib/leo_pod-0.6.2/ebin @dirrmtry lib/leofs/lib/leo_pod-0.6.2 -@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.8/ebin -@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.8/include -@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.8/priv -@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.8 -@dirrmtry lib/leofs/lib/leo_rpc-0.8.9/ebin -@dirrmtry lib/leofs/lib/leo_rpc-0.8.9/include -@dirrmtry lib/leofs/lib/leo_rpc-0.8.9 -@dirrmtry lib/leofs/lib/leo_s3_libs-1.1.2/ebin -@dirrmtry lib/leofs/lib/leo_s3_libs-1.1.2/include -@dirrmtry lib/leofs/lib/leo_s3_libs-1.1.2 -@dirrmtry lib/leofs/lib/leo_statistics-1.0.6/ebin -@dirrmtry lib/leofs/lib/leo_statistics-1.0.6/include -@dirrmtry lib/leofs/lib/leo_statistics-1.0.6 -@dirrmtry lib/leofs/lib/leo_storage-1.1.3/ebin -@dirrmtry lib/leofs/lib/leo_storage-1.1.3/include -@dirrmtry lib/leofs/lib/leo_storage-1.1.3/priv -@dirrmtry lib/leofs/lib/leo_storage-1.1.3 +@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.9/ebin +@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.9/include +@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.9/priv +@dirrmtry lib/leofs/lib/leo_redundant_manager-1.8.9 +@dirrmtry lib/leofs/lib/leo_rpc-0.8.10/ebin +@dirrmtry lib/leofs/lib/leo_rpc-0.8.10/include +@dirrmtry lib/leofs/lib/leo_rpc-0.8.10 +@dirrmtry lib/leofs/lib/leo_s3_libs-1.1.3/ebin +@dirrmtry lib/leofs/lib/leo_s3_libs-1.1.3/include +@dirrmtry lib/leofs/lib/leo_s3_libs-1.1.3 +@dirrmtry lib/leofs/lib/leo_statistics-1.0.7/ebin +@dirrmtry lib/leofs/lib/leo_statistics-1.0.7/include +@dirrmtry lib/leofs/lib/leo_statistics-1.0.7 +@dirrmtry lib/leofs/lib/leo_storage-1.1.4/ebin +@dirrmtry lib/leofs/lib/leo_storage-1.1.4/include +@dirrmtry lib/leofs/lib/leo_storage-1.1.4/priv +@dirrmtry lib/leofs/lib/leo_storage-1.1.4 @dirrmtry lib/leofs/lib/lz4-0.2.2/ebin @dirrmtry lib/leofs/lib/lz4-0.2.2/priv @dirrmtry lib/leofs/lib/lz4-0.2.2 @@ -1361,12 +1366,12 @@ sbin/leofs-adm @dirrmtry lib/leofs/lib/runtime_tools-1.8.13 @dirrmtry lib/leofs/lib/sasl-2.3.4/ebin @dirrmtry lib/leofs/lib/sasl-2.3.4 -@dirrmtry lib/leofs/lib/savanna_agent-0.4.3/ebin -@dirrmtry lib/leofs/lib/savanna_agent-0.4.3/include -@dirrmtry lib/leofs/lib/savanna_agent-0.4.3 -@dirrmtry lib/leofs/lib/savanna_commons-0.8.5/ebin -@dirrmtry lib/leofs/lib/savanna_commons-0.8.5/include -@dirrmtry lib/leofs/lib/savanna_commons-0.8.5 +@dirrmtry lib/leofs/lib/savanna_agent-0.4.4/ebin +@dirrmtry lib/leofs/lib/savanna_agent-0.4.4/include +@dirrmtry lib/leofs/lib/savanna_agent-0.4.4 +@dirrmtry lib/leofs/lib/savanna_commons-0.8.6/ebin +@dirrmtry lib/leofs/lib/savanna_commons-0.8.6/include +@dirrmtry lib/leofs/lib/savanna_commons-0.8.6 @dirrmtry lib/leofs/lib/snmp-4.25/ebin @dirrmtry lib/leofs/lib/snmp-4.25/include @dirrmtry lib/leofs/lib/snmp-4.25/priv/conf/agent From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:07: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 EA4905A4; Sat, 4 Oct 2014 15:07: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 D6D43DD9; Sat, 4 Oct 2014 15:07: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 s94F7Xug099043; Sat, 4 Oct 2014 15:07:33 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94F7XMa099042; Sat, 4 Oct 2014 15:07:33 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410041507.s94F7XMa099042@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 15:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369968 - head/print/py-reportlab2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 15:07:34 -0000 Author: wg Date: Sat Oct 4 15:07:33 2014 New Revision: 369968 URL: https://svnweb.freebsd.org/changeset/ports/369968 QAT: https://qat.redports.org/buildarchive/r369968/ Log: print/py-reportlab2: switch from py-pillow to py-imaging - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/print/py-reportlab2/Makefile Modified: head/print/py-reportlab2/Makefile ============================================================================== --- head/print/py-reportlab2/Makefile Sat Oct 4 14:37:03 2014 (r369967) +++ head/print/py-reportlab2/Makefile Sat Oct 4 15:07:33 2014 (r369968) @@ -3,6 +3,7 @@ PORTNAME= reportlab PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ COMMENT= Library to create PDF documents LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow OPTIONS_DEFINE= DOCS @@ -27,9 +28,8 @@ PORTSCOUT= limit:^2\. PFBFER_VERSION= 20070710 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils PORTDOCS= reportlab-graphics-reference.pdf \ reportlab-reference.pdf \ From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:12: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 72ADC6E9; Sat, 4 Oct 2014 15:12: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 42265E87; Sat, 4 Oct 2014 15:12: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 s94FCpeq003875; Sat, 4 Oct 2014 15:12:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FCjJ8003846; Sat, 4 Oct 2014 15:12:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410041512.s94FCjJ8003846@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 15:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369969 - in head: astro/libosmpbf astro/osmium audio/clementine-player audio/mixxx audio/mumble audio/murmur biology/plinkseq devel/php5-pinba devel/pinba_engine devel/protobuf devel/p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 15:12:51 -0000 Author: sunpoet Date: Sat Oct 4 15:12:44 2014 New Revision: 369969 URL: https://svnweb.freebsd.org/changeset/ports/369969 QAT: https://qat.redports.org/buildarchive/r369969/ Log: - Update to 2.6.0 - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt Deleted: head/devel/protobuf/files/ Modified: head/astro/libosmpbf/Makefile head/astro/osmium/Makefile head/audio/clementine-player/Makefile head/audio/mixxx/Makefile head/audio/mumble/Makefile head/audio/murmur/Makefile head/biology/plinkseq/Makefile head/devel/php5-pinba/Makefile head/devel/pinba_engine/Makefile head/devel/protobuf-c/Makefile head/devel/protobuf/Makefile head/devel/protobuf/distinfo head/devel/protobuf/pkg-descr head/devel/protobuf/pkg-plist head/devel/tesla/Makefile head/games/pink-pony/Makefile head/games/pokerth/Makefile head/japanese/mozc-server/Makefile head/net-p2p/namecoin/Makefile head/net/mosh/Makefile head/net/ostinato/Makefile head/www/chromium/Makefile Modified: head/astro/libosmpbf/Makefile ============================================================================== --- head/astro/libosmpbf/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/astro/libosmpbf/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,6 +3,7 @@ PORTNAME= libosmpbf PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/astro/osmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/astro/osmium/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= osmium PORTVERSION= git20130522 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/audio/clementine-player/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio PKGNAMESUFFIX= -player Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/audio/mixxx/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/audio/mumble/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,6 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/audio/murmur/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,6 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} Modified: head/biology/plinkseq/Makefile ============================================================================== --- head/biology/plinkseq/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/biology/plinkseq/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= plinkseq PORTVERSION= 0.08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology science MASTER_SITES= http://atgu.mgh.harvard.edu/${PORTNAME}/dist/version-${PORTVERSION}/ Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/php5-pinba/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= pinba PORTVERSION= 2012.03.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/tony2001/pinba_extension/tarball/${GITVERSION}/ PKGNAMEPREFIX= php5- Modified: head/devel/pinba_engine/Makefile ============================================================================== --- head/devel/pinba_engine/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/pinba_engine/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= pinba_engine PORTVERSION= 2011.08.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://github.com/tony2001/pinba_engine/tarball/${GITVERSION}/ DISTNAME= tony2001-pinba_engine-${GITVERSION} Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/protobuf-c/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,6 +3,7 @@ PORTNAME= protobuf-c PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ \ http://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/protobuf/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -2,28 +2,28 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 2.5.0 -PORTREVISION= 4 +PORTVERSION= 2.6.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= https://protobuf.googlecode.com/svn/rc/ \ + LOCAL/sunpoet -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data interchange format library LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING.txt +CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig tar:bzip2 libtool -ONLY_FOR_ARCHS= i386 amd64 INSTALL_TARGET= install-strip +ONLY_FOR_ARCHS= amd64 i386 +USE_LDCONFIG= yes +USES= gmake libtool pathfix pkgconfig tar:bzip2 -# clang will generate code that just doesn't work with clementine-player +# 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 +USE_CSTD= c99 -tests: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) +regression-test test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check .include Modified: head/devel/protobuf/distinfo ============================================================================== --- head/devel/protobuf/distinfo Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/protobuf/distinfo Sat Oct 4 15:12:44 2014 (r369969) @@ -1,2 +1,2 @@ -SHA256 (protobuf-2.5.0.tar.bz2) = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 -SIZE (protobuf-2.5.0.tar.bz2) = 1866763 +SHA256 (protobuf-2.6.0.tar.bz2) = 0a2f8533b2e0587a2b4efce0c4c8aea21bbfae1c41c466634d958dedf580f6aa +SIZE (protobuf-2.6.0.tar.bz2) = 2021255 Modified: head/devel/protobuf/pkg-descr ============================================================================== --- head/devel/protobuf/pkg-descr Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/protobuf/pkg-descr Sat Oct 4 15:12:44 2014 (r369969) @@ -1,5 +1,5 @@ Protocol Buffers are a way of encoding structured data in an efficient yet -extensible format. Google uses Protocol Buffers for almost all of its -internal RPC protocols and file formats. +extensible format. Google uses Protocol Buffers for almost all of its internal +RPC protocols and file formats. -WWW: http://code.google.com/p/protobuf/ +WWW: https://code.google.com/p/protobuf/ Modified: head/devel/protobuf/pkg-plist ============================================================================== --- head/devel/protobuf/pkg-plist Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/protobuf/pkg-plist Sat Oct 4 15:12:44 2014 (r369969) @@ -21,6 +21,7 @@ include/google/protobuf/generated_messag include/google/protobuf/io/coded_stream.h include/google/protobuf/io/gzip_stream.h include/google/protobuf/io/printer.h +include/google/protobuf/io/strtod.h include/google/protobuf/io/tokenizer.h include/google/protobuf/io/zero_copy_stream.h include/google/protobuf/io/zero_copy_stream_impl.h @@ -31,17 +32,21 @@ include/google/protobuf/reflection_ops.h include/google/protobuf/repeated_field.h include/google/protobuf/service.h include/google/protobuf/stubs/atomicops.h +include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h include/google/protobuf/stubs/atomicops_internals_arm_gcc.h include/google/protobuf/stubs/atomicops_internals_arm_qnx.h include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h +include/google/protobuf/stubs/atomicops_internals_generic_gcc.h include/google/protobuf/stubs/atomicops_internals_macosx.h include/google/protobuf/stubs/atomicops_internals_mips_gcc.h include/google/protobuf/stubs/atomicops_internals_pnacl.h +include/google/protobuf/stubs/atomicops_internals_tsan.h include/google/protobuf/stubs/atomicops_internals_x86_gcc.h include/google/protobuf/stubs/atomicops_internals_x86_msvc.h include/google/protobuf/stubs/common.h include/google/protobuf/stubs/once.h include/google/protobuf/stubs/platform_macros.h +include/google/protobuf/stubs/stl_util.h include/google/protobuf/stubs/template_util.h include/google/protobuf/stubs/type_traits.h include/google/protobuf/text_format.h @@ -51,15 +56,15 @@ include/google/protobuf/wire_format_lite include/google/protobuf/wire_format_lite_inl.h lib/libprotobuf-lite.a lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.8 -lib/libprotobuf-lite.so.8.0.0 +lib/libprotobuf-lite.so.9 +lib/libprotobuf-lite.so.9.0.0 lib/libprotobuf.a lib/libprotobuf.so -lib/libprotobuf.so.8 -lib/libprotobuf.so.8.0.0 +lib/libprotobuf.so.9 +lib/libprotobuf.so.9.0.0 lib/libprotoc.a lib/libprotoc.so -lib/libprotoc.so.8 -lib/libprotoc.so.8.0.0 +lib/libprotoc.so.9 +lib/libprotoc.so.9.0.0 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc Modified: head/devel/tesla/Makefile ============================================================================== --- head/devel/tesla/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/devel/tesla/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -2,6 +2,7 @@ PORTNAME= tesla DISTVERSION= 0.0.20140425 +PORTREVISION= 1 CATEGORIES= devel lang MAINTAINER= brooks@FreeBSD.org Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/games/pink-pony/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/games/pokerth/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/japanese/mozc-server/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,6 +3,7 @@ PORTNAME= mozc PORTVERSION= 1.15.1868.102 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= LOCAL/hrs DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/net-p2p/namecoin/Makefile ============================================================================== --- head/net-p2p/namecoin/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/net-p2p/namecoin/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= namecoin PORTVERSION= Q.3.72 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p dns MASTER_SITES= GH Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/net/mosh/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,6 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ http://mirrors.rit.edu/zi/ Modified: head/net/ostinato/Makefile ============================================================================== --- head/net/ostinato/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/net/ostinato/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,7 +3,7 @@ PORTNAME= ostinato PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX} Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sat Oct 4 15:07:33 2014 (r369968) +++ head/www/chromium/Makefile Sat Oct 4 15:12:44 2014 (r369969) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 37.0.2062.124 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:12: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 797967CD; Sat, 4 Oct 2014 15:12: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 658A7E88; Sat, 4 Oct 2014 15:12: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 s94FCvxH004017; Sat, 4 Oct 2014 15:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FCuGr004015; Sat, 4 Oct 2014 15:12:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410041512.s94FCuGr004015@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 15:12:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369970 - in head/devel/py-google-apputils: . 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: Sat, 04 Oct 2014 15:12:57 -0000 Author: sunpoet Date: Sat Oct 4 15:12:56 2014 New Revision: 369970 URL: https://svnweb.freebsd.org/changeset/ports/369970 QAT: https://qat.redports.org/buildarchive/r369970/ Log: - Fix devel/py-dateutil version requirement - Bump PORTREVISION for package change Submitted by: sunpoet (myself) Approved by: vanilla (maintainer) Added: head/devel/py-google-apputils/files/ head/devel/py-google-apputils/files/patch-setup.py (contents, props changed) Modified: head/devel/py-google-apputils/Makefile Modified: head/devel/py-google-apputils/Makefile ============================================================================== --- head/devel/py-google-apputils/Makefile Sat Oct 4 15:12:44 2014 (r369969) +++ head/devel/py-google-apputils/Makefile Sat Oct 4 15:12:56 2014 (r369970) @@ -3,7 +3,7 @@ PORTNAME= google-apputils PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/devel/py-google-apputils/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-apputils/files/patch-setup.py Sat Oct 4 15:12:56 2014 (r369970) @@ -0,0 +1,11 @@ +--- setup.py.orig 2013-07-31 05:48:36.000000000 +0800 ++++ setup.py 2014-10-02 21:37:32.390653346 +0800 +@@ -22,7 +22,7 @@ + from setuptools.command import test + + REQUIRE = [ +- "python-dateutil>=1.4,<2", ++ "python-dateutil>=1.4", + "python-gflags>=1.4", + "pytz>=2010", + ] From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:13: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 F24B78AB; Sat, 4 Oct 2014 15:13: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 DE8C8E8D; Sat, 4 Oct 2014 15:13: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 s94FD2SW004193; Sat, 4 Oct 2014 15:13:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FD2U8004188; Sat, 4 Oct 2014 15:13:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410041513.s94FD2U8004188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 15:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369971 - 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: Sat, 04 Oct 2014 15:13:03 -0000 Author: sunpoet Date: Sat Oct 4 15:13:01 2014 New Revision: 369971 URL: https://svnweb.freebsd.org/changeset/ports/369971 QAT: https://qat.redports.org/buildarchive/r369971/ Log: - Update to 2.6.0 - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt Modified: head/devel/py-protobuf/Makefile head/devel/py-protobuf/distinfo head/devel/py-protobuf/pkg-descr Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Sat Oct 4 15:12:56 2014 (r369970) +++ head/devel/py-protobuf/Makefile Sat Oct 4 15:13:01 2014 (r369971) @@ -2,30 +2,29 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 2.5.0 -PORTREVISION= 2 +PORTVERSION= 2.6.0 CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= https://protobuf.googlecode.com/svn/rc/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google protobuf Python Client Library LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/../COPYING.txt -BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:${PORTSDIR}/devel/py-google-apputils \ + protoc:${PORTSDIR}/devel/protobuf +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:${PORTSDIR}/devel/py-google-apputils -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python -PROJECTHOST= protobuf - -USES= python:2 tar:bzip2 USE_PYTHON= autoplist distutils +USES= python tar:bzip2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python -pre-build: - @${MKDIR} ${WRKSRC}/google/protobuf/compiler +post-patch: + @${MKDIR} ${WRKSRC}/google/protobuf/compiler/ -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test +regression-test test: build + cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-protobuf/distinfo ============================================================================== --- head/devel/py-protobuf/distinfo Sat Oct 4 15:12:56 2014 (r369970) +++ head/devel/py-protobuf/distinfo Sat Oct 4 15:13:01 2014 (r369971) @@ -1,2 +1,2 @@ -SHA256 (protobuf-2.5.0.tar.bz2) = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 -SIZE (protobuf-2.5.0.tar.bz2) = 1866763 +SHA256 (protobuf-2.6.0.tar.bz2) = 0a2f8533b2e0587a2b4efce0c4c8aea21bbfae1c41c466634d958dedf580f6aa +SIZE (protobuf-2.6.0.tar.bz2) = 2021255 Modified: head/devel/py-protobuf/pkg-descr ============================================================================== --- head/devel/py-protobuf/pkg-descr Sat Oct 4 15:12:56 2014 (r369970) +++ head/devel/py-protobuf/pkg-descr Sat Oct 4 15:13:01 2014 (r369971) @@ -1,5 +1,5 @@ -Protocol Buffers are a way of encoding structured data in an efficien -yet extensible format. Google uses Protocol Buffers for almost all of -its internal RPC protocols and file formats. +Protocol Buffers are a way of encoding structured data in an efficient yet +extensible format. Google uses Protocol Buffers for almost all of its internal +RPC protocols and file formats. -WWW: http://code.google.com/p/protobuf/ +WWW: https://code.google.com/p/protobuf/ From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:13: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 B4BC7989; Sat, 4 Oct 2014 15:13: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 A0BDDE8F; Sat, 4 Oct 2014 15:13: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 s94FD7Le004317; Sat, 4 Oct 2014 15:13:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FD7pg004313; Sat, 4 Oct 2014 15:13:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410041513.s94FD7pg004313@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 15:13:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369972 - head/graphics/geos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 15:13:07 -0000 Author: sunpoet Date: Sat Oct 4 15:13:06 2014 New Revision: 369972 URL: https://svnweb.freebsd.org/changeset/ports/369972 QAT: https://qat.redports.org/buildarchive/r369972/ Log: - Use INSTALL_TARGET=install-strip Modified: head/graphics/geos/Makefile head/graphics/geos/pkg-plist Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Sat Oct 4 15:13:01 2014 (r369971) +++ head/graphics/geos/Makefile Sat Oct 4 15:13:06 2014 (r369972) @@ -14,9 +14,11 @@ COMMENT= GEOS implements all the OpenGIS LICENSE= LGPL21 OPTIONS_DEFINE= PHP PYTHON RUBY +OPTIONS_DEFAULT=PHP PYTHON RUBY OPTIONS_SUB= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= gmake libtool tar:bzip2 @@ -33,8 +35,4 @@ RUBY_CONFIGURE_ENABLE= ruby RUBY_CONFIGURE_ENV= RUBY="${RUBY}" RUBY_USE= RUBY=yes -post-install: - ${LN} -s ${PREFIX}/lib/libgeos-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libgeos.so.0 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgeos-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libgeos_c.so.1.8.2 - .include Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Sat Oct 4 15:13:01 2014 (r369971) +++ head/graphics/geos/pkg-plist Sat Oct 4 15:13:06 2014 (r369972) @@ -380,55 +380,12 @@ lib/libgeos_c.a lib/libgeos_c.so lib/libgeos_c.so.1 lib/libgeos_c.so.1.8.2 -@dirrm include/geos/util -@dirrm include/geos/triangulate/quadedge -@dirrm include/geos/triangulate -@dirrm include/geos/simplify -@dirrm include/geos/precision -@dirrm include/geos/planargraph/algorithm -@dirrm include/geos/planargraph -@dirrm include/geos/operation/valid -@dirrm include/geos/operation/union -@dirrm include/geos/operation/sharedpaths -@dirrm include/geos/operation/relate -@dirrm include/geos/operation/predicate -@dirrm include/geos/operation/polygonize -@dirrm include/geos/operation/overlay/snap -@dirrm include/geos/operation/overlay -@dirrm include/geos/operation/linemerge -@dirrm include/geos/operation/distance -@dirrm include/geos/operation/buffer -@dirrm include/geos/operation -@dirrm include/geos/noding/snapround -@dirrm include/geos/noding -@dirrm include/geos/linearref -@dirrm include/geos/io -@dirrm include/geos/index/sweepline -@dirrm include/geos/index/strtree -@dirrm include/geos/index/quadtree -@dirrm include/geos/index/intervalrtree -@dirrm include/geos/index/chain -@dirrm include/geos/index/bintree -@dirrm include/geos/index -@dirrm include/geos/geomgraph/index -@dirrm include/geos/geomgraph -@dirrm include/geos/geom/util -@dirrm include/geos/geom/prep -@dirrm include/geos/geom -@dirrm include/geos/algorithm/locate -@dirrm include/geos/algorithm/distance -@dirrm include/geos/algorithm -@dirrm include/geos %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos.pth %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/geos -%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%% %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so -%%RUBY%%@dirrmtry %%RUBY_SITEARCHLIBDIR%%/ -%%PHP%%lib/php/20100525/geos.so -%%PHP%%@dirrmtry lib/php/20100525 +%%PHP%%lib/php/%%PHP_EXT_DIR%%/geos.so From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:13: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 22237A67; Sat, 4 Oct 2014 15:13: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 0E9EFE93; Sat, 4 Oct 2014 15:13: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 s94FDBoK004439; Sat, 4 Oct 2014 15:13:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FDBa8004438; Sat, 4 Oct 2014 15:13:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410041513.s94FDBa8004438@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 15:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369973 - head/audio/libshout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 15:13:12 -0000 Author: sunpoet Date: Sat Oct 4 15:13:11 2014 New Revision: 369973 URL: https://svnweb.freebsd.org/changeset/ports/369973 QAT: https://qat.redports.org/buildarchive/r369973/ Log: - Cleanup PLIST Modified: head/audio/libshout/pkg-plist Modified: head/audio/libshout/pkg-plist ============================================================================== --- head/audio/libshout/pkg-plist Sat Oct 4 15:13:06 2014 (r369972) +++ head/audio/libshout/pkg-plist Sat Oct 4 15:13:11 2014 (r369973) @@ -5,4 +5,3 @@ lib/libshout.so.3 lib/libshout.so.3.2.0 libdata/pkgconfig/shout.pc share/aclocal/shout.m4 -@dirrm include/shout From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15: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 85C52B4B; Sat, 4 Oct 2014 15: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 724BBE9E; Sat, 4 Oct 2014 15: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 s94FDQMk004559; Sat, 4 Oct 2014 15:13:26 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FDQao004558; Sat, 4 Oct 2014 15:13:26 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410041513.s94FDQao004558@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 15:13:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369974 - head/converters/py-pisa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 15:13:26 -0000 Author: wg Date: Sat Oct 4 15:13:25 2014 New Revision: 369974 URL: https://svnweb.freebsd.org/changeset/ports/369974 QAT: https://qat.redports.org/buildarchive/r369974/ Log: converters/py-pisa: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/converters/py-pisa/Makefile Modified: head/converters/py-pisa/Makefile ============================================================================== --- head/converters/py-pisa/Makefile Sat Oct 4 15:13:11 2014 (r369973) +++ head/converters/py-pisa/Makefile Sat Oct 4 15:13:25 2014 (r369974) @@ -3,7 +3,7 @@ PORTNAME= pisa PORTVERSION= 3.0.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,10 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 \ - ${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pdf>=1.12:${PORTSDIR}/print/py-pdf -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:42: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 D48C9A5; Sat, 4 Oct 2014 15:42: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 C0D54191; Sat, 4 Oct 2014 15:42: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 s94Fgsum018586; Sat, 4 Oct 2014 15:42:54 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FgsWr018584; Sat, 4 Oct 2014 15:42:54 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201410041542.s94FgsWr018584@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 4 Oct 2014 15:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369975 - head/japanese/p5-Number-Phone-JP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 15:42:54 -0000 Author: danilo Date: Sat Oct 4 15:42:53 2014 New Revision: 369975 URL: https://svnweb.freebsd.org/changeset/ports/369975 QAT: https://qat.redports.org/buildarchive/r369975/ Log: - Update from 0.20140901 to 0.20141001 Modified: head/japanese/p5-Number-Phone-JP/Makefile head/japanese/p5-Number-Phone-JP/distinfo Modified: head/japanese/p5-Number-Phone-JP/Makefile ============================================================================== --- head/japanese/p5-Number-Phone-JP/Makefile Sat Oct 4 15:13:25 2014 (r369974) +++ head/japanese/p5-Number-Phone-JP/Makefile Sat Oct 4 15:42:53 2014 (r369975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20140901 +PORTVERSION= 0.20141001 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI Modified: head/japanese/p5-Number-Phone-JP/distinfo ============================================================================== --- head/japanese/p5-Number-Phone-JP/distinfo Sat Oct 4 15:13:25 2014 (r369974) +++ head/japanese/p5-Number-Phone-JP/distinfo Sat Oct 4 15:42:53 2014 (r369975) @@ -1,2 +1,2 @@ -SHA256 (Number-Phone-JP-0.20140901.tar.gz) = 8554bfd2716702c334f9700a58d99c3f9161d2157c178475bf4a8b52876a23dc -SIZE (Number-Phone-JP-0.20140901.tar.gz) = 394620 +SHA256 (Number-Phone-JP-0.20141001.tar.gz) = 9372a07ecee77a476768d92bd47be4cc2e9ac793c3c7061a8e9f8665616f10d0 +SIZE (Number-Phone-JP-0.20141001.tar.gz) = 394489 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:54: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 1EE4B5CC; Sat, 4 Oct 2014 15:54: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 0B52B2A5; Sat, 4 Oct 2014 15:54: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 s94Fss3a023629; Sat, 4 Oct 2014 15:54:54 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Fssbf023628; Sat, 4 Oct 2014 15:54:54 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201410041554.s94Fssbf023628@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 4 Oct 2014 15:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369976 - 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: Sat, 04 Oct 2014 15:54:55 -0000 Author: lwhsu Date: Sat Oct 4 15:54:54 2014 New Revision: 369976 URL: https://svnweb.freebsd.org/changeset/ports/369976 QAT: https://qat.redports.org/buildarchive/r369976/ Log: - This port does not need USE_PYTHON= concurrent Submitted by: demon Modified: head/devel/py-pytz/Makefile Modified: head/devel/py-pytz/Makefile ============================================================================== --- head/devel/py-pytz/Makefile Sat Oct 4 15:42:53 2014 (r369975) +++ head/devel/py-pytz/Makefile Sat Oct 4 15:54:54 2014 (r369976) @@ -14,7 +14,7 @@ COMMENT= World Timezone Definitions for LICENSE= MIT USES= tar:bzip2 -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP} From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 15:58: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 10B418B7; Sat, 4 Oct 2014 15:58: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 F184B2E2; Sat, 4 Oct 2014 15:58: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 s94FwOul024267; Sat, 4 Oct 2014 15:58:24 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94FwOen024266; Sat, 4 Oct 2014 15:58:24 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410041558.s94FwOen024266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 4 Oct 2014 15:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369977 - head/astro/py-pyfits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 15:58:25 -0000 Author: jhale Date: Sat Oct 4 15:58:24 2014 New Revision: 369977 URL: https://svnweb.freebsd.org/changeset/ports/369977 QAT: https://qat.redports.org/buildarchive/r369977/ Log: - Convert to USES=python - Add LICENSE Modified: head/astro/py-pyfits/Makefile Modified: head/astro/py-pyfits/Makefile ============================================================================== --- head/astro/py-pyfits/Makefile Sat Oct 4 15:54:54 2014 (r369976) +++ head/astro/py-pyfits/Makefile Sat Oct 4 15:58:24 2014 (r369977) @@ -11,14 +11,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python Interface to FITS Formatted Files -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy \ +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}d2to1>=0:${PORTSDIR}/devel/py-d2to1 \ ${PYTHON_PKGNAMEPREFIX}stsci.distutils>=0:${PORTSDIR}/devel/py-stsci.distutils -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy \ +RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}d2to1>=0:${PORTSDIR}/devel/py-d2to1 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 16:09: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 E7B8AE76; Sat, 4 Oct 2014 16:09: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 D3C045F4; Sat, 4 Oct 2014 16:09: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 s94G9eUA029596; Sat, 4 Oct 2014 16:09:40 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94G9enJ029594; Sat, 4 Oct 2014 16:09:40 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201410041609.s94G9enJ029594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 4 Oct 2014 16:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369978 - head/databases/postgresql-plv8js X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 16:09:41 -0000 Author: lwhsu Date: Sat Oct 4 16:09:39 2014 New Revision: 369978 URL: https://svnweb.freebsd.org/changeset/ports/369978 QAT: https://qat.redports.org/buildarchive/r369978/ Log: - Update to 1.4.2 - Add LICENSE PR: 194140 Submitted by: lwhsu Approved by: vanilla (via skype) Modified: head/databases/postgresql-plv8js/Makefile head/databases/postgresql-plv8js/distinfo Modified: head/databases/postgresql-plv8js/Makefile ============================================================================== --- head/databases/postgresql-plv8js/Makefile Sat Oct 4 15:58:24 2014 (r369977) +++ head/databases/postgresql-plv8js/Makefile Sat Oct 4 16:09:39 2014 (r369978) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= plv8js -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= databases -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://api.pgxn.org/dist/plv8/${PORTVERSION}/ PKGNAMEPREFIX= postgresql- DISTNAME= plv8-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= PL/v8js procedural language for PostgreSQL database +LICENSE= PostgreSQL + LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 USES= gmake perl5 zip pgsql:9.1+ Modified: head/databases/postgresql-plv8js/distinfo ============================================================================== --- head/databases/postgresql-plv8js/distinfo Sat Oct 4 15:58:24 2014 (r369977) +++ head/databases/postgresql-plv8js/distinfo Sat Oct 4 16:09:39 2014 (r369978) @@ -1,2 +1,2 @@ -SHA256 (plv8-1.4.1.zip) = 60442c8f7432760381931e7e7772c0fd19023b714c1d324474b0b428dd61eed7 -SIZE (plv8-1.4.1.zip) = 162213 +SHA256 (plv8-1.4.2.zip) = 911a3e12773a37d2743e41275352566bf6fddbc492a21073aa8d44a7cd0b15c0 +SIZE (plv8-1.4.2.zip) = 163808 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 16:24: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 F41AD20D; Sat, 4 Oct 2014 16:24: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 E088E7EF; Sat, 4 Oct 2014 16:24: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 s94GOULp038421; Sat, 4 Oct 2014 16:24:30 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94GOUOL038420; Sat, 4 Oct 2014 16:24:30 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410041624.s94GOUOL038420@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 4 Oct 2014 16:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369979 - head/emulators/catapult X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 16:24:31 -0000 Author: marino Date: Sat Oct 4 16:24:30 2014 New Revision: 369979 URL: https://svnweb.freebsd.org/changeset/ports/369979 QAT: https://qat.redports.org/buildarchive/r369979/ Log: emulators/catapult is not jobs safe It can attempt to use config.h before it's fully generated. I've seen this a few times already. Modified: head/emulators/catapult/Makefile Modified: head/emulators/catapult/Makefile ============================================================================== --- head/emulators/catapult/Makefile Sat Oct 4 16:09:39 2014 (r369978) +++ head/emulators/catapult/Makefile Sat Oct 4 16:24:30 2014 (r369979) @@ -36,6 +36,8 @@ MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ SYMLINK_FOR_BINARY="false" \ PYTHON="${PYTHON_CMD}" +MAKE_JOBS_UNSAFE= yes + .include .if ${PORT_OPTIONS:MDEBUG} From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 16:44: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 3A8B05B9; Sat, 4 Oct 2014 16:44:25 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (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 C6B8D996; Sat, 4 Oct 2014 16:44:24 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id i57so1055790yha.17 for ; Sat, 04 Oct 2014 09:44:24 -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=zpp6kYxSQNeiWiutMy141zbshRnz+uatwzEJ1SxSn90=; b=uIE9vMeyiizhT76NYQAJJPvEy0DKOQ3zNdWHQD/OSjgQ1mgNgqRk2WP8/RH2PV4lpo JuCKtlOhobQjZZ8u9nhZ7Lj1KnWpKD456hpSKod2m86s02heAxxB6jR0t1x/br4NmZIA MnPd+21kWuZ8/6feCxWtIHkh3Yr3irxmsYVCZvciZj53xHWjBYGScP8JtdxgiHlBuVsg R16Ymt2EUXKfP1Q4zAmye6t+U6Pp6xx6D4ZkEV/xQS5vXjmzV7vND6js3go60mYUZe3P pBuG/ILDdpNUCaM5N5SEjMBrJntpdgM+ZWP7ADFy7fD72fO84IoVapSsfnHCkFcVNWh6 hY/g== MIME-Version: 1.0 X-Received: by 10.236.39.177 with SMTP id d37mr19209292yhb.121.1412441063825; Sat, 04 Oct 2014 09:44:23 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.207.73 with HTTP; Sat, 4 Oct 2014 09:44:23 -0700 (PDT) In-Reply-To: <201410041513.s94FD7pg004313@svn.freebsd.org> References: <201410041513.s94FD7pg004313@svn.freebsd.org> Date: Sat, 4 Oct 2014 18:44:23 +0200 X-Google-Sender-Auth: w14YuPVpjsgXbdY1lTBZFW3IWtY Message-ID: Subject: Re: svn commit: r369972 - head/graphics/geos From: Antoine Brodin To: Sunpoet Po-Chuan Hsieh 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: Sat, 04 Oct 2014 16:44:25 -0000 On Sat, Oct 4, 2014 at 5:13 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Oct 4 15:13:06 2014 > New Revision: 369972 > URL: https://svnweb.freebsd.org/changeset/ports/369972 > QAT: https://qat.redports.org/buildarchive/r369972/ > > Log: > - Use INSTALL_TARGET=install-strip > > Modified: > head/graphics/geos/Makefile > head/graphics/geos/pkg-plist Hi, - Default options changed so portrevision should have been bumped - This fails to build (in the ruby part), at least with clang on 10.1 Antoine > > Modified: head/graphics/geos/Makefile > ============================================================================== > --- head/graphics/geos/Makefile Sat Oct 4 15:13:01 2014 (r369971) > +++ head/graphics/geos/Makefile Sat Oct 4 15:13:06 2014 (r369972) > @@ -14,9 +14,11 @@ COMMENT= GEOS implements all the OpenGIS > LICENSE= LGPL21 > > OPTIONS_DEFINE= PHP PYTHON RUBY > +OPTIONS_DEFAULT=PHP PYTHON RUBY > OPTIONS_SUB= yes > > GNU_CONFIGURE= yes > +INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > USES= gmake libtool tar:bzip2 > > @@ -33,8 +35,4 @@ RUBY_CONFIGURE_ENABLE= ruby > RUBY_CONFIGURE_ENV= RUBY="${RUBY}" > RUBY_USE= RUBY=yes > > -post-install: > - ${LN} -s ${PREFIX}/lib/libgeos-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libgeos.so.0 > - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgeos-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libgeos_c.so.1.8.2 > - > .include > > Modified: head/graphics/geos/pkg-plist > ============================================================================== > --- head/graphics/geos/pkg-plist Sat Oct 4 15:13:01 2014 (r369971) > +++ head/graphics/geos/pkg-plist Sat Oct 4 15:13:06 2014 (r369972) > @@ -380,55 +380,12 @@ lib/libgeos_c.a > lib/libgeos_c.so > lib/libgeos_c.so.1 > lib/libgeos_c.so.1.8.2 > -@dirrm include/geos/util > -@dirrm include/geos/triangulate/quadedge > -@dirrm include/geos/triangulate > -@dirrm include/geos/simplify > -@dirrm include/geos/precision > -@dirrm include/geos/planargraph/algorithm > -@dirrm include/geos/planargraph > -@dirrm include/geos/operation/valid > -@dirrm include/geos/operation/union > -@dirrm include/geos/operation/sharedpaths > -@dirrm include/geos/operation/relate > -@dirrm include/geos/operation/predicate > -@dirrm include/geos/operation/polygonize > -@dirrm include/geos/operation/overlay/snap > -@dirrm include/geos/operation/overlay > -@dirrm include/geos/operation/linemerge > -@dirrm include/geos/operation/distance > -@dirrm include/geos/operation/buffer > -@dirrm include/geos/operation > -@dirrm include/geos/noding/snapround > -@dirrm include/geos/noding > -@dirrm include/geos/linearref > -@dirrm include/geos/io > -@dirrm include/geos/index/sweepline > -@dirrm include/geos/index/strtree > -@dirrm include/geos/index/quadtree > -@dirrm include/geos/index/intervalrtree > -@dirrm include/geos/index/chain > -@dirrm include/geos/index/bintree > -@dirrm include/geos/index > -@dirrm include/geos/geomgraph/index > -@dirrm include/geos/geomgraph > -@dirrm include/geos/geom/util > -@dirrm include/geos/geom/prep > -@dirrm include/geos/geom > -@dirrm include/geos/algorithm/locate > -@dirrm include/geos/algorithm/distance > -@dirrm include/geos/algorithm > -@dirrm include/geos > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos.pth > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.a > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.so > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.py > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyc > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo > -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/geos > -%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%% > %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a > %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so > -%%RUBY%%@dirrmtry %%RUBY_SITEARCHLIBDIR%%/ > -%%PHP%%lib/php/20100525/geos.so > -%%PHP%%@dirrmtry lib/php/20100525 > +%%PHP%%lib/php/%%PHP_EXT_DIR%%/geos.so > From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:11: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 CB329A11; Sat, 4 Oct 2014 17:11: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 AC48AC15; Sat, 4 Oct 2014 17:11: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 s94HBp4f061756; Sat, 4 Oct 2014 17:11:51 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HBol4061752; Sat, 4 Oct 2014 17:11:50 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410041711.s94HBol4061752@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 17:11:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369980 - in head/www: . rubygem-semantic-ui-sass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:11:52 -0000 Author: xmj Date: Sat Oct 4 17:11:50 2014 New Revision: 369980 URL: https://svnweb.freebsd.org/changeset/ports/369980 QAT: https://qat.redports.org/buildarchive/r369980/ Log: www/rubygem-semantic-ui-sass: create port Semantic UI, converted to Sass and ready to drop into Rails & Compass WWW: https://github.com/doabit/semantic-ui-sass Differential Revision: https://reviews.freebsd.org/D892 Approved by: swills (mentor) Added: head/www/rubygem-semantic-ui-sass/ head/www/rubygem-semantic-ui-sass/Makefile (contents, props changed) head/www/rubygem-semantic-ui-sass/distinfo (contents, props changed) head/www/rubygem-semantic-ui-sass/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 4 16:24:30 2014 (r369979) +++ head/www/Makefile Sat Oct 4 17:11:50 2014 (r369980) @@ -1869,6 +1869,7 @@ SUBDIR += rubygem-scrapi SUBDIR += rubygem-select2-rails SUBDIR += rubygem-selenium-webdriver + SUBDIR += rubygem-semantic-ui-sass SUBDIR += rubygem-simple-rss SUBDIR += rubygem-sinatra SUBDIR += rubygem-sinatra-contrib Added: head/www/rubygem-semantic-ui-sass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-semantic-ui-sass/Makefile Sat Oct 4 17:11:50 2014 (r369980) @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= semantic-ui-sass +PORTVERSION= 0.16.1.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Semantic UI, converted to Sass and ready to drop into Rails & Compass + +LICENSE= MIT + +RUN_DEPENDS= rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-semantic-ui-sass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-semantic-ui-sass/distinfo Sat Oct 4 17:11:50 2014 (r369980) @@ -0,0 +1,2 @@ +SHA256 (rubygem/semantic-ui-sass-0.16.1.0.gem) = 54a9f7c3ac28203f91e99f4f929c2851356796e3d7d2de3468ff060528db71a1 +SIZE (rubygem/semantic-ui-sass-0.16.1.0.gem) = 480256 Added: head/www/rubygem-semantic-ui-sass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-semantic-ui-sass/pkg-descr Sat Oct 4 17:11:50 2014 (r369980) @@ -0,0 +1,3 @@ +Semantic UI, converted to Sass and ready to drop into Rails & Compass + +WWW: https://github.com/doabit/semantic-ui-sass From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:18: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 94F91B52; Sat, 4 Oct 2014 17:18: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 75F22C49; Sat, 4 Oct 2014 17:18: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 s94HIaFu062721; Sat, 4 Oct 2014 17:18:36 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HIZHq062717; Sat, 4 Oct 2014 17:18:35 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410041718.s94HIZHq062717@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 17:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369981 - in head/www: . rubygem-rails_autolink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:18:36 -0000 Author: xmj Date: Sat Oct 4 17:18:35 2014 New Revision: 369981 URL: https://svnweb.freebsd.org/changeset/ports/369981 QAT: https://qat.redports.org/buildarchive/r369981/ Log: www/rubygem-rails_autolink: create port This is an extraction of the 'auto_link' method from rails. The 'auto_link' method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating. WWW: https://github.com/tenderlove/rails_autolink (DiffRev: placeholder) Differential Revision: https://reviews.freebsd.org/D893 Approved by: swills (mentor) Added: head/www/rubygem-rails_autolink/ head/www/rubygem-rails_autolink/Makefile (contents, props changed) head/www/rubygem-rails_autolink/distinfo (contents, props changed) head/www/rubygem-rails_autolink/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 4 17:11:50 2014 (r369980) +++ head/www/Makefile Sat Oct 4 17:18:35 2014 (r369981) @@ -1848,6 +1848,7 @@ SUBDIR += rubygem-rack15 SUBDIR += rubygem-rails SUBDIR += rubygem-rails4 + SUBDIR += rubygem-rails_autolink SUBDIR += rubygem-railties SUBDIR += rubygem-railties4 SUBDIR += rubygem-raindrops Added: head/www/rubygem-rails_autolink/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rails_autolink/Makefile Sat Oct 4 17:18:35 2014 (r369981) @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= rails_autolink +PORTVERSION= 1.1.6 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Extraction of the auto_link method from rails, removed in 3.1 + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rails4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-rails4 + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-rails_autolink/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rails_autolink/distinfo Sat Oct 4 17:18:35 2014 (r369981) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rails_autolink-1.1.6.gem) = 384c17bee71ca5dc44f49401762f91abb6bc356dd564f380713fc974d2c25671 +SIZE (rubygem/rails_autolink-1.1.6.gem) = 13312 Added: head/www/rubygem-rails_autolink/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rails_autolink/pkg-descr Sat Oct 4 17:18:35 2014 (r369981) @@ -0,0 +1,5 @@ +This is an extraction of the 'auto_link' method from rails. The 'auto_link' +method was removed from Rails in version Rails 3.1. This gem is meant to bridge +the gap for people migrating. + +WWW: https://github.com/tenderlove/rails_autolink From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:27: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 1B1CFEA4; Sat, 4 Oct 2014 17:27: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 D933AD47; Sat, 4 Oct 2014 17:27: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 s94HRNVN067303; Sat, 4 Oct 2014 17:27:23 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HRNO5067301; Sat, 4 Oct 2014 17:27:23 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410041727.s94HRNO5067301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 17:27:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369982 - head/deskutils/griffith X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:27:24 -0000 Author: wg Date: Sat Oct 4 17:27:23 2014 New Revision: 369982 URL: https://svnweb.freebsd.org/changeset/ports/369982 QAT: https://qat.redports.org/buildarchive/r369982/ Log: deskutils/griffith: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/deskutils/griffith/Makefile Modified: head/deskutils/griffith/Makefile ============================================================================== --- head/deskutils/griffith/Makefile Sat Oct 4 17:18:35 2014 (r369981) +++ head/deskutils/griffith/Makefile Sat Oct 4 17:27:23 2014 (r369982) @@ -3,7 +3,7 @@ PORTNAME= griffith PORTVERSION= 0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/87859599/ @@ -15,12 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \ - ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYXML} USE_GNOME= pygtk2 -USE_PYTHON= yes -USES= gmake gettext tar:xz +USES= gmake gettext python tar:xz NO_BUILD= yes OPTIONS_DEFINE= CHARDET LXML PYGNOMEEXTRAS REPORTLAB2 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:28: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 5B1F9135; Sat, 4 Oct 2014 17:28: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 3B965D5B; Sat, 4 Oct 2014 17:28: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 s94HSlDo067615; Sat, 4 Oct 2014 17:28:47 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HSkNr067611; Sat, 4 Oct 2014 17:28:46 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410041728.s94HSkNr067611@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 17:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369983 - in head/www: . rubygem-jquery-scrollto-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: Sat, 04 Oct 2014 17:28:47 -0000 Author: xmj Date: Sat Oct 4 17:28:45 2014 New Revision: 369983 URL: https://svnweb.freebsd.org/changeset/ports/369983 QAT: https://qat.redports.org/buildarchive/r369983/ Log: www/rubygem-jquery-scrollto-rails: create port This provides jQUery scrollTo for your Rails 3 application WWW: https://github.com/JohnColvin/jquery-scrollto-rails Differential Revision: https://reviews.freebsd.org/D894 Approved by: swills (mentor) Added: head/www/rubygem-jquery-scrollto-rails/ head/www/rubygem-jquery-scrollto-rails/Makefile (contents, props changed) head/www/rubygem-jquery-scrollto-rails/distinfo (contents, props changed) head/www/rubygem-jquery-scrollto-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 4 17:27:23 2014 (r369982) +++ head/www/Makefile Sat Oct 4 17:28:45 2014 (r369983) @@ -1802,6 +1802,7 @@ SUBDIR += rubygem-jquery-atwho-rails-rails4 SUBDIR += rubygem-jquery-rails SUBDIR += rubygem-jquery-rails4 + SUBDIR += rubygem-jquery-scrollto-rails SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails SUBDIR += rubygem-jquery-ui-rails-rails4 Added: head/www/rubygem-jquery-scrollto-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-jquery-scrollto-rails/Makefile Sat Oct 4 17:28:45 2014 (r369983) @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= jquery-scrollto-rails +PORTVERSION= 1.4.3 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Provides jQUery scrollTo for Rails 3 applications + +LICENSE= MIT + +RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-jquery-scrollto-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-jquery-scrollto-rails/distinfo Sat Oct 4 17:28:45 2014 (r369983) @@ -0,0 +1,2 @@ +SHA256 (rubygem/jquery-scrollto-rails-1.4.3.gem) = 77dbb8add00d4f1baec5f34859b992649a86a9ca054b1c2a7d3e03c3fb072c8a +SIZE (rubygem/jquery-scrollto-rails-1.4.3.gem) = 9728 Added: head/www/rubygem-jquery-scrollto-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-jquery-scrollto-rails/pkg-descr Sat Oct 4 17:28:45 2014 (r369983) @@ -0,0 +1,3 @@ +This provides jQUery scrollTo for your Rails 3 application + +WWW: https://github.com/JohnColvin/jquery-scrollto-rails From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:31: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 29C2F23C; Sat, 4 Oct 2014 17:31: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 15A86D73; Sat, 4 Oct 2014 17:31: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 s94HVQ6Z071036; Sat, 4 Oct 2014 17:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HVQ8q071035; Sat, 4 Oct 2014 17:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410041731.s94HVQ8q071035@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 17:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369984 - head/graphics/geos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:31:27 -0000 Author: sunpoet Date: Sat Oct 4 17:31:26 2014 New Revision: 369984 URL: https://svnweb.freebsd.org/changeset/ports/369984 QAT: https://qat.redports.org/buildarchive/r369984/ Log: - Remove OPTIONS_DEFAULT Modified: head/graphics/geos/Makefile Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Sat Oct 4 17:28:45 2014 (r369983) +++ head/graphics/geos/Makefile Sat Oct 4 17:31:26 2014 (r369984) @@ -14,7 +14,6 @@ COMMENT= GEOS implements all the OpenGIS LICENSE= LGPL21 OPTIONS_DEFINE= PHP PYTHON RUBY -OPTIONS_DEFAULT=PHP PYTHON RUBY OPTIONS_SUB= yes GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:34: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 E6BA645E; Sat, 4 Oct 2014 17:34: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 D2BCCE1C; Sat, 4 Oct 2014 17:34: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 s94HYsZi071995; Sat, 4 Oct 2014 17:34:54 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HYsHW071994; Sat, 4 Oct 2014 17:34:54 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410041734.s94HYsHW071994@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 17:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369985 - head/devel/py-itools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:34:55 -0000 Author: wg Date: Sat Oct 4 17:34:54 2014 New Revision: 369985 URL: https://svnweb.freebsd.org/changeset/ports/369985 QAT: https://qat.redports.org/buildarchive/r369985/ Log: devel/py-itools: switch from py-imaging to py-pillow With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/devel/py-itools/Makefile Modified: head/devel/py-itools/Makefile ============================================================================== --- head/devel/py-itools/Makefile Sat Oct 4 17:31:26 2014 (r369984) +++ head/devel/py-itools/Makefile Sat Oct 4 17:34:54 2014 (r369985) @@ -3,7 +3,7 @@ PORTNAME= itools PORTVERSION= 0.75.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/include/poppler/goo/gtypes.h:${PORTSDIR}/graphics/poppler \ ${LOCALBASE}/include/git2.h:${PORTSDIR}/devel/libgit2 \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:${PORTSDIR}/print/py-reportlab2 \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}gobject>=2.16.1:${PORTSDIR}/devel/py-gobject \ gettext:${PORTSDIR}/devel/gettext \ From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:38: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 A5EC564F; Sat, 4 Oct 2014 17:38: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 91CDBE56; Sat, 4 Oct 2014 17:38: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 s94HcWAV072628; Sat, 4 Oct 2014 17:38:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HcWup072627; Sat, 4 Oct 2014 17:38:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201410041738.s94HcWup072627@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Oct 2014 17:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369986 - head/chinese/py-cconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:38:32 -0000 Author: sunpoet Date: Sat Oct 4 17:38:31 2014 New Revision: 369986 URL: https://svnweb.freebsd.org/changeset/ports/369986 QAT: https://qat.redports.org/buildarchive/r369986/ Log: - Remove USE_PYTHON=concurrent Modified: head/chinese/py-cconv/Makefile Modified: head/chinese/py-cconv/Makefile ============================================================================== --- head/chinese/py-cconv/Makefile Sat Oct 4 17:34:54 2014 (r369985) +++ head/chinese/py-cconv/Makefile Sat Oct 4 17:38:31 2014 (r369986) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv CFLAGS+= -I${LOCALBASE}/include -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist distutils USES= python post-install: From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:40: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 635B573F; Sat, 4 Oct 2014 17:40: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 440EEE5E; Sat, 4 Oct 2014 17:40: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 s94HeDjI073052; Sat, 4 Oct 2014 17:40:13 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HeCEi073048; Sat, 4 Oct 2014 17:40:12 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410041740.s94HeCEi073048@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 17:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369987 - in head/www: . rubygem-gitlab-flowdock-git-hook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:40:13 -0000 Author: xmj Date: Sat Oct 4 17:40:11 2014 New Revision: 369987 URL: https://svnweb.freebsd.org/changeset/ports/369987 QAT: https://qat.redports.org/buildarchive/r369987/ Log: www/rubygem-gitlab-flowdock-git-hook: create port Git Post-Receive hook for Flowdock. Gem requirements patched for use with Gitlab. WWW: https://github.com/bladealslayer/flowdock-git-hook Differential Revision: https://reviews.freebsd.org/D895 Approved by: swills (mentor) Added: head/www/rubygem-gitlab-flowdock-git-hook/ head/www/rubygem-gitlab-flowdock-git-hook/Makefile (contents, props changed) head/www/rubygem-gitlab-flowdock-git-hook/distinfo (contents, props changed) head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 4 17:38:31 2014 (r369986) +++ head/www/Makefile Sat Oct 4 17:40:11 2014 (r369987) @@ -1773,6 +1773,7 @@ SUBDIR += rubygem-feedjira SUBDIR += rubygem-flowdock SUBDIR += rubygem-geminabox + SUBDIR += rubygem-gitlab-flowdock-git-hook SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gollum-lib Added: head/www/rubygem-gitlab-flowdock-git-hook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-flowdock-git-hook/Makefile Sat Oct 4 17:40:11 2014 (r369987) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= gitlab-flowdock-git-hook +PORTVERSION= 0.4.2.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= GitLab's patched Git Post-Receive hook for Flowdock + +LICENSE= MIT + +RUN_DEPENDS= rubygem-gitlab-grit>=2.6.5:${PORTSDIR}/textproc/rubygem-gitlab-grit \ + rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-gitlab-flowdock-git-hook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-flowdock-git-hook/distinfo Sat Oct 4 17:40:11 2014 (r369987) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-flowdock-git-hook-0.4.2.2.gem) = 9bdb3455e46de3a6642d72a23f8f62b57669d1d0f2ea98561c653736ffe4d064 +SIZE (rubygem/gitlab-flowdock-git-hook-0.4.2.2.gem) = 10752 Added: head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr Sat Oct 4 17:40:11 2014 (r369987) @@ -0,0 +1,4 @@ +Git Post-Receive hook for Flowdock. Gem requirements patched for use with +Gitlab. + +WWW: https://github.com/bladealslayer/flowdock-git-hook From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:47: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 48BA2AC0; Sat, 4 Oct 2014 17:47: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 338EFF21; Sat, 4 Oct 2014 17: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 s94HlU4K077477; Sat, 4 Oct 2014 17:47:30 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HlU2i077476; Sat, 4 Oct 2014 17:47:30 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410041747.s94HlU2i077476@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 17:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369988 - head/devel/py-mwlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:47:30 -0000 Author: wg Date: Sat Oct 4 17:47:29 2014 New Revision: 369988 URL: https://svnweb.freebsd.org/changeset/ports/369988 QAT: https://qat.redports.org/buildarchive/r369988/ Log: devel/py-mwlib: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/devel/py-mwlib/Makefile Modified: head/devel/py-mwlib/Makefile ============================================================================== --- head/devel/py-mwlib/Makefile Sat Oct 4 17:40:11 2014 (r369987) +++ head/devel/py-mwlib/Makefile Sat Oct 4 17:47:29 2014 (r369988) @@ -3,7 +3,7 @@ PORTNAME= mwlib PORTVERSION= 0.15.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pars ${PYTHON_PKGNAMEPREFIX}pdf>=1.12:${PORTSDIR}/print/py-pdf \ ${PYTHON_PKGNAMEPREFIX}simplejson>2.0.8:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}flup>=1.0:${PORTSDIR}/www/py-flup \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.0:${PORTSDIR}/devel/py-pylib \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}apipkg>=0:${PORTSDIR}/devel/py-apipkg \ @@ -30,10 +30,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pars ${PYTHON_PKGNAMEPREFIX}roman>=0:${PORTSDIR}/math/py-roman \ ${PYTHON_PKGNAMEPREFIX}sqlite3dbm>=0:${PORTSDIR}/databases/py-sqlite3dbm -USES= zip -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 zip +USE_PYTHON= autoplist distutils post-patch: ${REINPLACE_CMD} \ From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:56: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 506EEE8F for ; Sat, 4 Oct 2014 17:56:24 +0000 (UTC) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (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 C7DCC8E for ; Sat, 4 Oct 2014 17:56:23 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id p9so2454942lbv.5 for ; Sat, 04 Oct 2014 10:56:14 -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=plWzpgt/7ReJZDmuJRu61pwY2byCKJZ6u5eb3OiQsqE=; b=GtHyeEfn76fqxP5JI+osNxbkMJtq2zE9iyJRvpaLHaRzYB+fSOzhy5NGkbGMF6HIeZ f2nR7wV6J4LntkNozk8KD7SnS7lLi9FRZLKoVfBXT3+/Ptm/U9PkvhZ3dahu1i2QkPcJ SUXCnH8QPtXzmGSvZJ2uJZqQUAnORdzn0D243hYBY89ow5Eqe9Ukd5o5qgEa2jw+0GhG vLrGF/iaDtIsL/xCp3F4ceZORN/OuEleiw995CW0JMTjUVJCqAbMCfauJDnG29bsVIK7 bK/ywqPS9MVbUEEDlMAKo/tS0h0jOdZpQu71zl5RBps0PNRVx8XJEqiIeQg/SaiJHJ7q 7KsQ== X-Gm-Message-State: ALoCoQnWw7SQHksdcW9VZ8cjYoBGWd/NBIhoIbBDeP1SYPOzpMZX6KI22oaFroo13JnIB38AS9A1 X-Received: by 10.112.56.198 with SMTP id c6mr13209032lbq.43.1412443978152; Sat, 04 Oct 2014 10:32:58 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.171.40 with HTTP; Sat, 4 Oct 2014 10:32:38 -0700 (PDT) In-Reply-To: References: <201410041513.s94FD7pg004313@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Oct 2014 01:32:38 +0800 X-Google-Sender-Auth: MFaMp0dzYJYqTqgUh6ch0jv4r6s Message-ID: Subject: Re: svn commit: r369972 - head/graphics/geos To: Antoine Brodin 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@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: Sat, 04 Oct 2014 17:56:24 -0000 On Sun, Oct 5, 2014 at 12:44 AM, Antoine Brodin wrote: > On Sat, Oct 4, 2014 at 5:13 PM, Sunpoet Po-Chuan Hsieh > wrote: > > Author: sunpoet > > Date: Sat Oct 4 15:13:06 2014 > > New Revision: 369972 > > URL: https://svnweb.freebsd.org/changeset/ports/369972 > > QAT: https://qat.redports.org/buildarchive/r369972/ > > > > Log: > > - Use INSTALL_TARGET=install-strip > > > > Modified: > > head/graphics/geos/Makefile > > head/graphics/geos/pkg-plist > > Hi, > > - Default options changed so portrevision should have been bumped > - This fails to build (in the ruby part), at least with clang on 10.1 > > Antoine > > Hi, It was not intended. I've removed OPTIONS_DEFAULT in r369984. Thanks. Regards, sunpoet From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 18:05: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 3CCDC199; Sat, 4 Oct 2014 18:05: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 267D819B; Sat, 4 Oct 2014 18:05: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 s94I5nj8088547; Sat, 4 Oct 2014 18:05:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94I5nHf088546; Sat, 4 Oct 2014 18:05:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410041805.s94I5nHf088546@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 18:05:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369989 - 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: Sat, 04 Oct 2014 18:05:49 -0000 Author: antoine Date: Sat Oct 4 18:05:48 2014 New Revision: 369989 URL: https://svnweb.freebsd.org/changeset/ports/369989 QAT: https://qat.redports.org/buildarchive/r369989/ Log: qa.sh now needs LINUXBASE With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Oct 4 17:47:29 2014 (r369988) +++ head/Mk/bsd.port.mk Sat Oct 4 18:05:48 2014 (r369989) @@ -1080,6 +1080,7 @@ MAKE_ENV+= XDG_DATA_HOME=${WRKDIR} \ HOME=${WRKDIR} QA_ENV+= STAGEDIR=${STAGEDIR} \ PREFIX=${PREFIX} \ + LINUXBASE=${LINUXBASE} \ LOCALBASE=${LOCALBASE} \ "STRIP=${STRIP}" \ TMPPLIST=${TMPPLIST} From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 18:17: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 DC754354; Sat, 4 Oct 2014 18:17: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 BB0A32AD; Sat, 4 Oct 2014 18:17: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 s94IHhna094632; Sat, 4 Oct 2014 18:17:43 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94IHfuM094622; Sat, 4 Oct 2014 18:17:41 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410041817.s94IHfuM094622@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 4 Oct 2014 18:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369990 - in head/devel: . protobuf25 protobuf25/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: Sat, 04 Oct 2014 18:17:44 -0000 Author: demon Date: Sat Oct 4 18:17:41 2014 New Revision: 369990 URL: https://svnweb.freebsd.org/changeset/ports/369990 QAT: https://qat.redports.org/buildarchive/r369990/ Log: Resurrect protobuf port as of rev. 369705 (last version before update to 2.6.0). devel/hadoop2 needs that specific version. Added: head/devel/protobuf25/ head/devel/protobuf25/Makefile (contents, props changed) head/devel/protobuf25/distinfo (contents, props changed) head/devel/protobuf25/files/ head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc (contents, props changed) head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc (contents, props changed) head/devel/protobuf25/pkg-descr (contents, props changed) head/devel/protobuf25/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 4 18:05:48 2014 (r369989) +++ head/devel/Makefile Sat Oct 4 18:17:41 2014 (r369990) @@ -3493,6 +3493,7 @@ SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c + SUBDIR += protobuf25 SUBDIR += psptoolchain SUBDIR += psptoolchain-binutils SUBDIR += psptoolchain-gcc-stage1 Added: head/devel/protobuf25/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf25/Makefile Sat Oct 4 18:17:41 2014 (r369990) @@ -0,0 +1,30 @@ +# Created by: vanilla +# $FreeBSD$ + +# devel/hadoop2 needs version 2.5.0 +PORTNAME= protobuf +PORTVERSION= 2.5.0 +PORTREVISION= 4 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= demon@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 + +tests: build + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) + +.include Added: head/devel/protobuf25/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf25/distinfo Sat Oct 4 18:17:41 2014 (r369990) @@ -0,0 +1,2 @@ +SHA256 (protobuf-2.5.0.tar.bz2) = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 +SIZE (protobuf-2.5.0.tar.bz2) = 1866763 Added: head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc Sat Oct 4 18:17:41 2014 (r369990) @@ -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/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc Sat Oct 4 18:17:41 2014 (r369990) @@ -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 Added: head/devel/protobuf25/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf25/pkg-descr Sat Oct 4 18:17:41 2014 (r369990) @@ -0,0 +1,5 @@ +Protocol Buffers are a way of encoding structured data in an efficient yet +extensible format. Google uses Protocol Buffers for almost all of its +internal RPC protocols and file formats. + +WWW: http://code.google.com/p/protobuf/ Added: head/devel/protobuf25/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf25/pkg-plist Sat Oct 4 18:17:41 2014 (r369990) @@ -0,0 +1,65 @@ +bin/protoc +include/google/protobuf/compiler/code_generator.h +include/google/protobuf/compiler/command_line_interface.h +include/google/protobuf/compiler/cpp/cpp_generator.h +include/google/protobuf/compiler/importer.h +include/google/protobuf/compiler/java/java_generator.h +include/google/protobuf/compiler/parser.h +include/google/protobuf/compiler/plugin.h +include/google/protobuf/compiler/plugin.pb.h +include/google/protobuf/compiler/plugin.proto +include/google/protobuf/compiler/python/python_generator.h +include/google/protobuf/descriptor.h +include/google/protobuf/descriptor.pb.h +include/google/protobuf/descriptor.proto +include/google/protobuf/descriptor_database.h +include/google/protobuf/dynamic_message.h +include/google/protobuf/extension_set.h +include/google/protobuf/generated_enum_reflection.h +include/google/protobuf/generated_message_reflection.h +include/google/protobuf/generated_message_util.h +include/google/protobuf/io/coded_stream.h +include/google/protobuf/io/gzip_stream.h +include/google/protobuf/io/printer.h +include/google/protobuf/io/tokenizer.h +include/google/protobuf/io/zero_copy_stream.h +include/google/protobuf/io/zero_copy_stream_impl.h +include/google/protobuf/io/zero_copy_stream_impl_lite.h +include/google/protobuf/message.h +include/google/protobuf/message_lite.h +include/google/protobuf/reflection_ops.h +include/google/protobuf/repeated_field.h +include/google/protobuf/service.h +include/google/protobuf/stubs/atomicops.h +include/google/protobuf/stubs/atomicops_internals_arm_gcc.h +include/google/protobuf/stubs/atomicops_internals_arm_qnx.h +include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h +include/google/protobuf/stubs/atomicops_internals_macosx.h +include/google/protobuf/stubs/atomicops_internals_mips_gcc.h +include/google/protobuf/stubs/atomicops_internals_pnacl.h +include/google/protobuf/stubs/atomicops_internals_x86_gcc.h +include/google/protobuf/stubs/atomicops_internals_x86_msvc.h +include/google/protobuf/stubs/common.h +include/google/protobuf/stubs/once.h +include/google/protobuf/stubs/platform_macros.h +include/google/protobuf/stubs/template_util.h +include/google/protobuf/stubs/type_traits.h +include/google/protobuf/text_format.h +include/google/protobuf/unknown_field_set.h +include/google/protobuf/wire_format.h +include/google/protobuf/wire_format_lite.h +include/google/protobuf/wire_format_lite_inl.h +lib/libprotobuf-lite.a +lib/libprotobuf-lite.so +lib/libprotobuf-lite.so.8 +lib/libprotobuf-lite.so.8.0.0 +lib/libprotobuf.a +lib/libprotobuf.so +lib/libprotobuf.so.8 +lib/libprotobuf.so.8.0.0 +lib/libprotoc.a +lib/libprotoc.so +lib/libprotoc.so.8 +lib/libprotoc.so.8.0.0 +libdata/pkgconfig/protobuf-lite.pc +libdata/pkgconfig/protobuf.pc From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 18:19: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 83E9E444; Sat, 4 Oct 2014 18: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 6FF8F2C5; Sat, 4 Oct 2014 18: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 s94IJoPv094989; Sat, 4 Oct 2014 18:19:50 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94IJoiH094988; Sat, 4 Oct 2014 18:19:50 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410041819.s94IJoiH094988@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 4 Oct 2014 18:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369991 - head/devel/protobuf25 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 18:19:50 -0000 Author: demon Date: Sat Oct 4 18:19:49 2014 New Revision: 369991 URL: https://svnweb.freebsd.org/changeset/ports/369991 QAT: https://qat.redports.org/buildarchive/r369991/ Log: Define PKGNAMESUFFIX. Modified: head/devel/protobuf25/Makefile Modified: head/devel/protobuf25/Makefile ============================================================================== --- head/devel/protobuf25/Makefile Sat Oct 4 18:17:41 2014 (r369990) +++ head/devel/protobuf25/Makefile Sat Oct 4 18:19:49 2014 (r369991) @@ -7,6 +7,7 @@ PORTVERSION= 2.5.0 PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PKGNAMESUFFIX= 25 MAINTAINER= demon@FreeBSD.org COMMENT= Data interchange format library From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 18:20: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 0262A52C; Sat, 4 Oct 2014 18:20: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 E295E360; Sat, 4 Oct 2014 18:20: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 s94IKwiP096189; Sat, 4 Oct 2014 18:20:58 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94IKwJb096188; Sat, 4 Oct 2014 18:20:58 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410041820.s94IKwJb096188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 4 Oct 2014 18:20:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369992 - 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: Sat, 04 Oct 2014 18:20:59 -0000 Author: demon Date: Sat Oct 4 18:20:58 2014 New Revision: 369992 URL: https://svnweb.freebsd.org/changeset/ports/369992 QAT: https://qat.redports.org/buildarchive/r369992/ Log: Use version 2.5 of protobuf. Modified: head/devel/hadoop2/Makefile Modified: head/devel/hadoop2/Makefile ============================================================================== --- head/devel/hadoop2/Makefile Sat Oct 4 18:19:49 2014 (r369991) +++ head/devel/hadoop2/Makefile Sat Oct 4 18:20:58 2014 (r369992) @@ -22,7 +22,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 \ cmake:${PORTSDIR}/devel/cmake \ - protoc:${PORTSDIR}/devel/protobuf + protoc:${PORTSDIR}/devel/protobuf25 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash CONFLICTS_INSTALL= apache-hadoop-1* From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 18:33: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 C61F0813; Sat, 4 Oct 2014 18:33:18 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (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 D7CFC61F; Sat, 4 Oct 2014 18:33:17 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id l4so2524744lbv.12 for ; Sat, 04 Oct 2014 11:33:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=FFTlGXhLWlFgzwEZNy4uYm1ZBEFw9e7sxjpQ0eD9o8c=; b=ZIfXb9PGo3smhMaQyHD3fz83bUfFAlT1r3QAyJbuEgVmpOwcttxd5Q8/B2WuXs+r/N Ll9T7KXtPZFa2WP17kloWNYcqURYryk77opElXffniRfQXVp05vDelXZno7oTP6OXdyL 53LVmcAo1mNZTQES+dpndb4X8PE5/0KEd/Sz/mdRz6qX/C5lJW8JESYCHYi8x5lKfBNt wvqQgcxd18td++2BXKZrbU5OfUhqHJYbApdmDJSf+o36wgqhV7IQ4x/+96/QMTuAiHJ3 NbG45ECrnJMktzI3VroyY6d3je/dTYml+Obrmca1RKaN3jtHprRL4u8nSwhESfmbfhrF 2mHQ== X-Received: by 10.152.26.133 with SMTP id l5mr14486406lag.4.1412447595733; Sat, 04 Oct 2014 11:33:15 -0700 (PDT) Received: from [10.0.1.14] (broadband-5-228-253-152.nationalcablenetworks.ru. [5.228.253.152]) by mx.google.com with ESMTPSA id j4sm3410967lah.0.2014.10.04.11.33.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 04 Oct 2014 11:33:14 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r369990 - in head/devel: . protobuf25 protobuf25/files From: Dmitry Sivachenko In-Reply-To: <201410041817.s94IHfuM094622@svn.freebsd.org> Date: Sat, 4 Oct 2014 22:33:12 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201410041817.s94IHfuM094622@svn.freebsd.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Mailer: Apple Mail (2.1878.6) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 18:33:18 -0000 Should I probably install it into separate PREFIX /usr/local/protobuf25 = so it does not conflict with devel/protobuf? On 04 =D0=BE=D0=BA=D1=82. 2014 =D0=B3., at 22:17, Dmitry Sivachenko = wrote: > Author: demon > Date: Sat Oct 4 18:17:41 2014 > New Revision: 369990 > URL: https://svnweb.freebsd.org/changeset/ports/369990 > QAT: https://qat.redports.org/buildarchive/r369990/ >=20 > Log: > Resurrect protobuf port as of rev. 369705 (last version before update = to > 2.6.0). devel/hadoop2 needs that specific version. >=20 > Added: > head/devel/protobuf25/ > head/devel/protobuf25/Makefile (contents, props changed) > head/devel/protobuf25/distinfo (contents, props changed) > head/devel/protobuf25/files/ > = head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip= .cc (contents, props changed) > = head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.c= c (contents, props changed) > head/devel/protobuf25/pkg-descr (contents, props changed) > head/devel/protobuf25/pkg-plist (contents, props changed) > Modified: > head/devel/Makefile >=20 > Modified: head/devel/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/Makefile Sat Oct 4 18:05:48 2014 = (r369989) > +++ head/devel/Makefile Sat Oct 4 18:17:41 2014 = (r369990) > @@ -3493,6 +3493,7 @@ > SUBDIR +=3D projectcenter > SUBDIR +=3D protobuf > SUBDIR +=3D protobuf-c > + SUBDIR +=3D protobuf25 > SUBDIR +=3D psptoolchain > SUBDIR +=3D psptoolchain-binutils > SUBDIR +=3D psptoolchain-gcc-stage1 >=20 > Added: head/devel/protobuf25/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 > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/protobuf25/Makefile Sat Oct 4 18:17:41 2014 = (r369990) > @@ -0,0 +1,30 @@ > +# Created by: vanilla > +# $FreeBSD$ > + > +# devel/hadoop2 needs version 2.5.0 > +PORTNAME=3D protobuf > +PORTVERSION=3D 2.5.0 > +PORTREVISION=3D 4 > +CATEGORIES=3D devel > +MASTER_SITES=3D ${MASTER_SITE_GOOGLE_CODE} > + > +MAINTAINER=3D demon@FreeBSD.org > +COMMENT=3D Data interchange format library > + > +LICENSE=3D BSD3CLAUSE > +LICENSE_FILE=3D ${WRKSRC}/COPYING.txt > + > +GNU_CONFIGURE=3D yes > +USE_LDCONFIG=3D yes > +USES=3D gmake pathfix pkgconfig tar:bzip2 libtool > +ONLY_FOR_ARCHS=3D i386 amd64 > +INSTALL_TARGET=3D 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+=3D -std=3Dc99 -DGOOGLE_PROTOBUF_NO_RTTI > + > +tests: build > + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} = ${MAKEFILE} ${MAKE_ARGS} check) > + > +.include >=20 > Added: head/devel/protobuf25/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 > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/protobuf25/distinfo Sat Oct 4 18:17:41 2014 = (r369990) > @@ -0,0 +1,2 @@ > +SHA256 (protobuf-2.5.0.tar.bz2) =3D = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 > +SIZE (protobuf-2.5.0.tar.bz2) =3D 1866763 >=20 > Added: = head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip= .cc > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ = head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip= .cc Sat Oct 4 18:17:41 2014 (r369990) > @@ -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 > +=20 > + #include > + #include >=20 > Added: = head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.c= c > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ = head/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.c= c Sat Oct 4 18:17:41 2014 (r369990) > @@ -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 > +=20 > + #include > + #include >=20 > Added: head/devel/protobuf25/pkg-descr > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/protobuf25/pkg-descr Sat Oct 4 18:17:41 2014 = (r369990) > @@ -0,0 +1,5 @@ > +Protocol Buffers are a way of encoding structured data in an = efficient yet > +extensible format. Google uses Protocol Buffers for almost all of its > +internal RPC protocols and file formats. > + > +WWW: http://code.google.com/p/protobuf/ >=20 > Added: head/devel/protobuf25/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 > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/protobuf25/pkg-plist Sat Oct 4 18:17:41 2014 = (r369990) > @@ -0,0 +1,65 @@ > +bin/protoc > +include/google/protobuf/compiler/code_generator.h > +include/google/protobuf/compiler/command_line_interface.h > +include/google/protobuf/compiler/cpp/cpp_generator.h > +include/google/protobuf/compiler/importer.h > +include/google/protobuf/compiler/java/java_generator.h > +include/google/protobuf/compiler/parser.h > +include/google/protobuf/compiler/plugin.h > +include/google/protobuf/compiler/plugin.pb.h > +include/google/protobuf/compiler/plugin.proto > +include/google/protobuf/compiler/python/python_generator.h > +include/google/protobuf/descriptor.h > +include/google/protobuf/descriptor.pb.h > +include/google/protobuf/descriptor.proto > +include/google/protobuf/descriptor_database.h > +include/google/protobuf/dynamic_message.h > +include/google/protobuf/extension_set.h > +include/google/protobuf/generated_enum_reflection.h > +include/google/protobuf/generated_message_reflection.h > +include/google/protobuf/generated_message_util.h > +include/google/protobuf/io/coded_stream.h > +include/google/protobuf/io/gzip_stream.h > +include/google/protobuf/io/printer.h > +include/google/protobuf/io/tokenizer.h > +include/google/protobuf/io/zero_copy_stream.h > +include/google/protobuf/io/zero_copy_stream_impl.h > +include/google/protobuf/io/zero_copy_stream_impl_lite.h > +include/google/protobuf/message.h > +include/google/protobuf/message_lite.h > +include/google/protobuf/reflection_ops.h > +include/google/protobuf/repeated_field.h > +include/google/protobuf/service.h > +include/google/protobuf/stubs/atomicops.h > +include/google/protobuf/stubs/atomicops_internals_arm_gcc.h > +include/google/protobuf/stubs/atomicops_internals_arm_qnx.h > +include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h > +include/google/protobuf/stubs/atomicops_internals_macosx.h > +include/google/protobuf/stubs/atomicops_internals_mips_gcc.h > +include/google/protobuf/stubs/atomicops_internals_pnacl.h > +include/google/protobuf/stubs/atomicops_internals_x86_gcc.h > +include/google/protobuf/stubs/atomicops_internals_x86_msvc.h > +include/google/protobuf/stubs/common.h > +include/google/protobuf/stubs/once.h > +include/google/protobuf/stubs/platform_macros.h > +include/google/protobuf/stubs/template_util.h > +include/google/protobuf/stubs/type_traits.h > +include/google/protobuf/text_format.h > +include/google/protobuf/unknown_field_set.h > +include/google/protobuf/wire_format.h > +include/google/protobuf/wire_format_lite.h > +include/google/protobuf/wire_format_lite_inl.h > +lib/libprotobuf-lite.a > +lib/libprotobuf-lite.so > +lib/libprotobuf-lite.so.8 > +lib/libprotobuf-lite.so.8.0.0 > +lib/libprotobuf.a > +lib/libprotobuf.so > +lib/libprotobuf.so.8 > +lib/libprotobuf.so.8.0.0 > +lib/libprotoc.a > +lib/libprotoc.so > +lib/libprotoc.so.8 > +lib/libprotoc.so.8.0.0 > +libdata/pkgconfig/protobuf-lite.pc > +libdata/pkgconfig/protobuf.pc >=20 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 18:57: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 06A5D1D5; Sat, 4 Oct 2014 18:57: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 E6BFB84B; Sat, 4 Oct 2014 18:57: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 s94Iv4bh013835; Sat, 4 Oct 2014 18:57:04 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Iv4ZH013834; Sat, 4 Oct 2014 18:57:04 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410041857.s94Iv4ZH013834@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 4 Oct 2014 18:57:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369993 - head/net/liveMedia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 18:57:05 -0000 Author: marino Date: Sat Oct 4 18:57:04 2014 New Revision: 369993 URL: https://svnweb.freebsd.org/changeset/ports/369993 QAT: https://qat.redports.org/buildarchive/r369993/ Log: net/liveMedia: Fix building on DF, no-op for FreeBSD Modified: head/net/liveMedia/Makefile Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Sat Oct 4 18:20:58 2014 (r369992) +++ head/net/liveMedia/Makefile Sat Oct 4 18:57:04 2014 (r369993) @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/live HAS_CONFIGURE= yes CONFIGURE_SCRIPT= genMakefiles -CONFIGURE_ARGS= fixed-${OPSYS:tl} +CONFIGURE_ARGS= fixed-freebsd USES= gmake USE_LDCONFIG= yes @@ -39,6 +39,6 @@ BROKEN= Does not compile .endif post-extract: - ${CP} ${FILESDIR}/config.fixed-${OPSYS:tl} ${WRKSRC}/ + ${CP} ${FILESDIR}/config.fixed-freebsd ${WRKSRC} .include From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 20:30: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 44CB0529; Sat, 4 Oct 2014 20:30: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 31A9415F; Sat, 4 Oct 2014 20:30: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 s94KUevS057018; Sat, 4 Oct 2014 20:30:40 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94KUeq5057017; Sat, 4 Oct 2014 20:30:40 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410042030.s94KUeq5057017@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 4 Oct 2014 20:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369994 - head/editors/zim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 20:30:40 -0000 Author: rm Date: Sat Oct 4 20:30:39 2014 New Revision: 369994 URL: https://svnweb.freebsd.org/changeset/ports/369994 QAT: https://qat.redports.org/buildarchive/r369994/ Log: editors/zim: take maintainership Modified: head/editors/zim/Makefile Modified: head/editors/zim/Makefile ============================================================================== --- head/editors/zim/Makefile Sat Oct 4 18:57:04 2014 (r369993) +++ head/editors/zim/Makefile Sat Oct 4 20:30:39 2014 (r369994) @@ -6,7 +6,7 @@ PORTVERSION= 0.61 CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rm@FreeBSD.org COMMENT= Desktop wiki editor LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21: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 ADF4FBA0; Sat, 4 Oct 2014 21:15:05 +0000 (UTC) Received: from mail.egr.msu.edu (gribble.egr.msu.edu [35.9.37.169]) by mx1.freebsd.org (Postfix) with ESMTP id 85F906CC; Sat, 4 Oct 2014 21:15:04 +0000 (UTC) Received: from gribble (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 22582225E9; Sat, 4 Oct 2014 17:14:56 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by gribble (gribble.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qRYShtgW51Pp; Sat, 4 Oct 2014 17:14:55 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <5430634F.4060901@egr.msu.edu> Date: Sat, 04 Oct 2014 17:14:55 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: svn-ports-all@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r369577 - head/devel/goffice010 References: <201409300902.s8U92Oam066794@svn.freebsd.org> In-Reply-To: <201409300902.s8U92Oam066794@svn.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 21:15:05 -0000 This is missing: PORTREVISION= 1 thus the overall version went backwards: goffice010-0.10.11_1 succeeds remote (remote has 0.10.11) Thanks. On 09/30/2014 05:02, 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. > > 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 > _______________________________________________ > 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" > From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:29: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 A885EDF8; Sat, 4 Oct 2014 21:29: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 7ACEE846; Sat, 4 Oct 2014 21:29: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 s94LTBpN084347; Sat, 4 Oct 2014 21:29:11 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94LTAlA084344; Sat, 4 Oct 2014 21:29:10 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410042129.s94LTAlA084344@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 21:29:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369995 - in head/games/gnomesudoku: . 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: Sat, 04 Oct 2014 21:29:11 -0000 Author: wg Date: Sat Oct 4 21:29:10 2014 New Revision: 369995 URL: https://svnweb.freebsd.org/changeset/ports/369995 QAT: https://qat.redports.org/buildarchive/r369995/ Log: games/gnomesudoku: switch from py-imaging to py-pillow With hat: python Approved by: portmgr (bdrewery, implicit) Added: head/games/gnomesudoku/files/ head/games/gnomesudoku/files/patch-setup.py (contents, props changed) head/games/gnomesudoku/files/patch-src__lib__gtk_goodies__image_extras.py (contents, props changed) Modified: head/games/gnomesudoku/Makefile Modified: head/games/gnomesudoku/Makefile ============================================================================== --- head/games/gnomesudoku/Makefile Sat Oct 4 20:30:39 2014 (r369994) +++ head/games/gnomesudoku/Makefile Sat Oct 4 21:29:10 2014 (r369995) @@ -3,7 +3,7 @@ PORTNAME= gnomesudoku PORTVERSION= 0.6.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnome MASTER_SITES= SF/gnome-sudoku/gnome-sudoku/${PORTVERSION} DISTNAME= gnome-sudoku-${PORTVERSION} @@ -12,12 +12,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME Sudoku game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USES= pathfix display +USES= display pathfix python USE_GNOME= gnomeprefix pygnome2 pygnomedesktop +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= gnome-sudoku post-patch: Added: head/games/gnomesudoku/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnomesudoku/files/patch-setup.py Sat Oct 4 21:29:10 2014 (r369995) @@ -0,0 +1,11 @@ +--- setup.py.orig 2014-10-04 20:26:24 UTC ++++ setup.py +@@ -43,7 +43,7 @@ + except ImportError: + sys.exit('Error: PyGTK-2.6 or newer is required.') + raise +- mod_list = ['Image','gnomeprint','Numeric'] ++ mod_list = ['PIL','gnomeprint','Numeric'] + ok = 1 + for m in mod_list: + try: Added: head/games/gnomesudoku/files/patch-src__lib__gtk_goodies__image_extras.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnomesudoku/files/patch-src__lib__gtk_goodies__image_extras.py Sat Oct 4 21:29:10 2014 (r369995) @@ -0,0 +1,8 @@ +--- src/lib/gtk_goodies/image_extras.py.orig 2014-10-04 19:22:19 UTC ++++ src/lib/gtk_goodies/image_extras.py +@@ -1,4 +1,4 @@ +-import Image,ImageOps ++from PIL import Image,ImageOps + import gtk + import string + import StringIO From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:38: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 F400EFA3; Sat, 4 Oct 2014 21:38: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 E005493A; Sat, 4 Oct 2014 21:38: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 s94Lc8JJ089213; Sat, 4 Oct 2014 21:38:08 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Lc8nY089212; Sat, 4 Oct 2014 21:38:08 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410042138.s94Lc8nY089212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 21:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369996 - head/games/pythonsudoku X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 21:38:09 -0000 Author: wg Date: Sat Oct 4 21:38:08 2014 New Revision: 369996 URL: https://svnweb.freebsd.org/changeset/ports/369996 QAT: https://qat.redports.org/buildarchive/r369996/ Log: games/pythonsudoku: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/games/pythonsudoku/Makefile Modified: head/games/pythonsudoku/Makefile ============================================================================== --- head/games/pythonsudoku/Makefile Sat Oct 4 21:29:10 2014 (r369995) +++ head/games/pythonsudoku/Makefile Sat Oct 4 21:38:08 2014 (r369996) @@ -3,7 +3,7 @@ PORTNAME= pythonsudoku PORTVERSION= 0.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ SF/nemysisfreebsdp/games/:icons @@ -19,13 +19,12 @@ LICENSE= GPLv2 LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYGAME} \ - ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 -USES= tar:bzip2 +USES= python:2 tar:bzip2 USE_GNOME= pygtk2 -USE_PYTHON= 2 -USE_PYDISTUTILS=yes +USE_PYTHON= distutils INSTALLS_ICONS= yes PORTDOCS= * From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:39: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 6327311B; Sat, 4 Oct 2014 21:39: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 4E777944; Sat, 4 Oct 2014 21:39: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 s94Ld57o089468; Sat, 4 Oct 2014 21:39:05 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Ld4hr089463; Sat, 4 Oct 2014 21:39:04 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201410042139.s94Ld4hr089463@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sat, 4 Oct 2014 21:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369997 - in head/emulators/qemu-devel: . 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: Sat, 04 Oct 2014 21:39:05 -0000 Author: nox Date: Sat Oct 4 21:39:04 2014 New Revision: 369997 URL: https://svnweb.freebsd.org/changeset/ports/369997 QAT: https://qat.redports.org/buildarchive/r369997/ Log: - bsd-user: fix sendmsg(2) emulation w/o ancillary data. - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/ad92220df37d1ab3120316fcc436071c78817561 Added: head/emulators/qemu-devel/files/extra-patch-ad92220df37d1ab3120316fcc436071c78817561 (contents, props changed) Modified: head/emulators/qemu-devel/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Sat Oct 4 21:38:08 2014 (r369996) +++ head/emulators/qemu-devel/Makefile Sat Oct 4 21:39:04 2014 (r369997) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -79,6 +79,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-sys.c EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sysctl-hw-physmem EXTRA_PATCHES+= ${FILESDIR}/extra-patch-max-arg-pages +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ad92220df37d1ab3120316fcc436071c78817561 .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib Added: head/emulators/qemu-devel/files/extra-patch-ad92220df37d1ab3120316fcc436071c78817561 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-devel/files/extra-patch-ad92220df37d1ab3120316fcc436071c78817561 Sat Oct 4 21:39:04 2014 (r369997) @@ -0,0 +1,59 @@ +From ad92220df37d1ab3120316fcc436071c78817561 Mon Sep 17 00:00:00 2001 +From: Sean Bruno +Date: Sat, 4 Oct 2014 20:36:32 +0000 +Subject: [PATCH] Ancillary data in the msghdr struct is optional, not + mandatory. + +If it doesn't exist, that's ok sendmsg() anyway. Fixes pkg repo +issues now that pkg uses sendmsg. +--- + bsd-user/freebsd/os-socket.h | 22 +++++++++++++++++----- + 1 file changed, 17 insertions(+), 5 deletions(-) + +diff --git a/bsd-user/freebsd/os-socket.h b/bsd-user/freebsd/os-socket.h +index 9339ffb..a5f5ca7 100644 +--- a/bsd-user/freebsd/os-socket.h ++++ b/bsd-user/freebsd/os-socket.h +@@ -54,9 +54,15 @@ static inline abi_long do_freebsd_sendmsg(int fd, abi_ulong target_msg, + msg.msg_name = NULL; + msg.msg_namelen = 0; + } +- msg.msg_controllen = 2 * tswapal(msgp->msg_controllen); +- msg.msg_control = alloca(msg.msg_controllen); +- msg.msg_flags = tswap32(msgp->msg_flags); ++ if (tswapal(msgp->msg_controllen) > 0) { ++ msg.msg_controllen = 2 * tswapal(msgp->msg_controllen); ++ msg.msg_control = alloca(msg.msg_controllen); ++ msg.msg_flags = tswap32(msgp->msg_flags); ++ } else { ++ msg.msg_controllen = 0; ++ msg.msg_control = NULL; ++ msg.msg_flags = 0; ++ } + + count = tswapal(msgp->msg_iovlen); + vec = alloca(count * sizeof(struct iovec)); +@@ -65,7 +71,10 @@ static inline abi_long do_freebsd_sendmsg(int fd, abi_ulong target_msg, + msg.msg_iovlen = count; + msg.msg_iov = vec; + +- ret = t2h_freebsd_cmsg(&msg, msgp); ++ if (msg.msg_controllen > 0) ++ ret = t2h_freebsd_cmsg(&msg, msgp); ++ else /* no ancillary data */ ++ ret = 0; + if (!is_error(ret)) { + ret = get_errno(sendmsg(fd, &msg, flags)); + } +@@ -116,7 +125,10 @@ static inline abi_long do_freebsd_recvmsg(int fd, abi_ulong target_msg, + ret = get_errno(recvmsg(fd, &msg, flags)); + if (!is_error(ret)) { + len = ret; +- ret = h2t_freebsd_cmsg(msgp, &msg); ++ if (msg.msg_controllen > 0) ++ ret = h2t_freebsd_cmsg(msgp, &msg); ++ else /* no ancillary data */ ++ ret = 0; + if (!is_error(ret)) { + msgp->msg_namelen = tswap32(msg.msg_namelen); + if (msg.msg_name != NULL) { From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:44: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 3F73E232; Sat, 4 Oct 2014 21:44: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 1107A9E6; Sat, 4 Oct 2014 21:44: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 s94LiOrC093734; Sat, 4 Oct 2014 21:44:24 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94LiOtU093730; Sat, 4 Oct 2014 21:44:24 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410042144.s94LiOtU093730@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 21:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369998 - in head/graphics/imgtops: . 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: Sat, 04 Oct 2014 21:44:25 -0000 Author: wg Date: Sat Oct 4 21:44:23 2014 New Revision: 369998 URL: https://svnweb.freebsd.org/changeset/ports/369998 QAT: https://qat.redports.org/buildarchive/r369998/ Log: graphics/imgtops: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Added: head/graphics/imgtops/files/patch-imgtopslib__epstoimg.py (contents, props changed) head/graphics/imgtops/files/patch-imgtopslib__imgtops.py (contents, props changed) Modified: head/graphics/imgtops/Makefile Modified: head/graphics/imgtops/Makefile ============================================================================== --- head/graphics/imgtops/Makefile Sat Oct 4 21:39:04 2014 (r369997) +++ head/graphics/imgtops/Makefile Sat Oct 4 21:44:23 2014 (r369998) @@ -3,18 +3,18 @@ PORTNAME= imgtops PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Create efficient Encapsulated Postscript files from images -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow +USES= python USE_GHOSTSCRIPT_RUN= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= distutils post-install: ${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/imgtops.1 Added: head/graphics/imgtops/files/patch-imgtopslib__epstoimg.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imgtops/files/patch-imgtopslib__epstoimg.py Sat Oct 4 21:44:23 2014 (r369998) @@ -0,0 +1,10 @@ +--- imgtopslib/epstoimg.py.orig 2014-10-04 21:43:06 UTC ++++ imgtopslib/epstoimg.py +@@ -1,6 +1,6 @@ + import os, tempfile, sys + import getopt +-import Image ++from PIL import Image + from dimensions import interpret_dimension + import re + import cStringIO Added: head/graphics/imgtops/files/patch-imgtopslib__imgtops.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imgtops/files/patch-imgtopslib__imgtops.py Sat Oct 4 21:44:23 2014 (r369998) @@ -0,0 +1,9 @@ +--- imgtopslib/imgtops.py.orig 2014-10-04 21:42:40 UTC ++++ imgtopslib/imgtops.py +@@ -1,5 +1,5 @@ + import sys, os.path +-import Image ++from PIL import Image + import cStringIO + import time + import getopt From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:47: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 E4E1F32A; Sat, 4 Oct 2014 21:47: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 D106D9FE; Sat, 4 Oct 2014 21:47: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 s94Llxc1094374; Sat, 4 Oct 2014 21:47:59 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94LlxEW094373; Sat, 4 Oct 2014 21:47:59 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410042147.s94LlxEW094373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 21:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369999 - head/games/linux-skulltag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 21:48:00 -0000 Author: xmj Date: Sat Oct 4 21:47:59 2014 New Revision: 369999 URL: https://svnweb.freebsd.org/changeset/ports/369999 QAT: https://qat.redports.org/buildarchive/r369999/ Log: games/linux-skulltag: allow build on amd64 - Allow on amd64 architecture. PR: 193703 Differential Revision: https://reviews.freebsd.org/D815 Approved by: swills (mentor) Modified: head/games/linux-skulltag/Makefile Modified: head/games/linux-skulltag/Makefile ============================================================================== --- head/games/linux-skulltag/Makefile Sat Oct 4 21:44:23 2014 (r369998) +++ head/games/linux-skulltag/Makefile Sat Oct 4 21:47:59 2014 (r369999) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LINUXBASE}/lib/libfmodexp USE_LINUX= yes USE_LINUX_APPS= sdl12 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USES= tar:bzip2 NO_BUILD= yes From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:50: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 C7AEA45C; Sat, 4 Oct 2014 21:50:19 +0000 (UTC) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id 85154A1E; Sat, 4 Oct 2014 21:50:18 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 510223DE0E2E; Sat, 4 Oct 2014 23:50:09 +0200 (CEST) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id s94Lianw069987; Sat, 4 Oct 2014 23:44:36 +0200 (CEST) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id s94LiaKx069986; Sat, 4 Oct 2014 23:44:36 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 4 Oct 2014 23:44:36 +0200 To: Juergen Lock Subject: Re: svn commit: r369997 - in head/emulators/qemu-devel: . files Message-ID: <20141004214436.GA69950@enceladus10.kn-bremen.de> References: <201410042139.s94Ld4hr089463@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201410042139.s94Ld4hr089463@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: Sat, 04 Oct 2014 21:50:19 -0000 On Sat, Oct 04, 2014 at 09:39:04PM +0000, Juergen Lock wrote: > Author: nox > Date: Sat Oct 4 21:39:04 2014 > New Revision: 369997 > URL: https://svnweb.freebsd.org/changeset/ports/369997 > QAT: https://qat.redports.org/buildarchive/r369997/ > > Log: > - bsd-user: fix sendmsg(2) emulation w/o ancillary data. > - Bump PORTREVISION. > > Submitted by: sbruno > Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/ad92220df37d1ab3120316fcc436071c78817561 > > Added: > head/emulators/qemu-devel/files/extra-patch-ad92220df37d1ab3120316fcc436071c78817561 (contents, props changed) > Modified: > head/emulators/qemu-devel/Makefile > And I missed the PR, sorry: PR: 193840 Juergen From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:52: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 395A2684; Sat, 4 Oct 2014 21:52: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 19578ADC; Sat, 4 Oct 2014 21:52: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 s94Lpx72098225; Sat, 4 Oct 2014 21:51:59 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Lpxl5098219; Sat, 4 Oct 2014 21:51:59 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410042151.s94Lpxl5098219@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 4 Oct 2014 21:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370000 - in head/devel: hadoop2 protobuf25 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 21:52:00 -0000 Author: demon Date: Sat Oct 4 21:51:58 2014 New Revision: 370000 URL: https://svnweb.freebsd.org/changeset/ports/370000 QAT: https://qat.redports.org/buildarchive/r370000/ Log: Install protobuf in ${PREFIX}/protobuf25 to avoid conflict with devel/protobuf. Modified: head/devel/hadoop2/Makefile head/devel/protobuf25/Makefile head/devel/protobuf25/pkg-plist Modified: head/devel/hadoop2/Makefile ============================================================================== --- head/devel/hadoop2/Makefile Sat Oct 4 21:47:59 2014 (r369999) +++ head/devel/hadoop2/Makefile Sat Oct 4 21:51:58 2014 (r370000) @@ -3,7 +3,7 @@ PORTNAME= hadoop PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE} \ LOCAL/demon/:maven \ @@ -32,7 +32,7 @@ USE_JAVA= yes JAVA_VERSION= 1.7+ USE_LDCONFIG= yes SHEBANG_FILES= hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh -MAKE_ENV+= HADOOP_PROTOC_PATH=${LOCALBASE}/bin/protoc +MAKE_ENV+= HADOOP_PROTOC_PATH=${LOCALBASE}/protobuf25/bin/protoc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src TOMCAT_VERSION= 6.0.36 @@ -69,7 +69,7 @@ post-patch: do-build: ${MKDIR} ${WRKSRC}/hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/apache-tomcat-${TOMCAT_VERSION}.tar.gz ${WRKSRC}/hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads/ - cd ${WRKSRC} && ${LOCALBASE}/share/java/maven3/bin/mvn -Dmaven.repo.local=${WRKDIR}/m2 --offline clean package -Pdist,native -DskipTests + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/share/java/maven3/bin/mvn -Dmaven.repo.local=${WRKDIR}/m2 --offline clean package -Pdist,native -DskipTests post-build: ${RM} ${HADOOP_DIST}/etc/hadoop/*.cmd Modified: head/devel/protobuf25/Makefile ============================================================================== --- head/devel/protobuf25/Makefile Sat Oct 4 21:47:59 2014 (r369999) +++ head/devel/protobuf25/Makefile Sat Oct 4 21:51:58 2014 (r370000) @@ -16,6 +16,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt GNU_CONFIGURE= yes +GNU_CONFIGURE_PREFIX= ${PREFIX}/protobuf25 USE_LDCONFIG= yes USES= gmake pathfix pkgconfig tar:bzip2 libtool ONLY_FOR_ARCHS= i386 amd64 Modified: head/devel/protobuf25/pkg-plist ============================================================================== --- head/devel/protobuf25/pkg-plist Sat Oct 4 21:47:59 2014 (r369999) +++ head/devel/protobuf25/pkg-plist Sat Oct 4 21:51:58 2014 (r370000) @@ -1,65 +1,65 @@ -bin/protoc -include/google/protobuf/compiler/code_generator.h -include/google/protobuf/compiler/command_line_interface.h -include/google/protobuf/compiler/cpp/cpp_generator.h -include/google/protobuf/compiler/importer.h -include/google/protobuf/compiler/java/java_generator.h -include/google/protobuf/compiler/parser.h -include/google/protobuf/compiler/plugin.h -include/google/protobuf/compiler/plugin.pb.h -include/google/protobuf/compiler/plugin.proto -include/google/protobuf/compiler/python/python_generator.h -include/google/protobuf/descriptor.h -include/google/protobuf/descriptor.pb.h -include/google/protobuf/descriptor.proto -include/google/protobuf/descriptor_database.h -include/google/protobuf/dynamic_message.h -include/google/protobuf/extension_set.h -include/google/protobuf/generated_enum_reflection.h -include/google/protobuf/generated_message_reflection.h -include/google/protobuf/generated_message_util.h -include/google/protobuf/io/coded_stream.h -include/google/protobuf/io/gzip_stream.h -include/google/protobuf/io/printer.h -include/google/protobuf/io/tokenizer.h -include/google/protobuf/io/zero_copy_stream.h -include/google/protobuf/io/zero_copy_stream_impl.h -include/google/protobuf/io/zero_copy_stream_impl_lite.h -include/google/protobuf/message.h -include/google/protobuf/message_lite.h -include/google/protobuf/reflection_ops.h -include/google/protobuf/repeated_field.h -include/google/protobuf/service.h -include/google/protobuf/stubs/atomicops.h -include/google/protobuf/stubs/atomicops_internals_arm_gcc.h -include/google/protobuf/stubs/atomicops_internals_arm_qnx.h -include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h -include/google/protobuf/stubs/atomicops_internals_macosx.h -include/google/protobuf/stubs/atomicops_internals_mips_gcc.h -include/google/protobuf/stubs/atomicops_internals_pnacl.h -include/google/protobuf/stubs/atomicops_internals_x86_gcc.h -include/google/protobuf/stubs/atomicops_internals_x86_msvc.h -include/google/protobuf/stubs/common.h -include/google/protobuf/stubs/once.h -include/google/protobuf/stubs/platform_macros.h -include/google/protobuf/stubs/template_util.h -include/google/protobuf/stubs/type_traits.h -include/google/protobuf/text_format.h -include/google/protobuf/unknown_field_set.h -include/google/protobuf/wire_format.h -include/google/protobuf/wire_format_lite.h -include/google/protobuf/wire_format_lite_inl.h -lib/libprotobuf-lite.a -lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.8 -lib/libprotobuf-lite.so.8.0.0 -lib/libprotobuf.a -lib/libprotobuf.so -lib/libprotobuf.so.8 -lib/libprotobuf.so.8.0.0 -lib/libprotoc.a -lib/libprotoc.so -lib/libprotoc.so.8 -lib/libprotoc.so.8.0.0 -libdata/pkgconfig/protobuf-lite.pc -libdata/pkgconfig/protobuf.pc +protobuf25/bin/protoc +protobuf25/include/google/protobuf/compiler/code_generator.h +protobuf25/include/google/protobuf/compiler/command_line_interface.h +protobuf25/include/google/protobuf/compiler/cpp/cpp_generator.h +protobuf25/include/google/protobuf/compiler/importer.h +protobuf25/include/google/protobuf/compiler/java/java_generator.h +protobuf25/include/google/protobuf/compiler/parser.h +protobuf25/include/google/protobuf/compiler/plugin.h +protobuf25/include/google/protobuf/compiler/plugin.pb.h +protobuf25/include/google/protobuf/compiler/plugin.proto +protobuf25/include/google/protobuf/compiler/python/python_generator.h +protobuf25/include/google/protobuf/descriptor.h +protobuf25/include/google/protobuf/descriptor.pb.h +protobuf25/include/google/protobuf/descriptor.proto +protobuf25/include/google/protobuf/descriptor_database.h +protobuf25/include/google/protobuf/dynamic_message.h +protobuf25/include/google/protobuf/extension_set.h +protobuf25/include/google/protobuf/generated_enum_reflection.h +protobuf25/include/google/protobuf/generated_message_reflection.h +protobuf25/include/google/protobuf/generated_message_util.h +protobuf25/include/google/protobuf/io/coded_stream.h +protobuf25/include/google/protobuf/io/gzip_stream.h +protobuf25/include/google/protobuf/io/printer.h +protobuf25/include/google/protobuf/io/tokenizer.h +protobuf25/include/google/protobuf/io/zero_copy_stream.h +protobuf25/include/google/protobuf/io/zero_copy_stream_impl.h +protobuf25/include/google/protobuf/io/zero_copy_stream_impl_lite.h +protobuf25/include/google/protobuf/message.h +protobuf25/include/google/protobuf/message_lite.h +protobuf25/include/google/protobuf/reflection_ops.h +protobuf25/include/google/protobuf/repeated_field.h +protobuf25/include/google/protobuf/service.h +protobuf25/include/google/protobuf/stubs/atomicops.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_arm_gcc.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_macosx.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_mips_gcc.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_pnacl.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h +protobuf25/include/google/protobuf/stubs/atomicops_internals_x86_msvc.h +protobuf25/include/google/protobuf/stubs/common.h +protobuf25/include/google/protobuf/stubs/once.h +protobuf25/include/google/protobuf/stubs/platform_macros.h +protobuf25/include/google/protobuf/stubs/template_util.h +protobuf25/include/google/protobuf/stubs/type_traits.h +protobuf25/include/google/protobuf/text_format.h +protobuf25/include/google/protobuf/unknown_field_set.h +protobuf25/include/google/protobuf/wire_format.h +protobuf25/include/google/protobuf/wire_format_lite.h +protobuf25/include/google/protobuf/wire_format_lite_inl.h +protobuf25/lib/libprotobuf-lite.a +protobuf25/lib/libprotobuf-lite.so +protobuf25/lib/libprotobuf-lite.so.8 +protobuf25/lib/libprotobuf-lite.so.8.0.0 +protobuf25/lib/libprotobuf.a +protobuf25/lib/libprotobuf.so +protobuf25/lib/libprotobuf.so.8 +protobuf25/lib/libprotobuf.so.8.0.0 +protobuf25/lib/libprotoc.a +protobuf25/lib/libprotoc.so +protobuf25/lib/libprotoc.so.8 +protobuf25/lib/libprotoc.so.8.0.0 +protobuf25/libdata/pkgconfig/protobuf-lite.pc +protobuf25/libdata/pkgconfig/protobuf.pc From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:53: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 56CD9770; Sat, 4 Oct 2014 21:53: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 42D3EAF8; Sat, 4 Oct 2014 21:53: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 s94LraUS098840; Sat, 4 Oct 2014 21:53:36 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Lraxb098839; Sat, 4 Oct 2014 21:53:36 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410042153.s94Lraxb098839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 4 Oct 2014 21:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370001 - 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: Sat, 04 Oct 2014 21:53:36 -0000 Author: demon Date: Sat Oct 4 21:53:35 2014 New Revision: 370001 URL: https://svnweb.freebsd.org/changeset/ports/370001 QAT: https://qat.redports.org/buildarchive/r370001/ Log: Fix path. Modified: head/devel/hadoop2/Makefile Modified: head/devel/hadoop2/Makefile ============================================================================== --- head/devel/hadoop2/Makefile Sat Oct 4 21:51:58 2014 (r370000) +++ head/devel/hadoop2/Makefile Sat Oct 4 21:53:35 2014 (r370001) @@ -22,7 +22,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 \ cmake:${PORTSDIR}/devel/cmake \ - protoc:${PORTSDIR}/devel/protobuf25 + ${LOCALBASE}/protobuf25/bin/protoc:${PORTSDIR}/devel/protobuf25 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash CONFLICTS_INSTALL= apache-hadoop-1* From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:05: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 97B94B5F; Sat, 4 Oct 2014 22:05: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 7A9C0BE9; Sat, 4 Oct 2014 22:05: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 s94M5O0n004209; Sat, 4 Oct 2014 22:05:24 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94M5NC3004204; Sat, 4 Oct 2014 22:05:23 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201410042205.s94M5NC3004204@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 4 Oct 2014 22:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370002 - in head/math: . octave-forge-stk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:05:24 -0000 Author: stephen Date: Sat Oct 4 22:05:22 2014 New Revision: 370002 URL: https://svnweb.freebsd.org/changeset/ports/370002 QAT: https://qat.redports.org/buildarchive/r370002/ Log: - New port math/octave-forge-stk The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is stk. ---------------------------------------------------------------------------- The STK is a (not so) Small Toolbox for Kriging. Its primary focus in on the interpolation/regression technique known as kriging, which is very closely related to Splines and Radial Basis Functions, and can be interpreted as a non-parametric Bayesian method using a Gaussian Process (GP) prior. The STK also provides tools for the sequential and non-sequential design of experiments. Even though it is, currently, mostly geared towards the Design and Analysis of Computer Experiments (DACE), the STK can be useful for other applications areas (such as Geostatistics, Machine Learning, Non-parametric Regression, etc.). Added: head/math/octave-forge-stk/ head/math/octave-forge-stk/Makefile (contents, props changed) head/math/octave-forge-stk/distinfo (contents, props changed) head/math/octave-forge-stk/pkg-descr (contents, props changed) head/math/octave-forge-stk/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Oct 4 21:53:35 2014 (r370001) +++ head/math/Makefile Sat Oct 4 22:05:22 2014 (r370002) @@ -346,6 +346,7 @@ SUBDIR += octave-forge-spline-gcvspl SUBDIR += octave-forge-splines SUBDIR += octave-forge-statistics + SUBDIR += octave-forge-stk SUBDIR += octave-forge-strings SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband Added: head/math/octave-forge-stk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-stk/Makefile Sat Oct 4 22:05:22 2014 (r370002) @@ -0,0 +1,26 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-stk +PORTVERSION= 2.2.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Added: head/math/octave-forge-stk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-stk/distinfo Sat Oct 4 22:05:22 2014 (r370002) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/stk-2.2.0.tar.gz) = ed87e64a4ed3bdb6a27369b6b3e1c8e4d5778831c945e37d8ead52b257c3a5af +SIZE (octave-forge/stk-2.2.0.tar.gz) = 204767 Added: head/math/octave-forge-stk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-stk/pkg-descr Sat Oct 4 22:05:22 2014 (r370002) @@ -0,0 +1,19 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is stk. + +---------------------------------------------------------------------------- + The STK is a (not so) Small Toolbox for Kriging. Its primary focus in on + the interpolation/regression technique known as kriging, which is very + closely related to Splines and Radial Basis Functions, and can be + interpreted as a non-parametric Bayesian method using a Gaussian Process + (GP) prior. The STK also provides tools for the sequential and + non-sequential design of experiments. Even though it is, currently, mostly + geared towards the Design and Analysis of Computer Experiments (DACE), the + STK can be useful for other applications areas (such as Geostatistics, + Machine Learning, Non-parametric Regression, etc.). + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-stk/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-stk/pkg-plist Sat Oct 4 22:05:22 2014 (r370002) @@ -0,0 +1 @@ +@comment This file intentionally left empty From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:05: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 370AAC30; Sat, 4 Oct 2014 22:05: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 235E7BEA; Sat, 4 Oct 2014 22:05: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 s94M5R3P004326; Sat, 4 Oct 2014 22:05:27 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94M5Qsh004324; Sat, 4 Oct 2014 22:05:26 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410042205.s94M5Qsh004324@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 22:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370003 - 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: Sat, 04 Oct 2014 22:05:27 -0000 Author: xmj Date: Sat Oct 4 22:05:26 2014 New Revision: 370003 URL: https://svnweb.freebsd.org/changeset/ports/370003 QAT: https://qat.redports.org/buildarchive/r370003/ Log: www/rubygem-acts-as-taggable-on3: Update to 3.4.2 - Update to 3.4.2 Differential Revision: https://reviews.freebsd.org/D897 Approved by: swills (mentor) 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 Sat Oct 4 22:05:22 2014 (r370002) +++ head/www/rubygem-acts-as-taggable-on3/Makefile Sat Oct 4 22:05:26 2014 (r370003) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acts-as-taggable-on -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 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 Sat Oct 4 22:05:22 2014 (r370002) +++ head/www/rubygem-acts-as-taggable-on3/distinfo Sat Oct 4 22:05:26 2014 (r370003) @@ -1,2 +1,2 @@ -SHA256 (rubygem/acts-as-taggable-on-3.4.1.gem) = 730a45f466d8f8d8241726c8244d90bfff682c2d78078624f31763eae2db97eb -SIZE (rubygem/acts-as-taggable-on-3.4.1.gem) = 48128 +SHA256 (rubygem/acts-as-taggable-on-3.4.2.gem) = 6e00a2d89e27b0a9af6609ccce9da1b3ef14ccdb670ccc0dec0d9e9366bbc333 +SIZE (rubygem/acts-as-taggable-on-3.4.2.gem) = 48640 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:15: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 8B0B7E02; Sat, 4 Oct 2014 22:15: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 76B27CD5; Sat, 4 Oct 2014 22:15: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 s94MFuiE009208; Sat, 4 Oct 2014 22:15:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MFupQ009207; Sat, 4 Oct 2014 22:15:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042215.s94MFupQ009207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 22:15:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370004 - 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: Sat, 04 Oct 2014 22:15:56 -0000 Author: antoine Date: Sat Oct 4 22:15:55 2014 New Revision: 370004 URL: https://svnweb.freebsd.org/changeset/ports/370004 QAT: https://qat.redports.org/buildarchive/r370004/ Log: Make this port usable by regular users Modified: head/devel/py-google-apputils/Makefile Modified: head/devel/py-google-apputils/Makefile ============================================================================== --- head/devel/py-google-apputils/Makefile Sat Oct 4 22:05:26 2014 (r370003) +++ head/devel/py-google-apputils/Makefile Sat Oct 4 22:15:55 2014 (r370004) @@ -3,7 +3,7 @@ PORTNAME= google-apputils PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,4 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gfl USES= python USE_PYTHON= distutils autoplist +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:16: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 D635DF15; Sat, 4 Oct 2014 22:16: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 A9032CE3; Sat, 4 Oct 2014 22:16: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 s94MGYrb009408; Sat, 4 Oct 2014 22:16:34 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MGYtn009406; Sat, 4 Oct 2014 22:16:34 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410042216.s94MGYtn009406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 4 Oct 2014 22:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370005 - head/editors/zim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:16:34 -0000 Author: rm Date: Sat Oct 4 22:16:33 2014 New Revision: 370005 URL: https://svnweb.freebsd.org/changeset/ports/370005 QAT: https://qat.redports.org/buildarchive/r370005/ Log: editors/zim: update to 0.62 - update to 0.62 - add LICENSE_FILE - modernize port Changelog: https://lists.launchpad.net/zim-wiki/msg02988.html Modified: head/editors/zim/Makefile head/editors/zim/distinfo Modified: head/editors/zim/Makefile ============================================================================== --- head/editors/zim/Makefile Sat Oct 4 22:15:55 2014 (r370004) +++ head/editors/zim/Makefile Sat Oct 4 22:16:33 2014 (r370005) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zim -PORTVERSION= 0.61 +PORTVERSION= 0.62 CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ @@ -10,6 +10,7 @@ MAINTAINER= rm@FreeBSD.org COMMENT= Desktop wiki editor LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg \ xdg-open:${PORTSDIR}/devel/xdg-utils \ @@ -17,11 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg> NO_ARCH= yes -USES= desktop-file-utils gettext shared-mime-info +USES= desktop-file-utils gettext python:2 shared-mime-info USE_GNOME= pygtk2 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= autoplist distutils INSTALLS_ICONS= yes OPTIONS_DEFINE= BZR DITAA GIT GNUPLOT GNUR GRAPHVIZ LATEX \ Modified: head/editors/zim/distinfo ============================================================================== --- head/editors/zim/distinfo Sat Oct 4 22:15:55 2014 (r370004) +++ head/editors/zim/distinfo Sat Oct 4 22:16:33 2014 (r370005) @@ -1,2 +1,2 @@ -SHA256 (zim-0.61.tar.gz) = 5843a9b2fb41f153b7b628732ac157889709b9937b4921c05099af81dceccc4a -SIZE (zim-0.61.tar.gz) = 1733251 +SHA256 (zim-0.62.tar.gz) = 19d62aebd2c1a92d84d80720c6c1dcdb779c39a2120468fed01b7f252511bdc2 +SIZE (zim-0.62.tar.gz) = 1772246 From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:22: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 C89CA7A; Sat, 4 Oct 2014 22:22: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 9AB5AD7C; Sat, 4 Oct 2014 22:22: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 s94MM08e013558; Sat, 4 Oct 2014 22:22:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MLxGF013526; Sat, 4 Oct 2014 22:21:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042221.s94MLxGF013526@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 22:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370006 - head/security/py-dfvfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:22:00 -0000 Author: antoine Date: Sat Oct 4 22:21:59 2014 New Revision: 370006 URL: https://svnweb.freebsd.org/changeset/ports/370006 QAT: https://qat.redports.org/buildarchive/r370006/ Log: Update to 20140928 Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo head/security/py-dfvfs/pkg-descr Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Sat Oct 4 22:16:33 2014 (r370005) +++ head/security/py-dfvfs/Makefile Sat Oct 4 22:21:59 2014 (r370006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20140824 +PORTVERSION= 20140928 CATEGORIES= security devel python MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSZTI3MWV6di1fRDg/ \ LOCAL/antoine Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Sat Oct 4 22:16:33 2014 (r370005) +++ head/security/py-dfvfs/distinfo Sat Oct 4 22:21:59 2014 (r370006) @@ -1,2 +1,2 @@ -SHA256 (dfvfs-20140824.tar.gz) = c885e8f6d7a0cc94c7dc129bb2ac089519ffb60d9c0917a48f65c63222236203 -SIZE (dfvfs-20140824.tar.gz) = 62374473 +SHA256 (dfvfs-20140928.tar.gz) = 3589401a807b3d8ab617c6197e7d03f75f15fdd46b1d93cdc7e70c0325b638e7 +SIZE (dfvfs-20140928.tar.gz) = 62426975 Modified: head/security/py-dfvfs/pkg-descr ============================================================================== --- head/security/py-dfvfs/pkg-descr Sat Oct 4 22:16:33 2014 (r370005) +++ head/security/py-dfvfs/pkg-descr Sat Oct 4 22:21:59 2014 (r370006) @@ -4,4 +4,4 @@ of dfVFS is to provide a generic interfa for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. -WWW: https://code.google.com/p/dfvfs/ +WWW: https://github.com/log2timeline/dfvfs From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:33: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 03E1F1E8; Sat, 4 Oct 2014 22:33: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 C9E89E4C; Sat, 4 Oct 2014 22:33: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 s94MXATJ018384; Sat, 4 Oct 2014 22:33:10 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MXAKO018383; Sat, 4 Oct 2014 22:33:10 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201410042233.s94MXAKO018383@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 4 Oct 2014 22:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370007 - head/math/octave-forge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:33:11 -0000 Author: stephen Date: Sat Oct 4 22:33:10 2014 New Revision: 370007 URL: https://svnweb.freebsd.org/changeset/ports/370007 QAT: https://qat.redports.org/buildarchive/r370007/ Log: - Add optional dependency math/octave-forge-stk. - Update to 20141004. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Sat Oct 4 22:21:59 2014 (r370006) +++ head/math/octave-forge/Makefile Sat Oct 4 22:33:10 2014 (r370007) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20140219 -PORTREVISION= 2 +PORTVERSION= 20141004 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -27,7 +26,7 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCH OCT2MAT OCTCDF OCTCLIP OCTGPR OCTPROJ ODEBVP ODEPKG OPTIM \ OPTIMINTERP OUTLIERS PARALLEL PDB PLOT PT_BR QUATERNION \ QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SPECFUN \ - SPECIAL_MATRIX SPLINE_GCVSPL SPLINES STATISTICS STRINGS \ + SPECIAL_MATRIX SPLINE_GCVSPL SPLINES STATISTICS STK STRINGS \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO XRAYLIB ZENITY ACTUARIAL_DESC= Install package: actuarial @@ -109,6 +108,7 @@ SPECIAL_MATRIX_DESC= Install package: sp SPLINE_GCVSPL_DESC= Install package: spline-gcvspl SPLINES_DESC= Install package: splines STATISTICS_DESC= Install package: statistics +STK_DESC= Install package: stk STRINGS_DESC= Install package: strings STRUCT_DESC= Install package: struct SYMBAND_DESC= Install package: symband @@ -360,6 +360,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/splines.ta .if ${PORT_OPTIONS:MSTATISTICS} RUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:${PORTSDIR}/math/octave-forge-statistics .endif +.if ${PORT_OPTIONS:MSTK} +RUN_DEPENDS+= ${TARBALLS_DIR}/stk.tar.gz:${PORTSDIR}/math/octave-forge-stk +.endif .if ${PORT_OPTIONS:MSTRINGS} RUN_DEPENDS+= ${TARBALLS_DIR}/strings.tar.gz:${PORTSDIR}/math/octave-forge-strings .endif From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:38: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 794AC32B; Sat, 4 Oct 2014 22:38: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 65601E9B; Sat, 4 Oct 2014 22:38: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 s94McOcj019088; Sat, 4 Oct 2014 22:38:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94McOUm019087; Sat, 4 Oct 2014 22:38:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042238.s94McOUm019087@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 22:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370008 - head/graphics/py-aafigure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:38:24 -0000 Author: antoine Date: Sat Oct 4 22:38:23 2014 New Revision: 370008 URL: https://svnweb.freebsd.org/changeset/ports/370008 QAT: https://qat.redports.org/buildarchive/r370008/ Log: Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2) Modified: head/graphics/py-aafigure/Makefile Modified: head/graphics/py-aafigure/Makefile ============================================================================== --- head/graphics/py-aafigure/Makefile Sat Oct 4 22:33:10 2014 (r370007) +++ head/graphics/py-aafigure/Makefile Sat Oct 4 22:38:23 2014 (r370008) @@ -3,7 +3,7 @@ PORTNAME= aafigure PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= ASCII art to image converter wr LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 USE_PYTHON= yes From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:44: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 8B8F0595; Sat, 4 Oct 2014 22:44:00 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (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 21A11F9B; Sat, 4 Oct 2014 22:44:00 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id i57so1157040yha.31 for ; Sat, 04 Oct 2014 15:43:59 -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=ZjrZdO4Us64jjdPjb8Gk0nGJlVPAN9eB71cVTJnNEMU=; b=sdwVJ4h9JERUJQgRipSVhPcS1fnOU3NjJiZAwgoBniRsjCQBXF9ZvU6gvh8Kk1tNsD BsAUvFK05cR7X//2rI4M+iiksVwE8naC3ZT5WnIQ1O9+3Y/ZxRsh01CICEHeJ9hsbjiQ Hon89giItEEbN2fKZDfj8ix51sLoYNuVkwiAIDC2IWnLqSRUp8xEjo0tSAydRLhpqyJA gqOMZMDS0p2OkCmxRRI3IgtIvneeI2i9MyCNijuIuLdALOPy9+x5zJyiUUO8pIH7K/QH AYMJs7I/9YZtsrRPAmuVohu8L4ZMaon6Ma38Ox49kKuz3q7kA+NPD/4wyx7Y3IU4Umbj xVRA== MIME-Version: 1.0 X-Received: by 10.236.161.66 with SMTP id v42mr21248877yhk.117.1412462639135; Sat, 04 Oct 2014 15:43:59 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.207.73 with HTTP; Sat, 4 Oct 2014 15:43:59 -0700 (PDT) In-Reply-To: <201410041209.s94C9D75011278@svn.freebsd.org> References: <201410041209.s94C9D75011278@svn.freebsd.org> Date: Sun, 5 Oct 2014 00:43:59 +0200 X-Google-Sender-Auth: E78xjznifE1prBvJ1-K8kwbFBwk Message-ID: Subject: Re: svn commit: r369953 - head/www/testlink From: Antoine Brodin To: TAKATSU Tomonari 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: Sat, 04 Oct 2014 22:44:00 -0000 On Sat, Oct 4, 2014 at 2:09 PM, TAKATSU Tomonari wrote: > Author: tota > Date: Sat Oct 4 12:09:13 2014 > New Revision: 369953 > URL: https://svnweb.freebsd.org/changeset/ports/369953 > QAT: https://qat.redports.org/buildarchive/r369953/ > > Log: > - Update to 1.9.12 > > Modified: > head/www/testlink/Makefile > head/www/testlink/distinfo > head/www/testlink/pkg-plist Hi, Checksum and size do mismatch. Cheers, Antoine > > Modified: head/www/testlink/Makefile > ============================================================================== > --- head/www/testlink/Makefile Sat Oct 4 10:53:21 2014 (r369952) > +++ head/www/testlink/Makefile Sat Oct 4 12:09:13 2014 (r369953) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= testlink > -PORTVERSION= 1.9.11 > +PORTVERSION= 1.9.12 > CATEGORIES= www devel > MASTER_SITES= SF > MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} > > Modified: head/www/testlink/distinfo > ============================================================================== > --- head/www/testlink/distinfo Sat Oct 4 10:53:21 2014 (r369952) > +++ head/www/testlink/distinfo Sat Oct 4 12:09:13 2014 (r369953) > @@ -1,2 +1,2 @@ > -SHA256 (testlink-1.9.11.tar.gz) = dd5d2ffd13c90017ab9bc234b4b1758818f2a8d3f7dd8e237bd7e0df96ab925c > -SIZE (testlink-1.9.11.tar.gz) = 26379408 > +SHA256 (testlink-1.9.12.tar.gz) = bb7b359ce3f5d66c364e6d01a265eb4f755372f882e434c62ef2286e828a0719 > +SIZE (testlink-1.9.12.tar.gz) = 26416243 > > Modified: head/www/testlink/pkg-plist > ============================================================================== > --- head/www/testlink/pkg-plist Sat Oct 4 10:53:21 2014 (r369952) > +++ head/www/testlink/pkg-plist Sat Oct 4 12:09:13 2014 (r369953) > @@ -73,6 +73,7 @@ > %%WWWDIR%%/gui/templates/execute/execNavigator.tpl > %%WWWDIR%%/gui/templates/execute/execNotes.tpl > %%WWWDIR%%/gui/templates/execute/execSetResults.tpl > +%%WWWDIR%%/gui/templates/execute/exec_tc_relations.inc.tpl > %%WWWDIR%%/gui/templates/execute/getExecNotes.tpl > %%WWWDIR%%/gui/templates/execute/inc_exec_controls.tpl > %%WWWDIR%%/gui/templates/execute/inc_exec_show_tc_exec.tpl > @@ -225,6 +226,7 @@ > %%WWWDIR%%/gui/templates/testcases/inc_tcbody.tpl > %%WWWDIR%%/gui/templates/testcases/inc_testsuite_viewer_ro.tpl > %%WWWDIR%%/gui/templates/testcases/inc_testsuite_viewer_rw.tpl > +%%WWWDIR%%/gui/templates/testcases/relations.inc.tpl > %%WWWDIR%%/gui/templates/testcases/tcAssign2Tplan.tpl > %%WWWDIR%%/gui/templates/testcases/tcAssignedToUser.tpl > %%WWWDIR%%/gui/templates/testcases/tcCompareVersions.tpl > @@ -268,12 +270,16 @@ > %%WWWDIR%%/gui/themes/default/images/answer.png > %%WWWDIR%%/gui/themes/default/images/application_cascade.png > %%WWWDIR%%/gui/themes/default/images/application_double.png > +%%WWWDIR%%/gui/themes/default/images/application_home.png > +%%WWWDIR%%/gui/themes/default/images/application_view_columns.png > %%WWWDIR%%/gui/themes/default/images/apply_f2.png > %%WWWDIR%%/gui/themes/default/images/apply_f2_16.png > %%WWWDIR%%/gui/themes/default/images/arrow_org.gif > +%%WWWDIR%%/gui/themes/default/images/arrow_refresh.png > %%WWWDIR%%/gui/themes/default/images/arrow_switch.png > %%WWWDIR%%/gui/themes/default/images/attachment.gif > %%WWWDIR%%/gui/themes/default/images/bar2.gif > +%%WWWDIR%%/gui/themes/default/images/bell.png > %%WWWDIR%%/gui/themes/default/images/brick.png > %%WWWDIR%%/gui/themes/default/images/brick_go.png > %%WWWDIR%%/gui/themes/default/images/bricks.png > @@ -286,6 +292,7 @@ > %%WWWDIR%%/gui/themes/default/images/bug_delete_disabled_famfamfam.png > %%WWWDIR%%/gui/themes/default/images/bug_delete_famfamfam.png > %%WWWDIR%%/gui/themes/default/images/bug_disabled_famfamfam.png > +%%WWWDIR%%/gui/themes/default/images/bug_edit.png > %%WWWDIR%%/gui/themes/default/images/bug_edit_disabled_famfamfam.png > %%WWWDIR%%/gui/themes/default/images/bug_edit_famfamfam.png > %%WWWDIR%%/gui/themes/default/images/bug_error_disabled_famfamfam.png > @@ -298,21 +305,27 @@ > %%WWWDIR%%/gui/themes/default/images/bullet_wrench.png > %%WWWDIR%%/gui/themes/default/images/calendar.gif > %%WWWDIR%%/gui/themes/default/images/cancel.png > +%%WWWDIR%%/gui/themes/default/images/cart.png > +%%WWWDIR%%/gui/themes/default/images/chart_organisation.png > %%WWWDIR%%/gui/themes/default/images/checkmark-2.gif > %%WWWDIR%%/gui/themes/default/images/checkmark.gif > %%WWWDIR%%/gui/themes/default/images/close_win.gif > %%WWWDIR%%/gui/themes/default/images/cog.png > %%WWWDIR%%/gui/themes/default/images/company_logo.png > +%%WWWDIR%%/gui/themes/default/images/computer_go.png > %%WWWDIR%%/gui/themes/default/images/connect.png > %%WWWDIR%%/gui/themes/default/images/contact.gif > %%WWWDIR%%/gui/themes/default/images/contact_16.png > %%WWWDIR%%/gui/themes/default/images/control_equalizer.png > %%WWWDIR%%/gui/themes/default/images/control_pause.png > +%%WWWDIR%%/gui/themes/default/images/controller.png > +%%WWWDIR%%/gui/themes/default/images/cross.png > %%WWWDIR%%/gui/themes/default/images/data_copy_16.png > %%WWWDIR%%/gui/themes/default/images/data_delete_16.png > %%WWWDIR%%/gui/themes/default/images/data_edit_16.png > %%WWWDIR%%/gui/themes/default/images/data_new_16.png > %%WWWDIR%%/gui/themes/default/images/date.png > +%%WWWDIR%%/gui/themes/default/images/delete.png > %%WWWDIR%%/gui/themes/default/images/disconnect.png > %%WWWDIR%%/gui/themes/default/images/disconnect_small.png > %%WWWDIR%%/gui/themes/default/images/door.png > @@ -320,9 +333,13 @@ > %%WWWDIR%%/gui/themes/default/images/door_open.png > %%WWWDIR%%/gui/themes/default/images/edit-undo.png > %%WWWDIR%%/gui/themes/default/images/edit_icon.png > +%%WWWDIR%%/gui/themes/default/images/emoticon_smile.png > +%%WWWDIR%%/gui/themes/default/images/emoticon_surprised.png > %%WWWDIR%%/gui/themes/default/images/emoticon_tongue.png > +%%WWWDIR%%/gui/themes/default/images/emoticon_unhappy.png > %%WWWDIR%%/gui/themes/default/images/error.gif > %%WWWDIR%%/gui/themes/default/images/error_triangle.png > +%%WWWDIR%%/gui/themes/default/images/exclamation.png > %%WWWDIR%%/gui/themes/default/images/exec_icon.png > %%WWWDIR%%/gui/themes/default/images/export.png > %%WWWDIR%%/gui/themes/default/images/export_import.png > @@ -354,6 +371,7 @@ > %%WWWDIR%%/gui/themes/default/images/lightbulb_off.png > %%WWWDIR%%/gui/themes/default/images/lightbulb_on.gif > %%WWWDIR%%/gui/themes/default/images/lightning.png > +%%WWWDIR%%/gui/themes/default/images/link.png > %%WWWDIR%%/gui/themes/default/images/link_error.png > %%WWWDIR%%/gui/themes/default/images/lock-mini.png > %%WWWDIR%%/gui/themes/default/images/lock.png > @@ -369,17 +387,24 @@ > %%WWWDIR%%/gui/themes/default/images/note_edit_greyed.png > %%WWWDIR%%/gui/themes/default/images/order_asc.gif > %%WWWDIR%%/gui/themes/default/images/order_desc.gif > +%%WWWDIR%%/gui/themes/default/images/page.png > %%WWWDIR%%/gui/themes/default/images/page_excel.png > +%%WWWDIR%%/gui/themes/default/images/page_paste.png > +%%WWWDIR%%/gui/themes/default/images/page_white_word.png > +%%WWWDIR%%/gui/themes/default/images/page_word.png > %%WWWDIR%%/gui/themes/default/images/pencil.png > %%WWWDIR%%/gui/themes/default/images/plus.gif > %%WWWDIR%%/gui/themes/default/images/question.gif > %%WWWDIR%%/gui/themes/default/images/question16_16.gif > +%%WWWDIR%%/gui/themes/default/images/report.png > %%WWWDIR%%/gui/themes/default/images/reset_filter.png > +%%WWWDIR%%/gui/themes/default/images/script_lightning.png > %%WWWDIR%%/gui/themes/default/images/slide_gripper.gif > %%WWWDIR%%/gui/themes/default/images/sort_asc.gif > %%WWWDIR%%/gui/themes/default/images/sort_desc.gif > %%WWWDIR%%/gui/themes/default/images/sort_hint.png > %%WWWDIR%%/gui/themes/default/images/stop.gif > +%%WWWDIR%%/gui/themes/default/images/style.png > %%WWWDIR%%/gui/themes/default/images/sym_question.gif > %%WWWDIR%%/gui/themes/default/images/thrash.png > %%WWWDIR%%/gui/themes/default/images/timeline_marker.png > @@ -400,6 +425,8 @@ > %%WWWDIR%%/gui/themes/default/images/upload_16_greyed.png > %%WWWDIR%%/gui/themes/default/images/upload_24.png > %%WWWDIR%%/gui/themes/default/images/user.png > +%%WWWDIR%%/gui/themes/default/images/user_edit.png > +%%WWWDIR%%/gui/themes/default/images/wand.png > %%WWWDIR%%/gui/themes/default/images/warning.gif > %%WWWDIR%%/gui/themes/default/images/white-top-bottom.gif > %%WWWDIR%%/gui/themes/default/images/world_link.png > @@ -464,6 +491,12 @@ > %%WWWDIR%%/install/sql/alter_tables/1.9.11/mysql/DB.1.9.11/stepZ/z_final_step.sql > %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/step1/db_schema_update.sql > %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/stepZ/z_final_step.sql > +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/step1/db_schema_update.sql > +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/stepZ/z_final_step.sql > +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/step1/db_schema_update.sql > +%%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/stepZ/z_final_step.sql > +%%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/step1/db_schema_update.sql > +%%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/stepZ/z_final_step.sql > %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/step1/db_schema_update.sql > %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/stepZ/z_final_step.sql > %%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5/step1/db_schema_update.sql > @@ -559,7 +592,9 @@ > %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjectTestPlans.php > %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjects.php > %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCase.php > +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseAssignedTester.php > %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseAttachments.php > +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseBugs.php > %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseCustomFieldDesignValue.php > %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseIDByName.php > %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCasesForTestPlan.php > @@ -740,9 +775,11 @@ > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/soap/test.jiraOnDemand.jirasoapInterface.class.php > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/soap/test.jirasoapInterface.class.php > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/mantis/test.mantissoapInterface.class.php > +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/mantis/test.testlinkopensource.mantishub.com.class.php > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/mantis/test2_int_mantissoap.php > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/redmine-issue01.xml > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/redmine-issue02.xml > +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.add-note-redmine.php > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.redmine-fman.php > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.redmine-localhost.php > %%WWWDIR%%/lib/issuetrackerintegration/code_testing/redmine/test.redmine-raw-api.01.php > @@ -5730,6 +5767,19 @@ > @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5 > @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql > @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.4 > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/stepZ > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/step1 > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12 > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/stepZ > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/step1 > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12 > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/stepZ > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12/step1 > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql/DB.1.9.12 > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12/mssql > +@dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.12 > @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/stepZ > @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11/step1 > @dirrmtry %%WWWDIR%%/install/sql/alter_tables/1.9.11/postgres/DB.1.9.11 > From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:45: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 8FAC669F; Sat, 4 Oct 2014 22:45: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 7BE8AFB1; Sat, 4 Oct 2014 22:45: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 s94MjPwG023439; Sat, 4 Oct 2014 22:45:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MjP67023436; Sat, 4 Oct 2014 22:45:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042245.s94MjP67023436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 22:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370009 - head/graphics/skencil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:45:25 -0000 Author: antoine Date: Sat Oct 4 22:45:24 2014 New Revision: 370009 URL: https://svnweb.freebsd.org/changeset/ports/370009 QAT: https://qat.redports.org/buildarchive/r370009/ Log: Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2) Modified: head/graphics/skencil/Makefile Modified: head/graphics/skencil/Makefile ============================================================================== --- head/graphics/skencil/Makefile Sat Oct 4 22:38:23 2014 (r370008) +++ head/graphics/skencil/Makefile Sat Oct 4 22:45:24 2014 (r370009) @@ -3,7 +3,7 @@ PORTNAME= skencil PORTVERSION= 1.0.a784 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE PROJECTHOST= sk1 @@ -14,8 +14,8 @@ COMMENT= Interactive drawing program LICENSE= LGPL20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=0:${PORTSDIR}/print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYXML} From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:47: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 CCED87DD; Sat, 4 Oct 2014 22:47: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 AC665FCE; Sat, 4 Oct 2014 22:47: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 s94MlOf9023800; Sat, 4 Oct 2014 22:47:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MlOVS023798; Sat, 4 Oct 2014 22:47:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042247.s94MlOVS023798@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 22:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370010 - in branches/2014Q4/x11-toolkits/py-kivy: . 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: Sat, 04 Oct 2014 22:47:25 -0000 Author: antoine Date: Sat Oct 4 22:47:23 2014 New Revision: 370010 URL: https://svnweb.freebsd.org/changeset/ports/370010 QAT: https://qat.redports.org/buildarchive/r370010/ Log: MFH: r369949 Fix x11-toolkits/py-kivy due to cython update. Cython changes its temporary variable handling and now fails on the file: kivy/graphics/sahder/pyx This has already been fixed upstream so just backport that fix. Also, update the USE_PYTHON et al variables. PR: 194065 Reported by: John Marino (marino@FreeBSD.org) Obtained from: https://github.com/kivy/kivy/commit/b2bc566 Added: branches/2014Q4/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx - copied unchanged from r369949, head/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx Modified: branches/2014Q4/x11-toolkits/py-kivy/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/x11-toolkits/py-kivy/Makefile ============================================================================== --- branches/2014Q4/x11-toolkits/py-kivy/Makefile Sat Oct 4 22:45:24 2014 (r370009) +++ branches/2014Q4/x11-toolkits/py-kivy/Makefile Sat Oct 4 22:47:23 2014 (r370010) @@ -20,14 +20,12 @@ MAKE_JOBS_UNSAFE= yes # does not (reall USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} GH_COMMIT= d602d4b -USES= shebangfix +USES= python:2.7+ shebangfix USE_GL= gl -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_BUILD_TARGET= build_ext PYDISTUTILS_BUILDARGS= --inplace PYDISTUTILS_EGGINFO= Kivy-${PORTVERSION}-py${PYTHON_VER}.egg-info -USE_PYTHON= 2.7+ +USE_PYTHON= autoplist distutils SHEBANG_FILES= kivy/lib/osc/OSC.py OPTIONS_DEFINE= DOCS PDF TEST Copied: branches/2014Q4/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx (from r369949, head/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx Sat Oct 4 22:47:23 2014 (r370010, copy of r369949, head/x11-toolkits/py-kivy/files/patch-kivy__grahics__shader.pyx) @@ -0,0 +1,22 @@ +diff --git a/kivy/graphics/shader.pyx b/kivy/graphics/shader.pyx +index eab0f42..39c449a 100644 +--- kivy/graphics/shader.pyx ++++ kivy/graphics/shader.pyx +@@ -421,6 +421,7 @@ cdef class Shader: + cdef void bind_vertex_format(self, VertexFormat vertex_format): + cdef unsigned int i + cdef vertex_attr_t *attr ++ cdef bytes name + + # if the current vertex format used in the shader is the current one, do + # nothing. +@@ -445,7 +446,8 @@ cdef class Shader: + attr = &vertex_format.vattr[i] + if attr.per_vertex == 0: + continue +- attr.index = glGetAttribLocation(self.program, attr.name) ++ name = attr.name ++ attr.index = glGetAttribLocation(self.program, name) + glEnableVertexAttribArray(attr.index) + + # save for the next run. From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23: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 792E1D80; Sat, 4 Oct 2014 23: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 6561620E; Sat, 4 Oct 2014 23: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 s94N9m0V033576; Sat, 4 Oct 2014 23:09:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94N9mJr033575; Sat, 4 Oct 2014 23:09:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042309.s94N9mJr033575@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370011 - head/finance/openerp-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 23:09:48 -0000 Author: antoine Date: Sat Oct 4 23:09:47 2014 New Revision: 370011 URL: https://svnweb.freebsd.org/changeset/ports/370011 QAT: https://qat.redports.org/buildarchive/r370011/ Log: Do not depend on both py-imaging and py-pillow (via py-reportlab2) No bump as the port is broken Modified: head/finance/openerp-server/Makefile Modified: head/finance/openerp-server/Makefile ============================================================================== --- head/finance/openerp-server/Makefile Sat Oct 4 22:47:23 2014 (r370010) +++ head/finance/openerp-server/Makefile Sat Oct 4 23:09:47 2014 (r370011) @@ -14,7 +14,7 @@ COMMENT= Open source application ERP & C BROKEN= Non-functional as shipped (Operational Error)(PR: 186262) -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:13: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 8A98EE77; Sat, 4 Oct 2014 23:13:06 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (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 3CFC42D8; Sat, 4 Oct 2014 23:13:06 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id l13so3535154iga.3 for ; Sat, 04 Oct 2014 16:13:05 -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=5jh9QpW3iRH9CFVM0GQkUczDolBf+iO95+AXoPPAesY=; b=WU2HGO7lo81iowIYdEOqhdK5BHW0ePoKMtQFLdzBj5zEO1kJQHkuhzUc9LUNmuDZlU byeAoxe6tgztG7hqDbOL/ZXAJ/iflXSMl7aZi1GHb6hiDjFK7qxU3CpLz0/r+ha4uE9Y iENai/QkVbgDHc49xmbFJf5BvAKAMbWTHcACz8KQekbtvafh7mY+VhFToTqpP9qgSO6E uOkkBcA5OkmY9QgveCFf0YTofk6iLqvnqER275dQkuS+tta1WWel65vwre9S2Hzh5SCV lisSj8m8nVYAfzFXrw9EafYU874MeAI/ioSRO3xBeZujyw6mVEJaFE7zvdqErzxaLixv XtUw== MIME-Version: 1.0 X-Received: by 10.50.36.74 with SMTP id o10mr7640549igj.45.1412464385647; Sat, 04 Oct 2014 16:13:05 -0700 (PDT) Sender: takatsu.tomonari@gmail.com Received: by 10.107.158.16 with HTTP; Sat, 4 Oct 2014 16:13:05 -0700 (PDT) In-Reply-To: References: <201410041209.s94C9D75011278@svn.freebsd.org> Date: Sun, 5 Oct 2014 08:13:05 +0900 X-Google-Sender-Auth: cbQixaM0tUrS87DCWjXJTjFw-2M Message-ID: Subject: Re: svn commit: r369953 - head/www/testlink From: TAKATSU Tomonari To: Antoine Brodin 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: Sat, 04 Oct 2014 23:13:06 -0000 2014-10-05 7:43 GMT+09:00 Antoine Brodin : > On Sat, Oct 4, 2014 at 2:09 PM, TAKATSU Tomonari wrote: >> Author: tota >> Date: Sat Oct 4 12:09:13 2014 >> New Revision: 369953 >> URL: https://svnweb.freebsd.org/changeset/ports/369953 >> QAT: https://qat.redports.org/buildarchive/r369953/ >> >> Log: >> - Update to 1.9.12 >> >> Modified: >> head/www/testlink/Makefile >> head/www/testlink/distinfo >> head/www/testlink/pkg-plist > > Hi, > > Checksum and size do mismatch. > > Cheers, > > Antoine (snip) I got it. Tarball may be rerolled. I will fix it ASAP. Thanks, -- TAKATSU Tomonari From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:21: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 673E7FE1; Sat, 4 Oct 2014 23:21: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 48A0538B; Sat, 4 Oct 2014 23:21: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 s94NLKFX040975; Sat, 4 Oct 2014 23:21:20 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NLJSi040972; Sat, 4 Oct 2014 23:21:19 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410042321.s94NLJSi040972@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 23:21:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370012 - in head/graphics/imgv: . 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: Sat, 04 Oct 2014 23:21:20 -0000 Author: wg Date: Sat Oct 4 23:21:19 2014 New Revision: 370012 URL: https://svnweb.freebsd.org/changeset/ports/370012 QAT: https://qat.redports.org/buildarchive/r370012/ Log: graphics/imgv: switch from py-imaging to py-pillow With hat: python Approved by: portmgr (bdrewery, implicit) Added: head/graphics/imgv/files/patch-downloader.py (contents, props changed) head/graphics/imgv/files/patch-verbose.py (contents, props changed) Modified: head/graphics/imgv/Makefile Modified: head/graphics/imgv/Makefile ============================================================================== --- head/graphics/imgv/Makefile Sat Oct 4 23:09:47 2014 (r370011) +++ head/graphics/imgv/Makefile Sat Oct 4 23:21:19 2014 (r370012) @@ -4,7 +4,7 @@ PORTNAME= imgv PORTVERSION= 3.1.6 DISTVERSIONSUFFIX= -src -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -14,7 +14,7 @@ COMMENT= Unique and feature rich Image V LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow NO_ARCH= yes NO_BUILD= yes Added: head/graphics/imgv/files/patch-downloader.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imgv/files/patch-downloader.py Sat Oct 4 23:21:19 2014 (r370012) @@ -0,0 +1,11 @@ +--- downloader.py.orig 2014-10-04 23:19:16 UTC ++++ downloader.py +@@ -7,7 +7,7 @@ + if platform == 'win32': + import BmpImagePlugin, JpegImagePlugin, PngImagePlugin, SgiImagePlugin, SunImagePlugin, TgaImagePlugin, TiffImagePlugin, PcxImagePlugin, PpmImagePlugin, XpmImagePlugin # for py2exe to work with PIL + try: +- import Image # PIL ++ from PIL import Image # PIL + except: + print "You are missing the python-imaging package (PIL). Please install it" + from usr_event import check_quit Added: head/graphics/imgv/files/patch-verbose.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imgv/files/patch-verbose.py Sat Oct 4 23:21:19 2014 (r370012) @@ -0,0 +1,11 @@ +--- verbose.py.orig 2014-10-04 23:19:42 UTC ++++ verbose.py +@@ -12,7 +12,7 @@ + from usr_event import check_quit, hit_key + if platform == 'win32': + import BmpImagePlugin, JpegImagePlugin, PngImagePlugin, SgiImagePlugin, SunImagePlugin, TgaImagePlugin, TiffImagePlugin, PcxImagePlugin, PpmImagePlugin, XpmImagePlugin # for py2exe to work with PIL +-import Image # PIL ++from PIL import Image # PIL + import pygame.font, pygame.event + from pygame.transform import scale + from pygame.display import update, flip, set_caption From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:27: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 4CFF7287; Sat, 4 Oct 2014 23:27: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 3993C3D2; Sat, 4 Oct 2014 23:27: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 s94NRIT3042709; Sat, 4 Oct 2014 23:27:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NRIFk042708; Sat, 4 Oct 2014 23:27:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042327.s94NRIFk042708@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370013 - 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: Sat, 04 Oct 2014 23:27:18 -0000 Author: antoine Date: Sat Oct 4 23:27:17 2014 New Revision: 370013 URL: https://svnweb.freebsd.org/changeset/ports/370013 QAT: https://qat.redports.org/buildarchive/r370013/ Log: Fix a typo Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Sat Oct 4 23:21:19 2014 (r370012) +++ head/math/py-matplotlib/Makefile Sat Oct 4 23:27:17 2014 (r370013) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${PYNUMPY} \ - {PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:29: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 0D2C03F1; Sat, 4 Oct 2014 23:29: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 ECF5B3DA; Sat, 4 Oct 2014 23:29: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 s94NTFnJ043051; Sat, 4 Oct 2014 23:29:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NTF92043050; Sat, 4 Oct 2014 23:29:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042329.s94NTF92043050@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370014 - head/net/rubygem-ruby-growl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 23:29:16 -0000 Author: antoine Date: Sat Oct 4 23:29:15 2014 New Revision: 370014 URL: https://svnweb.freebsd.org/changeset/ports/370014 QAT: https://qat.redports.org/buildarchive/r370014/ Log: Fix a typo Modified: head/net/rubygem-ruby-growl/Makefile Modified: head/net/rubygem-ruby-growl/Makefile ============================================================================== --- head/net/rubygem-ruby-growl/Makefile Sat Oct 4 23:27:17 2014 (r370013) +++ head/net/rubygem-ruby-growl/Makefile Sat Oct 4 23:29:15 2014 (r370014) @@ -11,7 +11,7 @@ COMMENT= Pure-ruby growl notifier LICENSE= BSD3CLAUSE -RUN_DEPENDS= rubygems-uuid>=2.3.5:${PORTSDIR}/devel/rubygem-uuid +RUN_DEPENDS= rubygem-uuid>=2.3.5:${PORTSDIR}/devel/rubygem-uuid USE_RUBY= yes USE_RUBYGEMS= yes From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:31: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 C753C4F1; Sat, 4 Oct 2014 23:31: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 B0B9435DB; Sat, 4 Oct 2014 23:31: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 s94NVN5r050110; Sat, 4 Oct 2014 23:31:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NVNVN050109; Sat, 4 Oct 2014 23:31:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042331.s94NVNVN050109@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370015 - head/databases/rubygem-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: Sat, 04 Oct 2014 23:31:23 -0000 Author: antoine Date: Sat Oct 4 23:31:22 2014 New Revision: 370015 URL: https://svnweb.freebsd.org/changeset/ports/370015 QAT: https://qat.redports.org/buildarchive/r370015/ Log: Allow installing Modified: head/databases/rubygem-tarantool/Makefile Modified: head/databases/rubygem-tarantool/Makefile ============================================================================== --- head/databases/rubygem-tarantool/Makefile Sat Oct 4 23:29:15 2014 (r370014) +++ head/databases/rubygem-tarantool/Makefile Sat Oct 4 23:31:22 2014 (r370015) @@ -9,7 +9,7 @@ MASTER_SITES= RG MAINTAINER= vg@FreeBSD.org COMMENT= Tarantool KV-storage client -RUN_DEPENDS= rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils \ +RUN_DEPENDS= rubygem-bin_utils>=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils \ rubygem-iproto>=0.3:${PORTSDIR}/net/rubygem-iproto \ rubygem-murmurhash3>=0.1.1:${PORTSDIR}/devel/rubygem-murmurhash3 \ rubygem-sumbur>=0.0.2:${PORTSDIR}/devel/rubygem-sumbur From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:35: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 3C6625F4; Sat, 4 Oct 2014 23:35: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 0F9A06974E; Sat, 4 Oct 2014 23:35: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 s94NZ06k056285; Sat, 4 Oct 2014 23:35:00 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NZ0qN056272; Sat, 4 Oct 2014 23:35:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201410042335.s94NZ0qN056272@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 4 Oct 2014 23:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370016 - head/textproc/multimarkdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 23:35:05 -0000 Author: adamw Date: Sat Oct 4 23:34:59 2014 New Revision: 370016 URL: https://svnweb.freebsd.org/changeset/ports/370016 QAT: https://qat.redports.org/buildarchive/r370016/ Log: Update to 4.6. Modified: head/textproc/multimarkdown/Makefile head/textproc/multimarkdown/distinfo head/textproc/multimarkdown/pkg-plist Modified: head/textproc/multimarkdown/Makefile ============================================================================== --- head/textproc/multimarkdown/Makefile Sat Oct 4 23:31:22 2014 (r370015) +++ head/textproc/multimarkdown/Makefile Sat Oct 4 23:34:59 2014 (r370016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= multimarkdown -PORTVERSION= 4.5.3 +PORTVERSION= 4.6 CATEGORIES= textproc MASTER_SITES= https://codeload.github.com/fletcher/MultiMarkdown-4/legacy.tar.gz/${MM4_COMMIT}?dummy=/:MM4 \ https://codeload.github.com/fletcher/MMD-Support/legacy.tar.gz/${SUPPORT_COMMIT}?dummy=/:support \ @@ -17,7 +17,7 @@ COMMENT= Extended Markdown processor wit LICENSE= MIT -MM4_COMMIT= b891584 +MM4_COMMIT= ad9595b SUPPORT_COMMIT= 685c95c CHEAT_COMMIT= 199dae8 GREG_COMMIT= 3f11f56 @@ -25,6 +25,7 @@ GREG_COMMIT= 3f11f56 WRKSRC= ${WRKDIR}/fletcher-MultiMarkdown-4-${MM4_COMMIT} ALL_TARGET= ${PORTNAME} +USES= gmake OPTIONS_DEFINE= CHEAT_SHEET EXTRAS HELPERS DOCS CHEAT_SHEET_DESC= HTML-based cheat sheat @@ -52,6 +53,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -E "s/^(CFLAGS).+=/\1 \+=/" ${WRKSRC}/Makefile ${WRKSRC}/greg/Makefile @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/scripts/* + @${REINPLACE_CMD} -E 's,(-include) (GLibFacade.h),\1 ${WRKSRC}/\2,' ${WRKSRC}/Makefile .if ${PORT_OPTIONS:MEXTRAS} @${REINPLACE_CMD} -E "s,^(xslt_path)=.*,\1=${DATADIR},; s,(xslt_path)/../,\1/," \ ${WRKSRC}/Support/bin/* Modified: head/textproc/multimarkdown/distinfo ============================================================================== --- head/textproc/multimarkdown/distinfo Sat Oct 4 23:31:22 2014 (r370015) +++ head/textproc/multimarkdown/distinfo Sat Oct 4 23:34:59 2014 (r370016) @@ -1,5 +1,5 @@ -SHA256 (multimarkdown/multimarkdown-4.5.3.tar.gz) = 4cd64a120689d29a365983fe3bf8b953cf4000b1694357d66f2944468c1d6f47 -SIZE (multimarkdown/multimarkdown-4.5.3.tar.gz) = 115082 +SHA256 (multimarkdown/multimarkdown-4.6.tar.gz) = b3ac0ac57b371e2430f778cde3e99a2acb63c588103bc72a1b75b7ae4694395c +SIZE (multimarkdown/multimarkdown-4.6.tar.gz) = 117911 SHA256 (multimarkdown/greg-3f11f56.tar.gz) = eaf3351ca60b533e15fbc175c13dd45802398240f172978b441592017bdabb4f SIZE (multimarkdown/greg-3f11f56.tar.gz) = 24133 SHA256 (multimarkdown/human-markdown-reference-199dae8.tar.gz) = 6b7c0e1acfa5f3c40ce09dfdb456161e2fc6cd60159e4b06d9dc7f8772a50c59 Modified: head/textproc/multimarkdown/pkg-plist ============================================================================== --- head/textproc/multimarkdown/pkg-plist Sat Oct 4 23:31:22 2014 (r370015) +++ head/textproc/multimarkdown/pkg-plist Sat Oct 4 23:34:59 2014 (r370016) @@ -9,7 +9,6 @@ bin/multimarkdown %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%EXTRAS%%%%DOCSDIR%%/README-extras.md -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% %%EXTRAS%%bin/mmd-xslt %%EXTRAS%%bin/mmd2LaTeX.pl @@ -30,9 +29,6 @@ bin/multimarkdown %%EXTRAS%%%%DATADIR%%/XSLT/opml2mmd.xslt %%EXTRAS%%%%DATADIR%%/XSLT/xhtml-toc-h2.xslt %%EXTRAS%%%%DATADIR%%/XSLT/xhtml2latex.xslt -%%EXTRAS%%@dirrmtry %%DATADIR%%/XSLT -%%EXTRAS%%@dirrmtry %%DATADIR%%/utilities -%%EXTRAS%%@dirrmtry %%DATADIR%% %%CHEAT_SHEET%%%%DOCSDIR%%/cheat-sheet/LICENCE %%CHEAT_SHEET%%%%DOCSDIR%%/cheat-sheet/MMD-Guide.html @@ -53,16 +49,3 @@ bin/multimarkdown %%CHEAT_SHEET%%%%DOCSDIR%%/cheat-sheet/ru/index.html %%CHEAT_SHEET%%%%DOCSDIR%%/cheat-sheet/sv/index.html %%CHEAT_SHEET%%%%DOCSDIR%%/cheat-sheet/tr/index.html -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/tr -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/sv -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/ru -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/javascripts -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/it -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/images -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/fr -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/es -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/en -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/de -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet/ca -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%%/cheat-sheet -%%CHEAT_SHEET%%@dirrmtry %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:35: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 4E3E65F6; Sat, 4 Oct 2014 23:35: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 359106974F; Sat, 4 Oct 2014 23:35: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 s94NZ9fh056415; Sat, 4 Oct 2014 23:35:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NZ9kH056414; Sat, 4 Oct 2014 23:35:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042335.s94NZ9kH056414@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370017 - head/mail/squirrelmail-translations X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 23:35:17 -0000 Author: antoine Date: Sat Oct 4 23:35:08 2014 New Revision: 370017 URL: https://svnweb.freebsd.org/changeset/ports/370017 QAT: https://qat.redports.org/buildarchive/r370017/ Log: Allow installing Modified: head/mail/squirrelmail-translations/Makefile Modified: head/mail/squirrelmail-translations/Makefile ============================================================================== --- head/mail/squirrelmail-translations/Makefile Sat Oct 4 23:34:59 2014 (r370016) +++ head/mail/squirrelmail-translations/Makefile Sat Oct 4 23:35:08 2014 (r370017) @@ -14,7 +14,7 @@ COMMENT= NLS translations for Squirrelma LICENSE= GPLv2 -RUN_DEPENDS= squirrelmail=${PORTVERSION}:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS= squirrelmail>=${PORTVERSION}:${PORTSDIR}/mail/squirrelmail USES= tar:bzip2 gettext WRKSRC= ${WRKDIR}/squirrelmail.locales From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:50: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 67759A76; Sat, 4 Oct 2014 23:50: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 53D361F6; Sat, 4 Oct 2014 23:50: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 s94NZor0056586; Sat, 4 Oct 2014 23:35:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NZoCM056585; Sat, 4 Oct 2014 23:35:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042335.s94NZoCM056585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:35:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370018 - head/databases/mydbf2mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 23:50:16 -0000 Author: antoine Date: Sat Oct 4 23:35:49 2014 New Revision: 370018 URL: https://svnweb.freebsd.org/changeset/ports/370018 QAT: https://qat.redports.org/buildarchive/r370018/ Log: Allow installing Modified: head/databases/mydbf2mysql/Makefile Modified: head/databases/mydbf2mysql/Makefile ============================================================================== --- head/databases/mydbf2mysql/Makefile Sat Oct 4 23:35:08 2014 (r370017) +++ head/databases/mydbf2mysql/Makefile Sat Oct 4 23:35:49 2014 (r370018) @@ -12,7 +12,7 @@ MAINTAINER= andrey.polyakov@unix.net COMMENT= Flexible tool for DBF import into MySQL RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb -RUN_DEPENDS+= ydbf=0.0.1:${PORTSDIR}/devel/py-ydbf +RUN_DEPENDS+= ydbf>=0.0.1:${PORTSDIR}/devel/py-ydbf USE_PYTHON= yes USE_PYDISTUTILS=yes From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23: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 B76E8B68; Sat, 4 Oct 2014 23: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 A3EF72AD; Sat, 4 Oct 2014 23: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 s94NpMKJ005829; Sat, 4 Oct 2014 23:51:22 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NpMnP005828; Sat, 4 Oct 2014 23:51:22 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410042351.s94NpMnP005828@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 4 Oct 2014 23:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370019 - head/audio/cplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 23:51:22 -0000 Author: jhale Date: Sat Oct 4 23:51:21 2014 New Revision: 370019 URL: https://svnweb.freebsd.org/changeset/ports/370019 QAT: https://qat.redports.org/buildarchive/r370019/ Log: - Convert to USES=python, limit to 2.x Modified: head/audio/cplay/Makefile Modified: head/audio/cplay/Makefile ============================================================================== --- head/audio/cplay/Makefile Sat Oct 4 23:35:49 2014 (r370018) +++ head/audio/cplay/Makefile Sat Oct 4 23:51:21 2014 (r370019) @@ -12,8 +12,7 @@ COMMENT= Curses-based front-end for vari LICENSE= GPLv2 -USES= gettext gmake -USE_PYTHON= yes +USES= gettext gmake python:2 MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 23:52: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 E0B93C48; Sat, 4 Oct 2014 23:52: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 B3C4B2BB; Sat, 4 Oct 2014 23:52: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 s94NqDn6006055; Sat, 4 Oct 2014 23:52:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94NqDqZ006053; Sat, 4 Oct 2014 23:52:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042352.s94NqDqZ006053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 23:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370020 - in head/graphics: ocrfeeder py-sane X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 23:52:14 -0000 Author: antoine Date: Sat Oct 4 23:52:12 2014 New Revision: 370020 URL: https://svnweb.freebsd.org/changeset/ports/370020 QAT: https://qat.redports.org/buildarchive/r370020/ Log: Unbreak ocrfeeder, it depended on both py-imaging (via self+py-sane) and py-pillow (via py-reportlab2) Modified: head/graphics/ocrfeeder/Makefile head/graphics/py-sane/Makefile Modified: head/graphics/ocrfeeder/Makefile ============================================================================== --- head/graphics/ocrfeeder/Makefile Sat Oct 4 23:51:21 2014 (r370019) +++ head/graphics/ocrfeeder/Makefile Sat Oct 4 23:52:12 2014 (r370020) @@ -3,7 +3,7 @@ PORTNAME= ocrfeeder PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME @@ -13,7 +13,7 @@ COMMENT= Document layout analysis and op LICENSE= GPLv3 BUILD_DEPENDS= goocanvas2>0:${PORTSDIR}/graphics/goocanvas2 \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sane>0:${PORTSDIR}/graphics/py-sane \ ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant Modified: head/graphics/py-sane/Makefile ============================================================================== --- head/graphics/py-sane/Makefile Sat Oct 4 23:51:21 2014 (r370019) +++ head/graphics/py-sane/Makefile Sat Oct 4 23:52:12 2014 (r370020) @@ -3,6 +3,7 @@ PORTNAME= sane PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ @@ -13,7 +14,7 @@ MAINTAINER= buganini@gmail.com COMMENT= Python bindings for Sane LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.7:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow DIST_SUBDIR= python USE_PYTHON= yes